Mini Kabibi Habibi

Current Path : C:/Program Files/Microsoft Office/root/Office16/
Upload File :
Current File : C:/Program Files/Microsoft Office/root/Office16/OFFICEJS_WORD.DLL

MZ����@���	�!�L�!This program cannot be run in DOS mode.

$�M��,���,���,��e����,��e����,��e�z��,��e����,��Rich�,��PEd����h�" *�@ ?`A@< ��R8.rdata@@.rsrc� @@���h
|�����hBz�hhofficejs_word.dll��GCTL@.rdata@<.edata|.rdata$voltmd��.rdata$zzzdbg �.rsrc$01� .rsrc$02���d8�eP�	h	x� �!�JS/* Office Platform Bundle */
/*
 * Office JavaScript API library
 *
 * Copyright (c) Microsoft Corporation.  All rights reserved.
 *
 * Your use of this file is governed by the license terms for the Microsoft Office JavaScript (Office.js) API library: https://github.com/OfficeDev/office-js/blob/release/LICENSE.md
 *
 * This file also contains the following Promise implementation (with a few small modifications):
 *      * @overview es6-promise - a tiny implementation of Promises/A+.
 *      * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
 *      * @license   Licensed under MIT license
 *      *            See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
 *      * @version   2.3.0
 */
var OSFPerformance,CustomFunctionMappings,CustomFunctions,Strings;!function(e){e.now=function(){return"undefined"!=typeof performance&&performance.now?performance.now():0},e.getTotalJSHeapSize=function(){return"undefined"!=typeof performance&&performance.memory?performance.memory.totalJSHeapSize:0},e.getUsedJSHeapSize=function(){return"undefined"!=typeof performance&&performance.memory?performance.memory.usedJSHeapSize:0},e.getJSHeapSizeLimit=function(){return"undefined"!=typeof performance&&performance.memory?performance.memory.jsHeapSizeLimit:0},e.officeExecuteStartDate=e.officeExecuteStartDate||Date.now(),e.officeExecuteStart=e.officeExecuteStart||0,e.officeExecuteEnd=e.officeExecuteEnd||0,e.hostInitializationStart=0,e.hostInitializationEnd=0,e.totalJSHeapSize=0,e.usedJSHeapSize=0,e.jsHeapSizeLimit=0,e.createOMEnd=0,e.hostSpecificFileName="",e.getAppContextStart=0,e.getAppContextEnd=0,e.getAppContextXdmStart=0,e.getAppContextXdmEnd=0,e.officeOnReady=0}(OSFPerformance=OSFPerformance||{}),(OSF||(OSF={})).definePropertyOnNamespace=function(e,t,n){Object.defineProperty(e,t,{get:function(){return n()},configurable:!0,enumerable:!0})},OSFPerformance.hostInitializationStart=OSFPerformance.now(),function(e){var t;function n(){return t.m_association||(t.m_association=new OSF.Association),t.m_association}(t=e.actions||(e.actions={})).m_association=t.m_association,t.associate=function(){OTel&&OTel.OTelLogger&&OTel.OTelLogger.onTelemetryLoaded(function(){Microsoft.Office.WebExtension.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.ApiCall",dataFields:[oteljs.makeStringDataField("Api","Office.actions.associate")],eventFlags:{dataCategories:2,diagnosticLevel:110}})}),n().associate.apply(n(),arguments)},OSF.definePropertyOnNamespace(t,"_association",n)}(Office=Office||{}),function(e){var t;(t=e.AgaveHostAction||(e.AgaveHostAction={}))[t.Select=0]="Select",t[t.UnSelect=1]="UnSelect",t[t.CancelDialog=2]="CancelDialog",t[t.InsertAgave=3]="InsertAgave",t[t.CtrlF6In=4]="CtrlF6In",t[t.CtrlF6Exit=5]="CtrlF6Exit",t[t.CtrlF6ExitShift=6]="CtrlF6ExitShift",t[t.SelectWithError=7]="SelectWithError",t[t.NotifyHostError=8]="NotifyHostError",t[t.RefreshAddinCommands=9]="RefreshAddinCommands",t[t.PageIsReady=10]="PageIsReady",t[t.TabIn=11]="TabIn",t[t.TabInShift=12]="TabInShift",t[t.TabExit=13]="TabExit",t[t.TabExitShift=14]="TabExitShift",t[t.EscExit=15]="EscExit",t[t.F2Exit=16]="F2Exit",t[t.ExitNoFocusable=17]="ExitNoFocusable",t[t.ExitNoFocusableShift=18]="ExitNoFocusableShift",t[t.MouseEnter=19]="MouseEnter",t[t.MouseLeave=20]="MouseLeave",t[t.UpdateTargetUrl=21]="UpdateTargetUrl",t[t.InstallCustomFunctions=22]="InstallCustomFunctions",t[t.SendTelemetryEvent=23]="SendTelemetryEvent",t[t.UninstallCustomFunctions=24]="UninstallCustomFunctions",t[t.SendMessage=25]="SendMessage",t[t.LaunchExtensionComponent=26]="LaunchExtensionComponent",t[t.StopExtensionComponent=27]="StopExtensionComponent",t[t.RestartExtensionComponent=28]="RestartExtensionComponent",t[t.EnableTaskPaneHeaderButton=29]="EnableTaskPaneHeaderButton",t[t.DisableTaskPaneHeaderButton=30]="DisableTaskPaneHeaderButton",t[t.TaskPaneHeaderButtonClicked=31]="TaskPaneHeaderButtonClicked",t[t.RemoveAppCommandsAddin=32]="RemoveAppCommandsAddin",t[t.RefreshRibbonGallery=33]="RefreshRibbonGallery",t[t.GetOriginalControlId=34]="GetOriginalControlId",t[t.OfficeJsReady=35]="OfficeJsReady",t[t.InsertDevManifest=36]="InsertDevManifest",t[t.InsertDevManifestError=37]="InsertDevManifestError",t[t.SendCustomerContent=38]="SendCustomerContent",t[t.KeyboardShortcuts=39]="KeyboardShortcuts",t[t.CloseSDXDialog=42]="CloseSDXDialog",t[t.ResizeSDXDialog=43]="ResizeSDXDialog",t[t.SendNonStandardEvent=44]="SendNonStandardEvent"}(OSF=OSF||{}),function(r){var e=(t.prototype.initializeEventHandler=function(e){var t=this;this.addHandlerAsync(r.EventType.AppCommandInvoked,function(e){t._processAppCommandInvocation(e)},e)},t.prototype.appCommandInvocationCompletedAsync=function(t,n,o,e){r._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(94,{fromSafeArrayHost:function(e){return e},fromWebHost:function(e){return e},toSafeArrayHost:function(){return[t,n,o]},toWebHost:function(){var e={};return e[0]=t,e[1]=n,e[2]=o,e}},e)},t.prototype.addHandlerAsync=function(e,t,n){r.EventHelper.addEventHandler(e,t,n,this._eventDispatch,void 0,r.OUtil.isPopupWindow())},t.prototype._verifyManifestCallback=function(e){var t={callback:null,errorCode:11101};e=e.trim();try{var n=this._getCallbackFunc(e);if("function"!=typeof n)return t}catch(e){return t}return{callback:n,errorCode:0}},t.prototype._getCallbackFuncFromActionAssociateTable=function(e){var t=e.toUpperCase();return Office.actions._association.mappings[t]},t.prototype._getCallbackFunc=function(e){return this._getCallbackFuncFromActionAssociateTable(e)},t.prototype._invokeAppCommandCompletedMethod=function(e,t,n){this.appCommandInvocationCompletedAsync(e,t,n,function(e){e.status!==Office.AsyncResultStatus.Succeeded&&console.error("Failed to notify the host thta app command is completed")})},t.prototype._constructEventObjectForCallback=function(n){var e,o,r=this;try{e=JSON.parse(n.eventObjStr),o=JSON.parse(n.eventObjStr)}catch(e){}return o=o||{},(e=e||{}).completed=function(e){o.completedContext=e;var t=JSON.stringify(o);r._invokeAppCommandCompletedMethod(n.appCommandId,0,t)},e},t.initialize=function(){null==t._instance&&(t._instance=new t).initializeEventHandler(function(e){e.status!==Office.AsyncResultStatus.Succeeded&&console.error("Cannot initialize app command: "+JSON.stringify(e))})},t._instance=null,t);function t(){var o=this;this._processAppCommandInvocation=function(e){var t=o._verifyManifestCallback(e.callbackName);if(0==t.errorCode){var n=o._constructEventObjectForCallback(e);n?window.setTimeout(function(){t.callback(n)},0):o._invokeAppCommandCompletedMethod(e.appCommandId,5001,"")}else o._invokeAppCommandCompletedMethod(e.appCommandId,t.errorCode,"")},this._eventDispatch=new r.EventDispatch([{type:r.EventType.AppCommandInvoked,id:r.EventDispId.dispidAppCommandInvokedEvent,getTargetId:function(){return""},fromSafeArrayHost:function(e){return{type:r.EventType.AppCommandInvoked,appCommandId:e[0],callbackName:e[1],eventObjStr:e[2]}},fromWebHost:function(e){return{type:r.EventType.AppCommandInvoked,appCommandId:e[0],callbackName:e[1],eventObjStr:e[2]}}}])}r.AppCommandManager=e}(OSF=OSF||{}),function(e){var t;(t=e.AppName||(e.AppName={}))[t.Unsupported=0]="Unsupported",t[t.Excel=1]="Excel",t[t.Word=2]="Word",t[t.PowerPoint=4]="PowerPoint",t[t.Outlook=8]="Outlook",t[t.ExcelWebApp=16]="ExcelWebApp",t[t.WordWebApp=32]="WordWebApp",t[t.OutlookWebApp=64]="OutlookWebApp",t[t.Project=128]="Project",t[t.AccessWebApp=256]="AccessWebApp",t[t.PowerpointWebApp=512]="PowerpointWebApp",t[t.ExcelIOS=1024]="ExcelIOS",t[t.Sway=2048]="Sway",t[t.WordIOS=4096]="WordIOS",t[t.PowerPointIOS=8192]="PowerPointIOS",t[t.Access=16384]="Access",t[t.Lync=32768]="Lync",t[t.OutlookIOS=65536]="OutlookIOS",t[t.OneNoteWebApp=131072]="OneNoteWebApp",t[t.OneNote=262144]="OneNote",t[t.ExcelWinRT=524288]="ExcelWinRT",t[t.WordWinRT=1048576]="WordWinRT",t[t.PowerpointWinRT=2097152]="PowerpointWinRT",t[t.OutlookAndroid=4194304]="OutlookAndroid",t[t.OneNoteWinRT=8388608]="OneNoteWinRT",t[t.ExcelAndroid=8388609]="ExcelAndroid",t[t.VisioWebApp=8388610]="VisioWebApp",t[t.OneNoteIOS=8388611]="OneNoteIOS",t[t.WordAndroid=8388613]="WordAndroid",t[t.PowerpointAndroid=8388614]="PowerpointAndroid",t[t.Visio=8388615]="Visio",t[t.OneNoteAndroid=4194305]="OneNoteAndroid"}(OSF=OSF||{}),function(e){var t=(n.prototype.associate=function(e,t){function n(e){"undefined"!=typeof console&&console.warn&&console.warn(e)}if(1==arguments.length&&"object"==typeof e&&e){var o=e;for(var r in o)this.associate(r,o[r])}else if(2==arguments.length){var i=e,a=t;if("string"!=typeof i)return void n("[InvalidArg] Function=associate");if("function"!=typeof a)return void n("[InvalidArg] Function=associate");var s=i.toUpperCase();this.m_mappings[s]&&n("[DuplicatedName] Function="+i),this.m_mappings[s]=a;for(var c=0;c<this.m_onchangeHandlers.length;c++)this.m_onchangeHandlers[c]()}else n("[InvalidArg] Function=associate")},n.prototype.onchange=function(e){e&&this.m_onchangeHandlers.push(e)},Object.defineProperty(n.prototype,"mappings",{get:function(){return this.m_mappings},enumerable:!0,configurable:!0}),n);function n(){this.m_mappings={},this.m_onchangeHandlers=[]}e.Association=t}(OSF=OSF||{}),function(e){var t=(n.prototype.invokeCallback=function(e,t,n,o,r){if(0==n){var i={status:Office.AsyncResultStatus.Succeeded,value:o,asyncContext:r};"function"==typeof t&&t(i)}else{var a={status:Office.AsyncResultStatus.Failed,error:{code:n},asyncContext:r};"function"==typeof t&&t(a)}},n);function n(){}e.AsyncMethodExecutor=t}(OSF=OSF||{}),function(p){var e=(t.prototype.handleSafeArrayHostResponse=function(e,t,n,o,r,i,a){var s,c;if(1==(c="number"==typeof(e=p.Utility.fromSafeArray(e))?(s=[],e):(s=e)[0]))return null!=(l=s[1])&&(n[l[0]]=l[1]),!1;if(o){var l;if(0==c){if(2<s.length){l=[];for(var u=1;u<s.length;u++)l[u-1]=s[u]}else l=s[1];if(0<n.length&&null!=l){var d=l[l.length-1];n.length==d?l[l.length-1]=n:c=5001}}else l=s[1];var f=null;0==c&&(f=r.fromSafeArrayHost(l)),this._asyncMethodExecutor.invokeCallback(i,o,c,f,a)}return!0},t.prototype.handleWebHostResponse=function(e,t,n,o,r,i){var a=null;0==t&&(a=o.fromWebHost(e)),this._asyncMethodExecutor.invokeCallback(r,n,t,a,i)},t);function t(e){this._asyncMethodExecutor=e}p.AsyncMethodExecutorHelper=e}(OSF=OSF||{}),function(e){!function(e){var t,n,o,r;t=e.AsyncResultEnum||(e.AsyncResultEnum={}),(n=t.Properties||(t.Properties={})).Context="Context",n.Value="Value",n.Status="Status",n.Error="Error",(o=t.ErrorCode||(t.ErrorCode={}))[o.Success=0]="Success",o[o.Failed=1]="Failed",(r=t.ErrorProperties||(t.ErrorProperties={})).Name="Name",r.Message="Message",r.Code="Code";function i(e,t){this.value=e.Value,this.status=t?Office.AsyncResultStatus.Failed:Office.AsyncResultStatus.Succeeded,e.Context&&(this.asyncContext=e.Context),t&&(this.error=new a(t.Name,t.Message,t.Code))}e.AsyncResult=i;var a=function(e,t,n){this.name=e,this.message=t,this.code=n};e.Error=a}(e.DDA||(e.DDA={}))}(OSF=OSF||{}),function(n){var e;(e=n.BootStrapExtension||(n.BootStrapExtension={})).createWebClientHostControllerHelper=function(e,t){return new n.WebClientHostControllerHelper(e,t)},e.createAsyncMethodExecutorHelper=function(e){return new n.AsyncMethodExecutorHelper(e)}}(OSF=OSF||{}),function(e){var t;(t=e.ConstantNames||(e.ConstantNames={})).DefaultLocale="en-us",t.OfficeJS="office.js",t.OfficeDebugJS="office.debug.js",t.OfficeStringsId="OFFICESTRINGS",t.OfficeJsId="OFFICEJS",t.HostFileId="HOST",t.OfficeStringJS="office_strings.js",t.OfficeStringDebugJS="office_strings.debug.js",t.FileVersion="0.0.0.0"}(OSF=OSF||{}),function(e){var t=(n.NotificationConversationIdSuffix="_ntf",n);function n(){}e.Constants=t}(OSF=OSF||{}),CustomFunctionMappings=CustomFunctionMappings||{},function(e){e.delayInitialization=function(){CustomFunctionMappings.__delay__=!0},e._association=e._association||new OSF.Association,e.associate=function(){e._association.associate.apply(e._association,arguments),delete CustomFunctionMappings.__delay__}}(CustomFunctions=CustomFunctions||{}),function(e){var t,n,o,r;t=e.DDA||(e.DDA={}),n=t.ErrorCodeManager||(t.ErrorCodeManager={}),r=!(o={}),n.getErrorArgs=function(e){var t;r||(t=Strings.OfficeOM,o[1e3]={name:t.L_InvalidCoercion,message:t.L_CoercionTypeNotSupported},o[1001]={name:t.L_DataReadError,message:t.L_GetSelectionNotSupported},o[1002]={name:t.L_InvalidCoercion,message:t.L_CoercionTypeNotMatchBinding},o[1003]={name:t.L_DataReadError,message:t.L_InvalidGetRowColumnCounts},o[1004]={name:t.L_DataReadError,message:t.L_SelectionNotSupportCoercionType},o[1005]={name:t.L_DataReadError,message:t.L_InvalidGetStartRowColumn},o[1006]={name:t.L_DataReadError,message:t.L_NonUniformPartialGetNotSupported},o[1008]={name:t.L_DataReadError,message:t.L_GetDataIsTooLarge},o[1009]={name:t.L_DataReadError,message:t.L_FileTypeNotSupported},o[1010]={name:t.L_DataReadError,message:t.L_GetDataParametersConflict},o[1011]={name:t.L_DataReadError,message:t.L_InvalidGetColumns},o[1012]={name:t.L_DataReadError,message:t.L_InvalidGetRows},o[1013]={name:t.L_DataReadError,message:t.L_InvalidReadForBlankRow},o[2e3]={name:t.L_DataWriteError,message:t.L_UnsupportedDataObject},o[2001]={name:t.L_DataWriteError,message:t.L_CannotWriteToSelection},o[2002]={name:t.L_DataWriteError,message:t.L_DataNotMatchSelection},o[2003]={name:t.L_DataWriteError,message:t.L_OverwriteWorksheetData},o[2004]={name:t.L_DataWriteError,message:t.L_DataNotMatchBindingSize},o[2005]={name:t.L_DataWriteError,message:t.L_InvalidSetStartRowColumn},o[2006]={name:t.L_InvalidFormat,message:t.L_InvalidDataFormat},o[2007]={name:t.L_InvalidDataObject,message:t.L_DataNotMatchCoercionType},o[2008]={name:t.L_InvalidDataObject,message:t.L_DataNotMatchBindingType},o[2009]={name:t.L_DataWriteError,message:t.L_SetDataIsTooLarge},o[2010]={name:t.L_DataWriteError,message:t.L_NonUniformPartialSetNotSupported},o[2011]={name:t.L_DataWriteError,message:t.L_InvalidSetColumns},o[2012]={name:t.L_DataWriteError,message:t.L_InvalidSetRows},o[2013]={name:t.L_DataWriteError,message:t.L_SetDataParametersConflict},o[3e3]={name:t.L_BindingCreationError,message:t.L_SelectionCannotBound},o[3002]={name:t.L_InvalidBindingError,message:t.L_BindingNotExist},o[3003]={name:t.L_BindingCreationError,message:t.L_BindingToMultipleSelection},o[3004]={name:t.L_BindingCreationError,message:t.L_InvalidSelectionForBindingType},o[3005]={name:t.L_InvalidBindingOperation,message:t.L_OperationNotSupportedOnThisBindingType},o[3006]={name:t.L_BindingCreationError,message:t.L_NamedItemNotFound},o[3007]={name:t.L_BindingCreationError,message:t.L_MultipleNamedItemFound},o[3008]={name:t.L_BindingCreationError,message:t.L_InvalidNamedItemForBindingType},o[3009]={name:t.L_InvalidBinding,message:t.L_UnknownBindingType},o[3010]={name:t.L_InvalidBindingOperation,message:t.L_OperationNotSupportedOnMatrixData},o[3011]={name:t.L_InvalidBinding,message:t.L_InvalidColumnsForBinding},o[4e3]={name:t.L_ReadSettingsError,message:t.L_SettingNameNotExist},o[4001]={name:t.L_SaveSettingsError,message:t.L_SettingsCannotSave},o[4002]={name:t.L_SettingsStaleError,message:t.L_SettingsAreStale},o[5e3]={name:t.L_HostError,message:t.L_OperationNotSupported},o[5001]={name:t.L_InternalError,message:t.L_InternalErrorDescription},o[5002]={name:t.L_PermissionDenied,message:t.L_DocumentReadOnly},o[5003]={name:t.L_EventRegistrationError,message:t.L_EventHandlerNotExist},o[5004]={name:t.L_InvalidAPICall,message:t.L_InvalidApiCallInContext},o[5005]={name:t.L_ShuttingDown,message:t.L_ShuttingDown},o[5007]={name:t.L_UnsupportedEnumeration,message:t.L_UnsupportedEnumerationMessage},o[5008]={name:t.L_IndexOutOfRange,message:t.L_IndexOutOfRange},o[5009]={name:t.L_APINotSupported,message:t.L_BrowserAPINotSupported},o[5011]={name:t.L_APICallFailed,message:t.L_RequestTimeout},o[5012]={name:t.L_InvalidOrTimedOutSession,message:t.L_InvalidOrTimedOutSessionMessage},o[5013]={name:t.L_APICallFailed,message:t.L_InvalidApiArgumentsMessage},o[5015]={name:t.L_APICallFailed,message:t.L_WorkbookHiddenMessage},o[5016]={name:t.L_APICallFailed,message:t.L_WriteNotSupportedWhenModalDialogOpen},o[5017]={name:t.L_APICallFailed,message:t.L_UndoNotSupportedMessage},o[5018]={name:t.L_APICallFailed,message:t.L_RequestTimeoutAPITookLong},o[5100]={name:t.L_APICallFailed,message:t.L_TooManyIncompleteRequests},o[5101]={name:t.L_APICallFailed,message:t.L_RequestTokenUnavailable},o[5102]={name:t.L_APICallFailed,message:t.L_ActivityLimitReached},o[5103]={name:t.L_APICallFailed,message:t.L_RequestPayloadSizeLimitExceededMessage},o[5104]={name:t.L_APICallFailed,message:t.L_ResponsePayloadSizeLimitExceededMessage},o[6e3]={name:t.L_InvalidNode,message:t.L_CustomXmlNodeNotFound},o[6100]={name:t.L_CustomXmlError,message:t.L_CustomXmlError},o[6101]={name:t.L_CustomXmlExceedQuotaName,message:t.L_CustomXmlExceedQuotaMessage},o[6102]={name:t.L_CustomXmlOutOfDateName,message:t.L_CustomXmlOutOfDateMessage},o[7e3]={name:t.L_PermissionDenied,message:t.L_NoCapability},o[7001]={name:t.L_CannotNavigateTo,message:t.L_CannotNavigateTo},o[7002]={name:t.L_SpecifiedIdNotExist,message:t.L_SpecifiedIdNotExist},o[7004]={name:t.L_NavOutOfBound,message:t.L_NavOutOfBound},o[2014]={name:t.L_DataWriteReminder,message:t.L_CellDataAmountBeyondLimits},o[8e3]={name:t.L_MissingParameter,message:t.L_ElementMissing},o[8001]={name:t.L_PermissionDenied,message:t.L_NoCapability},o[8010]={name:t.L_InvalidValue,message:t.L_InvalidCellsValue},o[8011]={name:t.L_InvalidValue,message:t.L_InvalidTableOptionValue},o[8012]={name:t.L_InvalidValue,message:t.L_InvalidFormatValue},o[8020]={name:t.L_OutOfRange,message:t.L_RowIndexOutOfRange},o[8021]={name:t.L_OutOfRange,message:t.L_ColIndexOutOfRange},o[8022]={name:t.L_OutOfRange,message:t.L_FormatValueOutOfRange},o[8023]={name:t.L_FormattingReminder,message:t.L_CellFormatAmountBeyondLimits},o[1e4]={name:t.L_UserNotSignedIn,message:t.L_UserNotSignedIn},o[11e3]={name:t.L_MemoryLimit,message:t.L_CloseFileBeforeRetrieve},o[11001]={name:t.L_NetworkProblem,message:t.L_NetworkProblemRetrieveFile},o[11002]={name:t.L_InvalidValue,message:t.L_SliceSizeNotSupported},o[12007]={name:t.L_DisplayDialogError,message:t.L_DialogAlreadyOpened},o[12e3]={name:t.L_IndexOutOfRange,message:t.L_IndexOutOfRange},o[12001]={name:t.L_IndexOutOfRange,message:t.L_IndexOutOfRange},o[12002]={name:t.L_DisplayDialogError,message:t.L_NetworkProblem},o[12003]={name:t.L_DialogNavigateError,message:t.L_DialogInvalidScheme},o[12004]={name:t.L_DisplayDialogError,message:t.L_DialogAddressNotTrusted},o[12005]={name:t.L_DisplayDialogError,message:t.L_DialogRequireHTTPS},o[12009]={name:t.L_DisplayDialogError,message:t.L_UserClickIgnore},o[12011]={name:t.L_DisplayDialogError,message:t.L_NewWindowCrossZoneErrorString},o[13e3]={name:t.L_APINotSupported,message:t.L_InvalidSSOAddinMessage},o[13001]={name:t.L_UserNotSignedIn,message:t.L_UserNotSignedIn},o[13002]={name:t.L_UserAborted,message:t.L_UserAbortedMessage},o[13003]={name:t.L_UnsupportedUserIdentity,message:t.L_UnsupportedUserIdentityMessage},o[13004]={name:t.L_InvalidResourceUrl,message:t.L_InvalidResourceUrlMessage},o[13005]={name:t.L_InvalidGrant,message:t.L_InvalidGrantMessage},o[13006]={name:t.L_SSOClientError,message:t.L_SSOClientErrorMessage},o[13007]={name:t.L_SSOServerError,message:t.L_SSOServerErrorMessage},o[13008]={name:t.L_AddinIsAlreadyRequestingToken,message:t.L_AddinIsAlreadyRequestingTokenMessage},o[13009]={name:t.L_SSOUserConsentNotSupportedByCurrentAddinCategory,message:t.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage},o[13010]={name:t.L_SSOConnectionLostError,message:t.L_SSOConnectionLostErrorMessage},o[13012]={name:t.L_APINotSupported,message:t.L_SSOUnsupportedPlatform},o[13013]={name:t.L_APICallFailed,message:t.L_RequestTokenUnavailable},o[5014]={name:t.L_OperationCancelledError,message:t.L_OperationCancelledErrorMessage},r=!0);var n=o[e];return n?(n.name||(n.name=o[5001].name),n.message||(n.message=o[5001].message)):n=o[5001],n},n.addErrorMessage=function(e,t){o[e]=t}}(OSF=OSF||{}),function(e){var t=(n.prototype.getSupportedEvents=function(){var e=[];for(var t in this._eventHandlers)e.push(t);return e},n.prototype.supportsEvent=function(e){for(var t in this._eventHandlers)if(e==t)return!0;return!1},n.prototype.hasEventHandler=function(e,t){var n=this._eventHandlers[e];if(n&&0<n.length)for(var o=0;o<n.length;o++)if(n[o]===t)return!0;return!1},n.prototype.addEventHandler=function(e,t){if("function"!=typeof t)return!1;var n=this._eventHandlers[e];return!(!n||this.hasEventHandler(e,t)||(n.push(t),0))},n.prototype.addEventHandlerAndFireQueuedEvent=function(e,t){var n=this._eventHandlers[e],o=!n||0==n.length,r=this.addEventHandler(e,t);return o&&r&&this.fireQueuedEvent(e),r},n.prototype.removeEventHandler=function(e,t){var n=this._eventHandlers[e];if(n&&0<n.length)for(var o=0;o<n.length;o++)if(n[o]===t)return n.splice(o,1),!0;return!1},n.prototype.clearEventHandlers=function(e){return void 0!==this._eventHandlers[e]&&0<this._eventHandlers[e].length&&(this._eventHandlers[e]=[],!0)},n.prototype.getEventHandlerCount=function(e){return null!=this._eventHandlers[e]?this._eventHandlers[e].length:-1},n.prototype.getEventInfo=function(e){return this._eventInfos[e]},n.prototype.fireEvent=function(e){if(null==e.type)return!1;var t=e.type;if(t&&this._eventHandlers[t]){for(var n=this._eventHandlers[t],o=0;o<n.length;o++)n[o](e);return!0}return!1},n.prototype.fireOrQueueEvent=function(e){if(null==e.type)return!1;var t=e.type;if(t&&this._eventHandlers[t]){var n=this._eventHandlers[t],o=this._queuedEventsArgs[t];return 0==n.length?o.push(e):this.fireEvent(e),!0}return!1},n.prototype.fireQueuedEvent=function(e){if(e&&this._eventHandlers[e]){var t=this._eventHandlers[e],n=this._queuedEventsArgs[e];if(0<t.length){for(var o=t[0];0<n.length;)o(n.shift());return!0}}return!1},n.prototype.clearQueuedEvent=function(e){e&&this._eventHandlers[e]&&this._queuedEventsArgs[e]&&(this._queuedEventsArgs[e]=[])},n);function n(e){if(this._eventInfos={},this._queuedEventsArgs={},this._eventHandlers={},this._queuedEventsArgs={},null!=e)for(var t=0;t<e.length;t++)if("string"==typeof e[t]){var n=e[t];this._eventHandlers[n]=[],this._queuedEventsArgs[n]=[]}else{n=e[t].type;this._eventInfos[n]=e[t],this._eventHandlers[n]=[],this._queuedEventsArgs[n]=[]}}e.EventDispatch=t}(OSF=OSF||{}),function(e){var t;(t=e.EventDispId||(e.EventDispId={})).dispidEventMin=0,t.dispidInitializeEvent=0,t.dispidSettingsChangedEvent=1,t.dispidDocumentSelectionChangedEvent=2,t.dispidBindingSelectionChangedEvent=3,t.dispidBindingDataChangedEvent=4,t.dispidDocumentOpenEvent=5,t.dispidDocumentCloseEvent=6,t.dispidActiveViewChangedEvent=7,t.dispidDocumentThemeChangedEvent=8,t.dispidOfficeThemeChangedEvent=9,t.dispidDialogMessageReceivedEvent=10,t.dispidDialogNotificationShownInAddinEvent=11,t.dispidDialogParentMessageReceivedEvent=12,t.dispidObjectDeletedEvent=13,t.dispidObjectSelectionChangedEvent=14,t.dispidObjectDataChangedEvent=15,t.dispidContentControlAddedEvent=16,t.dispidLiveShareStateChangedEvent=17,t.dispidActivationStatusChangedEvent=32,t.dispidRichApiMessageEvent=33,t.dispidAppCommandInvokedEvent=39,t.dispidOnSdxSendMessageEvent=40,t.dispidDataNodeAddedEvent=60,t.dispidDataNodeReplacedEvent=61,t.dispidDataNodeDeletedEvent=62}(OSF=OSF||{}),function(p){var e=(m.addEventHandler=function(t,n,o,r,i,e){var a=0;function s(e){0==e&&(r.hasEventHandler(t,n)||r.addEventHandler(t,n)||(e=5010)),p._OfficeAppFactory.getAsyncMethodExecutor().invokeCallback(a,o,e,null,i)}var c=r.getEventInfo(t);if(c)try{if(e)return void s(0);a=c.id;var l=c.getTargetId();0==r.getEventHandlerCount(t)?p._OfficeAppFactory.getAsyncMethodExecutor().registerEventAsync(a,c.type,l,function(e){r.fireEvent(e)},c,function(e){s(p.Utility.getErrorCodeFromAsyncResult(e))},i):s(0)}catch(e){m.onException(a,e,o)}else s(5010)},m.removeEventHandler=function(e,t,n,o,r,i){var a=0;function s(e){p._OfficeAppFactory.getAsyncMethodExecutor().invokeCallback(a,n,e,null,r)}var c=o.getEventInfo(e);if(c)try{a=c.id;var l=c.getTargetId(),u=0,d=!0;u=null===t?(d=o.clearEventHandlers(e),0):(d=o.removeEventHandler(e,t))?0:5003;var f=o.getEventHandlerCount(e);d&&0==f?p._OfficeAppFactory.getAsyncMethodExecutor().unregisterEventAsync(a,c.type,l,function(e){s(p.Utility.getErrorCodeFromAsyncResult(e))},r):s(u)}catch(e){m.onException(a,e,n)}else s(5010)},m.onException=function(e,t,n){if("number"!=typeof t)throw t;p._OfficeAppFactory.getAsyncMethodExecutor().invokeCallback(e,n,t,null)},m);function m(){}p.EventHelper=e}(OSF=OSF||{}),function(e){var t;(t=e.EventType||(e.EventType={})).ActiveViewChanged="activeViewChanged",t.AppCommandInvoked="appCommandInvoked",t.RichApiMessage="richApiMessage",t.DocumentSelectionChanged="documentSelectionChanged",t.BindingSelectionChanged="bindingSelectionChanged",t.BindingDataChanged="bindingDataChanged",t.OfficeThemeChanged="officeThemeChanged",t.DocumentThemeChanged="documentThemeChanged",t.LiveShareStateChanged="liveShareStateChanged",t.DataNodeDeleted="nodeDeleted",t.DataNodeInserted="nodeInserted",t.DataNodeReplaced="nodeReplaced",t.DialogMessageReceived="dialogMessageReceived",t.DialogParentMessageReceived="dialogParentMessageReceived",t.DialogParentEventReceived="dialogParentEventReceived",t.DialogEventReceived="dialogEventReceived",t.NodeDeleted="nodeDeleted",t.NodeInserted="nodeInserted",t.NodeReplaced="nodeReplaced",t.SettingsChanged="settingsChanged"}(OSF=OSF||{}),function(e){var t,n;function o(){this.platformRemappings={web:Office.PlatformType.OfficeOnline,winrt:Office.PlatformType.Universal,win32:Office.PlatformType.PC,mac:Office.PlatformType.Mac,ios:Office.PlatformType.iOS,android:Office.PlatformType.Android},this.camelCaseMappings={powerpoint:Office.HostType.PowerPoint,onenote:Office.HostType.OneNote},this.hostInfo=e._OfficeAppFactory.getHostInfo()}t=e.HostName||(e.HostName={}),o.prototype.capitalizeFirstLetter=function(e){return e?e[0].toUpperCase()+e.slice(1).toLowerCase():e},o.getInstance=function(){return void 0===o.hostObj&&(o.hostObj=new o),o.hostObj},o.prototype.getPlatform=function(e){if(this.hostInfo&&this.hostInfo.hostPlatform){var t=this.hostInfo.hostPlatform.toLowerCase();if(this.platformRemappings[t])return this.platformRemappings[t]}return null},o.prototype.getHost=function(e){if(this.hostInfo&&this.hostInfo.hostType){var t=this.hostInfo.hostType.toLowerCase();if(this.camelCaseMappings[t])return this.camelCaseMappings[t];if(t=this.capitalizeFirstLetter(this.hostInfo.hostType),Office.HostType[t])return Office.HostType[t]}return null},o.prototype.getDefaultVersion=function(){return this.getHost()?"16.0.0000.0000":null},o.prototype.getDiagnostics=function(e){return{host:this.getHost(),version:e||this.getDefaultVersion(),platform:this.getPlatform()}},n=o,t.Host=n}(OSF=OSF||{}),function(e){var t;(t=e.HostInfoFlags||(e.HostInfoFlags={}))[t.SharedApp=1]="SharedApp",t[t.CustomFunction=2]="CustomFunction",t[t.ProtectedDocDisable=4]="ProtectedDocDisable",t[t.ExperimentJsEnabled=8]="ExperimentJsEnabled",t[t.PublicAddin=16]="PublicAddin",t[t.BundleJsEnabled=32]="BundleJsEnabled",t[t.IsMos=64]="IsMos",t[t.IsMonarch=128]="IsMonarch"}(OSF=OSF||{}),function(e){var t;(t=e.HostInfoHostType||(e.HostInfoHostType={})).excel="excel",t.word="word"}(OSF=OSF||{}),function(e){var t;(t=e.HostInfoPlatform||(e.HostInfoPlatform={})).web="web",t.winrt="winrt",t.win32="win32",t.mac="mac",t.ios="ios",t.android="android"}(OSF=OSF||{}),function(i){var e=(t.prototype.saveAndSetDialogInfo=function(e){},t.prototype.setAgaveHostCommunication=function(){},t.prototype.createClientHostController=function(){return null},t.prototype.createAsyncMethodExecutor=function(){return null},t.prototype.createClientSettingsManager=function(){return null},t.prototype.createSettings=function(e){var t=i.OUtil.getSessionStorage();if(t){var n=t.getItem(i._OfficeAppFactory.getCachedSessionSettingsKey());n?e=JSON.parse(n):(n=JSON.stringify(e),t.setItem(i._OfficeAppFactory.getCachedSessionSettingsKey(),n))}var o=i.OUtil.deserializeSettings(e),r=this.createClientSettingsManager();return new Office.Settings(o,r)},t.prototype.prepareApiSurface=function(e){var t=e.get_featureGates();t&&(Microsoft.Office.WebExtension.FeatureGates=t),i.BootStrapExtension.prepareApiSurface&&i.BootStrapExtension.prepareApiSurface(),i.BootStrapExtension.prepareHostSpecificSurface&&i.BootStrapExtension.prepareHostSpecificSurface(),OSFPerformance.createOMEnd=OSFPerformance.now()},t.prototype.getTabbableElements=function(){return null},t.prototype.setupNestedAppAuthDependencies=function(){},t.prototype.setCreateNaaBridge=function(e){this._createNaaBridge=e},t);function t(e,t,n,o){this._hostInfo=e,this._webAppState=t,this._context=n,this._hostFacade=o}i.InitializationHelper=e}(OSF=OSF||{}),function(e){var t;(t=e.InitializationReason||(e.InitializationReason={})).Inserted="inserted",t.DocumentOpened="documentOpened"}(OSF=OSF||{}),function(l){!function(e){var i,t=null,n=!1,p=["excel","word","powerpoint","onenote","outlook","visio","office-common","office.common","office","officebase"],m=[".js",".debug.js"],g="_osfDisableHostCheck",r=function(){try{return document.currentScript}catch(e){return null}}();function o(){return a(),i.trustedTypesOptIn}function a(){if(!i){function e(e){var t=null!=e?e.src:null;if(!t)return null;for(var n=t.toLowerCase(),o=0;o<p.length;o++)for(var r=0;r<m.length;r++){var i=p[o]+m[r],a=n.indexOf(i);if(0<=a&&(0===a||"/"===t.charAt(a-1)||"\\"===t.charAt(a-1))&&(a+i.length===t.length||"?"===t.charAt(a+i.length))){var s=t.substring(0,a),c=0<n.indexOf(".debug.js",a),l=e.getAttribute("data-is-sdx"),u="1"===l||"true"===l,d=e.getAttribute("data-enable-trusted-types"),f="1"===d||"true"===d;return{basePath:s,name:i,isDebugJs:c,isSdx:u,disableHostCheck:window.hasOwnProperty(g)&&!0===window[g],trustedTypesOptIn:f}}}return null}if(!(i=e(r))){for(var t=document.getElementsByTagName("script"),n=t.length,o=0;o<n;o++)if(i=e(t[o]))return;i={basePath:"",name:"",isDebugJs:!1,isSdx:!1,disableHostCheck:!1,trustedTypesOptIn:!1}}}}e.getHostBundleJsBasePath=function(){return a(),i.basePath},e.getHostBundleJsName=function(){return a(),i.name},e.getOfficeStringJsName=function(){return a(),i.isDebugJs?l.ConstantNames.OfficeStringDebugJS:l.ConstantNames.OfficeStringJS},e.isSdx=function(){return a(),i.isSdx},e.disableHostCheck=function(){return a(),i.disableHostCheck},e.trustedTypesOptIn=o,e.loadScriptWithBasename=function(e,t,n){a();var o=e+(i.isDebugJs?".debug.js":".js");o=o.toLowerCase();var r=i.basePath+o;l.OUtil.loadScript(r,t,c())};var s=["https://alcdn.msauth.net/browser-1p/2.28.1/js/msal-browser-1p.min.js"];function c(){if(!n){n=!0;try{if(!o()||!window.trustedTypes||!window.trustedTypes.createPolicy)return null;var e=r.src,i=new URL(e).origin.toLowerCase();if(!i)return null;t=window.trustedTypes.createPolicy("officejs",{createScriptURL:function(e){var t=e.toLowerCase(),n=new URL(t).origin;if(i&&i===n)return e;for(var o=0,r=s;o<r.length;o++){if(t===r[o])return e}throw new Error("Untrusted script URL")}})}catch(e){}}return t}e.getTrustedTypesPolicy=c}(l.LoadScriptHelper||(l.LoadScriptHelper={}))}(OSF=(OSF=OSF||{})||{}),function(e){var t,n;(n=t=e.LiveShareStateParams||(e.LiveShareStateParams={}))[n.MaxLiveShareStateDataSizeInBytes=1024]="MaxLiveShareStateDataSizeInBytes";var o=(r.prototype.get=function(){return this._liveShareState},r.prototype.set=function(e){if((new TextEncoder).encode(e).length>t.MaxLiveShareStateDataSizeInBytes)throw new Error("State data size is limited to "+t.MaxLiveShareStateDataSizeInBytes+" bytes.");this._liveShareState=e},r.prototype.addHandlerAsync=function(e,t,n){OSF.EventHelper.addEventHandler(e,t,n,this._eventDispatch)},r.prototype.removeHandlerAsync=function(e,t,n){OSF.EventHelper.removeEventHandler(e,t,n,this._eventDispatch)},r);function r(e){var t=this;e=e||null,this._liveShareState=e,this._eventDispatch=new OSF.EventDispatch([{id:OSF.EventDispId.dispidLiveShareStateChangedEvent,type:OSF.EventType.LiveShareStateChanged,getTargetId:function(){return""},fromSafeArrayHost:function(e){return{type:OSF.EventType.LiveShareStateChanged,liveShareState:t}},fromWebHost:function(e){return{type:OSF.EventType.LiveShareStateChanged,liveShareState:t}}}])}e.LiveShareState=o}(Office=Office||{}),function(e){var r={"ar-sa":!0,"bg-bg":!0,"bn-in":!0,"ca-es":!0,"cs-cz":!0,"da-dk":!0,"de-de":!0,"el-gr":!0,"en-us":!0,"es-es":!0,"et-ee":!0,"eu-es":!0,"fa-ir":!0,"fi-fi":!0,"fr-fr":!0,"gl-es":!0,"he-il":!0,"hi-in":!0,"hr-hr":!0,"hu-hu":!0,"id-id":!0,"it-it":!0,"ja-jp":!0,"kk-kz":!0,"ko-kr":!0,"lo-la":!0,"lt-lt":!0,"lv-lv":!0,"ms-my":!0,"nb-no":!0,"nl-nl":!0,"nn-no":!0,"pl-pl":!0,"pt-br":!0,"pt-pt":!0,"ro-ro":!0,"ru-ru":!0,"sk-sk":!0,"sl-si":!0,"sr-cyrl-cs":!0,"sr-cyrl-rs":!0,"sr-latn-cs":!0,"sr-latn-rs":!0,"sv-se":!0,"th-th":!0,"tr-tr":!0,"uk-ua":!0,"ur-pk":!0,"vi-vn":!0,"zh-cn":!0,"zh-tw":!0},i={ar:"ar-sa",bg:"bg-bg",bn:"bn-in",ca:"ca-es",cs:"cs-cz",da:"da-dk",de:"de-de",el:"el-gr",en:"en-us",es:"es-es",et:"et-ee",eu:"eu-es",fa:"fa-ir",fi:"fi-fi",fr:"fr-fr",gl:"gl-es",he:"he-il",hi:"hi-in",hr:"hr-hr",hu:"hu-hu",id:"id-id",it:"it-it",ja:"ja-jp",kk:"kk-kz",ko:"ko-kr",lo:"lo-la",lt:"lt-lt",lv:"lv-lv",ms:"ms-my",nb:"nb-no",nl:"nl-nl",nn:"nn-no",pl:"pl-pl",pt:"pt-br",ro:"ro-ro",ru:"ru-ru",sk:"sk-sk",sl:"sl-si",sr:"sr-cyrl-cs",sv:"sv-se",th:"th-th",tr:"tr-tr",uk:"uk-ua",ur:"ur-pk",vi:"vi-vn",zh:"zh-cn"};e.getSupportedLocale=function(e,t){if(void 0===t&&(t="en-us"),!e)return t;var n;if((e=e.toLowerCase())in r)n=e;else{var o=e.split("-",1);o&&0<o.length&&(n=i[o[0]])}return n=n||t}}(OSF=OSF||{}),function(e){e.OfficeOM||(e.OfficeOM={})}(Strings=Strings||{}),function(r){var i,e;(i=r.OUtil||(r.OUtil={})).ensureOfficeStringsJs=function(){return e=e||(1==r.OUtil.getLibraryReleaseVehicle()?new Office.Promise(function(e,t){e()}):new Office.Promise(function(n,o){if(r.OUtil.isChangeGateEnabled("Microsoft.Office.SharedOnline.ChangeGate.OfficeVSO_9441111_DefaultLocaleOfficeStrings")){var e=r.LoadScriptHelper.getHostBundleJsBasePath()+r.ConstantNames.DefaultLocale+"/"+r.LoadScriptHelper.getOfficeStringJsName();r.OUtil.loadScript(e,function(e){e?n():o(new Error("Cannot load "+r.ConstantNames.OfficeStringJS))},r.LoadScriptHelper.getTrustedTypesPolicy())}else{if(!r._OfficeAppFactory.getHostInfo().hostLocale)return void o(new Error("No host locale"));e=r.LoadScriptHelper.getHostBundleJsBasePath()+r._OfficeAppFactory.getHostInfo().hostLocale+"/"+r.LoadScriptHelper.getOfficeStringJsName();r.OUtil.loadScript(e,function(e){if(e)n();else{var t=r.LoadScriptHelper.getHostBundleJsBasePath()+r.ConstantNames.DefaultLocale+"/"+r.LoadScriptHelper.getOfficeStringJsName();i.loadScript(t,function(e){e?n():o(new Error("Cannot load "+r.ConstantNames.OfficeStringJS))},r.LoadScriptHelper.getTrustedTypesPolicy())}},r.LoadScriptHelper.getTrustedTypesPolicy())}}))}}(OSF=OSF||{}),function(u){var e,t,n;e=u.context||(u.context={}),t=e.document||(e.document={}),OSF.definePropertyOnNamespace(t,"url",function(){return OSF._OfficeAppFactory.getOfficeAppContext().get_docUrl()}),OSF.definePropertyOnNamespace(t,"mode",function(){return 0==OSF._OfficeAppFactory.getOfficeAppContext().get_clientMode()?u.DocumentMode.ReadOnly:u.DocumentMode.ReadWrite}),OSF.definePropertyOnNamespace(t,"settings",function(){if(!n){var e=OSF._OfficeAppFactory.getOfficeAppContext().get_settingsFunc()();n=OSF._OfficeAppFactory.getInitializationHelper().createSettings(e)}return n}),t.goToByIdAsync=function(e,t,n,o){var r={};r[u.GoToType.Binding]=0,r[u.GoToType.NamedItem]=1,r[u.GoToType.Slide]=2,r[u.GoToType.Index]=3;var i={};i[u.SelectionMode.Default]=0,i[u.SelectionMode.Selected]=1,i[u.SelectionMode.None]=2;var a=r[t],s=0,c=o;"function"==typeof n?c=n:void 0!==n&&(s=i[n]);var l={toSafeArrayHost:function(){return[e,a,s]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{DdaGoToByIdMethod:{Id:e,GoToType:a,SelectionMode:s}}},fromWebHost:function(e){return e}};OSF._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(82,l,c)}}(Office=Office||{}),function(e){var t,n;t=e.context||(e.context={}),(n=t.messaging||(t.messaging={})).sendMessage=function(e){if(OSF._OfficeAppFactory.getHostInfo().hostPlatform==OSF.HostInfoPlatform.web){var t=OSF._OfficeAppFactory.getWebAppState();t.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[t.id,OSF.AgaveHostAction.SendMessage,e])}else{var n=JSON.stringify(e);OSF._OfficeAppFactory.getClientHostController().execute(208,[n],null)}},n.registerOnMessageEventHandler=function(o){if(OSF._OfficeAppFactory.getHostInfo().hostPlatform==OSF.HostInfoPlatform.web)n.onMessage=o;else{OSF._OfficeAppFactory.getClientHostController().registerEvent(OSF.EventDispId.dispidOnSdxSendMessageEvent,"","",function(e,t){var n=t.toArray();o(JSON.parse(n[0]))},null)}}}(Office=Office||{}),function(o){var e,t,r;e=o.context||(o.context={}),OSF.definePropertyOnNamespace(e,"contentLanguage",function(){return OSF._OfficeAppFactory.getOfficeAppContext().get_dataLocale()}),OSF.definePropertyOnNamespace(e,"displayLanguage",function(){return OSF._OfficeAppFactory.getOfficeAppContext().get_appUILocale()}),OSF.definePropertyOnNamespace(e,"partitionKey",function(){return OSF._OfficeAppFactory.getOfficeAppContext().get_partitionKey()}),OSF.definePropertyOnNamespace(e,"isDialog",function(){return OSF._OfficeAppFactory.getHostInfo().isDialog}),OSF.definePropertyOnNamespace(e,"touchEnabled",function(){return OSF._OfficeAppFactory.getOfficeAppContext().get_touchEnabled()}),OSF.definePropertyOnNamespace(e,"commerceAllowed",function(){return OSF._OfficeAppFactory.getOfficeAppContext().get_commerceAllowed()}),OSF.definePropertyOnNamespace(e,"host",function(){return OSF.HostName.Host.getInstance().getHost()}),OSF.definePropertyOnNamespace(e,"platform",function(){return OSF.HostName.Host.getInstance().getPlatform()}),OSF.definePropertyOnNamespace(e,"diagnostics",function(){return OSF.HostName.Host.getInstance().getDiagnostics(OSF._OfficeAppFactory.getOfficeAppContext().get_hostFullVersion())}),OSF.definePropertyOnNamespace(e,"requirements",function(){if(!t){var e=OSF._OfficeAppFactory.getOfficeAppContext();e&&(t=e.get_isDialog()?OSF.Requirement.RequirementsMatrixFactory.getDefaultDialogRequirementMatrix(e):OSF.Requirement.RequirementsMatrixFactory.getDefaultRequirementMatrix(e))}return t}),OSF.definePropertyOnNamespace(e,"officeTheme",function(){var e=OSF._OfficeAppFactory.getOfficeAppContext().get_officeThemeFunc();return e?"function"==typeof e?e():e:void 0}),OSF.definePropertyOnNamespace(e,"webAuth",function(){if(OSF.DDA.WebAuth)return OSF.DDA.WebAuth}),OSF.definePropertyOnNamespace(e,"auth",function(){if(OSF.DDA.Auth)return OSF.DDA.Auth}),OSF.definePropertyOnNamespace(e,"license",function(){return OSF._OfficeAppFactory.getOfficeAppContext().get_eToken()}),OSF.definePropertyOnNamespace(e,"hostSettings",function(){if(!r){var e=OSF._OfficeAppFactory.getOfficeAppContext().get_hostSettingsFunc();if(void 0!==e){var t=e(),n=OSF.OUtil.deserializeSettings(t);r=new o.Settings(n,void 0)}}return r})}(Office=Office||{}),function(e){var t;((t=e.context||(e.context={})).ribbonGallery||(t.ribbonGallery={})).refreshRibbon=function(e){OSF.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[OSF._OfficeAppFactory.getWebAppState().id,OSF.AgaveHostAction.RefreshRibbonGallery,e])}}(Office=Office||{}),function(e){var t,n;t=e.context||(e.context={}),(n=t.ui||(t.ui={})).taskPaneAction||(n.taskPaneAction={})}(Office=Office||{});var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};!function(n){function t(){n._officeOnReadyState.officeOnReadyPromise||(n._officeOnReadyState.officeOnReadyPromise=new n.Promise(function(e,t){n._officeOnReadyState.officeOnReadyPromiseResolve=e}))}function o(e){return t(),e&&(n._officeOnReadyState.officeOnReadyFired?e(n._officeOnReadyState.officeOnReadyHostAndPlatformInfo):n._officeOnReadyState.officeOnReadyCallbacks.push(e)),n._officeOnReadyState.officeOnReadyPromise}n._officeOnReadyState=n._officeOnReadyState||{isOfficeOnReadyCalled:!1,officeOnReadyPromise:null,officeOnReadyPromiseResolve:null,officeOnReadyCallbacks:[],officeOnReadyHostAndPlatformInfo:null,officeOnReadyFired:!1},n.initialize=n.initialize,n.onReadyInternal=o,n.onReady=function(e){return n._officeOnReadyState.isOfficeOnReadyCalled=!0,o(e)},n.fireOnReady=function(e){for(t(),n._officeOnReadyState.officeOnReadyHostAndPlatformInfo=__assign({},e),n._officeOnReadyState.officeOnReadyFired=!0,OSFPerformance.officeOnReady=OSFPerformance.now();0<n._officeOnReadyState.officeOnReadyCallbacks.length;)n._officeOnReadyState.officeOnReadyCallbacks.shift()(n._officeOnReadyState.officeOnReadyHostAndPlatformInfo);n._officeOnReadyState.officeOnReadyPromiseResolve(n._officeOnReadyState.officeOnReadyHostAndPlatformInfo),n._officeOnReadyState.isOfficeOnReadyCalled||OSF.OUtil.waitForFunction(function(){return"function"==typeof n.initialize},function(e){e&&n.initialize(OSF._OfficeAppFactory.getOfficeAppContext().get_reason())},400,50)}}(Office=Office||{}),function(N){var e=(t.prototype.get_id=function(){return this._id},t.prototype.get_appName=function(){return this._appName},t.prototype.get_appVersion=function(){return this._appVersion},t.prototype.get_appUILocale=function(){return this._appUILocale},t.prototype.get_dataLocale=function(){return this._dataLocale},t.prototype.get_docUrl=function(){return this._docUrl},t.prototype.get_clientMode=function(){return this._isWeb?this._clientMode:0==this._clientMode?Office.DocumentMode.ReadWrite:Office.DocumentMode.ReadOnly},t.prototype.get_settingsFunc=function(){return this._settingsFunc},t.prototype.get_reason=function(){return this._reason},t.prototype.get_osfControlType=function(){return this._osfControlType},t.prototype.get_eToken=function(){return this._eToken},t.prototype.get_correlationId=function(){return this._correlationId},t.prototype.get_appInstanceId=function(){return this._appInstanceId},t.prototype.get_touchEnabled=function(){return this._touchEnabled},t.prototype.get_commerceAllowed=function(){return this._commerceAllowed},t.prototype.get_appMinorVersion=function(){return this._appMinorVersion},t.prototype.get_requirementMatrix=function(){return this._requirementMatrix},t.prototype.get_dialogRequirementMatrix=function(){return this._dialogRequirementMatrix},t.prototype.get_hostCustomMessage=function(){return this._hostCustomMessage},t.prototype.get_hostFullVersion=function(){return this._hostFullVersion},t.prototype.get_isDialog=function(){return this._isDialog},t.prototype.get_clientWindowHeight=function(){return this._clientWindowHeight},t.prototype.get_clientWindowWidth=function(){return this._clientWindowWidth},t.prototype.get_addinName=function(){return this._addinName},t.prototype.get_appDomains=function(){return this._appDomains},t.prototype.get_taskpaneUrl=function(){return this._taskpaneUrl},t.prototype.set_taskpaneUrl=function(e){this._taskpaneUrl=e},t.prototype.get_featureGates=function(){return this._featureGates},t.prototype.get_officeThemeFunc=function(){return this._officeThemeFunc},t.prototype.get_initialDisplayMode=function(){return this._initialDisplayMode?this._initialDisplayMode:0},t.prototype.get_isFromWacAutomation=function(){return this._isFromWacAutomation},t.prototype.get_wopiHostOriginForSingleSignOn=function(){return this._wopiHostOriginForSingleSignOn},t.prototype.get_hostSettingsFunc=function(){return this._hostSettingsFunc},t.prototype.get_isWeb=function(){return this._isWeb},t.prototype.get_nestedAppAuthBridgeType=function(){return this._nestedAppAuthBridgeType},t.prototype.get_partitionKey=function(){return this._partitionKey},t.prototype.get_topFrameOrigin=function(){return this._topFrameOrigin},t);function t(e,t,n,o,r,i,a,s,c,l,u,d,f,p,m,g,h,v,y,b,C,O,_,A,S,P,T,E,D,w,I,x,F,R){this._id=e,this._appName=t,this._appVersion=n,this._appUILocale=o,this._dataLocale=r,this._docUrl=i,this._clientMode=a,this._settingsFunc=s,this._reason=c,this._osfControlType=l,this._eToken=u,this._correlationId=d,this._appInstanceId=f,this._touchEnabled=p,this._commerceAllowed=m,this._appMinorVersion=g,this._requirementMatrix=h,this._hostCustomMessage=v,this._hostFullVersion=y,this._isDialog=N.OUtil.isDialog(),this._clientWindowHeight=b,this._clientWindowWidth=C,this._addinName=O,this._appDomains=_,this._dialogRequirementMatrix=A,this._featureGates=S,this._officeThemeFunc=P,this._initialDisplayMode=T,this._isFromWacAutomation=E,this._wopiHostOriginForSingleSignOn=D,this._hostSettingsFunc=w,this._isWeb=I,this._nestedAppAuthBridgeType=x,this._partitionKey=F,this._topFrameOrigin=R}N.OfficeAppContext=e}(OSF=OSF||{}),function(l){(l._OfficeAppFactory||(l._OfficeAppFactory={})).retrieveHostInfo=function(){var e={isO15:!0,isRichClient:!0,hostType:"",hostPlatform:"",hostSpecificFileVersion:"",hostLocale:"",osfControlAppCorrelationId:"",isDialog:!1,disableLogging:!1,flags:0},t="_host_Info",n=null;try{if(window.external=window.external||{},"undefined"!=typeof agaveHost&&agaveHost.GetHostInfo&&(window.external.GetHostInfo=function(){return agaveHost.GetHostInfo()}),window.external.GetHostInfo){var o=window.external.GetHostInfo();if("isDialog"==o)e.isO15=!0,e.isDialog=!0;else{var r=o.split(t+"=");n=1<r.length?r[1]:o}}}catch(e){l.Utility.log(JSON.stringify(e))}if(!n)try{var i=window.name;if(i){var a=JSON.parse(i);n=a?a.hostInfo:null}}catch(e){l.Utility.log(JSON.stringify(e))}n=n||l.Utility.getQueryStringValue(t);var s=l.OUtil.getSessionStorage();if(!n&&s.getItem("hostInfoValue")&&(n=s.getItem("hostInfoValue")),n){n=decodeURIComponent(n),e.isO15=!1;var c=n.split("$");void 0===c[2]&&(c=n.split("|")),e.hostType=void 0===c[0]?"":c[0].toLowerCase(),e.hostPlatform=void 0===c[1]?"":c[1].toLowerCase(),e.hostSpecificFileVersion=void 0===c[2]?"":c[2].toLowerCase(),e.hostLocale=void 0===c[3]?"":c[3].toLowerCase(),e.osfControlAppCorrelationId=void 0===c[4]?"":c[4],"telemetry"==e.osfControlAppCorrelationId&&(e.osfControlAppCorrelationId=""),e.isDialog=void 0!==c[5]&&"isDialog"==c[5],e.disableLogging=void 0!==c[6]&&"disableLogging"==c[6],e.flags="string"==typeof c[7]&&0<c[7].length?parseInt(c[7]):0,s.setItem("hostInfoValue",n)}else e.isO15=!0,e.hostLocale=l.Utility.getQueryStringValue("locale");return e}}(OSF=OSF||{}),function(f){var e;!function(e){var t,n,o,r,i,a,s,c,l;"undefined"!=typeof window&&(window.location&&(t=window.location.hash,n=window.location.search),o=window.name);var u={0:"Unknown",1:"Hidden",2:"Taskpane",3:"Dialog"};function d(e,t){f.AppCommandManager.initialize();var n=e.get_appName(),o=null;0!=(r.flags&f.HostInfoFlags.SharedApp)&&(o={visibilityMode:u[e.get_initialDisplayMode()]}),Office.fireOnReady({host:f.HostName.Host.getInstance().getHost(n),platform:f.HostName.Host.getInstance().getPlatform(n),addin:o}),r.hostPlatform==f.HostInfoPlatform.web&&null!=i.clientEndPoint&&i.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i.id,f.AgaveHostAction.OfficeJsReady,Date.now()]),t(e)}e.bootstrap=function(t,n){if(i={id:null,webAppUrl:null,conversationID:null,clientEndPoint:null,wnd:window.parent,focused:!1,serviceEndPoint:null},r=e.retrieveHostInfo(),function(){0;try{if(r.disableLogging)return 0;window.external=window.external||{},void 0===window.external.GetLoggingAllowed||window.external.GetLoggingAllowed()}catch(e){}}(),function(){if(r.hostPlatform===f.HostInfoPlatform.web)a=new f.WebInitializationHelper(r,i,null,null);else if(r.hostPlatform===f.HostInfoPlatform.win32)a=new f.RichClientInitializationHelper(r,i,null,null);else if(r.hostPlatform===f.HostInfoPlatform.ios||r.hostPlatform===f.HostInfoPlatform.mac){if(!(window.webkit&&window.webkit.messageHandlers&&window.webkit.messageHandlers.Agave))throw f.Utility.createNotImplementedException();a=new f.WebkitInitializationHelper(r,i,null,null)}else r.hostPlatform===f.HostInfoPlatform.android||r.hostPlatform===f.HostInfoPlatform.winrt?a=new f.WebViewInitializationHelper(r,i,null,null):console.warn("Office.js is loaded inside in unknown host or platform "+r.hostPlatform)}(),a){r.hostPlatform===f.HostInfoPlatform.web&&a.saveAndSetDialogInfo(f.Utility.getQueryStringValue("_host_Info")),a.setAgaveHostCommunication(),a.setupNestedAppAuthDependencies(),OSFPerformance.getAppContextStart=OSFPerformance.now();a.getAppContext(window,function(e){OSFPerformance.getAppContextEnd=OSFPerformance.now(),f.AppTelemetry.initialize(e),c=e,l=a.createClientHostController(),s=a.createAsyncMethodExecutor(),a.prepareApiSurface(e),f.BootStrapExtension.onGetAppContext?f.BootStrapExtension.onGetAppContext(e,i.wnd).then(function(){d(e,t)}):d(e,t)},function(e){n(e)})}else n(new Error("Office.js cannot be initialized."))},e.getWindowName=function(){return o},e.getWindowLocationHash=function(){return t},e.getWindowLocationSearch=function(){return n},e.getAsyncMethodExecutor=function(){return s},e.getOfficeAppContext=function(){return c},e.getHostInfo=function(){return r},e.getCachedSessionSettingsKey=function(){return(null!=i.conversationID?i.conversationID:c.get_appInstanceId())+"CachedSessionSettings"},e.getWebAppState=function(){return i},e.getId=function(){return i.id},e.getInitializationHelper=function(){return a},e.getClientHostController=function(){return l}}(e=f._OfficeAppFactory||(f._OfficeAppFactory={})),f.getClientEndPoint=function(){return e.getWebAppState().clientEndPoint}}(OSF=OSF||{}),function(e){var t,n,o,r,i,a,s,c,l,u,d,f,p;(t=e.AsyncResultStatus||(e.AsyncResultStatus={})).Succeeded="succeeded",t.Failed="failed",(n=e.DocumentMode||(e.DocumentMode={})).ReadOnly="readOnly",n.ReadWrite="readWrite",(o=e.HostType||(e.HostType={})).Word="Word",o.Excel="Excel",o.PowerPoint="PowerPoint",o.Outlook="Outlook",o.OneNote="OneNote",o.Project="Project",o.Access="Access",o.Visio="Visio",(r=e.InitializationReason||(e.InitializationReason={})).Inserted="inserted",r.DocumentOpened="documentOpened",(i=e.PlatformType||(e.PlatformType={})).PC="PC",i.OfficeOnline="OfficeOnline",i.Mac="Mac",i.iOS="iOS",i.Android="Android",i.Universal="Universal",(a=e.GoToType||(e.GoToType={})).Binding="binding",a.NamedItem="namedItem",a.Slide="slide",a.Index="index",(s=e.SelectionMode||(e.SelectionMode={})).Default="default",s.Selected="selected",s.None="none",(c=e.ValueFormat||(e.ValueFormat={})).Unformatted="unformatted",c.Formatted="formatted",(l=e.FileType||(e.FileType={})).Text="text",l.Compressed="compressed",l.Pdf="pdf",e.CoercionType={Html:"html",Matrix:"matrix",Ooxml:"ooxml",OoxmlPackage:"ooxmlPackage",PdfFile:"pdfFile",SlideRange:"slideRange",Table:"table",Text:"text"},(u=e.BindingType||(e.BindingType={})).Table="table",u.Text="text",u.Matrix="matrix",(d=e.FilterType||(e.FilterType={})).OnlyVisible="onlyVisible",d.All="all",(f=e.Table||(e.Table={}))[f.All=0]="All",f[f.Data=1]="Data",f[f.Headers=2]="Headers",(p=e.ActiveView||(e.ActiveView={})).Read="read",p.Edit="edit"}(Office=Office||{});var OSFPerfUtil,__extends=this&&this.__extends||function(){var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};return function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}}();(OfficeExt||(OfficeExt={})).appSpecificCheckOrigin=function(e,t,n,o){return!1},function(P){var a=(e.prototype.getMethod=function(){return this._method},e.prototype.getInvokeType=function(){return this._invokeType},e.prototype.getBlockingFlag=function(){return this._blockingOthers},e);function e(e,t,n){this._method=e,this._invokeType=t,this._blockingOthers=n}P.XdmMethodObject=a;var s=(t.prototype.getRegisterMethodObject=function(){return this._registerMethodObject},t.prototype.getUnregisterMethodObject=function(){return this._unregisterMethodObject},t);function t(e,t){this._registerMethodObject=e,this._unregisterMethodObject=t}P.XdmEventMethodObject=s;var n=(o.prototype.registerMethod=function(e,t,n,o){if(0!==n&&1!==n)throw P.Utility.createArgumentException("invokeType");var r=new a(t,n,o);this._methodObjectList[e]=r},o.prototype.unregisterMethod=function(e){delete this._methodObjectList[e]},o.prototype.registerEvent=function(e,t,n){var o=new s(new a(t,4,!1),new a(n,5,!1));this._methodObjectList[e]=o},o.prototype.registerEventEx=function(e,t,n,o,r){var i=new s(new a(t,n,!1),new a(o,r,!1));this._methodObjectList[e]=i},o.prototype.unregisterEvent=function(e){this.unregisterMethod(e)},o.prototype.registerConversation=function(e,t,n){if(P.Utility.xdmDebugLog("registerConversation: cId="+e+" Url="+t),n){if(!Array.isArray(n))throw P.Utility.createArgumentException("appDomains");this._appDomains[e]=n}this._conversations[e]={url:t}},o.prototype.unregisterConversation=function(e){delete this._conversations[e]},o.prototype.setPolicyManager=function(e){if(!e.checkPermission)throw P.Utility.createArgumentException("policyManager");this._policyManager=e},o.prototype.getPolicyManager=function(){return this._policyManager},o.prototype.dispose=function(){this._methodObjectList=null,this._eventHandlerProxyList=null,this._Id=null,this._conversations=null,this._policyManager=null,this._appDomains=null,this._onHandleRequestError=null},o);function o(e){this._methodObjectList={},this._eventHandlerProxyList={},this._conversations={},this._policyManager=null,this._appDomains={},this._onHandleRequestError=null,this._methodObjectList={},this._eventHandlerProxyList={},this._Id=e,this._conversations={},this._policyManager=null,this._appDomains={},this._onHandleRequestError=null}P.XdmServiceEndPoint=n;var l,r,T,E,D,w,I,x,F,i,c=(Object.defineProperty(u.prototype,"targetUrl",{get:function(){return this._targetUrl},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hostTrustCheckStatus",{get:function(){return this._hostTrustCheckStatus},set:function(e){this._hostTrustCheckStatus=e},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"fHostTrusted",{get:function(){return this._fHostTrusted},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"checkStatusLogged",{get:function(){return this._checkStatusLogged},set:function(e){this._checkStatusLogged=e},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"checkReceiverOriginAndRun",{get:function(){return this._checkReceiverOriginAndRun},set:function(e){this._checkReceiverOriginAndRun=e},enumerable:!0,configurable:!0}),u.prototype.invoke=function(i,a,s){function e(){var t=c._callingIndex++,e=new Date,n={callback:a,createdOn:e.getTime()};s&&"object"==typeof s&&"number"==typeof s.__timeout__&&(n.timeout=s.__timeout__,delete s.__timeout__),c._callbackList[t]=n;try{if(3!==c._hostTrustCheckStatus&&"ContextActivationManager_getAppContextAsync"!==i)throw"Access Denied";var o=new h(i,0,c._conversationId,t,s),r=B.envelope(o);c._targetWindow.postMessage(r,c._targetUrl),l._startMethodTimeoutTimer()}catch(e){try{null!==a&&a(-1,e)}finally{delete c._callbackList[t]}}}var c=this;this._checkReceiverOriginAndRun?this._checkReceiverOriginAndRun(e):(this._hostTrustCheckStatus=3,e())},u.prototype.registerForEvent=function(e,t,n,o){var r=this._callingIndex++,i=new Date;this._callbackList[r]={callback:n,createdOn:i.getTime()};try{var a=new h(e,1,this._conversationId,r,o),s=B.envelope(a);this._targetWindow.postMessage(s,this._targetUrl),l._startMethodTimeoutTimer(),this._eventHandlerList[e]=t}catch(e){try{null!==n&&n(-1,e)}finally{delete this._callbackList[r]}}},u.prototype.unregisterForEvent=function(e,t,n){var o=this._callingIndex++,r=new Date;this._callbackList[o]={callback:t,createdOn:r.getTime()};try{var i=new h(e,2,this._conversationId,o,n),a=B.envelope(i);this._targetWindow.postMessage(a,this._targetUrl),l._startMethodTimeoutTimer()}catch(e){try{null!==t&&t(-1,e)}finally{delete this._callbackList[o]}}finally{delete this._eventHandlerList[e]}},u);function u(e,t,n){this._callbackList={},this._eventHandlerList={},this._hostTrustCheckStatus=0,this._checkStatusLogged=!1,this._fHostTrusted=!1,this._conversationId=e,this._targetWindow=t,this._targetUrl=n,this._callingIndex=0,this._callbackList={},this._eventHandlerList={},this._checkReceiverOriginAndRun=null}function R(){null!==D?I||(0<T.length?N(T.shift()):(clearInterval(D),D=null)):P.Utility.xdmDebugLog("channel is not ready.")}function N(e){I=e.getInvokeBlockingFlag(),e.invoke(),E=(new Date).getTime()}function k(){I=!1}function M(e,t){var n=!1;if(!(t&&"null"!==t&&t.length&&e&&e instanceof Array&&e.length))return n;for(var o=0;o<e.length&&!n;o++)if(-1!==e[o].indexOf("://")){var r=P.OUtil.parseUrl(t,!0);n=U(P.OUtil.parseUrl(e[o],!0),r)}return n}function H(e){if(!e||"null"===e)return!1;var t=new Array("^outlook\\.office\\.com$","^outlook-sdf\\.office\\.com$","^outlook\\.office\\.com$","^outlook-sdf\\.office\\.com$","^outlook\\.live\\.com$","^outlook-sdf\\.live\\.com$","^consumer\\.live-int\\.com$","^outlook-tdf\\.live\\.com$","^sdfpilot\\.live\\.com$","^outlook\\.office365\\.us$","^outlook\\.office365\\.com$","^exchangelabs\\.live-int\\.com$","^.*\\.dod\\.online\\.office365\\.us$","^.*\\.gov\\.online\\.office365\\.us$","^.*\\.officeapps\\.live\\.com$","^.*\\.officeapps-df\\.live\\.com$","^"+document.domain.replace(new RegExp("\\.","g"),"\\.")+"$");return!0===P.OUtil.getCustomOfficeInitializationSettings().trustAllCloudEnvironments&&t.push("^partner\\.outlook\\.cn$","^.*\\.partner\\.officewebapps\\.cn$"),new RegExp(t.join("|")).test(e)}function L(e,t){if(!e||!t||"null"===e||"null"===t)return!1;var n=P.OUtil.parseUrl(e,!0),o=P.OUtil.parseUrl(t,!0);if(null==n||null==o)return!1;var r=n.protocol===o.protocol,i=n.port===o.port,a=o.hostname,s=n.hostname,c=a===s,l=!1;return!c&&a.length>s.length+1&&(l=a.slice(-(s.length+1))==="."+s),i&&r&&(c||l)}function U(e,t){return e.hostname==t.hostname&&e.protocol==t.protocol&&e.port==t.port}function d(t){if(""!=t.data){var n,e=t.data;try{n=B.unenvelope(e)}catch(e){return}if(P.Utility.xdmDebugLog(e),0===n._messageType){var o=null==t.origin||"null"===t.origin?n._origin:t.origin;try{var r=function(e){for(var t in x)if(x[t]._conversations[e])return x[t];throw P.Utility.createArgumentException("conversationId")}(n._conversationId);P.Utility.xdmDebugLog("_receive: request, origin="+o+" sourceURL:"+r._conversations[n._conversationId]);var i=r._conversations[n._conversationId];P.Utility.xdmDebugLog("_receive: request, origin="+o+" sourceURL:"+i.url);var a=[i.url].concat(r._appDomains[n._conversationId]);if(!M(a,t.origin))if(!OfficeExt.appSpecificCheckOrigin(a,t,n._origin,M))if(!L(i.url,t.origin))throw"Failed origin check";var s=r.getPolicyManager();if(s&&!s.checkPermission(n._conversationId,n._actionName,n._data))throw"Access Denied";var c=function(e,t){var n=e._methodObjectList[t._actionName];if(!n)throw P.Utility.xdmDebugLog("The specified method is not registered on service endpoint:"+t._actionName),P.Utility.createArgumentException("messageObject");return 0===t._actionType?n:1===t._actionType?n.getRegisterMethodObject():n.getUnregisterMethodObject()}(r,n),l=new W(t.source,o,n._actionName,n._conversationId,n._correlationId,k),u=new q(c,n._data,l,r._eventHandlerProxyList,n._conversationId,n._actionName),d=!0;null==D&&((null==E||(new Date).getTime()-E>w)&&!I?(N(u),d=!1):D=setInterval(R,w)),d&&(S=u,T.push(S))}catch(e){r&&r._onHandleRequestError&&r._onHandleRequestError(n,e);var f=-2;"Access Denied"==e&&(f=-5);var p=new j(n._actionName,n._conversationId,n._correlationId,f,0,e),m=B.envelope(p),g=!1;try{g=!(!t.source||!t.source.postMessage)}catch(e){}var h=!1;if(window.location.href&&t.origin&&"null"!==t.origin&&L(window.location.href,t.origin))h=!0;else if(t.origin&&"null"!==t.origin)h=H(P.OUtil.parseUrl(t.origin,!0).hostname);g&&h&&t.source.postMessage(m,o)}}else{if(1!==n._messageType)return;var v=(_=n._conversationId,(A=F[_])||P.Utility.xdmDebugLog("Unknown conversation Id."),A);if(!v)return;if(P.Utility.xdmDebugLog("_receive: response, origin="+t.origin+" targetURL:"+v._targetUrl),C=v._targetUrl,O=t.origin,!(C&&O&&"null"!==C&&"null"!==O&&C.length&&O.length&&U(P.OUtil.parseUrl(C,!0),P.OUtil.parseUrl(O,!0))))throw"Failed orgin check";if(3==v._hostTrustCheckStatus&&(v._fHostTrusted=!0),0===n._responseType){var y=v._callbackList[n._correlationId];if(y)try{y.callback&&y.callback(n._errorCode,n._data)}finally{delete v._callbackList[n._correlationId]}}else{var b=v._eventHandlerList[n._actionName];null!=b&&b(n._data)}}}var C,O,_,A,S}function f(){i||(function(e){if(window.addEventListener)window.addEventListener("message",e,!1);else{if(!(-1<navigator.userAgent.indexOf("MSIE")&&window.attachEvent))throw P.Utility.xdmDebugLog("Browser doesn't support the required API."),P.Utility.createArgumentException("Browser");window.attachEvent("onmessage",e)}}(d),i=!0)}P.XdmClientEndPoint=c,r=l=P.XdmCommunicationManager||(P.XdmCommunicationManager={}),T=[],D=E=null,I=!(w=10),x={},i=!(F={}),r.connect=function(e,t,n){var o=F[e];return o||(f(),o=new c(e,t,n),F[e]=o),o},r.getClientEndPoint=function(e){return F[e]},r.createServiceEndPoint=function(e){f();var t=new n(e);return x[e]=t},r.getServiceEndPoint=function(e){return x[e]},r.deleteClientEndPoint=function(e){delete F[e]},r.deleteServiceEndPoint=function(e){delete x[e]},r.checkUrlWithAppDomains=function(e,t){return M(e,t)},r.isTargetSubdomainOfSourceLocation=function(e,t){return L(e,t)},r._setMethodTimeout=function(e){0},r._startMethodTimeoutTimer=function(){},r.isHostNameValidWacDomain=function(e){return H(e)};var p=(m.prototype.getActionName=function(){return this._actionName},m.prototype.getConversationId=function(){return this._conversationId},m.prototype.getCorrelationId=function(){return this._correlationId},m.prototype.getOrigin=function(){return this._origin},m.prototype.getData=function(){return this._data},m.prototype.getMessageType=function(){return this._messageType},m);function m(e,t,n,o,r){this._messageType=e,this._actionName=t,this._conversationId=n,this._correlationId=o,this._origin=window.location.origin,this._data=void 0===r?null:r}var g,h=(__extends(v,g=p),v.prototype.getActionType=function(){return this._actionType},v);function v(e,t,n,o,r){var i=g.call(this,0,e,n,o,r)||this;return i._actionType=t,i}var y,j=(__extends(b,y=p),b.prototype.getErrorCode=function(){return this._errorCode},b.prototype.getResponseType=function(){return this._responseType},b);function b(e,t,n,o,r,i){var a=y.call(this,1,e,t,n,i)||this;return a._errorCode=o,a._responseType=r,a}var B=(C.envelope=function(e){return JSON.stringify(e)},C.unenvelope=function(e){return JSON.parse(e)},C);function C(){}var O=(_.prototype.getRequesterWindow=function(){return this._requesterWindow},_.prototype.getRequesterUrl=function(){return this._requesterUrl},_.prototype.getActionName=function(){return this._actionName},_.prototype.getConversationId=function(){return this._conversationId},_.prototype.getCorrelationId=function(){return this._correlationId},_.prototype.getSend=function(){return this._send},_.prototype.setResultCode=function(e){this._invokeResultCode=e},_);function _(e,t,n,o,r,i){var a=this;this._invokeResultCode=0,this._requesterWindow=e,this._requesterUrl=t,this._actionName=n,this._conversationId=o,this._correlationId=r,this._invokeResultCode=0,this._responseType=i,this._send=function(e){try{var t=new j(a._actionName,a._conversationId,a._correlationId,a._invokeResultCode,a._responseType,e),n=B.envelope(t);a._requesterWindow.postMessage(n,a._requesterUrl),P.Utility.xdmDebugLog("_send: requestUrl="+a._requesterUrl+" _actionName:"+a._actionName)}catch(e){P.Utility.xdmDebugLog("ResponseSender._send error:"+e.message)}}}var A,W=(__extends(S,A=O),S);function S(e,t,n,o,r,i){var a=A.call(this,e,t,n,o,r,0)||this;return a._postCallbackHandler=i,a._send=function(e,t){null!=t&&(a._invokeResultCode=t);try{var n=new j(a._actionName,a._conversationId,a._correlationId,a._invokeResultCode,a._responseType,e),o=B.envelope(n);a._requesterWindow.postMessage(o,a._requesterUrl),a._postCallbackHandler()}catch(e){P.Utility.xdmDebugLog("InvokeCompleteCallback._send error:"+e.message)}},a}var q=(V.prototype.invoke=function(){try{var e;switch(this._methodObject.getInvokeType()){case 0:this._methodObject.getMethod()(this._param,this._invokeCompleteCallback.getSend());break;case 1:e=this._methodObject.getMethod()(this._param),this._invokeCompleteCallback.getSend()(e);break;case 4:var t=this._createEventHandlerProxyObject(this._invokeCompleteCallback);e=this._methodObject.getMethod()(t.getSend(),this._param),this._eventHandlerProxyList[this._conversationId+this._eventName]=t.getSend(),this._invokeCompleteCallback.getSend()(e);break;case 5:var n=this._eventHandlerProxyList[this._conversationId+this._eventName];e=this._methodObject.getMethod()(n,this._param),delete this._eventHandlerProxyList[this._conversationId+this._eventName],this._invokeCompleteCallback.getSend()(e);break;case 2:var o=this._createEventHandlerProxyObject(this._invokeCompleteCallback);this._methodObject.getMethod()(o.getSend(),this._invokeCompleteCallback.getSend(),this._param),this._eventHandlerProxyList[this._callerId+this._eventName]=o.getSend();break;case 3:var r=this._eventHandlerProxyList[this._callerId+this._eventName];this._methodObject.getMethod()(r,this._invokeCompleteCallback.getSend(),this._param),delete this._eventHandlerProxyList[this._callerId+this._eventName]}}catch(e){this._invokeCompleteCallback.setResultCode(-3),this._invokeCompleteCallback.getSend()(e)}},V.prototype.getInvokeBlockingFlag=function(){return this._methodObject.getBlockingFlag()},V.prototype._createEventHandlerProxyObject=function(e){return new O(e.getRequesterWindow(),e.getRequesterUrl(),e.getActionName(),e.getConversationId(),e.getCorrelationId(),1)},V);function V(e,t,n,o,r,i){this._callerId="",this._methodObject=e,this._param=t,this._invokeCompleteCallback=n,this._eventHandlerProxyList=o,this._conversationId=r,this._eventName=i}}(OSF=OSF||{}),function(){function t(e,t){return t+="_Resource",void 0!==oteljs?[oteljs.makeDoubleDataField(t+"_responseEnd",e.responseEnd),oteljs.makeDoubleDataField(t+"_responseStart",e.responseStart),oteljs.makeDoubleDataField(t+"_startTime",e.startTime),oteljs.makeDoubleDataField(t+"_transferSize",e.transferSize)]:[]}(OSFPerfUtil||(OSFPerfUtil={})).sendPerformanceTelemetry=function(){if(OSF.AppTelemetry.enableTelemetry&&"undefined"!=typeof performance&&performance.getEntriesByType){var n,o,r=OSF.LoadScriptHelper.getHostBundleJsName().toLowerCase();performance.getEntriesByType("resource").forEach(function(e){var t=e.name.toLowerCase();OSF.Utility.stringEndsWith(t,r)?n=e:(OSF.Utility.stringEndsWith(t,OSF.ConstantNames.OfficeDebugJS)||OSF.Utility.stringEndsWith(t,OSF.ConstantNames.OfficeJS))&&(o=e)}),OTel.OTelLogger.onTelemetryLoaded(function(){var e=[];n&&(e=e.concat(t(n,"HostJs"))),o&&(e=e.concat(t(o,"OfficeJs"))),e=e.concat([oteljs.makeDoubleDataField("officeExecuteStartDate",OSFPerformance.officeExecuteStartDate),oteljs.makeDoubleDataField("officeExecuteStart",OSFPerformance.officeExecuteStart),oteljs.makeDoubleDataField("officeExecuteEnd",OSFPerformance.officeExecuteEnd),oteljs.makeDoubleDataField("hostInitializationStart",OSFPerformance.hostInitializationStart),oteljs.makeDoubleDataField("hostInitializationEnd",OSFPerformance.hostInitializationEnd),oteljs.makeDoubleDataField("totalJSHeapSize",OSFPerformance.totalJSHeapSize),oteljs.makeDoubleDataField("usedJSHeapSize",OSFPerformance.usedJSHeapSize),oteljs.makeDoubleDataField("jsHeapSizeLimit",OSFPerformance.jsHeapSizeLimit),oteljs.makeDoubleDataField("getAppContextStart",OSFPerformance.getAppContextStart),oteljs.makeDoubleDataField("getAppContextEnd",OSFPerformance.getAppContextEnd),oteljs.makeDoubleDataField("getAppContextXdmStart",OSFPerformance.getAppContextXdmStart),oteljs.makeDoubleDataField("getAppContextXdmEnd",OSFPerformance.getAppContextXdmEnd),oteljs.makeDoubleDataField("createOMEnd",OSFPerformance.createOMEnd),oteljs.makeDoubleDataField("officeOnReady",OSFPerformance.officeOnReady),oteljs.makeBooleanDataField("isSharedRuntime",0!=(OSF._OfficeAppFactory.getHostInfo().flags&OSF.HostInfoFlags.SharedApp)),oteljs.makeBooleanDataField("isExperimentJsEnabled",0!=(OSF._OfficeAppFactory.getHostInfo().flags&OSF.HostInfoFlags.ExperimentJsEnabled))]),Microsoft.Office.WebExtension.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.JSPerformanceTelemetryV06",dataFields:e,eventFlags:{dataCategories:2,diagnosticLevel:110}})})}}}(),function(e){var t,n,o,r,i,l,u;function a(n,e,t,o){if(n&&e){var r=window.document,i=l[n];if(i)i.loaded?e(!0):i.pendingCallbacks.push(e);else{var a=r.createElement("script");a.type="text/javascript",i={loaded:!1,pendingCallbacks:[e],timer:null},l[n]=i;function s(){null!=i.timer&&(clearTimeout(i.timer),delete i.timer),i.loaded=!0;for(var e=i.pendingCallbacks.length,t=0;t<e;t++){i.pendingCallbacks.shift()(!0)}}function c(){delete l[n],null!=i.timer&&(clearTimeout(i.timer),delete i.timer);for(var e=i.pendingCallbacks.length,t=0;t<e;t++){i.pendingCallbacks.shift()(!1)}}a.readyState?a.onreadystatechange=function(){"loaded"!=a.readyState&&"complete"!=a.readyState||(a.onreadystatechange=null,s())}:a.onload=s,a.onerror=c,o=o||u,i.timer=setTimeout(c,o),a.setAttribute("crossOrigin","anonymous"),a.src=t?t.createScriptURL(n):n,r.getElementsByTagName("head")[0].appendChild(a)}}}t=e.OUtil||(e.OUtil={}),l={},u=3e4,r=t.Guid||(t.Guid={}),i=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],r.generateNewGuid=function(){for(var e="",t=(new Date).getTime(),n=0;n<32&&0<t;n++)8!=n&&12!=n&&16!=n&&20!=n||(e+="-"),e+=i[t%16],t=Math.floor(t/16);for(;n<32;n++)8!=n&&12!=n&&16!=n&&20!=n||(e+="-"),e+=i[Math.floor(16*Math.random())];return e},t.loadScriptPromise=function(n,o,r){return new Promise(function(t,e){a(n,function(e){t(e)},o,r)})},t.loadScript=a,t.getSessionStorage=function(){if(!n){try{var t=window.sessionStorage}catch(e){t=null}n=new e.SafeStorage(t)}return n},t.getLocalStorage=function(){if(!o){try{var t=window.localStorage}catch(e){t=null}o=new e.SafeStorage(t)}return o},t.waitForFunction=function(e,t,n,o){var r,i=n,a=function(){i--,e()?t(!0):0<i?(r=window.setTimeout(a,o),i--):(window.clearTimeout(r),t(!1))};a()}}(OSF=OSF||{}),function(y){y.Flights=[],y.DisabledChangeGates=[];y.FlightTreatmentNames={EnableMsal3SsoApi:"Microsoft.Office.SharedOnline.EnableMsal3SsoApi"},function(d){var a="&_flights=",s="&_disabledChangeGates=",c="_flights=",l="_disabledChangeGates=",f="&";function r(e,t){return e.substr(0,t.length)===t}function u(e,t,n,o){return r(e,t+"//"+n+":"+o)||r(e,n+":"+o)}d.isArray=function(e){return"[object Array]"===Object.prototype.toString.apply(e)},d.isFunction=function(e){return"[object Function]"===Object.prototype.toString.apply(e)},d.isDate=function(e){return"[object Date]"===Object.prototype.toString.apply(e)},d.addEventListener=function(e,t,n){if(e.addEventListener)e.addEventListener(t,n,!1);else{if(!e.attachEvent)throw new Error("Cannot attach event");e.attachEvent("on"+t,n)}},d.removeEventListener=function(e,t,n){if(e.removeEventListener)e.removeEventListener(t,n,!1);else{if(!e.detachEvent)throw new Error("Cannot remove event");e.detachEvent("on"+t,n)}};function p(e){var t=[];try{t=JSON.parse(e)}catch(e){}return Array.isArray(t)||(t=[]),t}function m(e,t,n){try{var o=JSON.parse(t),r=null!=o?o[n]:null,i=d.getSessionStorage();if(!e&&i&&null!=o){var a=o.baseFrameName+n;r?i.setItem(a,r):r=i.getItem(a)}return r}catch(e){return null}}function g(e,t,n,o,r){var i=r.split(e),a=1<i.length?i[i.length-1]:null;n&&null!=a&&(0<=a.indexOf(f)&&(a=a.split(f)[0]),a=decodeURIComponent(a));var s=d.getSessionStorage();if(!o&&s){var c=window.name.indexOf(t);if(-1<c){var l=window.name.indexOf(";",c);-1==l&&(l=window.name.length);var u=window.name.substring(c,l);a?s.setItem(u,a):a=s.getItem(u)}}return a}function n(e,t){for(var n=0;n<e.length;n++)if(e.charAt(n)===t){if(n+1>=e.length)return this.removeChar(e,n);if("/"===t){if("?"===e.charAt(n+1)||"#"===e.charAt(n+1))return this.removeChar(e,n)}else if("?"===t&&"#"===e.charAt(n+1))return this.removeChar(e,n)}return e}function h(e){if(e=n(e,"/"),e=n(e,"?"),"https://"==(e=n(e,"#")).substr(0,8))-1!=(t=e.indexOf(":443"))&&(t!=e.length-4&&"/"!=e.charAt(t+4)&&"?"!=e.charAt(t+4)&&"#"!=e.charAt(t+4)||(e=e.substring(0,t)+e.substring(t+4)));else if("http://"==e.substr(0,7)){var t;-1!=(t=e.indexOf(":80"))&&(t!=e.length-3&&"/"!=e.charAt(t+3)&&"?"!=e.charAt(t+3)&&"#"!=e.charAt(t+3)||(e=e.substring(0,t)+e.substring(t+3)))}return e}function v(e){var t,n,o=[],r=[],i=e.length;for(t=0;t<i;t++)(n=e[t]).tabIndex?0<n.tabIndex?r.push(n):0===n.tabIndex&&o.push(n):o.push(n);return r=r.sort(function(e,t){var n=e.tabIndex-t.tabIndex;return 0===n&&(n=r.indexOf(e)-r.indexOf(t)),n}),[].concat(r,o)}d.serializeSettings=function(e){var t={};for(var n in e){var o=e[n];try{o=JSON.stringify(o,function(e,t){return y.OUtil.isDate(this[e])?"Date("+this[e].getTime()+")":t}),t[n]=o}catch(e){}}return t},d.deserializeSettings=function(e){var t={};for(var n in e=e||{}){var o=e[n];try{o=JSON.parse(o,function(e,t){var n;return"string"==typeof t&&t&&6<t.length&&"Date("===t.slice(0,5)&&")"===t.slice(-1)&&(n=new Date(parseInt(t.slice(5,-1))))?n:t}),t[n]=o}catch(e){}}return t},d.convertIntToCssHexColor=function(e){return"#"+(Number(e)+16777216).toString(16).slice(-6)},d.parseAppContextFromWindowName=function(e,t){return d.parseInfoFromWindowName(e,t,"appContext")},d.parseHostInfoFromWindowName=function(e,t){return y.OUtil.parseInfoFromWindowName(e,t,"hostInfo")},d.parseXdmInfo=function(e){var t=d.parseXdmInfoWithGivenFragment(e,window.location.hash);return t=t||d.parseXdmInfoFromWindowName(e,window.name)},d.parseXdmInfoFromWindowName=function(e,t){return y.OUtil.parseInfoFromWindowName(e,t,"xdmInfo")},d.parseXdmInfoWithGivenFragment=function(e,t){return y.OUtil.parseInfoWithGivenFragment("&_xdm_Info=","_xdm_",!1,e,t)},d.parseFlights=function(e){var t,n,o,r,i=(t=e,n=window.location.hash,p(g(a,c,!0,t,n)));return 0==i.length&&(o=e,r=window.name,i=p(m(o,r,"flights"))),i},d.parseDisabledChangeGates=function(e){var t,n,o,r,i=(t=e,n=window.location.hash,p(g(s,l,!0,t,n)));return 0==i.length&&(o=e,r=window.name,i=p(m(o,r,"disabledChangeGates"))),i},d.checkFlight=function(e){return y.Flights&&0<=y.Flights.indexOf(e)},d.isChangeGateEnabled=function(e){return!y.DisabledChangeGates||-1===y.DisabledChangeGates.indexOf(e)},d.parseInfoFromWindowName=m,d.parseInfoWithGivenFragment=g,d.getConversationId=function(){var e=window.location.search,t=null;if(e){var n=e.indexOf("&");(t=0<n?e.substring(1,n):e.substr(1))&&"="===t.charAt(t.length-1)&&(t=(t=t.substring(0,t.length-1))&&decodeURIComponent(t))}return t},d.getInfoItems=function(e){var t=e.split("$");return void 0===t[1]&&(t=e.split("|")),void 0===t[1]&&(t=e.split("%7C")),t},d.getXdmFieldValue=function(e,t){var n="",o=y.OUtil.parseXdmInfo(t);if(o){var r=y.OUtil.getInfoItems(o);if(null!=r&&3<=r.length)switch(e){case"ConversationUrl":n=r[2];break;case"AppId":n=r[1]}}return n},d.parseUrl=function(e,t){if(void 0===t&&(t=!1),void 0!==e&&e){var n,o,r="NotHttps",i="undefined"!=typeof window&&void 0!==window.navigator&&0<window.navigator.userAgent.indexOf("Trident"),a=("undefined"!=typeof window&&void 0!==window.navigator&&window.navigator.userAgent.indexOf("Edge"),{protocol:void 0,hostname:void 0,host:void 0,port:void 0,pathname:void 0,search:void 0,hash:void 0,isPortPartOfUrl:void 0});try{if(i){var s=document.createElement("a");if(s.href=e,!(s&&s.protocol&&s.host&&s.hostname&&s.href&&h(s.href).toLowerCase()===h(e).toLowerCase()))throw"InvalidUrl";if(y.OUtil.checkFlight(2)&&t&&"https:"!=s.protocol)throw new Error(r);var c=(o=s,(n=e)&&o?"https:"==o.protocol&&u(n,"https:",o.hostname,"443")?":443":"http:"==o.protocol&&u(n,"http:",o.hostname,"80")?":80":"":"");a.protocol=s.protocol,a.hostname=s.hostname,a.port=c?"":s.port,a.host=c?s.hostname:s.host,a.pathname=(i?"/":"")+s.pathname,a.search=s.search,a.hash=s.hash,a.isPortPartOfUrl=u(e,s.protocol,s.hostname,s.port)}else{var l=new URL(e);if(l&&l.protocol&&l.host&&l.hostname){if(y.OUtil.checkFlight(2)&&t&&"https:"!=l.protocol)throw new Error(r);a.protocol=l.protocol,a.hostname=l.hostname,a.port=l.port,a.host=l.host,a.pathname=l.pathname,a.search=l.search,a.hash=l.hash,a.isPortPartOfUrl=l.host.lastIndexOf(":"+l.port)==l.host.length-l.port.length-1}}}catch(e){if(e.message===r)throw e}return a}},d.focusToFirstTabbable=function(e,t){function n(e){c=!0}var o,r,i,a,s,c=!1;if(e=v(e),o=t?e.length-1:0,0===e.length)return null;for(;!c&&0<=o&&o<e.length;)r=e[o],window.focus(),r.addEventListener("focus",n),r.focus(),r.removeEventListener("focus",n),i=e.length,s=t,o=(a=o)<0||i<a||0===a&&s||a===i-1&&!s?-1:s?a-1:a+1,c||r!==document.activeElement||(c=!0);return c?r:null},d.focusToNextTabbable=function(e,t,n){function o(e){c=!0}function r(e,t,n){return!(t<0||e<t)&&(0!==t||!n)&&(t!==e-1||n)?n?t-1:t+1:-1}var i,a,s,c=!1;if(i=function(e,t){for(var n=0;n<e.length;n++)if(e[n]===t)return n;return-1}(e=v(e),t),(a=r(e.length,i,n))<0)return null;for(;!c&&0<=a&&a<e.length;)(s=e[a]).addEventListener("focus",o),s.focus(),s.removeEventListener("focus",o),a=r(e.length,a,n),c||s!==document.activeElement||(c=!0);return c?s:null},d.defineMethodOnNamespace=function(e,t,n){e[t]=n},d.isDialog=function(){return y._OfficeAppFactory.getHostInfo().isDialog},d.isPopupWindow=function(){return y.OUtil.isDialog()&&y._OfficeAppFactory.getHostInfo().hostPlatform==y.HostInfoPlatform.web&&null!=window.opener},d.getHostPlatform=function(){return y._OfficeAppFactory.getHostInfo().hostPlatform},d.getCustomOfficeInitializationSettings=function(){return"object"==typeof officeInitializationSettings?officeInitializationSettings:{}};var t=0;d.getLibraryReleaseVehicle=function(){return t},d.setLibraryReleaseVehicle=function(e){t=e}}(y.OUtil||(y.OUtil={}))}(OSF=OSF||{}),function(e){var t;(t=e.ParameterNames||(e.ParameterNames={})).Callback="callback",t.AsyncContext="asyncContext",t.Data="data",t.MessageToParent="messageToParent",t.MessageContent="messageContent",t.MessageOrigin="messageOrigin",t.TargetOrigin="targetOrigin",t.AppCommandInvocationCompletedData="appCommandInvocationCompletedData"}(OSF=OSF||{}),function(m){!function(e){function t(){}e.RequirementVersion=t;var c=(n.prototype.isSetSupported=function(e,t){if(null==e)return!1;null==t&&(t=0);var n=this._setMap._sets;if(n.hasOwnProperty(e.toLowerCase())){var o=n[e.toLowerCase()];try{var r=this._getVersion(o+"");t+="";var i=this._getVersion(t);if(0<r.major&&r.major>i.major)return!0;if(0<r.major&&0<=r.minor&&r.major==i.major&&r.minor>=i.minor)return!0}catch(e){return!1}}return!1},n.prototype._getVersion=function(e){var t=(e+="").split("."),n=0,o=0;if(t.length<2&&isNaN(Number(e)))throw"version format incorrect";if(n=Number(t[0]),2<=t.length&&(o=Number(t[1])),isNaN(n)||isNaN(o))throw"version format incorrect";return{minor:o,major:n}},n);function n(e){this._setMap=e}e.RequirementMatrix=c;var l=(o.prototype._addSetMap=function(e){for(var t in e)this._sets[t]=e[t]},o);function o(e){this._sets=e}e.DefaultSetRequirement=l;var r,u=(__extends(i,r=l),i);function i(){return r.call(this,{dialogapi:1.1})||this}e.DefaultRequiredDialogSetRequirement=u;var a,d=(__extends(s,a=l),s);function s(){return a.call(this,{dialogorigin:1.1})||this}e.DefaultOptionalDialogSetRequirement=d;var f=(p.getDefaultRequirementMatrix=function(e){var t=void 0,n=e.get_requirementMatrix();if(null!=n&&0<n.length){var o=JSON.parse(e.get_requirementMatrix().toLowerCase());if(m._OfficeAppFactory.getHostInfo().hostPlatform==m.HostInfoPlatform.web)try{var r="dialogorigin";o.hasOwnProperty(r)||(o[r]=1.1)}catch(e){}t=new c(new l(o))}else t=new c(new l({}));return t},p.getDefaultDialogRequirementMatrix=function(e){var t=void 0,n=e.get_dialogRequirementMatrix();if(null!=n&&0<n.length){var o=JSON.parse(e.get_requirementMatrix().toLowerCase());t=new l(o)}else{t=new u;var r=e.get_requirementMatrix();if(null!=r&&0<r.length&&"undefined"!=typeof JSON){for(var i in o=JSON.parse(r.toLowerCase()),t._sets)o.hasOwnProperty(i)&&(t._sets[i]=o[i]);var a=new d;for(var i in a._sets)o.hasOwnProperty(i)&&(t._sets[i]=o[i])}}if(m._OfficeAppFactory.getHostInfo().hostPlatform==m.HostInfoPlatform.web)try{var s="dialogorigin";!t._sets.hasOwnProperty(s)&&window.opener&&(t._sets[s]=1.1)}catch(e){}return new c(t)},p);function p(){}e.RequirementsMatrixFactory=f}(m.Requirement||(m.Requirement={}))}(OSF=OSF||{}),function(o){var e,t,n;e=o.DDA||(o.DDA={}),(t=e.RichApi||(e.RichApi={})).executeRichApiRequestAsync=function(e,t){var n={toSafeArrayHost:function(){return[e]},fromSafeArrayHost:function(e){return{data:e}},toWebHost:function(){return{ArrayData:e}},fromWebHost:function(e){return{data:e.Data}}};o._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(93,n,t)},Object.defineProperty(t,"richApiMessageManager",{get:function(){return n=n||new o.RichApiMessageManager}})}(OSF=OSF||{}),function(r){var e=(n.transferEventArgument=function(e){var t=[];if(e)for(var n=0;n<e.length;n++){var o=e[n];o.toArray&&(o=o.toArray()),t.push({messageCategory:o[0],messageType:o[1],targetId:o[2],message:o[3],id:o[4],isRemoteOverride:o[5]})}return{type:r.EventType.RichApiMessage,entries:t}},n.prototype.addHandlerAsync=function(e,t,n){r.EventHelper.addEventHandler(e,t,n,this._eventDispatch)},n.prototype.removeHandlerAsync=function(e,t,n){r.EventHelper.removeEventHandler(e,t,n,this._eventDispatch)},n.prototype.register=function(e){var o=this;return this._registerPromise||(this._registerPromise=new Office.Promise(function(t,n){o.addHandlerAsync(r.EventType.RichApiMessage,function(t){o._registerHandlers.forEach(function(e){e&&e(t)})},function(e){"failed"==e.status?n(e.error):t()})})),this._registerPromise.then(function(){o._registerHandlers.push(e)})},n);function n(){this._registerHandlers=[],this._eventDispatch=new r.EventDispatch([{type:r.EventType.RichApiMessage,id:r.EventDispId.dispidRichApiMessageEvent,getTargetId:function(){return""},fromSafeArrayHost:function(e){return n.transferEventArgument(e)},fromWebHost:function(e){var t=e.ArrayData;return n.transferEventArgument(t)}}])}r.RichApiMessageManager=e}(OSF=OSF||{}),function(n){var e=(t.prototype.execute=function(e,t,n){"undefined"!=typeof OsfOMToken&&OsfOMToken?window.external.Execute(e,t,n,OsfOMToken):window.external.Execute(e,t,n)},t.prototype.registerEvent=function(e,t,n,o,r){"undefined"!=typeof OsfOMToken&&OsfOMToken?window.external.RegisterEvent(e,n,o,r,OsfOMToken):window.external.RegisterEvent(e,n,o,r)},t.prototype.unregisterEvent=function(e,t,n,o){"undefined"!=typeof OsfOMToken&&OsfOMToken?window.external.UnregisterEvent(e,n,o,OsfOMToken):window.external.UnregisterEvent(e,n,o)},t.prototype.closeSdxDialog=function(e){throw n.Utility.createNotImplementedException()},t.prototype.resizeSdxDialog=function(e,t){throw n.Utility.createNotImplementedException()},t);function t(){}n.RichClientHostController=e}(OSF=OSF||{}),function(k){var t,e=(t=k.InitializationHelper,__extends(n,t),n.prototype.getOsfControlContext=function(){if(!this._osfControlContext){var t="Warning: Office.js is loaded outside of Office client";try{if(!window.external)return console.error("There is no window.external."),k.Utility.trace(t),null;this._osfControlContext=window.external.GetContext()}catch(e){return console.error("Error when call window.external.GetContext() :"+JSON.stringify(e)),k.Utility.trace(t),null}}return this._osfControlContext},n.prototype.getAppContext=function(e,t,n){var o=this,r=this.getOsfControlContext();if(r){var i,a,s,c,l,u,d,f,p,m,g,h,v,y,b,C,O,_,A,S,P,T,E,D,w,I,x=0,F=!1;if((R=k.Utility.externalNativeFunctionExists)(typeof r.GetContextDataInJson)&&"undefined"!=typeof OsfOMToken&&OsfOMToken?((w=r.GetContextDataInJson(OsfOMToken))&&(I=JSON.parse(w)),I?(i=I.appType,a=I.solutionRef,s=I.versionMajor,c=I.versionMinor,l=I.uiLocale,u=I.dataLocale,d=I.docUrl,f=I.clientMode,p=I.activationMode,g=I.controlType,h=I.eToken,v=I.correlationId,y=I.appInstanceId,b=I.touchEnabled,C=r.commerceAllowed,O=I.requirementMatrix,A=I.hostFullVersion,S=I.requirementMatrix,(N=I.featureGates)&&(P=JSON.parse(N)),x=I.initialDisplayMode,T=function(){var e={};if(I.settings)try{var t=JSON.parse(I.settings);if(t)for(var n=[t.names,t.values],o=n[0],r=n[1],i=0;i<o.length;i++)e[o[i]]=r[i]}catch(e){k.Utility.trace("Exception while parsing settings. Details: "+e)}return e},E=function(){var e=I.themeInfo;return o.getOfficeThemeFromInfoString(e)}):F=!0):F=!0,F){i=r.GetAppType(),a=r.GetSolutionRef(),s=r.GetAppVersionMajor(),c=r.GetAppVersionMinor(),l=r.GetAppUILocale(),u=r.GetAppDataLocale(),d=r.GetDocUrl(),f=r.GetAppCapabilities(),p=r.GetActivationMode(),g=r.GetControlIntegrationLevel();try{h=r.GetSolutionToken()}catch(e){}var R;if((R=k.Utility.externalNativeFunctionExists)(typeof r.GetCorrelationId)&&(v=r.GetCorrelationId()),R(typeof r.GetInstanceId)&&(y=r.GetInstanceId()),R(typeof r.GetTouchEnabled)&&(b=r.GetTouchEnabled()),R(typeof r.GetCommerceAllowed)&&(C=r.GetCommerceAllowed()),R(typeof r.GetSupportedMatrix)&&(O=r.GetSupportedMatrix()),R(typeof r.GetHostCustomMessage)&&(_=r.GetHostCustomMessage()),R(typeof r.GetHostFullVersion)&&(A=r.GetHostFullVersion()),R(typeof r.GetDialogRequirementMatrix)&&(S=r.GetDialogRequirementMatrix()),R(typeof r.GetFeaturesForSolution))try{var N;(N=r.GetFeaturesForSolution())&&(P=JSON.parse(N))}catch(e){k.Utility.trace("Exception while creating the SDX FeatureGates object. Details: "+e)}R(typeof r.GetInitialDisplayMode)&&(x=r.GetInitialDisplayMode()),T=function(){return o.getSerializedSettings()},E=function(){return o.getOfficeTheme()},D=function(){return o.getSerializedHostSettings()}}m=2===p?Office.InitializationReason.DocumentOpened:Office.InitializationReason.Inserted,h=h?h.toString():"",t(new k.OfficeAppContext(a,i,s,l,u,d,f,T,m,g,h,v,y,b,C,c,O,_,A,void 0,void 0,void 0,void 0,S,P,E,x,void 0,void 0,D,!1,void 0,void 0,void 0))}else n(new Error("The Office.js is loaded outside of Office client"))},n.prototype.createClientHostController=function(){if(!this._clientHostController){if(this._hostInfo.hostPlatform!==k.HostInfoPlatform.win32)throw k.Utility.createNotImplementedException();this._clientHostController=new k.Win32RichClientHostController}return this._clientHostController},n.prototype.createAsyncMethodExecutor=function(){return new k.SafeArrayAsyncMethodExecutor(this._clientHostController)},n.prototype.createClientSettingsManager=function(){return new k.RichClientSettingsManager(this.getOsfControlContext())},n.prototype.getSerializedSettings=function(){var e=this.getOsfControlContext(),t=[],n=[];"undefined"!=typeof OsfOMToken&&OsfOMToken?e.GetSettings(OsfOMToken).Read(t,n):e.GetSettings().Read(t,n);for(var o={},r=0;r<t.length;r++)o[t[r]]=n[r];return o},n.prototype.getOfficeTheme=function(){var e=this.getOsfControlContext();if(e){if(!(this.officeTheme&&this.officeThemeTimeStamp&&(new Date).getTime()-this.officeThemeTimeStamp<n.officeThemeCacheValidPeriod)){var t=e.GetOfficeThemeInfo();this.officeTheme=this.getOfficeThemeFromInfoString(t),this.officeThemeTimeStamp=(new Date).getTime()}return this.officeTheme}},n.prototype.getOfficeThemeFromInfoString=function(e){var t=null;if(e)try{t=JSON.parse(e)}catch(e){k.AppTelemetry&&k.AppTelemetry.logAppException("Exception while parsing officeThemeInfo. Details: "+e)}var n={};if(t){var o={bodyBackgroundColor:{name:"bodyBackgroundColor",convertToHex:!0},bodyForegroundColor:{name:"bodyForegroundColor",convertToHex:!0},controlBackgroundColor:{name:"controlBackgroundColor",convertToHex:!0},controlForegroundColor:{name:"controlForegroundColor",convertToHex:!0},primaryFontColor:{name:"bodyForegroundColor",convertToHex:!0},primaryBackgroundColor:{name:"bodyBackgroundColor",convertToHex:!0},secondaryFontColor:{name:"controlForegroundColor",convertToHex:!0},secondaryBackgroundColor:{name:"controlBackgroundColor",convertToHex:!0},fluentThemeData:{name:"fluentThemeData",convertToHex:!1}};for(var r in t){var i=!1,a=r;o[r]&&(a=o[r].name,i=o[r].convertToHex),n[a]=i?k.OUtil.convertIntToCssHexColor(t[r]):t[r]}}return n},n.prototype.getSerializedHostSettings=function(){var e=this.getOsfControlContext(),t=[],n=[];"function"==typeof e.GetSettings().ReadHost&&("undefined"!=typeof OsfOMToken&&OsfOMToken?e.GetSettings(OsfOMToken).ReadHost(t,n):e.GetSettings().ReadHost(t,n));for(var o={},r=0;r<t.length;r++)o[t[r]]=n[r];return o},n.officeThemeCacheValidPeriod=5e3,n);function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.officeThemeTimeStamp=null,e.officeTheme=null,e}k.RichClientInitializationHelper=e}(OSF=OSF||{}),function(e){var t=(n.prototype.read=function(r){var i,e=this._osfClientContext;function t(){var e=[],t=[];i.Read(e,t);for(var n={},o=0;o<e.length;o++)n[e[o]]=t[o];r&&r(0,n)}(i="undefined"!=typeof OsfOMToken&&OsfOMToken?e.GetSettings(OsfOMToken):e.GetSettings()).RefreshAsync?i.RefreshAsync(function(){t()}):t()},n.prototype.write=function(e,t){var n=[],o=[];for(var r in e)n.push(r),o.push(e[r]);var i,a=this._osfClientContext;void 0!==(i="undefined"!=typeof OsfOMToken&&OsfOMToken?a.GetSettings(OsfOMToken):a.GetSettings()).WriteAsync?i.WriteAsync(n,o,t):(i.Write(n,o),t(0))},n);function n(e){this._osfClientContext=e}e.RichClientSettingsManager=t}(OSF=OSF||{}),function(l){var n,e=(n=l.AsyncMethodExecutor,__extends(t,n),t.prototype.executeAsync=function(o,r,i,a){var s=this;try{var c=new Array;this._clientHostController.execute(o,r.toSafeArrayHost(),function(e,t){var n=l.Utility.fromSafeArray(e);return s._asyncMethodExecutorHelper.handleSafeArrayHostResponse(n,t,c,i,r,o,a)})}catch(e){this.onException(e,o,i)}},t.prototype.registerEventAsync=function(o,e,t,r,i,a,s){var c=this;try{this._clientHostController.registerEvent(o,e,t,function(e,t){var n=l.Utility.fromSafeArray(t),o=i.fromSafeArrayHost(n);r(o)},function(e){var t,n=l.Utility.fromSafeArray(e);return t="number"==typeof n?n:n[0],c.invokeCallback(o,a,t,null,s),!0})}catch(e){this.onException(e,o,a)}},t.prototype.unregisterEventAsync=function(r,e,t,i,a){var s=this;try{this._clientHostController.unregisterEvent(r,e,t,function(e,t){var n,o=l.Utility.fromSafeArray(e);return n="number"==typeof o?o:o[0],s.invokeCallback(r,i,n,null,a),!0})}catch(e){this.onException(e,r,i)}},t.prototype.onException=function(e,t,n){var o,r=e.number;if(r)switch(r){case-2146828218:o=7e3;break;case-2147467259:o=t==l.EventDispId.dispidDialogMessageReceivedEvent?12007:5001;break;case-2146828283:case-2147209089:o=5010;break;case-2147208704:o=5100;break;case-2146827850:default:o=5001}n&&this.invokeCallback(t,n,o||5001,null)},t);function t(e){var t=n.call(this)||this;return t._clientHostController=e,t._asyncMethodExecutorHelper=l.BootStrapExtension.createAsyncMethodExecutorHelper(t),t}l.SafeArrayAsyncMethodExecutor=e}(OSF=OSF||{}),function(e){var t=(n.prototype.getItem=function(e){try{return this._internalStorage&&this._internalStorage.getItem(e)}catch(e){return null}},n.prototype.setItem=function(e,t){try{this._internalStorage&&this._internalStorage.setItem(e,t)}catch(e){}},n.prototype.clear=function(){try{this._internalStorage&&this._internalStorage.clear()}catch(e){}},n.prototype.removeItem=function(e){try{this._internalStorage&&this._internalStorage.removeItem(e)}catch(e){}},n.prototype.getKeysWithPrefix=function(e){var t=[];try{for(var n=this._internalStorage&&this._internalStorage.length||0,o=0;o<n;o++){var r=this._internalStorage.key(o);0===r.indexOf(e)&&t.push(r)}}catch(e){}return t},n);function n(e){this._internalStorage=e}e.SafeStorage=t}(OSF=OSF||{}),function(i){var e=(t.prototype.cacheSessionSettings=function(e){var t=OSF.OUtil.getSessionStorage();if(t){var n=OSF.OUtil.serializeSettings(e),o=JSON.stringify(n);t.setItem(OSF._OfficeAppFactory.getCachedSessionSettingsKey(),o)}},t.prototype.get=function(e){var t=this._settings[e];return void 0===t?null:t},t.prototype.set=function(e,t){this._settings[e]=t,this.cacheSessionSettings(this._settings)},t.prototype.remove=function(e){delete this._settings[e],this.cacheSessionSettings(this._settings)},t.prototype.saveAsync=function(n){var e=this._clientSettingsManager,t=OSF.OUtil.serializeSettings(this._settings);e.write(t,function(e){var t=OSF.Utility.asyncResultFromErrorCode(e);n&&n(t)})},t.prototype.refreshAsync=function(o){var r=this;this._clientSettingsManager.read(function(e,t){var n=OSF.Utility.asyncResultFromErrorCode(e);n.status===i.AsyncResultStatus.Succeeded&&(r._settings=OSF.OUtil.deserializeSettings(t),n.value=r),o&&o(n)})},t.prototype.addHandlerAsync=function(e,t,n){OSF.EventHelper.addEventHandler(e,t,n,this._eventDispatch)},t.prototype.removeHandlerAsync=function(e,t,n){OSF.EventHelper.removeEventHandler(e,t,n,this._eventDispatch)},t.prototype.toJSON=function(){return this._settings},t);function t(e,t){var n=this;this._clientSettingsManager=t,e=e||{},this._settings=e,this._eventDispatch=new OSF.EventDispatch([{id:OSF.EventDispId.dispidSettingsChangedEvent,type:OSF.EventType.SettingsChanged,getTargetId:function(){return""},fromSafeArrayHost:function(e){return{type:OSF.EventType.SettingsChanged,settings:n}},fromWebHost:function(e){return{type:OSF.EventType.SettingsChanged,settings:n}}}])}i.Settings=e}(Office=Office||{});var OSFWebkit,OTel,Microsoft,__awaiter=this&&this.__awaiter||function(i,a,s,c){return new(s=s||Promise)(function(e,t){function n(e){try{r(c.next(e))}catch(e){t(e)}}function o(e){try{r(c.throw(e))}catch(e){t(e)}}function r(t){t.done?e(t.value):new s(function(e){e(t.value)}).then(n,o)}r((c=c.apply(i,a||[])).next())})},__generator=this&&this.__generator||function(n,o){var r,i,a,e,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return e={next:t(0),throw:t(1),return:t(2)},"function"==typeof Symbol&&(e[Symbol.iterator]=function(){return this}),e;function t(t){return function(e){return function(t){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,i&&(a=2&t[0]?i.return:t[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,t[1])).done)return a;switch(i=0,a&&(t=[2&t[0],a.value]),t[0]){case 0:case 1:a=t;break;case 4:return s.label++,{value:t[1],done:!1};case 5:s.label++,i=t[1],t=[0];continue;case 7:t=s.ops.pop(),s.trys.pop();continue;default:if(!(a=0<(a=s.trys).length&&a[a.length-1])&&(6===t[0]||2===t[0])){s=0;continue}if(3===t[0]&&(!a||t[1]>a[0]&&t[1]<a[3])){s.label=t[1];break}if(6===t[0]&&s.label<a[1]){s.label=a[1],a=t;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(t);break}a[2]&&s.ops.pop(),s.trys.pop();continue}t=o.call(n,s)}catch(e){t=[6,e],i=0}finally{r=a=0}if(5&t[0])throw t[1];return{value:t[0]?t[1]:void 0,done:!0}}([t,e])}}};!function(c){var e=(t.isSovereignVersion=function(){return"undefined"!=typeof isOsfSovereignVersion&&!0===isOsfSovereignVersion},t.prototype.getEnvironmentName=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return[4,this.getConfig()];case 1:return[2,null!=(t=e.sent())&&t.envName?t.envName:null]}})})},t.prototype.getEnvironmentType=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return[4,this.getConfig()];case 1:return[2,null!=(t=e.sent())&&t.envType?t.envType:null]}})})},t.prototype.getTrustedHostOrigins=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return[4,this.getConfig()];case 1:return[2,null!=(t=e.sent())?t.trustedHostOrigins:null]}})})},t.prototype.isConfigAvailable=function(){return __awaiter(this,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return[4,this.getConfig()];case 1:return[2,!!e.sent()]}})})},t.prototype.isSovereignHostTrusted=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return n?n===window.location.hostname?[2,!0]:[4,this.getTrustedHostOrigins()]:[2,!1];case 1:return(t=e.sent())&&0!=t.length?[2,new RegExp(t.join("|")).test(n)]:[2,!1]}})})},t.prototype.getConfigPath=function(){var e=c.LoadScriptHelper.getHostBundleJsBasePath();if(e){var t=(e=e.toLowerCase()).indexOf("/lib/");if(-1<t)return e.toLowerCase().substring(0,t+"/lib/".length)+"officeconfig.json"}return""},t.prototype.getConfig=function(){return this._configPromise||(this._configPromise=this.tryLoadConfig()),this._configPromise},t.prototype.tryLoadConfig=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i,a,s;return __generator(this,function(e){switch(e.label){case 0:if(!(t=this.getConfigPath()))return[3,2];if(n=c.OUtil.getLocalStorage(),o=t+"_cache",r=n.getItem(o),i=null,r){try{i=JSON.parse(r)}catch(e){}if(a=(new Date).getTime(),i&&i.config&&i.createTime<=a&&i.createTime+864e5>=a)return[2,i.config]}return[4,this.downloadConfig(t)];case 1:return(s=e.sent())?(i={createTime:(new Date).getTime(),config:s},n.setItem(o,JSON.stringify(i))):i&&(s=i.config),[2,s];case 2:return[2,null]}})})},t.prototype.downloadConfig=function(t){return __awaiter(this,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return e.trys.push([0,3,,4]),[4,fetch(t)];case 1:return[4,e.sent().json()];case 2:return[2,e.sent()];case 3:return e.sent(),[3,4];case 4:return[2,null]}})})},t);function t(){}c.SovereignHelper=e}(OSF=OSF||{}),function(e){var t;function n(e){return void 0===e||null===e}(t=e.Utility||(e.Utility={})).createParameterException=function(e){return new Error("Parameter count mismatch: "+e)},t.createArgumentException=function(e){return new Error("Invalid argument "+e)},t.createNotImplementedException=function(){return new Error("Not implemented yet")},t.log=function(e){console.log(e)},t.trace=function(e){console.log(e)},t.debugLog=function(e){console.log(e)},t.getQueryStringValue=function(e){if("undefined"!=typeof window&&window.location&&window.location.search){var t=new RegExp("[?&]"+e+"=([^&]*)").exec(window.location.search);if(t)return t[1]}return null},t.isNullOrUndefined=n,t.isNullOrEmpty=function(e){return!!n(e)||0===e.length},t.isInUnittest=function(){return"boolean"==typeof g_osfUnittest&&g_osfUnittest}}(OSF=OSF||{}),function(e){var n;function t(e){return new Promise(e)}function i(e){var t=e,n=1;if(("object"==typeof e||"unknown"==typeof e)&&null!=e&&e.toArray)if(e.dimensions&&(n=e.dimensions()),2===n)t=a(e);else{var o=e.toArray();t=new Array(o.length);for(var r=0;r<o.length;r++)t[r]=i(o[r])}return t}function a(e){var t;try{var n=e.ubound(1),o=e.ubound(2);if(e=e.toArray(),1==n&&1==o)t=[e];else{t=[];for(var r=0;r<n;r++){for(var i=[],a=0;a<o;a++){var s=e[r*o+a];"{66e7831f-81b2-42e2-823c-89e872d541b3}"!=s&&i.push(s)}0<i.length&&t.push(i)}}}catch(e){}return t}e.isOfficeReactNative=function(){try{return"undefined"!=typeof OfficePlatformGlobal&&void 0!==OfficePlatformGlobal.ReactNativeReka}catch(e){return!1}},(n=e.Utility||(e.Utility={})).xdmDebugLog=function(e){n._DebugXdm&&console.log(e)},n.enableDebugXdm=function(){n._DebugXdm=!0},n.createPromiseFromResult=function(e){return Promise.resolve(e)},n.createPromise=t,n.promisify=function(e,o){return t(function(t,n){e(function(e){(0===e?t:n)()}),setTimeout(function(){n()},o)})},n.compareVersions=function(e,t){var n,o=e.split("."),r=t.split(".");for(n in o){if(parseInt(o[n])<parseInt(r[n]))return!1;if(parseInt(o[n])>parseInt(r[n]))return!0}return!1},n.getErrorCodeFromAsyncResult=function(e){return e.status===Office.AsyncResultStatus.Succeeded?0:e.error&&e.error.code?e.error.code:5001},n.externalNativeFunctionExists=function(e){return"unknown"===e||"undefined"!==e},n.stringEndsWith=function(e,t){if(n.isNullOrUndefined(e))throw n.createArgumentException("value");if(n.isNullOrUndefined(t))throw n.createArgumentException("subString");return!(t.length>e.length)&&e.substr(e.length-t.length)===t},n.fromSafeArray=function(e){var t=e;if(("object"==typeof e||"unknown"==typeof e)&&null!=e&&e.toArray){var n=e.toArray();t=new Array(n.length);for(var o=0;o<n.length;o++)t[o]=i(n[o])}return t},n.twoDVBArrayToJaggedArray=a,n.asyncResultFromErrorCode=function(e){return Array.isArray(e)&&1===e.length&&(e=e[0]),0===e?{status:Office.AsyncResultStatus.Succeeded}:{status:Office.AsyncResultStatus.Failed,error:{code:e}}},n._DebugXdm=!1}(OSF=OSF||{}),function(n){var o,e=(o=n.AsyncMethodExecutor,__extends(t,o),t.prototype.executeAsync=function(n,o,r,i){var a=this;this._clientHostController.execute(n,o.toWebHost(),function(e,t){return r&&a._asyncMethodExecutorHelper.handleWebHostResponse(t,e,r,o,n,i),!0})},t.prototype.registerEventAsync=function(n,e,t,o,r,i,a){var s=this;this._clientHostController.registerEvent(n,e,t,function(e){var t=e,n=r.fromWebHost(t);o(n)},function(e,t){return i&&s.invokeCallback(n,i,e,null,a),!0})},t.prototype.unregisterEventAsync=function(n,e,t,o,r){var i=this;this._clientHostController.unregisterEvent(n,e,t,function(e,t){return o&&i.invokeCallback(n,o,e,null,r),!0})},t);function t(e){var t=o.call(this)||this;return t._clientHostController=e,t._asyncMethodExecutorHelper=n.BootStrapExtension.createAsyncMethodExecutorHelper(t),t}n.WebAsyncMethodExecutor=e}(OSF=OSF||{}),function(u){var e;((e=u.DDA||(u.DDA={})).WebAuth||(e.WebAuth={})).getAuthContextAsync=function(e){u._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(99,{toSafeArrayHost:function(){return[]},fromSafeArrayHost:function(e){return null},toWebHost:function(){return{}},fromWebHost:function(e){return e.authContext}},e)},function(a){var s,e;(e=s=a.AuthFlow||(a.AuthFlow={})).AuthCode="authcode",e.Broker="broker",e.Implicit="implicit",a.loadAttempts=0;var r="webauth/",i="webauth.browserauth.debug.js",c="webauth.browserauth.js",l=!1;a.load=function(){return a.config&&a.config.authFlow===s.AuthCode?(a.loadAttempts++,(l=a.config&&(!0===a.config.useMsal3||!1!==a.config.useMsal3&&u.OUtil.checkFlight(u.FlightTreatmentNames.EnableMsal3SsoApi)))&&(i="webauth.browserauth.msal3.debug.js",c="webauth.browserauth.msal3.js"),new Promise(function(t,n){function e(i,a,s){return new Promise(function(o,r){i?u.OUtil.loadScript(i,function(e){if("boolean"!=typeof e||e)if(e instanceof Event&&e)r(new Event("loadScript: "+e.type+" '"+i+"'"));else if(s&&!a())var t=0,n=setInterval(function(){t+=500,!(a()||s<t)||(clearInterval(n),a())||r(new Event("Missing expected object after loaded."))},500);else o(null);else r(new Event("loadScript: failed to load '"+i+"'"))},u.LoadScriptHelper.getTrustedTypesPolicy(),s):o(null)})}var o=[e(a.config&&a.config.authVersion?u.LoadScriptHelper.getHostBundleJsBasePath()+r+a.config.authVersion+"/"+(a.config&&a.config.debugging?i:c):u.LoadScriptHelper.getHostBundleJsBasePath()+r+(a.config&&a.config.debugging?i:c),function(){return BrowserAuth},a.config.delayWebAuth)];l||o.push(e(a.config.msal,function(){return msal},a.config.delayMsal)),Promise.all(o).then(function(){a.config?BrowserAuth.Load(a.config,u._OfficeAppFactory.getHostInfo().osfControlAppCorrelationId).then(function(e){t(e)},function(e){n(e)}):n(new Event("config is empty."))},function(e){n(e)})})):new Promise(function(e,t){return t(new Event("'authcode' as authFlow is only supported"))})},a.getToken=function(e,t,n,o,r,i){return a.config&&a.config.authFlow===s.AuthCode?l?BrowserAuth.GetToken({resource:e,scopes:t,applicationId:n,correlationId:o,popup:!!r,claims:i}):BrowserAuth.GetToken(e,n,o,!!r,!!r,!1,i):Promise.reject(new Event("'authcode' as authFlow is only supported"))}}(u.WebAuth||(u.WebAuth={}))}(OSF=OSF||{}),function(s){var e=(t.prototype.execute=function(o,e,r){var i=this,t=this._webClientHostControllerHelper.getHostCallArgs(o,e),n=this._webClientHostControllerHelper.getTargetMethodName(o);this._webAppState.clientEndPoint.invoke(n,function(e,t){var n=0;if(0==e)i._delegateVersion=t.Version,n=i._webClientHostControllerHelper.parseErrorFromPayload(o,t);else switch(e){case-5:n=7e3;break;default:n=5001}r&&r(n,t)},t)},t.prototype.registerEvent=function(e,t,n,o,r){this._webAppState.clientEndPoint.registerForEvent(this.getXdmEventName(n,t),function(e){o&&o(e)},this._getOnAfterRegisterEvent(!0,e,r),{controlId:this._webAppState.id,eventDispId:e,targetId:n,__timeout__:-1})},t.prototype.unregisterEvent=function(e,t,n,o){this._webAppState.clientEndPoint.unregisterForEvent(this.getXdmEventName(n,t),this._getOnAfterRegisterEvent(!1,e,o),{controlId:this._webAppState.id,eventDispId:e,targetId:n,__timeout__:-1})},t.prototype.messageParent=function(e){throw s.Utility.createNotImplementedException()},t.prototype.openDialog=function(e,t,n,o,r){throw s.Utility.createNotImplementedException()},t.prototype.closeDialog=function(e,t,n,o){throw s.Utility.createNotImplementedException()},t.prototype.sendMessage=function(e){throw s.Utility.createNotImplementedException()},t.prototype.closeSdxDialog=function(e){this._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[this._webAppState.id,s.AgaveHostAction.CloseSDXDialog,{InstanceId:this._webAppState.id,DialogCloseCallbackParam:e}])},t.prototype.resizeSdxDialog=function(e,t){this._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[this._webAppState.id,s.AgaveHostAction.ResizeSDXDialog,{InstanceId:this._webAppState.id,DialogWidth:e+"px",DialogHeight:t+"px"}])},t.prototype.getXdmEventName=function(e,t){return t==s.EventType.BindingSelectionChanged||t==s.EventType.BindingDataChanged||t==s.EventType.DataNodeDeleted||t==s.EventType.DataNodeInserted||t==s.EventType.DataNodeReplaced?e+"_"+t:t},t.prototype._getOnAfterRegisterEvent=function(o,r,i){var a=(new Date).getTime();return function(e,t){var n;if(0!=e)switch(e){case-5:n=7e3;break;default:n=5001}else n=t?t.Error?t.Error:0:5001;i&&i(n),s.AppTelemetry&&s.AppTelemetry.onRegisterDone(o,r,Math.abs((new Date).getTime()-a),n)}},t);function t(e){this._delegateVersion=1,this._webAppState=e,this._webClientHostControllerHelper=s.BootStrapExtension.createWebClientHostControllerHelper(this._webAppState,this._delegateVersion)}s.WebClientHostController=e}(OSF=OSF||{}),function(e){var t=(n.prototype.getHostCallArgs=function(e,t){var n=t;return(n=n||{}).DdaMethod={ControlId:this.getControlId(),DispatchId:e,Version:this._delegateVersion},n.__timeout__=-1,n},n.prototype.getTargetMethodName=function(e){return"executeMethod"},n.prototype.parseErrorFromPayload=function(e,t){return t.Error},n.prototype.getControlId=function(){return this._webAppState.id},n);function n(e,t){this._webAppState=e,this._delegateVersion=t}e.WebClientHostControllerHelper=t}(OSF=OSF||{}),function(s){var e=(t.prototype.read=function(i){s._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(75,{toSafeArrayHost:function(){return[]},fromSafeArrayHost:function(e){return null},toWebHost:function(){return{}},fromWebHost:function(e){return e.Properties.Settings}},function(e){if(e.status===Office.AsyncResultStatus.Succeeded){for(var t={},n=0;n<e.value.length;n++){var o=e.value[n];Array.isArray(o)?t[o[0]]=o[1]:t[o.Name]=o.Value}i(0,t)}else{var r=e.error.code;i(r,{})}})},t.prototype.write=function(e,n){var t=s._OfficeAppFactory.getAsyncMethodExecutor(),o=[];for(var r in e){var i=[];i.push(r),i.push(e[r]),o.push(i)}var a={toSafeArrayHost:function(){return null},fromSafeArrayHost:function(e){return null},toWebHost:function(){return{DdaSettingsMethod:{OverwriteIfStale:!0,Properties:o}}},fromWebHost:function(e){return null}};t.executeAsync(76,a,function(e){if(e.status===Office.AsyncResultStatus.Succeeded)n(0);else{var t=e.error.code;n(t)}})},t);function t(){}s.WebClientSettingsManager=e}(OSF=OSF||{}),function(C){var i,e=(i=C.InitializationHelper,__extends(t,i),Object.defineProperty(t.prototype,"isHostOriginTrusted",{get:function(){return this._isHostOriginTrustedFunc},set:function(e){this._isHostOriginTrustedFunc=e},enumerable:!0,configurable:!0}),t.prototype.saveAndSetDialogInfo=function(e){var t,n=C.OUtil.getSessionStorage();if(n){if((e=e||C.OUtil.parseHostInfoFromWindowName(!0,C._OfficeAppFactory.getWindowName()))&&-1<e.indexOf("isDialog")){var o=(t=C.OUtil.parseXdmInfo(!0))?t.split("|")[1]:null;return null!=o&&n.setItem(o+"IsDialog","true"),void(this._hostInfo.isDialog=!0)}this._hostInfo.isDialog=null!=n.getItem(C.OUtil.getXdmFieldValue("AppId",!1)+"IsDialog")}},t.prototype.checkReceiverOriginAndRun=function(d){return __awaiter(this,void 0,void 0,function(){var a,t,s,c,l,n,o,r,i,u;return __generator(this,function(e){switch(e.label){case 0:return 3===(a=this)._webAppState.clientEndPoint.hostTrustCheckStatus?(d(),[2]):(t=C.OUtil.parseUrl(a._webAppState.clientEndPoint.targetUrl,!1),s="https:"==t.protocol,c=t.hostname,l="NotHttps",0!==a._webAppState.clientEndPoint.hostTrustCheckStatus?[3,4]:(s||(a._webAppState.clientEndPoint.hostTrustCheckStatus=2),2==a._webAppState.clientEndPoint.hostTrustCheckStatus?[3,4]:(n=!1,(o=C.SovereignHelper.isSovereignVersion())&&!0!==C.OUtil.getCustomOfficeInitializationSettings().trustAllCloudEnvironments||(n=C.XdmCommunicationManager.isHostNameValidWacDomain(c),a.isHostOriginTrusted&&(n=n||a.isHostOriginTrusted(c))),n||!o?[3,3]:(a._sovereignHelper||(a._sovereignHelper=new C.SovereignHelper),[4,(r=a._sovereignHelper).isConfigAvailable()]))));case 1:return e.sent()?[4,r.isSovereignHostTrusted(c)]:[2];case 2:n=e.sent(),e.label=3;case 3:n&&(a._webAppState.clientEndPoint.hostTrustCheckStatus=3),e.label=4;case 4:if(a._webAppState.clientEndPoint.checkStatusLogged||null==a._hostInfo||void 0===a._hostInfo||(C.AppTelemetry.onCheckWACHost(a._webAppState.clientEndPoint.hostTrustCheckStatus,a._webAppState.id,a._hostInfo.hostType,a._hostInfo.hostPlatform,a._webAppState.clientEndPoint.targetUrl),a._webAppState.clientEndPoint.checkStatusLogged=!0),3===a._webAppState.clientEndPoint.hostTrustCheckStatus||C.LoadScriptHelper.disableHostCheck())d();else{if(C.LoadScriptHelper.isSdx())throw new Error("Not supported host");i=function(){var t=C.LoadScriptHelper.getHostBundleJsBasePath().match(/^https?:\/\/[^:/?#]*(?::([0-9]+))?/);if(t&&t[0]){var n=C.LoadScriptHelper.getHostBundleJsBasePath()+"AgaveErrorUX/index.html#",o={error:"NotTrustedWAC",locale:C.getSupportedLocale(a._hostInfo.hostLocale,C.ConstantNames.DefaultLocale),hostname:c,noHttps:!s,validate:!1},r=document.createElement("iframe");r.style.visibility="hidden",r.style.height="0",r.style.width="0";var i=function(e){if(e.source==r.contentWindow&&e.origin==t[0])try{!0===JSON.parse(e.data).hostUserTrusted?(a._webAppState.clientEndPoint.hostTrustCheckStatus=3,C.OUtil.removeEventListener(window,"message",i),document.body.removeChild(r)):(o.validate=!1,window.location.replace(n+encodeURIComponent(JSON.stringify(o)))),d()}catch(e){C.OUtil.ensureOfficeStringsJs().then(function(){document.body.textContent=Strings.OfficeOM.L_NotTrustedWAC})}};C.OUtil.addEventListener(window,"message",i),o.validate=!0,r.setAttribute("src",n+encodeURIComponent(JSON.stringify(o))),r.onload=function(){var e={hostname:c,noHttps:!s};r.contentWindow.postMessage(JSON.stringify(e),t[0])},document.body.appendChild(r)}else C.OUtil.ensureOfficeStringsJs().then(function(){document.body.textContent=Strings.OfficeOM.L_NotTrustedWAC});if(C.OUtil.checkFlight(2)&&!s)throw new Error(l)},document.body?i():(u=!1,document.addEventListener("DOMContentLoaded",function(){u||(u=!0,i())}))}return[2]}})})},t.prototype.setAgaveHostCommunication=function(){try{var r=this,e=C.OUtil.parseXdmInfoWithGivenFragment(!1,C._OfficeAppFactory.getWindowLocationHash());if(e=e||C.OUtil.parseXdmInfoFromWindowName(!1,C._OfficeAppFactory.getWindowName())){var t=C.OUtil.getInfoItems(e);null!=t&&3<=t.length&&(r._webAppState.conversationID=t[0],r._webAppState.id=t[1],r._webAppState.webAppUrl=0<=t[2].indexOf(":")?t[2]:decodeURIComponent(t[2]))}if(r._webAppState.wnd=null!=window.opener?window.opener:window.parent,this._hostInfo.isDialog&&null!=window.opener)return;r._webAppState.clientEndPoint=C.XdmCommunicationManager.connect(r._webAppState.conversationID,r._webAppState.wnd,r._webAppState.webAppUrl),r._webAppState.serviceEndPoint=C.XdmCommunicationManager.createServiceEndPoint(r._webAppState.id),r._webAppState.clientEndPoint.checkReceiverOriginAndRun=function(e){r.checkReceiverOriginAndRun(e)};var n=r._webAppState.conversationID+C.Constants.NotificationConversationIdSuffix;r._webAppState.serviceEndPoint.registerConversation(n,r._webAppState.webAppUrl),r._webAppState.serviceEndPoint.registerMethod("Office_notifyAgave",function(e){var t;switch(t="string"==typeof e?e:e[0]){case C.AgaveHostAction.Select:r._webAppState.focused=!0;break;case C.AgaveHostAction.UnSelect:r._webAppState.focused=!1;break;case C.AgaveHostAction.TabIn:case C.AgaveHostAction.CtrlF6In:window.focus();var n=document.querySelectorAll(r._tabbableElements);C.OUtil.focusToFirstTabbable(n,!1)||(window.blur(),r._webAppState.focused=!1,r._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[r._webAppState.id,C.AgaveHostAction.ExitNoFocusable]));break;case C.AgaveHostAction.TabInShift:window.focus(),n=document.querySelectorAll(r._tabbableElements),C.OUtil.focusToFirstTabbable(n,!0)||(window.blur(),r._webAppState.focused=!1,r._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[r._webAppState.id,C.AgaveHostAction.ExitNoFocusableShift]));break;case C.AgaveHostAction.SendMessage:if(Office.context.messaging.onMessage){var o=e[1];Office.context.messaging.onMessage(o)}break;case C.AgaveHostAction.TaskPaneHeaderButtonClicked:Office.context.ui.taskPaneAction.onHeaderButtonClick&&Office.context.ui.taskPaneAction.onHeaderButtonClick();break;default:C.Utility.trace("actionId "+t+" notifyAgave is wrong.")}},0,!1),r.addOrRemoveEventListenersForWindow(!0)}catch(e){throw C.AppTelemetry&&C.AppTelemetry.logAppException("Exception thrown in setAgaveHostCommunication. Exception:["+e+"]"),e}},t.prototype.getAppContext=function(e,h,v){function t(e,t){if(OSFPerformance.getAppContextXdmEnd=OSFPerformance.now(),t._appName===C.AppName.ExcelWebApp){for(var n=0,o=t._settings;n<o.length;n++){var r=o[n],i=r[0],a=r[1];y._serializedSettings[i]=a}for(var s=0,c=t._hostSettings;s<c.length;s++){var l=c[s];i=l[0],a=l[1],y._serializedHostSettings[i]=a}}else y._serializedSettings=t._settings||{},y._serializedHostSettings=t._hostSettings||{};if(!b._hostInfo.isDialog||null==window.opener){var u=window.location.href;b._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[b._webAppState.id,C.AgaveHostAction.UpdateTargetUrl,u])}if(0===e&&null!=t._id&&null!=t._appName&&null!=t._appVersion&&null!=t._appUILocale&&null!=t._dataLocale&&null!=t._docUrl&&null!=t._clientMode&&null!=t._reason){var d=(b._appContext=t)._appInstanceId?t._appInstanceId:t._id,f=0;null!=t._appMinorVersion&&(f=t._appMinorVersion);var p=void 0;null!=t._requirementMatrix&&(p=t._requirementMatrix),t.eToken=t.eToken?t.eToken:"";var m=new C.OfficeAppContext(t._id,t._appName,t._appVersion,t._appUILocale,t._dataLocale,t._docUrl,t._clientMode,function(){return y._serializedSettings},t._reason,t._osfControlType,t._eToken,t._correlationId,d,!1,!0,f,p,t._hostCustomMessage,t._hostFullVersion,t._clientWindowHeight,t._clientWindowWidth,t._addinName,t._appDomains,t._dialogRequirementMatrix,t._featureGates,t._officeTheme,t._initialDisplayMode,t._isFromWacAutomation,t._wopiHostOriginForSingleSignOn,function(){return y._serializedHostSettings},!0,t._nestedAppAuthBridgeType,t._partitionKey,t._topFrameOrigin);m.set_taskpaneUrl(t._taskpaneUrl),h(m)}else{var g="Function ContextActivationManager_getAppContextAsync call failed. ErrorCode is "+e+", exception: "+t;C.AppTelemetry&&C.AppTelemetry.logAppException(g),v(g)}}var y=this,b=this;try{var n=!0;this._hostInfo.isDialog&&null!=window.opener&&(n=!1);var o=C.OUtil.parseAppContextFromWindowName(n,C._OfficeAppFactory.getWindowName());o?t(0,o):(OSFPerformance.getAppContextXdmStart=OSFPerformance.now(),this._webAppState.clientEndPoint.invoke("ContextActivationManager_getAppContextAsync",t,this._webAppState.id))}catch(e){C.AppTelemetry&&C.AppTelemetry.logAppException("Exception thrown when trying to invoke getAppContextAsync. Exception:["+e+"]"),v(e)}},t.prototype.createClientHostController=function(){return this._clientHostController||(this._clientHostController=new C.WebClientHostController(this._webAppState)),this._clientHostController},t.prototype.createAsyncMethodExecutor=function(){return new C.WebAsyncMethodExecutor(this._clientHostController)},t.prototype.createClientSettingsManager=function(){return new C.WebClientSettingsManager},t.prototype.addOrRemoveEventListenersForWindow=function(e){function t(){i._webAppState.focused||(i._webAppState.focused=!0),i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,C.AgaveHostAction.Select])}function n(){C&&(i._webAppState.focused&&(i._webAppState.focused=!1),i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,C.AgaveHostAction.UnSelect]))}function o(e){if(e.preventDefault=e.preventDefault||function(){e.returnValue=!1},117==e.keyCode&&(e.ctrlKey||e.metaKey)){e.preventDefault();var t=C.AgaveHostAction.CtrlF6Exit;e.shiftKey&&(t=C.AgaveHostAction.CtrlF6ExitShift),i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,t])}else if(9==e.keyCode){e.preventDefault();var n=document.querySelectorAll(i._tabbableElements);C.OUtil.focusToNextTabbable(n,e.target||e.srcElement,e.shiftKey)||(i._hostInfo.isDialog?C.OUtil.focusToFirstTabbable(n,e.shiftKey):e.shiftKey?i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,C.AgaveHostAction.TabExitShift]):i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,C.AgaveHostAction.TabExit]))}else if(27==e.keyCode)e.preventDefault(),i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,C.AgaveHostAction.EscExit]);else if(113==e.keyCode)e.preventDefault(),i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,C.AgaveHostAction.F2Exit]);else if((e.ctrlKey||e.metaKey||e.shiftKey||e.altKey)&&1<=e.keyCode&&e.keyCode<=255){var o={keyCode:e.keyCode,shiftKey:e.shiftKey,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey};i._webAppState.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,C.AgaveHostAction.KeyboardShortcuts,o])}}function r(e){117==e.keyCode&&e.ctrlKey&&(e.preventDefault?e.preventDefault():e.returnValue=!1)}var i=this;C.Utility._DebugXdm||(e?(C.OUtil.addEventListener(window,"focus",t),C.OUtil.addEventListener(window,"blur",n),C.OUtil.addEventListener(window,"keydown",o),C.OUtil.addEventListener(window,"keypress",r)):(C.OUtil.removeEventListener(window,"focus",t),C.OUtil.removeEventListener(window,"blur",n),C.OUtil.removeEventListener(window,"keydown",o),C.OUtil.removeEventListener(window,"keypress",r)))},t.prototype.getTabbableElements=function(){return this._tabbableElements},t.prototype.setupNestedAppAuthDependencies=function(){var e=this;window.__initializeNestedAppAuth=function(){return e._initializeNestedAppAuthPromise||(e._initializeNestedAppAuthPromise=__awaiter(e,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return[4,Office.onReadyInternal()];case 1:return e.sent(),this._createNaaBridge?[4,this._createNaaBridge()]:[3,3];case 2:e.sent(),e.label=3;case 3:return[2]}})})),e._initializeNestedAppAuthPromise}},t);function t(e,t,n,o){var r=i.call(this,e,t,n,o)||this;return r._serializedSettings={},r._serializedHostSettings={},r._initializeNestedAppAuthPromise=null,r._appContext={},r._tabbableElements="a[href]:not([tabindex='-1']),area[href]:not([tabindex='-1']),button:not([disabled]):not([tabindex='-1']),input:not([disabled]):not([tabindex='-1']),select:not([disabled]):not([tabindex='-1']),textarea:not([disabled]):not([tabindex='-1']),*[tabindex]:not([tabindex='-1']),*[contenteditable]:not([disabled]):not([tabindex='-1'])",r}C.WebInitializationHelper=e}(OSF=OSF||{}),function(a){var e=(t.prototype.read=function(n){this._initializationHelper.getAppContext(null,function(e){if(n){var t=e.get_settingsFunc()();n(0,t)}},function(e){n&&n(5001,{})})},t.prototype.write=function(e,t){var n={},o=[],r=[];for(var i in e)o.push(i),r.push(e[i]);n.keys=o,n.values=r,this._scriptMessager.invokeMethod(a.Webkit.MessageHandlerName,a.Webkit.MethodId.WriteSettings,n,function(e){t&&t(e[0])})},t);function t(e,t){this._initializationHelper=e,this._scriptMessager=t}a.WebkitClientSettingsManager=e}(OSF=OSF||{}),function(p){!function(e){var t,n;e.MessageHandlerName="Agave",e.PopupMessageHandlerName="WefPopupHandler",(t=e.AppContextProperties||(e.AppContextProperties={}))[t.Settings=0]="Settings",t[t.SolutionReferenceId=1]="SolutionReferenceId",t[t.AppType=2]="AppType",t[t.MajorVersion=3]="MajorVersion",t[t.MinorVersion=4]="MinorVersion",t[t.RevisionVersion=5]="RevisionVersion",t[t.APIVersionSequence=6]="APIVersionSequence",t[t.AppCapabilities=7]="AppCapabilities",t[t.APPUILocale=8]="APPUILocale",t[t.AppDataLocale=9]="AppDataLocale",t[t.BindingCount=10]="BindingCount",t[t.DocumentUrl=11]="DocumentUrl",t[t.ActivationMode=12]="ActivationMode",t[t.ControlIntegrationLevel=13]="ControlIntegrationLevel",t[t.SolutionToken=14]="SolutionToken",t[t.APISetVersion=15]="APISetVersion",t[t.CorrelationId=16]="CorrelationId",t[t.InstanceId=17]="InstanceId",t[t.TouchEnabled=18]="TouchEnabled",t[t.CommerceAllowed=19]="CommerceAllowed",t[t.RequirementMatrix=20]="RequirementMatrix",t[t.HostCustomMessage=21]="HostCustomMessage",t[t.HostFullVersion=22]="HostFullVersion",t[t.InitialDisplayMode=23]="InitialDisplayMode",t[t.FeatureGates=24]="FeatureGates",t[t.HostSettings=25]="HostSettings",t[t.OfficeThemeInfo=26]="OfficeThemeInfo",(n=e.MethodId||(e.MethodId={}))[n.Execute=1]="Execute",n[n.RegisterEvent=2]="RegisterEvent",n[n.UnregisterEvent=3]="UnregisterEvent",n[n.WriteSettings=4]="WriteSettings",n[n.GetContext=5]="GetContext",n[n.SendMessage=6]="SendMessage",n[n.MessageParent=7]="MessageParent",n[n.SendMessage2=8]="SendMessage2",n[n.MessageParent2=9]="MessageParent2",n[n.CloseSdxDialog=10]="CloseSdxDialog",n[n.ResizeSdxDialog=11]="ResizeSdxDialog";var o=(f.prototype.execute=function(e,t,r){var n={id:e,apiArgs:t};this.hostScriptProxy.invokeMethod(p.Webkit.MessageHandlerName,p.Webkit.MethodId.Execute,n,function(e){if(r){var t=[];if(p.OUtil.isArray(e))for(var n=0;n<e.length;n++){var o=e[n];p.OUtil.isArray(o)&&(o=new p.WebkitSafeArray(o)),t.unshift(o)}return r.apply(null,t)}})},f.prototype.registerEvent=function(e,t,n,o,r){this.hostScriptProxy.registerEvent(p.Webkit.MessageHandlerName,p.Webkit.MethodId.RegisterEvent,e,n,function(e){var t=e,n=0;p.OUtil.isArray(e)&&2<=e.length&&(t=e[0],n=e[1]),o&&o(n,new p.WebkitSafeArray(t))},function(e){if(r)return r(new p.WebkitSafeArray(e))})},f.prototype.unregisterEvent=function(e,t,n,o){this.hostScriptProxy.unregisterEvent(p.Webkit.MessageHandlerName,p.Webkit.MethodId.UnregisterEvent,e,n,function(e){return o(new p.WebkitSafeArray(e))})},f.prototype.messageParent=function(e){var t,n;if(n=this.osfSupportsDialogOrigin&&e[p.ParameterNames.TargetOrigin]?(t=this.useFullDialogAPI?JSON.stringify(e):e[p.ParameterNames.MessageToParent],p.Webkit.MethodId.MessageParent2):(t=e[p.ParameterNames.MessageToParent],p.Webkit.MethodId.MessageParent),this.useFullDialogAPI)this.hostScriptProxy.invokeMethod(p.Webkit.MessageHandlerName,n,t,null);else{var o={dialogMessage:{messageType:0,messageContent:t}},r=n==p.Webkit.MethodId.MessageParent2?e[p.ParameterNames.TargetOrigin]:window.location.origin;window.opener.postMessage(JSON.stringify(o),r)}},f.prototype.openDialog=function(n,e,t,o,r){if(this.useFullDialogAPI)this.registerEvent(n,e,t,o,r);else if(!f.popup||f.popup.closed){f.OpenDialogCallback=void 0;var i=JSON.parse(t),a=i.url;if(a){var s=a.split("#"),c="?";-1<s[0].indexOf("?")&&(c="&");var l="width="+screen.width*i.width/100+", height="+screen.height*i.height/100;s[0]=s[0].concat(c).concat("action=displayDialog");var u=s.join("#");f.popup=window.open(u,"",l),f.DialogEventListener=function(t){if(t.origin==window.location.origin)try{var e=JSON.parse(t.data);e.dialogMessage&&o(n,[0,e.dialogMessage.messageContent,t.origin])}catch(e){p.Utility.trace("messages received cannot be handlered. Message:"+t.data)}},f.OpenDialogCallback=function(e){0==e&&(window.addEventListener("message",f.DialogEventListener),f.interval=window.setInterval(d,1e3),f.NotifyError=function(e){o(n,[e])}),r(e)}}else r(12003)}else r(12007);function d(){try{null!=f.popup&&!f.popup.closed||(window.clearInterval(f.interval),window.removeEventListener("message",f.DialogEventListener),f.NotifyError=null,f.popup=null,o(n,[12006]))}catch(e){p.Utility.trace("Error happened when popup window closed.")}}},f.prototype.closeDialog=function(e,t,n,o){this.useFullDialogAPI?this.unregisterEvent(e,t,n,o):f.popup?(f.interval&&window.clearInterval(f.interval),f.popup.close(),f.popup=null,window.removeEventListener("message",f.DialogEventListener),f.NotifyError=null,o(0)):o(5001)},f.prototype.sendMessage=function(e){var t,n;this.osfSupportsDialogOrigin&&e[p.ParameterNames.TargetOrigin]?(t=JSON.stringify(e),n=p.Webkit.MethodId.SendMessage2):(t=e[p.ParameterNames.MessageContent],n=p.Webkit.MethodId.SendMessage,!isNaN(parseFloat(t))&&isFinite(t)&&(t=t.toString())),this.hostScriptProxy.invokeMethod(p.Webkit.MessageHandlerName,n,t,null)},f.prototype.closeSdxDialog=function(e){var t=[e],n=p.Webkit.MethodId.CloseSdxDialog;this.hostScriptProxy.invokeMethod(p.Webkit.MessageHandlerName,n,t,null)},f.prototype.resizeSdxDialog=function(e,t){var n=[e,t],o=p.Webkit.MethodId.ResizeSdxDialog;this.hostScriptProxy.invokeMethod(p.Webkit.MessageHandlerName,o,n,null)},f);function f(e){this.hostScriptProxy=e,this.useFullDialogAPI=!!window._enableFullDialogAPI,this.osfSupportsDialogOrigin=!!window._osfEnableDialogOrigin}e.WebkitHostController=o}(p.Webkit||(p.Webkit={}))}(OSF=OSF||{}),function(H){var i,e=(i=H.InitializationHelper,__extends(t,i),t.prototype.initializeWebkitMessaging=function(){H.ScriptMessaging=OSFWebkit.ScriptMessaging},t.prototype.getAppContext=function(e,k,t){var n,M=this;n=this._hostInfo.isDialog&&window.webkit.messageHandlers[H.Webkit.PopupMessageHandlerName]?H.Webkit.PopupMessageHandlerName:H.Webkit.MessageHandlerName,H.ScriptMessaging.GetScriptMessenger().invokeMethod(n,H.Webkit.MethodId.GetContext,[],function(e){var t,n=H.Webkit.AppContextProperties,o=e[n.AppType],r=e[n.Settings];if(r&&2===r.length)for(var i=r[0],a=r[1],s=0;s<i.length;s++)M._serializedSettings[i[s]]=a[s];var c=e[n.HostSettings];if(c&&2===c.length)for(i=c[0],a=c[1],s=0;s<i.length;s++)M._serializedHostSettings[i[s]]=a[s];var l=e[n.SolutionReferenceId],u=e[n.MajorVersion],d=e[n.MinorVersion],f=e[n.AppCapabilities],p=e[n.APPUILocale],m=e[n.AppDataLocale],g=e[n.DocumentUrl],h=e[n.ActivationMode],v=e[n.ControlIntegrationLevel],y=e[n.SolutionToken];y=y?y.toString():"";var b,C=e[n.CorrelationId],O=e[n.InstanceId],_=e[n.TouchEnabled],A=e[n.CommerceAllowed],S=e[n.RequirementMatrix],P=e[n.HostCustomMessage],T=e[n.HostFullVersion],E=e[n.InitialDisplayMode],D=e[n.FeatureGates];if(D)try{b=JSON.parse(D)}catch(e){H.AppTelemetry&&H.AppTelemetry.logAppException("Exception trying to parse FeatureGates."+e)}var w=null;if(e[n.OfficeThemeInfo])try{w=JSON.parse(e[n.OfficeThemeInfo])}catch(e){H.AppTelemetry&&H.AppTelemetry.logAppException("Exception while parsing officeThemeInfo. Details: "+e)}var I={};if(w){var x={bodyBackgroundColor:{name:"bodyBackgroundColor",convertToHex:!0},bodyForegroundColor:{name:"bodyForegroundColor",convertToHex:!0},controlBackgroundColor:{name:"controlBackgroundColor",convertToHex:!0},controlForegroundColor:{name:"controlForegroundColor",convertToHex:!0},primaryFontColor:{name:"bodyForegroundColor",convertToHex:!0},primaryBackgroundColor:{name:"bodyBackgroundColor",convertToHex:!0},secondaryFontColor:{name:"controlForegroundColor",convertToHex:!0},secondaryBackgroundColor:{name:"controlBackgroundColor",convertToHex:!0},fluentThemeData:{name:"fluentThemeData",convertToHex:!1}};for(var F in w){var R=!1,N=F;x[F]&&(N=x[F].name,R=x[F].convertToHex),I[N]=R?H.OUtil.convertIntToCssHexColor(w[F]):w[F]}}t=new H.OfficeAppContext(l,o,u,p,m,g,f,function(){return M._serializedSettings},h,v,y,C,O,_,A,d,S,P,T,void 0,void 0,void 0,void 0,void 0,b,I,E,void 0,void 0,function(){return M._serializedHostSettings},!1,void 0,void 0,void 0),k(t)})},t.prototype.createClientHostController=function(){return this._clientHostController||(this._clientHostController=new H.Webkit.WebkitHostController(H.ScriptMessaging.GetScriptMessenger())),this._clientHostController},t.prototype.createAsyncMethodExecutor=function(){return new H.SafeArrayAsyncMethodExecutor(this.createClientHostController())},t.prototype.createClientSettingsManager=function(){return new H.WebkitClientSettingsManager(this,H.ScriptMessaging.GetScriptMessenger())},t);function t(e,t,n,o){var r=i.call(this,e,t,n,o)||this;return r._serializedSettings={},r._serializedHostSettings={},r.initializeWebkitMessaging(),r}H.WebkitInitializationHelper=e}(OSF=OSF||{}),function(s){var e=(o.prototype.dimensions=function(){var e=0;return this.safeArrayFlag?e=this.data[0][0]:this.isArray()&&(e=2),e},o.prototype.getItem=function(){var e=null;e=this.safeArrayFlag?this.toArray():this.data;for(var t=0;t<arguments.length;t++)e=e[arguments[t]];return e},o.prototype.lbound=function(e){return 0},o.prototype.ubound=function(e){var t=0;if(this.safeArrayFlag)t=this.data[0][e];else if(this.isArray()){if(1==e)return this.data.length;if(2==e){if(s.OUtil.isArray(this.data[0]))return this.data[0].length;if(null!=this.data[0])return 1}}return t},o.prototype.toArray=function(){if(0==this.isArray())return this.data;for(var e=[],t=this.safeArrayFlag?1:0;t<this.data.length;t++){var n=this.data[t];this.isSafeArray(n)?e.push(new o(n)):e.push(n)}return e},o.prototype.isArray=function(){return s.OUtil.isArray(this.data)},o.prototype.isSafeArray=function(e){var t=!1;if(s.OUtil.isArray(e)&&s.OUtil.isArray(e[0])){var n=e[0],o=n[0];if(n.length!=o+1)return!1;for(var r=1,i=1;i<n.length;i++){var a=n[i];if(0==isFinite(a))return!1;r*=a}t=++r==e.length}return t},o);function o(e){this.data=e,this.safeArrayFlag=this.isSafeArray(e)}s.WebkitSafeArray=e}(OSF=OSF||{}),function(e){!function(e){var n=null;e.agaveHostCallback=function(e,t){n.agaveHostCallback(e,t)},e.agaveHostEventCallback=function(e,t){n.agaveHostEventCallback(e,t)},e.GetScriptMessenger=function(){return null==n&&(n=t.IsSupportedByHost()?new t:new r("OSF.ScriptMessaging.agaveHostCallback","OSF.ScriptMessaging.agaveHostEventCallback")),n};var l=function(e,t,n){this.id=e,this.targetId=t,this.handler=n},t=(o.IsSupportedByHost=function(){return!!window._osfHostAPI},o.prototype.invokeMethod=function(e,t,n,o){window._osfHostAPI(e,this.constructMessagingArgs(t,n),function(e){var t=o(e);return void 0===t||!0===t})},o.prototype.registerEvent=function(e,t,n,o,r,i){var a={id:n,targetId:o},s=window._osfHostRegisterEvent(e,this.constructMessagingArgs(t,a),function(e){return r(e),!1},function(e){return i(e),!0});this.eventHandlers.push({targetId:o,dispId:n,callbackId:s.eventCallbackId})},o.prototype.unregisterEvent=function(e,t,n,o,r){var i={id:n,targetId:o};window._osfHostAPI(e,this.constructMessagingArgs(t,i),function(e){return r(e),!0});for(var a=this.eventHandlers.length-1;0<=a;a--){var s=this.eventHandlers[a];s.dispId===n&&s.targetId===o&&(this.eventHandlers.splice(a,1),window._osfHostUnregisterCallback(s.callbackId))}},o.prototype.agaveHostCallback=function(e,t){},o.prototype.agaveHostEventCallback=function(e,t){},o.prototype.constructMessagingArgs=function(e,t){return{params:t,methodId:e}},o);function o(){this.eventHandlers=[]}var r=(c.prototype.invokeMethod=function(e,t,n,o){this.postWebkitMessage({},e,t,n,o)},c.prototype.registerEvent=function(e,t,n,o,r,i){var a={eventCallbackFunction:this.eventCallbackFunctionName},s={id:n,targetId:o},c=this.postWebkitMessage(a,e,t,s,i);this.eventHandlerList[c]=new l(n,o,r)},c.prototype.unregisterEvent=function(e,t,n,o,r){var i={id:n,targetId:o};for(var a in this.eventHandlerList)if(this.eventHandlerList.hasOwnProperty(a)){var s=this.eventHandlerList[a];s.id==n&&s.targetId==o&&delete this.eventHandlerList[a]}this.invokeMethod(e,t,i,r)},c.prototype.agaveHostCallback=function(e,t){var n=this.callbackList[e];if(n){var o=n(t);void 0!==o&&!0!==o||delete this.callbackList[e]}},c.prototype.agaveHostEventCallback=function(e,t){var n=this.eventHandlerList[e];n&&n.handler(t)},c.prototype.postWebkitMessage=function(e,t,n,o,r){e.methodId=n,e.params=o;var i="";function a(){window.webkit.messageHandlers[t].postMessage(JSON.stringify(e))}r&&(i=this.generateCorrelationId(),this.callbackList[i]=r,e.callbackId=i,e.callbackFunction=this.asyncMethodCallbackFunctionName);var s=c.getCurrentTimeMS();return null==this.lastMessageTimestamp||s-this.lastMessageTimestamp>=c.MESSAGE_TIME_DELTA?(a(),this.lastMessageTimestamp=s):(this.lastMessageTimestamp+=c.MESSAGE_TIME_DELTA,setTimeout(function(){a()},this.lastMessageTimestamp-s)),i},c.prototype.generateCorrelationId=function(){return++this.callingIndex,this.conversationId+this.callingIndex},c.getCurrentTimeMS=function(){return(new Date).getTime()},c.MESSAGE_TIME_DELTA=10,c);function c(e,t){this.callingIndex=0,this.callbackList={},this.eventHandlerList={},this.asyncMethodCallbackFunctionName=e,this.eventCallbackFunctionName=t,this.conversationId=c.getCurrentTimeMS().toString()}}(e.ScriptMessaging||(e.ScriptMessaging={}))}(OSFWebkit=OSFWebkit||{}),function(a){var e=(t.prototype.read=function(n){this._initializationHelper.getAppContext(null,function(e){if(n){var t=e.get_settingsFunc()();n(0,t)}},function(e){n&&n(5001,{})})},t.prototype.write=function(e,t){var n={},o=[],r=[];for(var i in e)o.push(i),r.push(e[i]);n.keys=o,n.values=r,this._scriptMessager.invokeMethod(a.WebView.MessageHandlerName,a.WebView.MethodId.WriteSettings,n,function(e){t&&t(e[0])})},t);function t(e,t){this._initializationHelper=e,this._scriptMessager=t}a.WebViewClientSettingsManager=e}(OSF=OSF||{}),function(p){!function(e){var t,n;e.MessageHandlerName="Agave",e.PopupMessageHandlerName="WefPopupHandler",(t=e.AppContextProperties||(e.AppContextProperties={}))[t.Settings=0]="Settings",t[t.SolutionReferenceId=1]="SolutionReferenceId",t[t.AppType=2]="AppType",t[t.MajorVersion=3]="MajorVersion",t[t.MinorVersion=4]="MinorVersion",t[t.RevisionVersion=5]="RevisionVersion",t[t.APIVersionSequence=6]="APIVersionSequence",t[t.AppCapabilities=7]="AppCapabilities",t[t.APPUILocale=8]="APPUILocale",t[t.AppDataLocale=9]="AppDataLocale",t[t.BindingCount=10]="BindingCount",t[t.DocumentUrl=11]="DocumentUrl",t[t.ActivationMode=12]="ActivationMode",t[t.ControlIntegrationLevel=13]="ControlIntegrationLevel",t[t.SolutionToken=14]="SolutionToken",t[t.APISetVersion=15]="APISetVersion",t[t.CorrelationId=16]="CorrelationId",t[t.InstanceId=17]="InstanceId",t[t.TouchEnabled=18]="TouchEnabled",t[t.CommerceAllowed=19]="CommerceAllowed",t[t.RequirementMatrix=20]="RequirementMatrix",t[t.OfficeThemeInfo=21]="OfficeThemeInfo",(n=e.MethodId||(e.MethodId={}))[n.Execute=1]="Execute",n[n.RegisterEvent=2]="RegisterEvent",n[n.UnregisterEvent=3]="UnregisterEvent",n[n.WriteSettings=4]="WriteSettings",n[n.GetContext=5]="GetContext",n[n.OnKeydown=6]="OnKeydown",n[n.AddinInitialized=7]="AddinInitialized",n[n.OpenWindow=8]="OpenWindow",n[n.MessageParent=9]="MessageParent",n[n.SendMessage=10]="SendMessage";var o=(f.prototype.execute=function(e,t,n){var o=t;null==o&&(o=[]);var r={id:e,apiArgs:o};this.hostScriptProxy.invokeMethod(p.WebView.MessageHandlerName,p.WebView.MethodId.Execute,r,function(e){var t=e;if(p.OUtil.isArray(e)&&2<=e.length&&(e[0],t=e[1]),n)return n(new p.WebkitSafeArray(t))})},f.prototype.registerEvent=function(e,t,n,o,r){this.hostScriptProxy.registerEvent(p.WebView.MessageHandlerName,p.WebView.MethodId.RegisterEvent,e,n,function(e){var t=e,n=0;p.OUtil.isArray(e)&&2<=e.length&&(n=e[0],t=e[1]),o&&o(n,new p.WebkitSafeArray(t))},function(e){if(r)return r(new p.WebkitSafeArray(e))})},f.prototype.unregisterEvent=function(e,t,n,o){this.hostScriptProxy.unregisterEvent(p.WebView.MessageHandlerName,p.WebView.MethodId.UnregisterEvent,e,n,function(e){return o(new p.WebkitSafeArray(e))})},f.prototype.messageParent=function(e){var t={dialogMessage:{messageType:0,messageContent:e[p.ParameterNames.MessageToParent]}};window.opener.postMessage(JSON.stringify(t),window.location.origin)},f.prototype.openDialog=function(n,e,t,o,r){var i=JSON.parse(t),a=i.url;if(a){var s=a.split("#"),c="?";-1<a.indexOf("?")&&(c="&");var l="width="+screen.width*i.width/100+", height="+screen.height*i.height/100;s[0]=s[0].concat(c).concat("action=displayDialog");var u,d=s.join("#");f.popup=window.open(d,"",l),window.addEventListener("message",function(t){if(t.source==f.popup)try{var e=JSON.parse(t.data);e.dialogMessage&&o(n,[0,e.dialogMessage.messageContent])}catch(e){p.Utility.trace("messages received cannot be handled. Message:"+t.data)}}),u=window.setInterval(function(){try{null!=f.popup&&!f.popup.closed||(window.clearInterval(u),o(n,[12006]))}catch(e){p.Utility.trace("Error happened when popup window closed.")}},1e3),r(0)}},f.prototype.closeDialog=function(e,t,n,o){f.popup?(f.popup.close(),f.popup=null,o(0)):o(5001)},f.prototype.sendMessage=function(e){var t=e[p.ParameterNames.MessageContent];!isNaN(parseFloat(t))&&isFinite(t)&&(t=t.toString()),this.hostScriptProxy.invokeMethod(p.WebView.MessageHandlerName,p.WebView.MethodId.SendMessage,t,null)},f.prototype.closeSdxDialog=function(e){throw p.Utility.createNotImplementedException()},f.prototype.resizeSdxDialog=function(e,t){throw p.Utility.createNotImplementedException()},f);function f(e){this.hostScriptProxy=e}e.WebViewHostController=o}(p.WebView||(p.WebView={}))}(OSF=OSF||{}),function(D){var i,e=(i=D.InitializationHelper,__extends(t,i),t.prototype.initializeWebViewMessaging=function(){D.ScriptMessaging=D.WebView.ScriptMessaging},t.prototype.getAppContext=function(e,T,t){var n,E=this;n=this._hostInfo.isDialog?D.WebView.PopupMessageHandlerName:D.WebView.MessageHandlerName,D.ScriptMessaging.GetScriptMessenger().invokeMethod(n,D.WebView.MethodId.GetContext,[],function(e){var t,n=D.Webkit.AppContextProperties,o=e[n.AppType],r=e[n.Settings];if(r&&2===r.length)for(var i=r[0],a=r[1],s=0;s<i.length;s++)E._serializedSettings[i[s]]=a[s];var c=e[n.SolutionReferenceId],l=e[n.MajorVersion],u=e[n.MinorVersion],d=e[n.AppCapabilities],f=e[n.APPUILocale],p=e[n.AppDataLocale],m=e[n.DocumentUrl],g=e[n.ActivationMode],h=e[n.ControlIntegrationLevel],v=e[n.SolutionToken];v=v?v.toString():"";var y=e[n.CorrelationId],b=e[n.InstanceId],C=e[n.TouchEnabled],O=e[n.CommerceAllowed],_=e[n.RequirementMatrix],A=e[n.HostCustomMessage],S=e[n.HostFullVersion],P=e[n.InitialDisplayMode];t=new D.OfficeAppContext(c,o,l,f,p,m,d,function(){return E._serializedSettings},g,h,v,y,b,C,O,u,_,A,S,void 0,void 0,void 0,void 0,void 0,void 0,void 0,P,void 0,void 0,void 0,!1,void 0,void 0,void 0),T(t)})},t.prototype.createClientHostController=function(){return this._clientHostController||(this._clientHostController=new D.WebView.WebViewHostController(D.ScriptMessaging.GetScriptMessenger())),this._clientHostController},t.prototype.createAsyncMethodExecutor=function(){return new D.SafeArrayAsyncMethodExecutor(this.createClientHostController())},t.prototype.createClientSettingsManager=function(){return new D.WebViewClientSettingsManager(this,D.ScriptMessaging.GetScriptMessenger())},t);function t(e,t,n,o){var r=i.call(this,e,t,n,o)||this;return r._serializedSettings={},r.initializeWebViewMessaging(),r}D.WebViewInitializationHelper=e}(OSF=OSF||{}),function(n){var o,e,t,r,i;function a(){}function s(){window.addEventListener("message",this.OnReceiveMessage.bind(this))}!function(e){var t;(t=e.CallbackType||(e.CallbackType={}))[t.MethodCallback=0]="MethodCallback",t[t.EventCallback=1]="EventCallback";function n(e,t,n){this.callbackType=e,this.callbackId=t,this.params=n}e.CallbackData=n}(o=o||{}),e=n.Android||(n.Android={}),a.getInstance=function(){return null==a.uniqueInstance&&(a.uniqueInstance=new a),a.uniqueInstance},a.prototype.postMessage=function(e,t){agaveHost.postMessage(t)},a.prototype.ReceiveMessage=function(e){switch(e.callbackType){case o.CallbackType.MethodCallback:n.WebView.ScriptMessaging.agaveHostCallback(e.callbackId,e.params);break;case o.CallbackType.EventCallback:n.WebView.ScriptMessaging.agaveHostEventCallback(e.callbackId,e.params)}},t=a,e.Poster=t,r=n.WinRT||(n.WinRT={}),s.prototype.postMessage=function(e,t){window.parent.postMessage(t,"*")},s.prototype.OnReceiveMessage=function(e){if(e.source==window.parent&&window.parent==window.top&&e.origin.startsWith("ms-appx-web://")){var t;try{t=JSON.parse(e.data)}catch(e){return}switch(t.callbackType){case o.CallbackType.MethodCallback:n.WebView.ScriptMessaging.agaveHostCallback(t.callbackId,JSON.parse(t.params));break;case o.CallbackType.EventCallback:n.WebView.ScriptMessaging.agaveHostEventCallback(t.callbackId,JSON.parse(t.params))}}},i=s,r.Poster=i}(OSF=OSF||{}),function(r){var e;(function(e){var n=null;e.agaveHostCallback=function(e,t){n.agaveHostCallback(e,t)},e.agaveHostEventCallback=function(e,t){n.agaveHostEventCallback(e,t)},e.GetScriptMessenger=function(){if(null==n){var e=r._OfficeAppFactory.getHostInfo().hostPlatform;if(e===r.HostInfoPlatform.android)n=new t("OSF.ScriptMessaging.agaveHostCallback","OSF.ScriptMessaging.agaveHostEventCallback",r.Android.Poster.getInstance());else{if(e!==r.HostInfoPlatform.winrt)throw r.Utility.createNotImplementedException();n=new t("agaveHostCallback","agaveHostEventCallback",new r.WinRT.Poster)}}return n};var l=function(e,t,n){this.id=e,this.targetId=t,this.handler=n},t=(o.prototype.invokeMethod=function(e,t,n,o){this.postMessage({},e,t,n,o)},o.prototype.registerEvent=function(e,t,n,o,r,i){var a={eventCallbackFunction:this.eventCallbackFunctionName},s={id:n,targetId:o},c=this.postMessage(a,e,t,s,i);this.eventHandlerList[c]=new l(n,o,r)},o.prototype.unregisterEvent=function(e,t,n,o,r){var i={id:n,targetId:o};for(var a in this.eventHandlerList)if(this.eventHandlerList.hasOwnProperty(a)){var s=this.eventHandlerList[a];s.id==n&&s.targetId==o&&delete this.eventHandlerList[a]}this.invokeMethod(e,t,i,r)},o.prototype.agaveHostCallback=function(e,t){var n=this.callbackList[e];if(n){var o=n(t);void 0!==o&&!0!==o||delete this.callbackList[e]}},o.prototype.agaveHostEventCallback=function(e,t){var n=this.eventHandlerList[e];n&&n.handler(t)},o.prototype.postMessage=function(e,t,n,o,r){var i=this.generateCorrelationId();return this.callbackList[i]=r,e.methodId=n,e.params=o,e.callbackId=i,e.callbackFunction=this.asyncMethodCallbackFunctionName,this.poster.postMessage(t,JSON.stringify(e)),i},o.prototype.generateCorrelationId=function(){return++this.callingIndex,this.conversationId+this.callingIndex},o.getCurrentTimeMS=function(){return(new Date).getTime()},o.MESSAGE_TIME_DELTA=10,o);function o(e,t,n){this.callingIndex=0,this.callbackList={},this.eventHandlerList={},this.asyncMethodCallbackFunctionName=e,this.eventCallbackFunctionName=t,this.poster=n,this.conversationId=o.getCurrentTimeMS().toString()}})((e=r.WebView||(r.WebView={})).ScriptMessaging||(e.ScriptMessaging={}))}(OSF=OSF||{}),function(n){var e,t=(e=n.RichClientHostController,__extends(o,e),o.prototype.messageParent=function(e){if(n.Utility.externalNativeFunctionExists(typeof window.external.MessageParent2))"undefined"!=typeof OsfOMToken&&OsfOMToken?window.external.MessageParent2(JSON.stringify(e),OsfOMToken):window.external.MessageParent2(JSON.stringify(e));else{var t=e[n.ParameterNames.MessageToParent];window.external.MessageParent(t)}},o.prototype.openDialog=function(e,t,n,o,r){this.registerEvent(e,t,n,o,r)},o.prototype.closeDialog=function(e,t,n,o){this.unregisterEvent(e,t,n,o)},o.prototype.sendMessage=function(e){if(n.Utility.externalNativeFunctionExists(typeof window.external.MessageChild2))"undefined"!=typeof OsfOMToken&&OsfOMToken?window.external.MessageChild2(JSON.stringify(e),OsfOMToken):window.external.MessageChild2(JSON.stringify(e));else{var t=e[n.ParameterNames.MessageContent];window.external.MessageChild(t)}},o.prototype.closeSdxDialog=function(e){n.Utility.externalNativeFunctionExists(typeof window.external.closeSdxDialog)&&window.external.closeSdxDialog(e)},o.prototype.resizeSdxDialog=function(e,t){n.Utility.externalNativeFunctionExists(typeof window.external.resizeSdxDialog)&&window.external.resizeSdxDialog(e,t)},o);function o(){return null!==e&&e.apply(this,arguments)||this}n.Win32RichClientHostController=t}(OSF=OSF||{}),function(f){var e,t=(e=f.Webkit.WebkitHostController,__extends(p,e),p.prototype.openDialog=function(n,e,t,o,r){if(!p.popup||p.popup.closed){window.dialogAPIErrorCode=void 0;var i=JSON.parse(t),a=i.url;if(a){var s=a.split("#"),c="?";-1<s[0].indexOf("?")&&(c="&");var l="width="+screen.width*i.width/100+", height="+screen.height*i.height/100;s[0]=s[0].concat(c).concat("action=displayDialog");var u=s.join("#");if(p.popup=window.open(u,"",l),p.DialogEventListener=function(t){if(t.source==p.popup)try{var e=JSON.parse(t.data);e.dialogMessage&&o(n,[0,e.dialogMessage.messageContent])}catch(e){f.Utility.trace("messages received cannot be handlered. Message:"+t.data)}},null!=p.popup&&null==window.dialogAPIErrorCode)window.addEventListener("message",p.DialogEventListener),p.interval=window.setInterval(function(){try{null!=p.popup&&!p.popup.closed||(window.clearInterval(p.interval),window.removeEventListener("message",p.DialogEventListener),p.NotifyError=null,o(n,[12006]))}catch(e){f.Utility.trace("Error happened when popup window closed.")}},500),p.NotifyError=function(e){o(n,[e])},r(0);else{var d=5001;window.dialogAPIErrorCode&&(d=window.dialogAPIErrorCode),r(d)}}else r(12003)}else r(12007)},p.prototype.messageParent=function(e){var t={dialogMessage:{messageType:0,messageContent:e[f.ParameterNames.MessageToParent]}};window.opener.postMessage(JSON.stringify(t),window.location.origin)},p.prototype.closeDialog=function(e,t,n,o){p.popup?(p.interval&&window.clearInterval(p.interval),p.popup.close(),p.popup=null,window.removeEventListener("message",p.DialogEventListener),p.NotifyError=null,o(0)):o(5001)},p);function p(){return null!==e&&e.apply(this,arguments)||this}f.MacRichClientHostController=t}(OSF=OSF||{}),function(e){var t,n,o;((n=e._Internal||(e._Internal={})).PromiseImpl||(n.PromiseImpl={})).Init=function(){return function(){"use strict";function l(e){return"function"==typeof e}var n,a=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},o=0,s=function(e,t){d[o]=e,d[o+1]=t,2===(o+=2)&&(n?n(f):r())};var e="undefined"!=typeof process&&"[object process]"==={}.toString.call(process),t="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;var r,i,c,u,d=new Array(1e3);function f(){for(var e=0;e<o;e+=2){(0,d[e])(d[e+1]),d[e]=void 0,d[e+1]=void 0}o=0}function p(){}r=e?(c=process.nextTick,u=process.versions.node.match(/^(?:(\d+)\.)?(?:(\d+)\.)?(\*|\d+)$/),Array.isArray(u)&&"0"===u[1]&&"10"===u[2]&&(c=setImmediate),function(){c(f)}):t?((i=new MessageChannel).port1.onmessage=f,function(){i.port2.postMessage(0)}):function(){setTimeout(f,1)};var m=void 0,g=1,h=2,v=new T;function y(e,o,r){s(function(t){var n=!1,e=function(e,t,n,o){try{e.call(t,n,o)}catch(e){return e}}(r,o,function(e){n||(n=!0,(o!==e?C:_)(t,e))},function(e){n||(n=!0,A(t,e))},t._label);!n&&e&&(n=!0,A(t,e))},e)}function b(e,t){if(t.constructor===e.constructor)o=e,(r=t)._state===g?_(o,r._result):r._state===h?A(o,r._result):S(r,void 0,function(e){C(o,e)},function(e){A(o,e)});else{var n=function(e){try{return e.then}catch(e){return v.error=e,v}}(t);n===v?A(e,v.error):void 0!==n&&l(n)?y(e,t,n):_(e,t)}var o,r}function C(e,t){var n;e===t?A(e,new TypeError("You cannot resolve a promise with itself")):("function"==typeof(n=t)||"object"==typeof n&&null!==n?b:_)(e,t)}function O(e){e._onerror&&e._onerror(e._result),P(e)}function _(e,t){e._state===m&&(e._result=t,e._state=g,0!==e._subscribers.length&&s(P,e))}function A(e,t){e._state===m&&(e._state=h,e._result=t,s(O,e))}function S(e,t,n,o){var r=e._subscribers,i=r.length;e._onerror=null,r[i]=t,r[i+g]=n,r[i+h]=o,0===i&&e._state&&s(P,e)}function P(e){var t=e._subscribers,n=e._state;if(0!==t.length){for(var o,r,i=e._result,a=0;a<t.length;a+=3)o=t[a],r=t[a+n],o?D(n,o,r,i):r(i);e._subscribers.length=0}}function T(){this.error=null}var E=new T;function D(e,t,n,o){var r,i,a,s,c=l(n);if(c){if((r=function(e,t){try{return e(t)}catch(e){return E.error=e,E}}(n,o))===E?(s=!0,i=r.error,r=null):a=!0,t===r)return void A(t,new TypeError("A promises callback cannot return that same promise."))}else r=o,a=!0;t._state!==m||(c&&a?C(t,r):s?A(t,i):e===g?_(t,r):e===h&&A(t,r))}function w(e,t){var n=this;n._instanceConstructor=e,n.promise=new e(p),n._validateInput(t)?(n._input=t,n.length=t.length,n._remaining=t.length,n._init(),0===n.length?_(n.promise,n._result):(n.length=n.length||0,n._enumerate(),0===n._remaining&&_(n.promise,n._result))):A(n.promise,n._validationError())}w.prototype._validateInput=function(e){return a(e)},w.prototype._validationError=function(){return new Error("Array Methods must be provided an Array")},w.prototype._init=function(){this._result=new Array(this.length)};var I=w;w.prototype._enumerate=function(){for(var e=this.length,t=this.promise,n=this._input,o=0;t._state===m&&o<e;o++)this._eachEntry(n[o],o)},w.prototype._eachEntry=function(e,t){var n,o=this,r=o._instanceConstructor;"object"==typeof(n=e)&&null!==n?e.constructor===r&&e._state!==m?(e._onerror=null,o._settledAt(e._state,t,e._result)):o._willSettleAt(r.resolve(e),t):(o._remaining--,o._result[t]=e)},w.prototype._settledAt=function(e,t,n){var o=this,r=o.promise;r._state===m&&(o._remaining--,e===h?A(r,n):o._result[t]=n),0===o._remaining&&_(r,o._result)},w.prototype._willSettleAt=function(e,t){var n=this;S(e,void 0,function(e){n._settledAt(g,t,e)},function(e){n._settledAt(h,t,e)})};function x(e){var t=new this(p);if(!a(e))return A(t,new TypeError("You must pass an array to race.")),t;var n=e.length;function o(e){C(t,e)}function r(e){A(t,e)}for(var i=0;t._state===m&&i<n;i++)S(this.resolve(e[i]),void 0,o,r);return t}function F(e){if(e&&"object"==typeof e&&e.constructor===this)return e;var t=new this(p);return C(t,e),t}function R(e){var t=new this(p);return A(t,e),t}var N=0;var k=M;function M(e){this._id=N++,this._state=void 0,this._result=void 0,this._subscribers=[],p!==e&&(l(e)||function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof M||function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}(),function(t,e){try{e(function(e){C(t,e)},function(e){A(t,e)})}catch(e){A(t,e)}}(this,e))}return M.all=function(e){return new I(this,e).promise},M.race=x,M.resolve=F,M.reject=R,M._setScheduler=function(e){n=e},M._setAsap=function(e){s=e},M._asap=s,M.prototype={constructor:M,then:function(e,t){var n=this._state;if(n===g&&!e||n===h&&!t)return this;var o=new this.constructor(p),r=this._result;if(n){var i=arguments[n-1];s(function(){D(n,o,i,r)})}else S(this,o,e,t);return o},catch:function(e){return this.then(null,e)}},k}.call(this)},(o=t=e._Internal||(e._Internal={})).OfficePromise=function(){if("undefined"==typeof window&&"function"==typeof Promise)return Promise;if("undefined"!=typeof window){if(window.Promise)return window.Promise;var e=o.PromiseImpl.Init();return window.Promise=e}}(),e.OfficePromise=t.OfficePromise,e.Promise=e.OfficePromise}(Office=Office||{}),function(y){!function(i){var a,s=y.OUtil.Guid.generateNewGuid(),c=new RegExp("^https?://store\\.office(ppe|-int)?\\.com/","i"),l=!1,u="PRIVATE";i.enableTelemetry=!0;var d=function(){};i.AppInfo=d;var f=(e.prototype.getClientId=function(){var e=this.getValue(this.clientIDKey);return(!e||e.length<=0||40<e.length)&&(e=y.OUtil.Guid.generateNewGuid(),this.setValue(this.clientIDKey,e)),e},e.prototype.getValue=function(e){var t=y.OUtil.getLocalStorage(),n="";return t&&(n=t.getItem(e)),n},e.prototype.setValue=function(e,t){var n=y.OUtil.getLocalStorage();n&&n.setItem(e,t)},e);function e(){this.clientIDKey="Office API client",this.logIdSetKey="Office App Log Id Set"}function p(e){return(e=e&&e.replace(/[{}]/g,"").toLowerCase())||""}function m(t){try{return JSON.parse(t)}catch(e){return t}}function t(){a&&(l||OTel.OTelLogger.onTelemetryLoaded(function(){var e=[],t=a.isMos?1:0;e=e.concat([oteljs.makeStringDataField("Browser",a.browser),oteljs.makeInt64DataField("AppSizeWidth",window.innerWidth),oteljs.makeInt64DataField("AppSizeHeight",window.innerHeight),oteljs.makeInt64DataField("IsMOS",t)]),y.OUtil.isChangeGateEnabled("Microsoft.Office.SharedOnline.ChangeGate.OfficeVSO_10045620_CopilotAgentTelSettings")&&a.launchSource&&a.launchReason&&(e.push(oteljs.makeStringDataField("LaunchSource",a.launchSource)),e.push(oteljs.makeStringDataField("LaunchReason",a.launchReason))),Microsoft.Office.WebExtension.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.AppActivatedX",dataFields:e,eventFlags:{dataCategories:2,diagnosticLevel:110,samplingPolicy:191}})}))}function n(e,t){}function g(){var e=0!=(y._OfficeAppFactory.getHostInfo().flags&y.HostInfoFlags.PublicAddin);return e||!!a&&o(y._OfficeAppFactory.getHostInfo().hostPlatform,a.hostVersion)}function h(e,t){return g()||t!==e?t:u}function o(e,t){var n=!1,o=/^(\d+)\.(\d+)\.(\d+)\.(\d+)$/.exec(t);if(o){var r=parseInt(o[1]),i=parseInt(o[2]),a=parseInt(o[3]);e==y.HostInfoPlatform.win32?(r<16||16==r&&a<14225)&&(n=!0):e==y.HostInfoPlatform.mac&&(r<16||16==r&&(i<52||52==i&&a<808))&&(n=!0)}return n}function v(){return 0!=(y._OfficeAppFactory.getHostInfo().flags&y.HostInfoFlags.IsMos)}i.initialize=function(e){if(i.enableTelemetry&&!a){a=new d,e.get_hostFullVersion()?a.hostVersion=e.get_hostFullVersion():a.hostVersion=e.get_appVersion(),a.appId=g()?e.get_id():u,a.marketplaceType=e._marketplaceType,a.host=""+e.get_appName(),a.browser=window.navigator.userAgent,a.correlationId=p(e.get_correlationId()),a.clientId=(new f).getClientId(),a.appInstanceId=e.get_appInstanceId(),a.appInstanceId&&(a.appInstanceId=p(a.appInstanceId),a.appInstanceId=h(e.get_id(),a.appInstanceId)),a.message=e.get_hostCustomMessage(),a.officeJSVersion=y.ConstantNames.FileVersion,a.hostJSVersion="NA",e._wacHostEnvironment&&(a.wacHostEnvironment=e._wacHostEnvironment);var t=e.get_isFromWacAutomation();null!=t&&(a.isFromWacAutomation=t.toString().toLowerCase());var n=e.get_docUrl();a.docUrl=c.test(n)?n:"";var o=location.href;if(o&&(a.isPreload=-1!==o.indexOf("preload=1"),o=o.split("?")[0].split("#")[0]),a.isMos=v(),y.OUtil.isChangeGateEnabled("Microsoft.Office.SharedOnline.ChangeGate.OfficeVSO_10045620_CopilotAgentTelSettings")){var r=e.get_settingsFunc()();r&&r.LaunchSource&&r.LaunchReason&&(a.launchSource=m(r.LaunchSource),a.launchReason=m(r.LaunchReason))}!function(e,t){t.assetId="",t.userId="";try{if(!y.Utility.isNullOrEmpty(e)){var n=decodeURIComponent(e),o=new DOMParser,r=void 0;if(y.LoadScriptHelper.trustedTypesOptIn()&&window.trustedTypes&&window.trustedTypes.createPolicy)r=window.trustedTypes.createPolicy("officejs-domparser",{createHTML:function(e){return e}}).createHTML(n);else r=n;var i=o.parseFromString(r,"text/xml"),a=i.getElementsByTagName("t")[0].attributes.getNamedItem("cid"),s=i.getElementsByTagName("t")[0].attributes.getNamedItem("oid");a&&a.nodeValue?t.userId=a.nodeValue:s&&s.nodeValue&&(t.userId=s.nodeValue),t.assetId=i.getElementsByTagName("t")[0].attributes.getNamedItem("aid").nodeValue}}catch(e){}}(e.get_eToken(),a),a.sessionId=s,OTel.OTelLogger.initialize(a),a.isPreload?(l=!0,function(){try{Microsoft.Office.WebExtension.onReadyInternal().then(function(){var t=Office,n=OfficeCore;t.addin&&t.addin.onVisibilityModeChanged&&t.addin.onVisibilityModeChanged(function(e){e.visibilityMode===t.VisibilityMode.taskpane&&y.AppTelemetry.CallOnAppActivatedIfPending()}),t.addin&&t.addin._getState&&t.addin._getState().then(function(e){n.AppRuntimeState&&e===n.AppRuntimeState.visible&&y.AppTelemetry.CallOnAppActivatedIfPending()})})}catch(e){y.AppTelemetry&&y.AppTelemetry.logAppException("Exception happens at registerVisibilityEventOnPreload"+e)}}()):i.onAppActivated()}},i.onAppActivated=t,i.onScriptDone=function(e,t,n,o){},i.onCallDone=function(e,t,n,o,r){},i.onMethodDone=function(e,t,n,o){},i.onPropertyDone=function(e,t){y.AppTelemetry.onCallDone("property",-1,e,t,0)},i.onCheckWACHost=function(e,t,n,o,r){},i.onEventDone=function(e,t){y.AppTelemetry.onCallDone("event",e,null,0,t)},i.onRegisterDone=function(e,t,n,o){y.AppTelemetry.onCallDone(e?"registerevent":"unregisterevent",t,null,n,o)},i.onAppClosed=function(e,t){},i.setOsfControlAppCorrelationId=function(e){p(e)},i.doAppInitializationLogging=n,i.logAppCommonMessage=function(e){},i.logAppException=function(e){},i.CallOnAppActivatedIfPending=function(){l&&(l=!1,t())},i.canSendAddinId=g,i.getCompliantAppInstanceId=h,i._isComplianceExceptedHost=o,i.isMos=v}(y.AppTelemetry||(y.AppTelemetry={}))}(OSF=OSF||{}),function(i){var e=(n.loaded=function(){return!(void 0===n.logger)},n.create=function(e){var t,n={id:e.appId,marketplaceType:e.marketplaceType,assetId:e.assetId,officeJsVersion:e.officeJSVersion,hostJsVersion:e.hostJSVersion,browserToken:e.clientId,instanceId:e.appInstanceId,sessionId:e.sessionId},o=oteljs.Contracts.Office.System.SDX.getFields("SDX",n);if("web"===OSF._OfficeAppFactory.getHostInfo().hostPlatform)t=new i.SdxWacSink;else{if(!Office.context.requirements.isSetSupported("Telemetry","1.2"))return console.error("Cannot create telemetry sink successfully"),null;t=new i.RichApiSink,this.richApiSink=t}var r=new oteljs.SimpleTelemetryLogger(void 0,o);return r.addSink(t),r.setTenantToken("Office.Extensibility.OfficeJs","db334b301e7b474db5e0f02f07c51a47-a1b5bc36-1bbe-482f-a64a-c2d9cb606706-7439",1755),oteljs.onNotification().addListener(function(e){OSF.Utility.debugLog(e.message())}),r},n.checkAndResolvePromises=function(){n.loaded()&&(n.promises.forEach(function(e){e()}),n.promises=[])},n.initialize=function(e){n.Enabled?Office.onReadyInternal().then(function(){n.loaded()||(OSF.Utility.debugLog("Creating OTelLogger"),n.logger=n.create(e),n.checkAndResolvePromises())}):n.promises=[]},n.sendTelemetryEvent=function(e){n.onTelemetryLoaded(function(){try{n.logger.sendTelemetryEvent(e)}catch(e){console.error("Cannot send telemetry event: "+JSON.stringify(e))}})},n.sendNonStandardEvent=function(e,t){n.onTelemetryLoaded(function(){try{n.logger.sendNonStandardEvent(e,t)}catch(e){console.error("Cannot send telemetry event: "+JSON.stringify(e))}})},n.flushTelemetryQueue=function(){var t=this;return new Office.Promise(function(e){n.onTelemetryLoaded(function(){t.richApiSink?t.richApiSink.flushTelemetryQueue().then(function(){e()}):e()})})},n.onTelemetryLoaded=function(e){n.Enabled&&(n.loaded()?e():n.promises.push(e))},n.promises=[],n.Enabled=!0,n);function n(){}i.OTelLogger=e}(OTel=OTel||{}),function(e){var t=(n.prototype.sendTelemetryEvent=function(e){this._telemetryQueue.push([e,1]),this._requestIsPending||this.processWorkBacklog()},n.prototype.sendNonStandardEvent=function(e,t){this._telemetryQueue.push([e,t]),this._requestIsPending||this.processWorkBacklog()},n.prototype.flushTelemetryQueue=function(){var n=this;return new Office.Promise(function(e){var t=n._telemetryQueue;n._telemetryQueue=[],n.processTelemetryEvents(t).then(function(){e()})})},n.prototype.processWorkBacklog=function(){var t=this;this._requestIsPending=!0;var e=this._telemetryQueue;this._telemetryQueue=[],this.processTelemetryEvents(e).then(this.waitAndProcessMore.bind(this)).catch(function(e){oteljs.logError(1,"RichApiSink Error",e),t.waitAndProcessMore.bind(t)()})},n.prototype.waitAndProcessMore=function(){var e=this;this.pause(1e3).then(function(){0<e._telemetryQueue.length&&setTimeout(function(){return e.processWorkBacklog()},0),e._requestIsPending=!1}).catch(function(){})},n.prototype.processTelemetryEvents=function(e){var i=this,a=new OfficeCore.RequestContext;return e.forEach(function(e){var t=e[0],n=e[1];if(t.telemetryProperties){var o=[];i.addDataFields(o,t.dataFields);var r=t.eventContract?t.eventContract.name:"";t.eventContract&&i.addDataFields(o,t.eventContract.dataFields),1===n?a.telemetry.sendTelemetryEvent(t.telemetryProperties,t.eventName,r,oteljs.getEffectiveEventFlags(t),o):a.telemetry.sendNonStandardEvent(t.telemetryProperties,t.eventName,r,oteljs.getEffectiveEventFlags(t),o,n)}}),a.sync().catch(function(){oteljs.logNotification(2,1,function(){return"RichApi telemetry call failed."})})},n.prototype.addDataFields=function(t,e){e&&e.forEach(function(e){t.push({name:e.name,value:e.value,classification:e.classification?e.classification:4,type:e.dataType})})},n.prototype.pause=function(t){return new Office.Promise(function(e){return setTimeout(e,t)})},n);function n(){var t=this;this._requestIsPending=!0,this._telemetryQueue=[],this.pause(1e3).then(function(){var e=t._telemetryQueue;t._telemetryQueue=[],t._requestIsPending=!1,t.processTelemetryEvents(e)})}e.RichApiSink=t}(OTel=OTel||{}),function(e){var t=(n.prototype.sendTelemetryEvent=function(e,t){try{if(e.dataFields&&0<e.dataFields.filter(function(e){var t=e.classification;return t&&4!==t&&1!==t}).length)return;var n=OSF._OfficeAppFactory.getId(),o=OSF.AgaveHostAction.SendTelemetryEvent;OSF.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[n,o,e])}catch(e){oteljs.logError(1,"AgaveWacSink",e)}},n.prototype.sendNonStandardEvent=function(e,t){try{if(1===t)throw new Error("Please call sendTelemetryEvent for events of type "+t);if(e.dataFields&&0<e.dataFields.filter(function(e){var t=e.classification;return t&&4!==t&&1!==t&&32!==t&&2048!==t}).length)return;var n=OSF._OfficeAppFactory.getId(),o=OSF.AgaveHostAction.SendNonStandardEvent;OSF.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[n,o,e])}catch(e){oteljs.logError(1,"AgaveWacSink",e)}},n);function n(){}e.SdxWacSink=t}(OTel=OTel||{}),function(){var t,e=[];function d(e,t,n){OTel.OTelLogger.onTelemetryLoaded(function(){Microsoft.Office.WebExtension.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.AddinSpecialPermissionRequest",dataFields:[oteljs.makeStringDataField("invocationId",e),oteljs.makeStringDataField("methodPath",t),oteljs.makeStringDataField("params",n)],eventFlags:{dataCategories:2,diagnosticLevel:110}})})}function f(e,t,n){OTel.OTelLogger.onTelemetryLoaded(function(){Microsoft.Office.WebExtension.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.AddinSpecialPermissionResponse",dataFields:[oteljs.makeStringDataField("invocationId",e),oteljs.makeBooleanDataField("isSuccessful",t),oteljs.makeStringDataField("error",n?JSON.stringify({name:n.name,code:n.code,message:n.message}):void 0)],eventFlags:{dataCategories:2,diagnosticLevel:110}})})}try{function n(r){var i=Navigator.prototype[r];i&&(Navigator.prototype[r]=function(e,t,n){if(3===arguments.length&&Function.prototype.isPrototypeOf(t)&&Function.prototype.isPrototypeOf(n)){var o=(p++).toString();return d(o,"Navigator.prototype."+r,JSON.stringify([{audio:!!e.audio,video:!!e.video}])),i.apply(this,[e,function(){return f(o,!0),t.apply(this,arguments)},function(){return f(o,!1,arguments[0]),n.apply(this,arguments)}])}return i.apply(this,arguments)},e.push("Navigator.prototype."+r))}for(var p=0,o=0,r=["getUserMedia","webkitGetUserMedia","mozGetUserMedia"];o<r.length;o++){n(r[o])}var i=MediaDevices.prototype.getUserMedia;i&&(MediaDevices.prototype.getUserMedia=function(e){var t=(p++).toString();return 1===arguments.length&&void 0!==e?(d(t,"MediaDevices.prototype.getUserMedia",JSON.stringify([{audio:!!e.audio,video:!!e.video}])),i.apply(this,arguments).then(function(){return f(t,!0),arguments[0]},function(){throw f(t,!1,arguments[0]),arguments[0]})):i.apply(this,arguments)},e.push("MediaDevices.prototype.getUserMedia"));function a(l){var u=Geolocation.prototype[l];u&&(Geolocation.prototype[l]=function(e,t,n){for(var o=[],r=3;r<arguments.length;r++)o[r-3]=arguments[r];var i=(p++).toString(),a=!1;d(i,"Geolocation.prototype."+l,JSON.stringify([]));var s=Function.prototype.isPrototypeOf(e)?function(){return a||(f(i,!0),a=!0),e.apply(this,arguments)}:e,c=Function.prototype.isPrototypeOf(t)?function(){return a||(f(i,!1,arguments[0]),a=!0),t.apply(this,arguments)}:t;return u.apply(this,[s,c,n].concat(o))},e.push("Geolocation.prototype."+l))}for(var s=0,c=["getCurrentPosition","watchPosition"];s<c.length;s++){a(c[s])}}catch(e){t=e.toString()}OTel.OTelLogger.onTelemetryLoaded(function(){Microsoft.Office.WebExtension.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.AddinSpecialPermissionHookInstall",dataFields:[oteljs.makeStringDataField("hooksInstalled",JSON.stringify(e)),oteljs.makeStringDataField("error",t)],eventFlags:{dataCategories:2,diagnosticLevel:110}})})}(Office=Office||{}),function(e){var t,n;t=e.Office||(e.Office={}),(n=t.WebExtension||(t.WebExtension={})).FeatureGates={},n.EventType=OSF.EventType,n.sendTelemetryEvent=function(e){OTel.OTelLogger.sendTelemetryEvent(e)},n.sendNonStandardEvent=function(e,t){OTel.OTelLogger.sendNonStandardEvent(e,t)},n.flushTelemetryQueue=function(){return OTel.OTelLogger.flushTelemetryQueue()},n.telemetrySink=OTel.OTelLogger}(Microsoft=Microsoft||{}),function(r){r.sendTelemetryEvent=function(e){Microsoft.Office.WebExtension.sendTelemetryEvent(e)},r.sendNonStandardEvent=function(e,t){Microsoft.Office.WebExtension.sendNonStandardEvent(e,t)},r.flushTelemetryQueue=function(){return Microsoft.Office.WebExtension.flushTelemetryQueue()},r.telemetrySink=Microsoft.Office.WebExtension.telemetrySink,r.isTrustedHost=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return e.trys.push([0,6,,7]),OSF._OfficeAppFactory.getHostInfo().hostPlatform===OSF.HostInfoPlatform.web?[3,2]:[4,r.onReady()];case 1:return e.sent(),[2,!0];case 2:return null!=(t=OSF._OfficeAppFactory.getWebAppState().clientEndPoint)&&t.fHostTrusted||null!=document.referrer&&(n=OSF.OUtil.parseUrl(document.referrer,!1),"https:"==n.protocol&&OSF.XdmCommunicationManager.isHostNameValidWacDomain(n.hostname)&&!new RegExp("^"+document.domain.replace(new RegExp("\\.","g"),"\\.")+"$").test(n.hostname))?[2,!0]:null==t?[3,4]:[4,OSF.Utility.promisify(function(e){t.invoke("ContextActivationManager_getAppContextAsync",e,OSF._OfficeAppFactory.getWebAppState().id)},1e4)];case 3:return e.sent(),[2,!0];case 4:return[2,!1];case 5:return[3,7];case 6:return o=e.sent(),OSF.AppTelemetry&&OSF.AppTelemetry.logAppException("Exception happens at Office.isTrustedHost."+o),[2,!1];case 7:return[2]}})})},Microsoft.Office.WebExtension.onReadyInternal=r.onReadyInternal}(Office=Office||{});var OfficeExtension;__extends=this&&this.__extends||function(){var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};return function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}}();!function(v){var a,e;(e=a=v.RemoteEndpointType||(v.RemoteEndpointType={})).graph="graph",e.wfe="wfe";var y=(t.prototype._resolveRequestUrlAndHeaderInfo=function(){return A._createPromiseFromResult(null)},t.prototype._createRequestExecutorOrNull=function(){return null},t.prototype.getEventRegistration=function(e){return null},t);function t(){}v.SessionBase=y;var s=(n.setCustomSendRequestFunc=function(e){n.s_customSendRequestFunc=e},n.xhrSendRequestFunc=function(r){return A.createPromise(function(t,e){var n=new XMLHttpRequest;if(n.open(r.method,r.url),n.onload=function(){var e={statusCode:n.status,headers:A._parseHttpResponseHeaders(n.getAllResponseHeaders()),body:n.responseText};t(e)},n.onerror=function(){e(new m.RuntimeError({code:g.connectionFailure,httpStatusCode:n.status,message:A._getResourceString(h.connectionFailureWithStatus,n.statusText)}))},r.headers)for(var o in r.headers)n.setRequestHeader(o,r.headers[o]);n.send(A._getRequestBodyText(r))})},n.fetchSendRequestFunc=function(e){var t=A._getRequestBodyText(e);return""===t&&(t=void 0),fetch(e.url,{method:e.method,headers:e.headers,body:t}).then(function(o){return o.text().then(function(e){var t=o.status,n={};return o.headers.forEach(function(e,t){n[t]=e}),{statusCode:t,headers:n,body:e}})})},n.sendRequest=function(e){n.validateAndNormalizeRequest(e);var t=n.s_customSendRequestFunc;return(t=t||("undefined"!=typeof fetch?n.fetchSendRequestFunc:n.xhrSendRequestFunc))(e)},n.setCustomSendLocalDocumentRequestFunc=function(e){n.s_customSendLocalDocumentRequestFunc=e},n.sendLocalDocumentRequest=function(e){return n.validateAndNormalizeRequest(e),(n.s_customSendLocalDocumentRequestFunc||n.officeJsSendLocalDocumentRequestFunc)(e)},n.officeJsSendLocalDocumentRequestFunc=function(e){e=A._validateLocalDocumentRequest(e);var t=A._buildRequestMessageSafeArray(e);return A.createPromise(function(n,e){OSF.DDA.RichApi.executeRichApiRequestAsync(t,function(e){var t;t="succeeded"==e.status?{statusCode:O.getResponseStatusCode(e),headers:O.getResponseHeaders(e),body:O.getResponseBody(e)}:O.buildHttpResponseFromOfficeJsError(e.error.code,e.error.message),A.log("Response:"),A.log(JSON.stringify(t)),n(t)})})},n.validateAndNormalizeRequest=function(e){if(A.isNullOrUndefined(e))throw m.RuntimeError._createInvalidArgError({argumentName:"request"});A.isNullOrEmptyString(e.method)&&(e.method="GET"),e.method=e.method.toUpperCase();var t=!1;if("object"==typeof e.headers&&e.headers[p.testRequestNameHeader]&&(t=!0),!t){var n=P._getCurrentTestNameWithSequenceId();n&&(e.headers||(e.headers={}),e.headers[p.testRequestNameHeader]=n)}},n.logRequest=function(e){if(A._logEnabled){if(A.log("---HTTP Request---"),A.log(e.method+" "+e.url),e.headers)for(var t in e.headers)A.log(t+": "+e.headers[t]);n._logBodyEnabled&&A.log(A._getRequestBodyText(e))}},n.logResponse=function(e){if(A._logEnabled){if(A.log("---HTTP Response---"),A.log(""+e.statusCode),e.headers)for(var t in e.headers)A.log(t+": "+e.headers[t]);n._logBodyEnabled&&A.log(e.body)}},n._logBodyEnabled=!1,n);function n(){}v.HttpUtility=s;var m,o,r,i,c=(l.init=function(e){if("object"==typeof e&&e){var a=new l(e);l.s_instance=a,s.setCustomSendLocalDocumentRequestFunc(function(e){e=A._validateLocalDocumentRequest(e);var t=0;A.isReadonlyRestRequest(e.method)||(t=1);var n=e.url.indexOf("?");if(0<=n){var o=e.url.substr(n+1),r=A._parseRequestFlagsAndCustomDataFromQueryStringIfAny(o);0<=r.flags&&(t=r.flags)}"string"==typeof e.body&&(e.body=JSON.parse(e.body));var i={id:l.nextId(),type:1,flags:t,message:e};return a.sendMessageToHostAndExpectResponse(i).then(function(e){return e.message})});for(var t=0;t<l.s_onInitedHandlers.length;t++)l.s_onInitedHandlers[t](a)}},Object.defineProperty(l,"instance",{get:function(){return l.s_instance},enumerable:!0,configurable:!0}),l.prototype.sendMessageToHost=function(e){this.m_bridge.sendMessageToHost(JSON.stringify(e))},l.prototype.sendMessageToHostAndExpectResponse=function(n){var o=this,e=A.createPromise(function(e,t){o.m_promiseResolver[n.id]=e});return this.m_bridge.sendMessageToHost(JSON.stringify(n)),e},l.prototype.addHostMessageHandler=function(e){this.m_handlers.push(e)},l.prototype.removeHostMessageHandler=function(e){var t=this.m_handlers.indexOf(e);0<=t&&this.m_handlers.splice(t,1)},l.onInited=function(e){l.s_onInitedHandlers.push(e),l.s_instance&&e(l.s_instance)},l.prototype.dispatchMessage=function(e){if("number"==typeof e.id){var t=this.m_promiseResolver[e.id];if(t)return t(e),void delete this.m_promiseResolver[e.id]}for(var n=0;n<this.m_handlers.length;n++)this.m_handlers[n](e)},l.nextId=function(){return l.s_nextId++},l.s_onInitedHandlers=[],l.s_nextId=1,l);function l(e){var a=this;this.m_bridge=e,this.m_promiseResolver={},this.m_handlers=[],this.m_bridge.onMessageFromHost=function(e){var t=JSON.parse(e);if(3==t.type){var n=t.message;if(n&&n.entries)for(var o=0;o<n.entries.length;o++){var r=n.entries[o];if(Array.isArray(r)){var i={messageCategory:r[0],messageType:r[1],targetId:r[2],message:r[3],id:r[4]};n.entries[o]=i}}}a.dispatchMessage(t)}}function u(e){var t=r.call(this,"string"==typeof e?e:e.message)||this;if(Object.setPrototypeOf(t,u.prototype),t.name="RichApi.Error","string"==typeof e?t.message=e:(t.code=e.code,t.message=e.message,t.traceMessages=e.traceMessages||[],t.innerError=e.innerError||null,t.debugInfo=t._createDebugInfo(e.debugInfo||{}),t.httpStatusCode=e.httpStatusCode,t.data=e.data),A.isNullOrUndefined(t.httpStatusCode)||200===t.httpStatusCode){var n={};n[g.accessDenied]=401,n[g.connectionFailure]=500,n[g.generalException]=500,n[g.invalidArgument]=400,n[g.invalidObjectPath]=400,n[g.invalidOrTimedOutSession]=408,n[g.invalidRequestContext]=400,n[g.timeout]=408,n[g.valueNotLoaded]=400,t.httpStatusCode=n[t.code]}return A.isNullOrUndefined(t.httpStatusCode)&&(t.httpStatusCode=500),t}v.HostBridge=c,"object"==typeof _richApiNativeBridge&&_richApiNativeBridge&&c.init(_richApiNativeBridge),o=m=v._Internal||(v._Internal={}),r=Error,__extends(u,r),u.prototype.toString=function(){return this.code+": "+this.message},u.prototype._createDebugInfo=function(e){var t={code:this.code,message:this.message,toString:function(){return JSON.stringify(this)}};for(var n in e)t[n]=e[n];return this.innerError&&(this.innerError instanceof o.RuntimeError?t.innerError=this.innerError.debugInfo:t.innerError=this.innerError),t},u._createInvalidArgError=function(e){return new o.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A.isNullOrEmptyString(e.argumentName)?A._getResourceString(h.invalidArgumentGeneric):A._getResourceString(h.invalidArgument,e.argumentName),debugInfo:e.errorLocation?{errorLocation:e.errorLocation}:{},innerError:e.innerError})},i=u,o.RuntimeError=i,v.Error=m.RuntimeError;var g=(d.apiNotFound="ApiNotFound",d.accessDenied="AccessDenied",d.generalException="GeneralException",d.activityLimitReached="ActivityLimitReached",d.invalidArgument="InvalidArgument",d.connectionFailure="ConnectionFailure",d.timeout="Timeout",d.invalidOrTimedOutSession="InvalidOrTimedOutSession",d.invalidObjectPath="InvalidObjectPath",d.invalidRequestContext="InvalidRequestContext",d.valueNotLoaded="ValueNotLoaded",d.requestPayloadSizeLimitExceeded="RequestPayloadSizeLimitExceeded",d.responsePayloadSizeLimitExceeded="ResponsePayloadSizeLimitExceeded",d.writeNotSupportedWhenModalDialogOpen="WriteNotSupportedWhenModalDialogOpen",d.undoNotSupported="UndoNotSupported",d);function d(){}v.CoreErrorCodes=g;var h=(f.apiNotFoundDetails="ApiNotFoundDetails",f.connectionFailureWithStatus="ConnectionFailureWithStatus",f.connectionFailureWithDetails="ConnectionFailureWithDetails",f.invalidArgument="InvalidArgument",f.invalidArgumentGeneric="InvalidArgumentGeneric",f.timeout="Timeout",f.invalidOrTimedOutSessionMessage="InvalidOrTimedOutSessionMessage",f.invalidSheetName="InvalidSheetName",f.invalidObjectPath="InvalidObjectPath",f.invalidRequestContext="InvalidRequestContext",f.valueNotLoaded="ValueNotLoaded",f);function f(){}v.CoreResourceStrings=h;var p=(b.flags="flags",b.sourceLibHeader="SdkVersion",b.processQuery="ProcessQuery",b.localDocument="http://document.localhost/",b.localDocumentApiPrefix="http://document.localhost/_api/",b.customData="customdata",b.testRequestNameHeader="x-test-request-name",b);function b(){}v.CoreConstants=p;var C,O=(_.buildMessageArrayForIRequestExecutor=function(e,t,n,o,r){var i=JSON.stringify(n.Body);A.log("Request:"),A.log(i);var a={};return A._copyHeaders(n.Headers,a),a[p.sourceLibHeader]=o,_.buildRequestMessageSafeArray(e,t,"POST",p.processQuery,a,i,r)},_.buildResponseOnSuccess=function(e,t){var n={HttpStatusCode:200,ErrorCode:"",ErrorMessage:"",Headers:null,Body:null};return n.Body=JSON.parse(e),n.Headers=t,n},_.buildResponseOnError=function(e,t){var n={HttpStatusCode:500,ErrorCode:"",ErrorMessage:"",Headers:null,Body:null};return n.ErrorCode=g.generalException,n.ErrorMessage=t,e==_.OfficeJsErrorCode_ooeNoCapability?(n.ErrorCode=g.accessDenied,n.HttpStatusCode=401):e==_.OfficeJsErrorCode_ooeActivityLimitReached?(n.ErrorCode=g.activityLimitReached,n.HttpStatusCode=429):e==_.OfficeJsErrorCode_ooeInvalidOrTimedOutSession?(n.ErrorCode=g.invalidOrTimedOutSession,n.HttpStatusCode=408,n.ErrorMessage=A._getResourceString(h.invalidOrTimedOutSessionMessage)):e==_.OfficeJsErrorCode_ooeRequestPayloadSizeLimitExceeded?(n.ErrorCode=g.requestPayloadSizeLimitExceeded,n.HttpStatusCode=400):e==_.OfficeJsErrorCode_ooeResponsePayloadSizeLimitExceeded?(n.ErrorCode=g.responsePayloadSizeLimitExceeded,n.HttpStatusCode=400):e==_.OfficeJsErrorCode_ooeWriteNotSupportedWhenModalDialogOpen?(n.ErrorCode=g.writeNotSupportedWhenModalDialogOpen,n.HttpStatusCode=400):e==_.OfficeJsErrorCode_ooeInvalidSheetName?(n.ErrorCode=g.invalidRequestContext,n.HttpStatusCode=400,n.ErrorMessage=A._getResourceString(h.invalidSheetName)):e==_.OfficeJsErrorCode_ooeUndoNotSupported&&(n.ErrorCode=g.undoNotSupported,n.HttpStatusCode=400),n},_.buildHttpResponseFromOfficeJsError=function(e,t){var n=500,o={error:{}};return o.error.code=g.generalException,o.error.message=t,e===_.OfficeJsErrorCode_ooeNoCapability?(n=403,o.error.code=g.accessDenied):e===_.OfficeJsErrorCode_ooeActivityLimitReached&&(n=429,o.error.code=g.activityLimitReached),{statusCode:n,headers:{},body:JSON.stringify(o)}},_.buildRequestMessageSafeArray=function(e,t,n,o,r,i,a){var s=[];if(r)for(var c in r)s.push(c),s.push(r[c]);return[e,n,o,s,i,0,t,"","","","","",""].concat(a?["",a]:[])},_.getResponseBody=function(e){return _.getResponseBodyFromSafeArray(e.value.data)},_.getResponseHeaders=function(e){return _.getResponseHeadersFromSafeArray(e.value.data)},_.getResponseBodyFromSafeArray=function(e){var t=e[2];return"string"==typeof t?t:t.join("")},_.getResponseHeadersFromSafeArray=function(e){var t=e[1];if(!t)return null;for(var n={},o=0;o<t.length-1;o+=2)n[t[o]]=t[o+1];return n},_.getResponseStatusCode=function(e){return _.getResponseStatusCodeFromSafeArray(e.value.data)},_.getResponseStatusCodeFromSafeArray=function(e){return e[0]},_.OfficeJsErrorCode_ooeInvalidOrTimedOutSession=5012,_.OfficeJsErrorCode_ooeActivityLimitReached=5102,_.OfficeJsErrorCode_ooeNoCapability=7e3,_.OfficeJsErrorCode_ooeRequestPayloadSizeLimitExceeded=5103,_.OfficeJsErrorCode_ooeResponsePayloadSizeLimitExceeded=5104,_.OfficeJsErrorCode_ooeWriteNotSupportedWhenModalDialogOpen=5016,_.OfficeJsErrorCode_ooeInvalidSheetName=1014,_.OfficeJsErrorCode_ooeUndoNotSupported=5017,_);function _(){}v.RichApiMessageUtility=O,(C=m=v._Internal||(v._Internal={})).getPromiseType=function(){if("undefined"!=typeof Promise)return Promise;if(void 0!==Office&&Office.Promise)return Office.Promise;if(void 0!==OfficeExtension&&OfficeExtension.Promise)return OfficeExtension.Promise;throw new C.Error("No Promise implementation found")};var A=(S.log=function(e){S._logEnabled&&"undefined"!=typeof console&&console.log&&console.log(e)},S.checkArgumentNull=function(e,t){if(S.isNullOrUndefined(e))throw m.RuntimeError._createInvalidArgError({argumentName:t})},S.isNullOrUndefined=function(e){return null==e},S.isUndefined=function(e){return void 0===e},S.isNullOrEmptyString=function(e){return null==e||0==e.length},S.isPlainJsonObject=function(e){if(S.isNullOrUndefined(e))return!1;if("object"!=typeof e)return!1;if("[object Object]"!==Object.prototype.toString.apply(e))return!1;if(e.constructor&&!Object.prototype.hasOwnProperty.call(e,"constructor")&&!Object.prototype.hasOwnProperty.call(e.constructor.prototype,"hasOwnProperty"))return!1;for(var t in e)if(!Object.prototype.hasOwnProperty.call(e,t))return!1;return!0},S.trim=function(e){return e.replace(new RegExp("^\\s+|\\s+$","g"),"")},S.caseInsensitiveCompareString=function(e,t){return S.isNullOrUndefined(e)?S.isNullOrUndefined(t):!S.isNullOrUndefined(t)&&e.toUpperCase()==t.toUpperCase()},S.isReadonlyRestRequest=function(e){return S.caseInsensitiveCompareString(e,"GET")},S._getResourceString=function(e,t){var n;if("undefined"!=typeof window&&window.Strings&&window.Strings.OfficeOM){var o="L_"+e,r=window.Strings.OfficeOM[o];r&&(n=r)}return n=(n=n||S.s_resourceStringValues[e])||e,S.isNullOrUndefined(t)||(n=Array.isArray(t)?S._formatString(n,t):n.replace("{0}",t)),n},S._formatString=function(e,n){return e.replace(/\{\d\}/g,function(e){var t=parseInt(e.substr(1,e.length-2));if(t<n.length)return n[t];throw m.RuntimeError._createInvalidArgError({argumentName:"format"})})},Object.defineProperty(S,"Promise",{get:function(){return m.getPromiseType()},enumerable:!0,configurable:!0}),S.createPromise=function(e){return new S.Promise(e)},S._createPromiseFromResult=function(n){return S.createPromise(function(e,t){e(n)})},S._createPromiseFromException=function(n){return S.createPromise(function(e,t){t(n)})},S._createTimeoutPromise=function(n){return S.createPromise(function(e,t){setTimeout(function(){e(null)},n)})},S._createInvalidArgError=function(e){return m.RuntimeError._createInvalidArgError(e)},S._isLocalDocumentUrl=function(e){return 0<S._getLocalDocumentUrlPrefixLength(e)},S._getLocalDocumentUrlPrefixLength=function(e){for(var t=["http://document.localhost","https://document.localhost","//document.localhost"],n=e.toLowerCase().trim(),o=0;o<t.length;o++){if(n===t[o])return t[o].length;if(n.substr(0,t[o].length+1)===t[o]+"/")return t[o].length+1}return 0},S._validateLocalDocumentRequest=function(e){var t=S._getLocalDocumentUrlPrefixLength(e.url);if(t<=0)throw m.RuntimeError._createInvalidArgError({argumentName:"request"});var n=e.url.substr(t),o=n.toLowerCase();return"_api"===o?n="":"_api/"===o.substr(0,"_api/".length)&&(n=n.substr("_api/".length)),{method:e.method,url:n,headers:e.headers,body:e.body}},S._parseRequestFlagsAndCustomDataFromQueryStringIfAny=function(e){for(var t={flags:-1,customData:""},n=e.split("&"),o=0;o<n.length;o++){var r=n[o].split("=");if(r[0].toLowerCase()===p.flags){var i=parseInt(r[1]);i&=65535,t.flags=i}else r[0].toLowerCase()===p.customData&&(t.customData=decodeURIComponent(r[1]))}return t},S._getRequestBodyText=function(e){var t="";return"string"==typeof e.body?t=e.body:e.body&&"object"==typeof e.body&&(t=JSON.stringify(e.body)),t},S._parseResponseBody=function(e){if("string"!=typeof e.body)return e.body;var t=S.trim(e.body);return JSON.parse(t)},S._buildRequestMessageSafeArray=function(e){var t=0;S.isReadonlyRestRequest(e.method)||(t=1);var n="";if(e.url.substr(0,p.processQuery.length).toLowerCase()===p.processQuery.toLowerCase()){var o=e.url.indexOf("?");if(0<o){var r=e.url.substr(o+1),i=S._parseRequestFlagsAndCustomDataFromQueryStringIfAny(r);0<=i.flags&&(t=i.flags),n=i.customData}}return O.buildRequestMessageSafeArray(n,t,e.method,e.url,e.headers,S._getRequestBodyText(e))},S._parseHttpResponseHeaders=function(e){var t={};if(!S.isNullOrEmptyString(e))for(var n=new RegExp("\r?\n"),o=e.split(n),r=0;r<o.length;r++){var i=o[r];if(null!=i){var a=i.indexOf(":");if(0<a){var s=i.substr(0,a),c=i.substr(a+1);s=S.trim(s),c=S.trim(c),t[s.toUpperCase()]=c}}}return t},S._parseErrorResponse=function(e){var t=S._parseErrorResponseBody(e),n=e.statusCode.toString();if(S.isNullOrUndefined(t)||"object"!=typeof t||!t.error)return S._createDefaultErrorResponse(n);var o=t.error,r=o.innerError;return r&&r.code?S._createErrorResponse(r.code,n,r.message):o.code?S._createErrorResponse(o.code,n,o.message):S._createDefaultErrorResponse(n)},S._parseErrorResponseBody=function(e){if(S.isPlainJsonObject(e.body))return e.body;if(!S.isNullOrEmptyString(e.body)){var t=S.trim(e.body);try{return JSON.parse(t)}catch(e){S.log("Error when parse "+t)}}},S._createDefaultErrorResponse=function(e){return{errorCode:g.connectionFailure,errorMessage:S._getResourceString(h.connectionFailureWithStatus,e)}},S._createErrorResponse=function(e,t,n){return{errorCode:e,errorMessage:S._getResourceString(h.connectionFailureWithDetails,[t,e,n])}},S._copyHeaders=function(e,t){if(e&&t)for(var n in e)t[n]=e[n]},S.addResourceStringValues=function(e){for(var t in e)S.s_resourceStringValues[t]=e[t]},S._logEnabled=!1,S.s_resourceStringValues={ApiNotFoundDetails:"The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.",ConnectionFailureWithStatus:"The request failed with status code of {0}.",ConnectionFailureWithDetails:"The request failed with status code of {0}, error code {1} and the following error message: {2}",InvalidArgument:"The argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.",InvalidObjectPath:'The object path \'{0}\' isn\'t working for what you\'re trying to do. If you\'re using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object\'s lifetime.',InvalidRequestContext:"Cannot use the object across different request contexts.",Timeout:"The operation has timed out.",ValueNotLoaded:'The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.'},S);function S(){}v.CoreUtility=A;var P=(T.setMock=function(e){T.s_isMock=e},T.isMock=function(){return T.s_isMock},T._setCurrentTestName=function(e){T.s_currentTestName=e,T.s_currentTestSequenceId=0},T._getCurrentTestNameWithSequenceId=function(){return T.s_currentTestName?T.s_currentTestName+"."+ ++T.s_currentTestSequenceId:null},T);function T(){}v.TestUtility=P,v._internalConfig={showDisposeInfoInDebugInfo:!1,showInternalApiInDebugInfo:!1,enableEarlyDispose:!0,alwaysPolyfillClientObjectUpdateMethod:!1,alwaysPolyfillClientObjectRetrieveMethod:!1,enableConcurrentFlag:!0,enableUndoableFlag:!0,appendTypeNameToObjectPathInfo:!1,enablePreviewExecution:!1},v.config={extendedErrorLogging:!1};var E=(D.createSetPropertyAction=function(e,t,n,o,r){$.validateObjectPath(t);var i={Id:e._nextId(),ActionType:4,Name:n,ObjectPathId:t._objectPath.objectPathInfo.Id,ArgumentInfo:{}},a=[o],s=$.setMethodArguments(e,i.ArgumentInfo,a);$.validateReferencedObjectPaths(s);var c=new x(i,0,r);if(c.referencedObjectPath=t._objectPath,c.referencedArgumentObjectPaths=s,v._internalConfig.enablePreviewExecution&&0!=(16&r)){var l={Id:e._nextId(),ActionType:4,Name:n,ObjectId:"",ObjectType:"",Arguments:[o]};t._addPreviewExecutionAction(l)}return t._addAction(c)},D.createQueryAction=function(e,t,n,o){$.validateObjectPath(t);var r={Id:e._nextId(),ActionType:2,Name:"",ObjectPathId:t._objectPath.objectPathInfo.Id,QueryInfo:n},i=new x(r,1,4);return i.referencedObjectPath=t._objectPath,t._addAction(i,o)},D.createQueryAsJsonAction=function(e,t,n,o){$.validateObjectPath(t);var r={Id:e._nextId(),ActionType:7,Name:"",ObjectPathId:t._objectPath.objectPathInfo.Id,QueryInfo:n},i=new x(r,1,4);return i.referencedObjectPath=t._objectPath,t._addAction(i,o)},D.createUpdateAction=function(e,t,n){$.validateObjectPath(t);var o={Id:e._nextId(),ActionType:9,Name:"",ObjectPathId:t._objectPath.objectPathInfo.Id,ObjectState:n},r=new x(o,0,0);return r.referencedObjectPath=t._objectPath,t._addAction(r)},D);function D(){}v.CommonActionFactory=E;var w=(Object.defineProperty(I.prototype,"_objectPath",{get:function(){return this.m_objectPath},enumerable:!0,configurable:!0}),Object.defineProperty(I.prototype,"_context",{get:function(){return this.m_contextBase},enumerable:!0,configurable:!0}),I.prototype._addAction=function(n,o){var r=this;return void 0===o&&(o=null),A.createPromise(function(e,t){r._context._addServiceApiAction(n,o,e,t)})},I.prototype._addPreviewExecutionAction=function(e){},I.prototype._retrieve=function(e,t){var n=v._internalConfig.alwaysPolyfillClientObjectRetrieveMethod;n=n||!$.isSetSupported("RichApiRuntime","1.1");var o=k._parseQueryOption(e);return n?E.createQueryAction(this._context,this,o,t):E.createQueryAsJsonAction(this._context,this,o,t)},I.prototype._recursivelyUpdate=function(e){var t=v._internalConfig.alwaysPolyfillClientObjectUpdateMethod;t=t||!$.isSetSupported("RichApiRuntime","1.2");try{var n=this[K.scalarPropertyNames];n=n||[];var o=this[K.scalarPropertyUpdateable];if(!o){o=[];for(var r=0;r<n.length;r++)o.push(!1)}var i=this[K.navigationPropertyNames];i=i||[];var a={},s={},c=0;for(var l in e){var u=n.indexOf(l);if(0<=u){if(!o[u])throw new m.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A._getResourceString(ee.attemptingToSetReadOnlyProperty,l),debugInfo:{errorLocation:l}});a[l]=e[l],++c}else{if(!(0<=i.indexOf(l)))throw new m.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A._getResourceString(ee.propertyDoesNotExist,l),debugInfo:{errorLocation:l}});s[l]=e[l]}}if(0<c)if(t)for(r=0;r<n.length;r++){var d=a[l=n[r]];$.isUndefined(d)||E.createSetPropertyAction(this._context,this,l,d)}else E.createUpdateAction(this._context,this,a);for(var l in s){var f=this[l],p=s[l];f._recursivelyUpdate(p)}}catch(e){throw new m.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A._getResourceString(h.invalidArgument,"properties"),debugInfo:{errorLocation:this._className+".update"},innerError:e})}},I);function I(e,t){this.m_contextBase=e,this.m_objectPath=t}v.ClientObjectBase=w;var x=(Object.defineProperty(F.prototype,"actionInfo",{get:function(){return this.m_actionInfo},enumerable:!0,configurable:!0}),Object.defineProperty(F.prototype,"operationType",{get:function(){return this.m_operationType},enumerable:!0,configurable:!0}),Object.defineProperty(F.prototype,"flags",{get:function(){return this.m_flags},enumerable:!0,configurable:!0}),F);function F(e,t,n){this.m_actionInfo=e,this.m_operationType=t,this.m_flags=n}v.Action=x;var R=(Object.defineProperty(N.prototype,"id",{get:function(){var e=this.m_objectPathInfo.ArgumentInfo;if(e){var t=e.Arguments;if(t)return t[0]}},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"parent",{get:function(){var e=this.m_parentObjectPath;if(e)return e},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"parentId",{get:function(){return this.parent?this.parent.id:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"objectPathInfo",{get:function(){return this.m_objectPathInfo},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"operationType",{get:function(){return this.m_operationType},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"flags",{get:function(){return this.m_flags},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"isCollection",{get:function(){return this.m_isCollection},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"isInvalidAfterRequest",{get:function(){return this.m_isInvalidAfterRequest},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"parentObjectPath",{get:function(){return this.m_parentObjectPath},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"argumentObjectPaths",{get:function(){return this.m_argumentObjectPaths},set:function(e){this.m_argumentObjectPaths=e},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"isValid",{get:function(){return this.m_isValid},set:function(e){!(this.m_isValid=e)&&6===this.m_objectPathInfo.ObjectPathType&&this.m_savedObjectPathInfo&&(N.copyObjectPathInfo(this.m_savedObjectPathInfo.pathInfo,this.m_objectPathInfo),this.m_parentObjectPath=this.m_savedObjectPathInfo.parent,this.m_isValid=!0,this.m_savedObjectPathInfo=null)},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"originalObjectPathInfo",{get:function(){return this.m_originalObjectPathInfo},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"getByIdMethodName",{get:function(){return this.m_getByIdMethodName},set:function(e){this.m_getByIdMethodName=e},enumerable:!0,configurable:!0}),N.prototype._updateAsNullObject=function(){this.resetForUpdateUsingObjectData(),this.m_objectPathInfo.ObjectPathType=7,this.m_objectPathInfo.Name="",this.m_parentObjectPath=null},N.prototype.saveOriginalObjectPathInfo=function(){v.config.extendedErrorLogging&&!this.m_originalObjectPathInfo&&(this.m_originalObjectPathInfo={},N.copyObjectPathInfo(this.m_objectPathInfo,this.m_originalObjectPathInfo))},N.prototype.updateUsingObjectData=function(e,t){var n=e[K.referenceId];if(!A.isNullOrEmptyString(n)){if(!this.m_savedObjectPathInfo&&!this.isInvalidAfterRequest&&N.isRestorableObjectPath(this.m_objectPathInfo.ObjectPathType)){var o={};N.copyObjectPathInfo(this.m_objectPathInfo,o),this.m_savedObjectPathInfo={pathInfo:o,parent:this.m_parentObjectPath}}return this.saveOriginalObjectPathInfo(),this.resetForUpdateUsingObjectData(),this.m_objectPathInfo.ObjectPathType=6,this.m_objectPathInfo.Name=n,delete this.m_objectPathInfo.ParentObjectPathId,void(this.m_parentObjectPath=null)}if(t){var r=t[K.collectionPropertyPath];if(!A.isNullOrEmptyString(r)&&t.context){var i=$.tryGetObjectIdFromLoadOrRetrieveResult(e);if(!A.isNullOrUndefined(i)){for(var a=r.split("."),s=t.context[a[0]],c=1;c<a.length;c++)s=s[a[c]];return this.saveOriginalObjectPathInfo(),this.resetForUpdateUsingObjectData(),this.m_parentObjectPath=s._objectPath,this.m_objectPathInfo.ParentObjectPathId=this.m_parentObjectPath.objectPathInfo.Id,this.m_objectPathInfo.ObjectPathType=5,this.m_objectPathInfo.Name="",void(this.m_objectPathInfo.ArgumentInfo.Arguments=[i])}}}var l=this.parentObjectPath&&this.parentObjectPath.isCollection,u=this.getByIdMethodName;if((l||!A.isNullOrEmptyString(u))&&(i=$.tryGetObjectIdFromLoadOrRetrieveResult(e),!A.isNullOrUndefined(i)))return this.saveOriginalObjectPathInfo(),this.resetForUpdateUsingObjectData(),A.isNullOrEmptyString(u)?(this.m_objectPathInfo.ObjectPathType=5,this.m_objectPathInfo.Name=""):(this.m_objectPathInfo.ObjectPathType=3,this.m_objectPathInfo.Name=u),void(this.m_objectPathInfo.ArgumentInfo.Arguments=[i])},N.prototype.resetForUpdateUsingObjectData=function(){this.m_isInvalidAfterRequest=!1,this.m_isValid=!0,this.m_operationType=1,this.m_flags=4,this.m_objectPathInfo.ArgumentInfo={},this.m_argumentObjectPaths=null,this.m_getByIdMethodName=null},N.isRestorableObjectPath=function(e){return 1===e||5===e||3===e||4===e},N.copyObjectPathInfo=function(e,t){t.Id=e.Id,t.ArgumentInfo=e.ArgumentInfo,t.Name=e.Name,t.ObjectPathType=e.ObjectPathType,t.ParentObjectPathId=e.ParentObjectPathId},N);function N(e,t,n,o,r,i){this.m_objectPathInfo=e,this.m_parentObjectPath=t,this.m_isCollection=n,this.m_isInvalidAfterRequest=o,this.m_isValid=!0,this.m_operationType=r,this.m_flags=i}v.ObjectPath=R;var k=(M.prototype._nextId=function(){return++this.m_nextId},M.prototype._addServiceApiAction=function(e,t,n,o){this.m_serviceApiQueue||(this.m_serviceApiQueue=new q(this)),this.m_serviceApiQueue.add(e,t,n,o)},M._parseQueryOption=function(e){var t={};if("string"==typeof e){var n=e;t.Select=$._parseSelectExpand(n)}else if(Array.isArray(e))t.Select=e;else if("object"==typeof e){var o=e;if(M.isLoadOption(o)){if("string"==typeof o.select)t.Select=$._parseSelectExpand(o.select);else if(Array.isArray(o.select))t.Select=o.select;else if(!$.isNullOrUndefined(o.select))throw m.RuntimeError._createInvalidArgError({argumentName:"option.select"});if("string"==typeof o.expand)t.Expand=$._parseSelectExpand(o.expand);else if(Array.isArray(o.expand))t.Expand=o.expand;else if(!$.isNullOrUndefined(o.expand))throw m.RuntimeError._createInvalidArgError({argumentName:"option.expand"});if("number"==typeof o.top)t.Top=o.top;else if(!$.isNullOrUndefined(o.top))throw m.RuntimeError._createInvalidArgError({argumentName:"option.top"});if("number"==typeof o.skip)t.Skip=o.skip;else if(!$.isNullOrUndefined(o.skip))throw m.RuntimeError._createInvalidArgError({argumentName:"option.skip"})}else t=M.parseStrictLoadOption(e)}else if(!$.isNullOrUndefined(e))throw m.RuntimeError._createInvalidArgError({argumentName:"option"});return t},M.isLoadOption=function(e){if(!$.isUndefined(e.select)&&("string"==typeof e.select||Array.isArray(e.select)))return!0;if(!$.isUndefined(e.expand)&&("string"==typeof e.expand||Array.isArray(e.expand)))return!0;if(!$.isUndefined(e.top)&&"number"==typeof e.top)return!0;if(!$.isUndefined(e.skip)&&"number"==typeof e.skip)return!0;for(var t in e)return!1;return!0},M.parseStrictLoadOption=function(e){var t={Select:[]};return M.parseStrictLoadOptionHelper(t,"","option",e),t},M.combineQueryPath=function(e,t,n){return 0===e.length?t:e+n+t},M.parseStrictLoadOptionHelper=function(e,t,n,o){for(var r in o){var i=o[r];if("$all"===r){if("boolean"!=typeof i)throw m.RuntimeError._createInvalidArgError({argumentName:M.combineQueryPath(n,r,".")});i&&e.Select.push(M.combineQueryPath(t,"*","/"))}else if("$top"===r){if("number"!=typeof i||0<t.length)throw m.RuntimeError._createInvalidArgError({argumentName:M.combineQueryPath(n,r,".")});e.Top=i}else if("$skip"===r){if("number"!=typeof i||0<t.length)throw m.RuntimeError._createInvalidArgError({argumentName:M.combineQueryPath(n,r,".")});e.Skip=i}else if("boolean"==typeof i)i&&e.Select.push(M.combineQueryPath(t,r,"/"));else{if("object"!=typeof i)throw m.RuntimeError._createInvalidArgError({argumentName:M.combineQueryPath(n,r,".")});M.parseStrictLoadOptionHelper(e,M.combineQueryPath(t,r,"/"),M.combineQueryPath(n,r,"."),i)}}},M);function M(){this.m_nextId=0}v.ClientRequestContextBase=k;var H=(L.prototype._handleResult=function(e){A.isNullOrUndefined(e)?this.m_objectPath._updateAsNullObject():this.m_objectPath.updateUsingObjectData(e,null)},L);function L(e){this.m_objectPath=e}var U=(j.prototype.addAction=function(e){this.m_actions.push(e),1==e.actionInfo.ActionType&&(this.m_instantiatedObjectPaths[e.actionInfo.ObjectPathId]=e)},j.prototype.addPreviewExecutionAction=function(e){this.m_previewExecutionActions.push(e)},Object.defineProperty(j.prototype,"hasActions",{get:function(){return 0<this.m_actions.length},enumerable:!0,configurable:!0}),j.prototype._getLastAction=function(){return this.m_actions[this.m_actions.length-1]},j.prototype.ensureInstantiateObjectPath=function(e){if(e){if(this.m_instantiatedObjectPaths[e.objectPathInfo.Id])return;if(this.ensureInstantiateObjectPath(e.parentObjectPath),this.ensureInstantiateObjectPaths(e.argumentObjectPaths),!this.m_instantiatedObjectPaths[e.objectPathInfo.Id]){var t={Id:this.m_contextBase._nextId(),ActionType:1,Name:"",ObjectPathId:e.objectPathInfo.Id},n=new x(t,1,4);n.referencedObjectPath=e,this.addReferencedObjectPath(e),this.addAction(n);var o=new H(e);this.addActionResultHandler(n,o)}}},j.prototype.ensureInstantiateObjectPaths=function(e){if(e)for(var t=0;t<e.length;t++)this.ensureInstantiateObjectPath(e[t])},j.prototype.addReferencedObjectPath=function(e){if(e&&!this.m_referencedObjectPaths[e.objectPathInfo.Id]){if(!e.isValid)throw new m.RuntimeError({code:g.invalidObjectPath,httpStatusCode:400,message:A._getResourceString(h.invalidObjectPath,$.getObjectPathExpression(e)),debugInfo:{errorLocation:$.getObjectPathExpression(e)}});for(;e;)3==(this.m_referencedObjectPaths[e.objectPathInfo.Id]=e).objectPathInfo.ObjectPathType&&this.addReferencedObjectPaths(e.argumentObjectPaths),e=e.parentObjectPath}},j.prototype.addReferencedObjectPaths=function(e){if(e)for(var t=0;t<e.length;t++)this.addReferencedObjectPath(e[t])},j.prototype.addActionResultHandler=function(e,t){this.m_actionResultHandler[e.actionInfo.Id]=t},j.prototype.aggregrateRequestFlags=function(e,t,n){return 0===t&&(e|=1,0==(2&n)&&(e&=-17),0==(8&n)&&(e&=-257),e&=-5),1&n&&(e|=2),0==(4&n)&&(e&=-5),e},j.prototype.finallyNormalizeFlags=function(e){return 0==(1&e)&&(e&=-17,e&=-257),v._internalConfig.enableConcurrentFlag||(e&=-5),v._internalConfig.enableUndoableFlag||(e&=-17),$.isSetSupported("RichApiRuntimeFlag","1.1")||(e&=-5,e&=-17),$.isSetSupported("RichApiRuntimeFlag","1.2")||(e&=-257),"number"==typeof this.m_flagsForTesting&&(e=this.m_flagsForTesting),e},j.prototype.buildRequestMessageBodyAndRequestFlags=function(){v._internalConfig.enableEarlyDispose&&j._calculateLastUsedObjectPathIds(this.m_actions);var e=276,t={};for(var n in this.m_referencedObjectPaths)e=this.aggregrateRequestFlags(e,this.m_referencedObjectPaths[n].operationType,this.m_referencedObjectPaths[n].flags),t[n]=this.m_referencedObjectPaths[n].objectPathInfo;for(var o=[],r=!1,i=0;i<this.m_actions.length;i++){var a=this.m_actions[i];3===a.actionInfo.ActionType&&a.actionInfo.Name===K.keepReference&&(r=!0),e=this.aggregrateRequestFlags(e,a.operationType,a.flags),o.push(a.actionInfo)}e=this.finallyNormalizeFlags(e);var s={AutoKeepReference:this.m_contextBase._autoCleanup&&r,Actions:o,ObjectPaths:t};return 0<this.m_previewExecutionActions.length&&(s.PreviewExecutionActions=this.m_previewExecutionActions,e|=4096),{body:s,flags:e}},j.prototype.processResponse=function(e){if(e)for(var t=0;t<e.length;t++){var n=e[t],o=this.m_actionResultHandler[n.ActionId];o&&o._handleResult(n.Value)}},j.prototype.invalidatePendingInvalidObjectPaths=function(){for(var e in this.m_referencedObjectPaths)this.m_referencedObjectPaths[e].isInvalidAfterRequest&&(this.m_referencedObjectPaths[e].isValid=!1)},j.prototype._addPreSyncPromise=function(e){this.m_preSyncPromises.push(e)},Object.defineProperty(j.prototype,"_preSyncPromises",{get:function(){return this.m_preSyncPromises},enumerable:!0,configurable:!0}),Object.defineProperty(j.prototype,"_actions",{get:function(){return this.m_actions},enumerable:!0,configurable:!0}),Object.defineProperty(j.prototype,"_objectPaths",{get:function(){return this.m_referencedObjectPaths},enumerable:!0,configurable:!0}),j.prototype._removeKeepReferenceAction=function(e){for(var t=this.m_actions.length-1;0<=t;t--){var n=this.m_actions[t].actionInfo;if(n.ObjectPathId===e&&3===n.ActionType&&n.Name===K.keepReference){this.m_actions.splice(t,1);break}}},j._updateLastUsedActionIdOfObjectPathId=function(e,t,n){for(;t;){if(e[t.objectPathInfo.Id])return;e[t.objectPathInfo.Id]=n;var o=t.argumentObjectPaths;if(o)for(var r=o.length,i=0;i<r;i++)j._updateLastUsedActionIdOfObjectPathId(e,o[i],n);t=t.parentObjectPath}},j._calculateLastUsedObjectPathIds=function(e){for(var t={},n=e.length,o=n-1;0<=o;--o){var r=(d=e[o]).actionInfo.Id;d.referencedObjectPath&&j._updateLastUsedActionIdOfObjectPathId(t,d.referencedObjectPath,r);var i=d.referencedArgumentObjectPaths;if(i)for(var a=i.length,s=0;s<a;s++)j._updateLastUsedActionIdOfObjectPathId(t,i[s],r)}var c={};for(var l in t){var u=c[r=t[l]];u||(u=[],c[r]=u),u.push(parseInt(l))}for(o=0;o<n;o++){var d,f=c[(d=e[o]).actionInfo.Id];f&&0<f.length?d.actionInfo.L=f:d.actionInfo.L&&delete d.actionInfo.L}},j);function j(e){this.m_contextBase=e,this.m_actions=[],this.m_actionResultHandler={},this.m_referencedObjectPaths={},this.m_instantiatedObjectPaths={},this.m_preSyncPromises=[],this.m_previewExecutionActions=[]}v.ClientRequestBase=U;var B=(Object.defineProperty(W.prototype,"value",{get:function(){if(!this.m_isLoaded)throw new m.RuntimeError({code:g.valueNotLoaded,httpStatusCode:400,message:A._getResourceString(h.valueNotLoaded),debugInfo:{errorLocation:"clientResult.value"}});return this.m_value},enumerable:!0,configurable:!0}),W.prototype._handleResult=function(e){this.m_isLoaded=!0,"object"==typeof e&&e&&e._IsNull||(1===this.m_type?this.m_value=$.adjustToDateTime(e):this.m_value=e)},W);function W(e){this.m_type=e}v.ClientResult=B;var q=(V.prototype.add=function(e,t,n,o){var r=this;this.m_actions.push({action:e,resultHandler:t,resolve:n,reject:o}),1===this.m_actions.length&&setTimeout(function(){return r.processActions()},0)},V.prototype.processActions=function(){var t=this;if(0!==this.m_actions.length){var n=this.m_actions;this.m_actions=[];for(var o=new U(this.m_context),e=0;e<n.length;e++){var r=n[e];o.ensureInstantiateObjectPath(r.action.referencedObjectPath),o.ensureInstantiateObjectPaths(r.action.referencedArgumentObjectPaths),o.addAction(r.action),o.addReferencedObjectPath(r.action.referencedObjectPath),o.addReferencedObjectPaths(r.action.referencedArgumentObjectPaths)}var i=o.buildRequestMessageBodyAndRequestFlags(),a=i.body,s=i.flags,c={Url:p.localDocumentApiPrefix,Headers:null,Body:a};A.log("Request:"),A.log(JSON.stringify(a)),(new G).executeAsync(this.m_context._customData,s,c).then(function(e){t.processResponse(o,n,e)}).catch(function(e){for(var t=0;t<n.length;t++)n[t].reject(e)})}},V.prototype.processResponse=function(e,t,n){var o=this.getErrorFromResponse(n),r=null;n.Body.Results?r=n.Body.Results:n.Body.ProcessedResults&&n.Body.ProcessedResults.Results&&(r=n.Body.ProcessedResults.Results),r=r||[],this.processActionResults(e,t,r,o)},V.prototype.getErrorFromResponse=function(e){return A.isNullOrEmptyString(e.ErrorCode)?e.Body&&e.Body.Error?new m.RuntimeError({code:e.Body.Error.Code,httpStatusCode:e.Body.Error.HttpStatusCode,message:e.Body.Error.Message}):null:new m.RuntimeError({code:e.ErrorCode,httpStatusCode:e.HttpStatusCode,message:e.ErrorMessage})},V.prototype.processActionResults=function(e,t,n,o){e.processResponse(n);for(var r=0;r<t.length;r++){for(var i=t[r],a=i.action.actionInfo.Id,s=!1,c=0;c<n.length;c++)if(a==n[c].ActionId){var l=n[c].Value;i.resultHandler&&(i.resultHandler._handleResult(l),l=i.resultHandler.value),i.resolve&&i.resolve(l),s=!0;break}!s&&i.reject&&(o?i.reject(o):i.reject("No response for the action."))}},V);function V(e){this.m_context=e,this.m_actions=[]}var G=(z.prototype.getRequestUrl=function(e,t,n){void 0===n&&(n=a.graph.toString());var o=p.flags+"="+t.toString();switch(n){case a.graph.toString():"/"!=e.charAt(e.length-1)&&(e+="/"),e=(e+=p.processQuery)+"?"+o;break;case a.wfe.toString():e=(e=e+"&"+o)+"&wdRestPart=_api/"+p.processQuery}return e},z.prototype.executeAsync=function(e,t,n){var o=n.Headers?n.Headers[K.remoteEndpointTypeHeaderKey]:a.graph.toString(),r={method:"POST",url:this.getRequestUrl(n.Url,t,o),headers:{},body:n.Body};if(r.headers[p.sourceLibHeader]=z.SourceLibHeaderValue,r.headers["CONTENT-TYPE"]="application/json",n.Headers)for(var i in n.Headers)r.headers[i]=n.Headers[i];return(A._isLocalDocumentUrl(r.url)?s.sendLocalDocumentRequest:s.sendRequest)(r).then(function(e){var t;if(200===e.statusCode)t={HttpStatusCode:e.statusCode,ErrorCode:null,ErrorMessage:null,Headers:e.headers,Body:A._parseResponseBody(e)};else{A.log("Error Response:"+e.body);var n=A._parseErrorResponse(e);t={HttpStatusCode:e.statusCode,ErrorCode:n.errorCode,ErrorMessage:n.errorMessage,Headers:e.headers,Body:null,RawErrorResponseBody:A._parseErrorResponseBody(e)}}return t})},z.SourceLibHeaderValue="officejs-rest",z);function z(){}v.HttpRequestExecutor=G;var J,K=(__extends(X,J=p),X.collectionPropertyPath="_collectionPropertyPath",X.id="Id",X.idLowerCase="id",X.idPrivate="_Id",X.keepReference="_KeepReference",X.objectPathIdPrivate="_ObjectPathId",X.referenceId="_ReferenceId",X.items="_Items",X.itemsLowerCase="items",X.scalarPropertyNames="_scalarPropertyNames",X.scalarPropertyOriginalNames="_scalarPropertyOriginalNames",X.navigationPropertyNames="_navigationPropertyNames",X.scalarPropertyUpdateable="_scalarPropertyUpdateable",X.previewExecutionObjectId="_previewExecutionObjectId",X.remoteEndpointTypeHeaderKey="X-EndpointType",X);function X(){return null!==J&&J.apply(this,arguments)||this}v.CommonConstants=K;var Q,$=(__extends(Y,Q=A),Y.validateObjectPath=function(e){for(var t=e._objectPath;t;){if(!t.isValid)throw new m.RuntimeError({code:g.invalidObjectPath,httpStatusCode:400,message:A._getResourceString(h.invalidObjectPath,Y.getObjectPathExpression(t)),debugInfo:{errorLocation:Y.getObjectPathExpression(t)}});t=t.parentObjectPath}},Y.validateReferencedObjectPaths=function(e){if(e)for(var t=0;t<e.length;t++)for(var n=e[t];n;){if(!n.isValid)throw new m.RuntimeError({code:g.invalidObjectPath,httpStatusCode:400,message:A._getResourceString(h.invalidObjectPath,Y.getObjectPathExpression(n))});n=n.parentObjectPath}},Y._toCamelLowerCase=function(e){if(A.isNullOrEmptyString(e))return e;for(var t=0;t<e.length&&65<=e.charCodeAt(t)&&e.charCodeAt(t)<=90;)t++;return t<e.length?e.substr(0,t).toLowerCase()+e.substr(t):e.toLowerCase()},Y.adjustToDateTime=function(e){if(A.isNullOrUndefined(e))return null;if("string"==typeof e)return new Date(e);if(Array.isArray(e)){for(var t=e,n=0;n<t.length;n++)t[n]=Y.adjustToDateTime(t[n]);return t}throw A._createInvalidArgError({argumentName:"date"})},Y.tryGetObjectIdFromLoadOrRetrieveResult=function(e){var t=e[K.id];return A.isNullOrUndefined(t)&&(t=e[K.idLowerCase]),A.isNullOrUndefined(t)&&(t=e[K.idPrivate]),t},Y.getObjectPathExpression=function(e){for(var t="";e;){switch(e.objectPathInfo.ObjectPathType){case 1:t=t;break;case 2:t="new()"+(0<t.length?".":"")+t;break;case 3:t=Y.normalizeName(e.objectPathInfo.Name)+"()"+(0<t.length?".":"")+t;break;case 4:t=Y.normalizeName(e.objectPathInfo.Name)+(0<t.length?".":"")+t;break;case 5:t="getItem()"+(0<t.length?".":"")+t;break;case 6:t="_reference()"+(0<t.length?".":"")+t}e=e.parentObjectPath}return t},Y.setMethodArguments=function(e,t,n){if(A.isNullOrUndefined(n))return null;var o=new Array,r=new Array,i=Y.collectObjectPathInfos(e,n,o,r);return t.Arguments=n,i&&(t.ReferencedObjectPathIds=r),o},Y.validateContext=function(e,t){if(e&&t&&t._context!==e)throw new m.RuntimeError({code:g.invalidRequestContext,httpStatusCode:400,message:A._getResourceString(h.invalidRequestContext)})},Y.isSetSupported=function(e,t){return"function"==typeof Y.isSetSupportedOverride?Y.isSetSupportedOverride(e,t):!("undefined"!=typeof window&&window.Office&&window.Office.context&&window.Office.context.requirements)||window.Office.context.requirements.isSetSupported(e,t)},Y.throwIfApiNotSupported=function(e,t,n,o){if(Y._doApiNotSupportedCheck&&!Y.isSetSupported(t,n)){var r=A._getResourceString(h.apiNotFoundDetails,[e,t+" "+n,o]);throw new m.RuntimeError({code:g.apiNotFound,httpStatusCode:404,message:r,debugInfo:{errorLocation:e}})}},Y.calculateApiFlags=function(e,t,n){var o=window&&window.location&&window.location.href&&-1!==window.location.href.indexOf("eed0a086-3498-4f91-a377-1e0265ecc0cc");return("function"==typeof Y.isSetSupportedOverride?Y.isSetSupportedOverride(t,n):!o&&Y.isSetSupported(t,n))||(e&=-3),e},Y._parseSelectExpand=function(e){var t=[];if(!A.isNullOrEmptyString(e))for(var n=e.split(","),o=0;o<n.length;o++){var r=n[o];0<(r=i(r.trim())).length&&t.push(r)}return t;function i(e){var t=e.toLowerCase();return"items"===t||"items/"===t?"*":("items/"!==t.substr(0,6)&&"items."!==t.substr(0,6)||(e=e.substr(6)),e.replace(new RegExp("[/.]items[/.]","gi"),"/"))}},Y.changePropertyNameToCamelLowerCase=function(e){if(Array.isArray(e)){for(var t=[],n=0;n<e.length;n++)t.push(this.changePropertyNameToCamelLowerCase(e[n]));return t}if("object"!=typeof e||null===e)return e;for(var o in t={},e){var r=e[o];if(o===K.items){(t={})[K.itemsLowerCase]=this.changePropertyNameToCamelLowerCase(r);break}t[Y._toCamelLowerCase(o)]=this.changePropertyNameToCamelLowerCase(r)}return t},Y.purifyJson=function(e){if(Array.isArray(e)){for(var t=[],n=0;n<e.length;n++)t.push(this.purifyJson(e[n]));return t}if("object"!=typeof e||null===e)return e;for(var o in t={},e)if(95!==o.charCodeAt(0)){var r=e[o];"object"==typeof r&&null!==r&&Array.isArray(r.items)&&(r=r.items),t[o]=this.purifyJson(r)}return t},Y.collectObjectPathInfos=function(e,t,n,o){for(var r=!1,i=0;i<t.length;i++)if(t[i]instanceof w){var a=t[i];Y.validateContext(e,a),t[i]=a._objectPath.objectPathInfo.Id,o.push(a._objectPath.objectPathInfo.Id),n.push(a._objectPath),r=!0}else if(Array.isArray(t[i])){var s=new Array;Y.collectObjectPathInfos(e,t[i],n,s)?(o.push(s),r=!0):o.push(0)}else A.isPlainJsonObject(t[i])?(o.push(0),Y.replaceClientObjectPropertiesWithObjectPathIds(t[i],n)):o.push(0);return r},Y.replaceClientObjectPropertiesWithObjectPathIds=function(e,t){var n,o;for(var r in e){var i=e[r];if(i instanceof w)t.push(i._objectPath),e[r]=((n={})[K.objectPathIdPrivate]=i._objectPath.objectPathInfo.Id,n);else if(Array.isArray(i))for(var a=0;a<i.length;a++)if(i[a]instanceof w){var s=i[a];t.push(s._objectPath),i[a]=((o={})[K.objectPathIdPrivate]=s._objectPath.objectPathInfo.Id,o)}else A.isPlainJsonObject(i[a])&&Y.replaceClientObjectPropertiesWithObjectPathIds(i[a],t);else A.isPlainJsonObject(i)&&Y.replaceClientObjectPropertiesWithObjectPathIds(i,t)}},Y.normalizeName=function(e){return e.substr(0,1).toLowerCase()+e.substr(1)},Y._doApiNotSupportedCheck=!1,Y);function Y(){return null!==Q&&Q.apply(this,arguments)||this}v.CommonUtility=$;var Z,ee=(__extends(te,Z=h),te.propertyDoesNotExist="PropertyDoesNotExist",te.attemptingToSetReadOnlyProperty="AttemptingToSetReadOnlyProperty",te);function te(){return null!==Z&&Z.apply(this,arguments)||this}v.CommonResourceStrings=ee;var ne,oe=(__extends(re,ne=g),re.propertyNotLoaded="PropertyNotLoaded",re.runMustReturnPromise="RunMustReturnPromise",re.cannotRegisterEvent="CannotRegisterEvent",re.invalidOrTimedOutSession="InvalidOrTimedOutSession",re.cannotUpdateReadOnlyProperty="CannotUpdateReadOnlyProperty",re);function re(){return null!==ne&&ne.apply(this,arguments)||this}v.ErrorCodes=oe;var ie=(ae.prototype._handleResult=function(e){this.m_callback&&this.m_callback()},ae);function ae(e){this.m_callback=e}var se,ce=(__extends(le,se=E),le.createMethodAction=function(e,t,n,o,r,i){ot.validateObjectPath(t);var a={Id:e._nextId(),ActionType:3,Name:n,ObjectPathId:t._objectPath.objectPathInfo.Id,ArgumentInfo:{}},s=ot.setMethodArguments(e,a.ArgumentInfo,r);ot.validateReferencedObjectPaths(s);var c=ot._fixupApiFlags(i),l=new x(a,o,c);if(l.referencedObjectPath=t._objectPath,l.referencedArgumentObjectPaths=s,t._addAction(l),v._internalConfig.enablePreviewExecution&&0!=(16&c)){var u={Id:e._nextId(),ActionType:3,Name:n,Arguments:r,ObjectId:"",ObjectType:""};t._addPreviewExecutionAction(u)}return l},le.createRecursiveQueryAction=function(e,t,n){ot.validateObjectPath(t);var o={Id:e._nextId(),ActionType:6,Name:"",ObjectPathId:t._objectPath.objectPathInfo.Id,RecursiveQueryInfo:n},r=new x(o,1,4);return r.referencedObjectPath=t._objectPath,t._addAction(r),r},le.createEnsureUnchangedAction=function(e,t,n){ot.validateObjectPath(t);var o={Id:e._nextId(),ActionType:8,Name:"",ObjectPathId:t._objectPath.objectPathInfo.Id,ObjectState:n},r=new x(o,1,4);return r.referencedObjectPath=t._objectPath,t._addAction(r),r},le.createInstantiateAction=function(e,t){ot.validateObjectPath(t),e._pendingRequest.ensureInstantiateObjectPath(t._objectPath.parentObjectPath),e._pendingRequest.ensureInstantiateObjectPaths(t._objectPath.argumentObjectPaths);var n={Id:e._nextId(),ActionType:1,Name:"",ObjectPathId:t._objectPath.objectPathInfo.Id},o=new x(n,1,4);return o.referencedObjectPath=t._objectPath,t._addAction(o,new qe(t),!0),o},le.createTraceAction=function(e,t,n){var o={Id:e._nextId(),ActionType:5,Name:"Trace",ObjectPathId:0},r=new x(o,1,4);return e._pendingRequest.addAction(r),n&&e._pendingRequest.addTrace(o.Id,t),r},le.createTraceMarkerForCallback=function(e,t){var n=le.createTraceAction(e,null,!1);e._pendingRequest.addActionResultHandler(n,new ie(t))},le);function le(){return null!==se&&se.apply(this,arguments)||this}v.ActionFactory=ce;var ue,de=(__extends(fe,ue=w),Object.defineProperty(fe.prototype,"context",{get:function(){return this.m_context},enumerable:!0,configurable:!0}),Object.defineProperty(fe.prototype,"isNull",{get:function(){return(void 0!==this.m_isNull||!P.isMock())&&(ot.throwIfNotLoaded("isNull",this._isNull,null,this._isNull),this._isNull)},enumerable:!0,configurable:!0}),Object.defineProperty(fe.prototype,"isNullObject",{get:function(){return(void 0!==this.m_isNull||!P.isMock())&&(ot.throwIfNotLoaded("isNullObject",this._isNull,null,this._isNull),this._isNull)},enumerable:!0,configurable:!0}),Object.defineProperty(fe.prototype,"_isNull",{get:function(){return this.m_isNull},set:function(e){(this.m_isNull=e)&&this._objectPath&&this._objectPath._updateAsNullObject()},enumerable:!0,configurable:!0}),fe.prototype._addAction=function(e,t,n){return void 0===t&&(t=null),n||(this.context._pendingRequest.ensureInstantiateObjectPath(this._objectPath),this.context._pendingRequest.ensureInstantiateObjectPaths(e.referencedArgumentObjectPaths)),this.context._pendingRequest.addAction(e),this.context._pendingRequest.addReferencedObjectPath(this._objectPath),this.context._pendingRequest.addReferencedObjectPaths(e.referencedArgumentObjectPaths),this.context._pendingRequest.addActionResultHandler(e,t),A._createPromiseFromResult(null)},fe.prototype._addPreviewExecutionAction=function(e){if(!ot.isUndefined(this._className)){e.ObjectType=this._className;var t=ot._getPropertyValueWithoutCheckLoaded(this,Se.idLowerCase);ot.isUndefined(t)&&(t=ot._getPropertyValueWithoutCheckLoaded(this,Se.idPrivate)),ot.isUndefined(t)&&(t=ot._getPropertyValueWithoutCheckLoaded(this,Se.previewExecutionObjectId)),e.ObjectId=t,this.context._pendingRequest.addPreviewExecutionAction(e)}},fe.prototype._handleResult=function(e){this._isNull=ot.isNullOrUndefined(e),this.context.trackedObjects._autoTrackIfNecessaryWhenHandleObjectResultValue(this,e)},fe.prototype._handleIdResult=function(e){this._isNull=ot.isNullOrUndefined(e),ot.fixObjectPathIfNecessary(this,e),this.context.trackedObjects._autoTrackIfNecessaryWhenHandleObjectResultValue(this,e)},fe.prototype._handleRetrieveResult=function(e,t){this._handleIdResult(e)},fe.prototype._recursivelySet=function(e,t,n,o,r){var i=e instanceof fe,a=e;if(i){if(Object.getPrototypeOf(this)!==Object.getPrototypeOf(e))throw m.RuntimeError._createInvalidArgError({argumentName:"properties",errorLocation:this._className+".set"});e=JSON.parse(JSON.stringify(e))}try{for(var s,c=0;c<n.length;c++)s=n[c],e.hasOwnProperty(s)&&void 0!==e[s]&&(this[s]=e[s]);for(c=0;c<o.length;c++)if(s=o[c],e.hasOwnProperty(s)&&void 0!==e[s]){var l=i?a[s]:e[s];this[s].set(l,t)}var u=!i;for(t&&!ot.isNullOrUndefined(u)&&(u=t.throwOnReadOnly),c=0;c<r.length;c++)if(s=r[c],e.hasOwnProperty(s)&&void 0!==e[s]&&u)throw new m.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A._getResourceString(et.cannotApplyPropertyThroughSetMethod,s),debugInfo:{errorLocation:s}});for(s in e)if(n.indexOf(s)<0&&o.indexOf(s)<0){var d=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(this),s);if(!d)throw new m.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A._getResourceString(ee.propertyDoesNotExist,s),debugInfo:{errorLocation:s}});if(u&&!d.set)throw new m.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A._getResourceString(ee.attemptingToSetReadOnlyProperty,s),debugInfo:{errorLocation:s}})}}catch(e){throw new m.RuntimeError({code:g.invalidArgument,httpStatusCode:400,message:A._getResourceString(h.invalidArgument,"properties"),debugInfo:{errorLocation:this._className+".set"},innerError:e})}},fe);function fe(e,t){var n=ue.call(this,e,t)||this;return ot.checkArgumentNull(e,"context"),n.m_context=e,n._objectPath&&(!e._processingResult&&e._pendingRequest&&(ce.createInstantiateAction(e,n),e._autoCleanup&&n._KeepReference&&e.trackedObjects._autoAdd(n)),v._internalConfig.appendTypeNameToObjectPathInfo&&n._objectPath.objectPathInfo&&n._className&&(n._objectPath.objectPathInfo.T=n._className)),n}v.ClientObject=de;var pe=(me.prototype.executeAsync=function(e,t,n){var o={url:p.processQuery,method:"POST",headers:n.Headers,body:n.Body},r="";n.Headers&&(r=n.Headers[Se.officeControlId]);var i={id:c.nextId(),type:1,flags:t,controlId:r,message:o,customData:e};return A.log(JSON.stringify(i)),this.m_session.sendMessageToHost(i).then(function(e){A.log("Received response: "+JSON.stringify(e));var t,n=e.message;if(200===n.statusCode)t={HttpStatusCode:n.statusCode,ErrorCode:null,ErrorMessage:null,Headers:n.headers,Body:A._parseResponseBody(n)};else{A.log("Error Response:"+n.body);var o=A._parseErrorResponse(n);t={HttpStatusCode:n.statusCode,ErrorCode:o.errorCode,ErrorMessage:o.errorMessage,Headers:n.headers,Body:null}}return t})},me);function me(e){this.m_session=e}var ge,he=(__extends(ve,ge=y),ve.getInstanceIfHostBridgeInited=function(){return c.instance?(!A.isNullOrUndefined(ve.s_instance)&&ve.s_instance.m_bridge===c.instance||(ve.s_instance=new ve(c.instance)),ve.s_instance):null},ve.prototype._resolveRequestUrlAndHeaderInfo=function(){return A._createPromiseFromResult(null)},ve.prototype._createRequestExecutorOrNull=function(){return A.log("NativeBridgeSession::CreateRequestExecutor"),new pe(this)},ve.prototype.getEventRegistration=function(e){return Le.getGenericEventRegistration(e)},ve.prototype.sendMessageToHost=function(e){return this.m_bridge.sendMessageToHostAndExpectResponse(e)},ve);function ve(e){var t=ge.call(this)||this;return t.m_bridge=e,t.m_bridge.addHostMessageHandler(function(e){if(3===e.type){var t=e.controlId;if(A.isNullOrEmptyString(t))Le.getGenericEventRegistration(t)._handleRichApiMessage(e.message);else{var n=Le.peekGenericEventRegistrationOrNull(t);n&&n._handleRichApiMessage(e.message),(n=Le.peekGenericEventRegistrationOrNull(""))&&n._handleRichApiMessage(e.message)}}}),t}v.HostBridgeSession=he;var ye,be=(__extends(Ce,ye=k),Object.defineProperty(Ce.prototype,"session",{get:function(){return this.m_session},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"eventRegistration",{get:function(){return this.m_session?this.m_session.getEventRegistration(this._controlId):m.officeJsEventRegistration},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"_url",{get:function(){return this.m_requestUrlAndHeaderInfo?this.m_requestUrlAndHeaderInfo.url:null},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"_pendingRequest",{get:function(){return null==this.m_pendingRequest&&(this.m_pendingRequest=new Ee(this)),this.m_pendingRequest},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"_controlId",{get:function(){var e=this.m_customRequestHeaders[Se.officeControlId];return A.isNullOrUndefined(e)&&(e=""),e},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"debugInfo",{get:function(){return{pendingStatements:new $e(this._rootObjectPropertyName,this._pendingRequest._objectPaths,this._pendingRequest._actions,v._internalConfig.showDisposeInfoInDebugInfo).process()}},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"trackedObjects",{get:function(){return this.m_trackedObjects||(this.m_trackedObjects=new Xe(this)),this.m_trackedObjects},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"requestHeaders",{get:function(){return this.m_customRequestHeaders},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"batchMode",{get:function(){return this.m_batchMode},enumerable:!0,configurable:!0}),Object.defineProperty(Ce.prototype,"getAdditionalHeaders",{set:function(e){this.m_getAdditionalHeaders=e},enumerable:!0,configurable:!0}),Ce.prototype.ensureInProgressBatchIfBatchMode=function(){if(1===this.m_batchMode&&!this.m_explicitBatchInProgress)throw ot.createRuntimeError(g.generalException,A._getResourceString(et.notInsideBatch),null)},Ce.prototype.load=function(e,t){ot.validateContext(this,e);var n=Ce._parseQueryOption(t);E.createQueryAction(this,e,n,e)},Ce.prototype.loadRecursive=function(e,t,n){if(!ot.isPlainJsonObject(t))throw m.RuntimeError._createInvalidArgError({argumentName:"options"});var o={};for(var r in t)o[r]=Ce._parseQueryOption(t[r]);var i=ce.createRecursiveQueryAction(this,e,{Queries:o,MaxDepth:n});this._pendingRequest.addActionResultHandler(i,e)},Ce.prototype.trace=function(e){ce.createTraceAction(this,e,!0)},Ce.prototype._processOfficeJsErrorResponse=function(e,t){},Ce.prototype.ensureRequestUrlAndHeaderInfo=function(){var n=this;return ot._createPromiseFromResult(null).then(function(){if(!n.m_requestUrlAndHeaderInfo)return n.m_requestUrlAndHeaderInfoResolver._resolveRequestUrlAndHeaderInfo().then(function(e){if(n.m_requestUrlAndHeaderInfo=e,n.m_requestUrlAndHeaderInfo||(n.m_requestUrlAndHeaderInfo={url:p.localDocument,headers:{}}),ot.isNullOrEmptyString(n.m_requestUrlAndHeaderInfo.url)&&(n.m_requestUrlAndHeaderInfo.url=p.localDocument),n.m_requestUrlAndHeaderInfo.headers||(n.m_requestUrlAndHeaderInfo.headers={}),"function"==typeof n.m_requestUrlAndHeaderInfoResolver._createRequestExecutorOrNull){var t=n.m_requestUrlAndHeaderInfoResolver._createRequestExecutorOrNull();t&&(n._requestExecutor=t)}})})},Ce.prototype.syncPrivateMain=function(){var t=this;return this.ensureRequestUrlAndHeaderInfo().then(function(){var e=t._pendingRequest;return t.m_pendingRequest=null,t.processPreSyncPromises(e).then(function(){return t.syncPrivate(e)})})},Ce.prototype.syncPrivate=function(n){var t=this;if(P.isMock())return A._createPromiseFromResult(null);if(!n.hasActions)return this.processPendingEventHandlers(n);var e=n.buildRequestMessageBodyAndRequestFlags(),o=e.body,r=e.flags;this._requestFlagModifier&&(r|=this._requestFlagModifier),this._requestExecutor||(A._isLocalDocumentUrl(this.m_requestUrlAndHeaderInfo.url)?this._requestExecutor=new Je(this):this._requestExecutor=new G);var i=this._requestExecutor,a={};A._copyHeaders(this.m_requestUrlAndHeaderInfo.headers,a),A._copyHeaders(this.m_customRequestHeaders,a),delete this.m_customRequestHeaders[Se.officeScriptEventId],this.m_getAdditionalHeaders&&A._copyHeaders(this.m_getAdditionalHeaders(),a);var s=P._getCurrentTestNameWithSequenceId();s&&(a[p.testRequestNameHeader]=s);var c={Url:this.m_requestUrlAndHeaderInfo.url,Headers:a,Body:o};n.invalidatePendingInvalidObjectPaths();var l=null,u=null;return this._lastSyncStart="undefined"==typeof performance?Date.now():performance.now(),this._lastRequestFlags=r,i.executeAsync(this._customData,r,c,this._invocationId).then(function(e){return t._lastSyncEnd="undefined"==typeof performance?Date.now():performance.now(),v.config.executePerfLogFunc&&v.config.executePerfLogFunc({syncStart:t._lastSyncStart,syncEnd:t._lastSyncEnd}),l=t.processRequestExecutorResponseMessage(n,e),t.processPendingEventHandlers(n).catch(function(e){A.log("Error in processPendingEventHandlers"),A.log(JSON.stringify(e)),u=e})}).then(function(){if(l)throw A.log("Throw error from response: "+JSON.stringify(l)),l;if(u){A.log("Throw error from ProcessEventHandler: "+JSON.stringify(u));var e=null;if(u instanceof m.RuntimeError)(e=u).traceMessages=n._responseTraceMessages;else{var t=null;t="string"==typeof u?u:u.message,ot.isNullOrEmptyString(t)&&(t=A._getResourceString(et.cannotRegisterEvent)),e=new m.RuntimeError({code:oe.cannotRegisterEvent,httpStatusCode:400,message:t,traceMessages:n._responseTraceMessages})}throw e}})},Ce.prototype.processRequestExecutorResponseMessage=function(e,t){t.Body&&t.Body.TraceIds&&e._setResponseTraceIds(t.Body.TraceIds);var n=e._responseTraceMessages,o=null;if(t.Body){if(t.Body.Error&&0<=t.Body.Error.ActionIndex){var r=new $e(this._rootObjectPropertyName,e._objectPaths,e._actions,!1,!0),i=r.processForDebugStatementInfo(t.Body.Error.ActionIndex);o={statement:i.statement,surroundingStatements:i.surroundingStatements,fullStatements:["Please enable config.extendedErrorLogging to see full statements."]},v.config.extendedErrorLogging&&(r=new $e(this._rootObjectPropertyName,e._objectPaths,e._actions,!1,!1),o.fullStatements=r.process())}var a=null;if(t.Body.Results?a=t.Body.Results:t.Body.ProcessedResults&&t.Body.ProcessedResults.Results&&(a=t.Body.ProcessedResults.Results),a){this._processingResult=!0;try{e.processResponse(a)}finally{this._processingResult=!1}}}if(!ot.isNullOrEmptyString(t.ErrorCode))return new m.RuntimeError({code:t.ErrorCode,httpStatusCode:t.HttpStatusCode,message:t.ErrorMessage,traceMessages:n,data:{responseBody:t.RawErrorResponseBody}});if(t.Body&&t.Body.Error){var s={errorLocation:t.Body.Error.Location};return o&&(s.statement=o.statement,s.surroundingStatements=o.surroundingStatements,s.fullStatements=o.fullStatements),new m.RuntimeError({code:t.Body.Error.Code,httpStatusCode:t.Body.Error.HttpStatusCode,message:t.Body.Error.Message,traceMessages:n,debugInfo:s})}return null},Ce.prototype.processPendingEventHandlers=function(e){for(var t=ot._createPromiseFromResult(null),n=0;n<e._pendingProcessEventHandlers.length;n++){var o=e._pendingProcessEventHandlers[n];t=t.then(this.createProcessOneEventHandlersFunc(o,e))}return t},Ce.prototype.createProcessOneEventHandlersFunc=function(e,t){return function(){return e._processRegistration(t)}},Ce.prototype.processPreSyncPromises=function(e){for(var t=ot._createPromiseFromResult(null),n=0;n<e._preSyncPromises.length;n++){var o=e._preSyncPromises[n];t=t.then(this.createProcessOneProSyncFunc(o))}return t},Ce.prototype.createProcessOneProSyncFunc=function(e){return function(){return e}},Ce.prototype.sync=function(e){return P.isMock()?A._createPromiseFromResult(e):this.syncPrivateMain().then(function(){return e})},Ce.prototype.batch=function(e){var t=this;if(1!==this.m_batchMode)return A._createPromiseFromException(ot.createRuntimeError(g.generalException,null,null));if(this.m_explicitBatchInProgress)return A._createPromiseFromException(ot.createRuntimeError(g.generalException,A._getResourceString(et.pendingBatchInProgress),null));if(ot.isNullOrUndefined(e))return ot._createPromiseFromResult(null);this.m_explicitBatchInProgress=!0;var n,o,r=this.m_pendingRequest;this.m_pendingRequest=new Ee(this);try{n=e(this._rootObject,this)}catch(e){return this.m_explicitBatchInProgress=!1,this.m_pendingRequest=r,A._createPromiseFromException(e)}return("object"==typeof n&&n&&"function"==typeof n.then?ot._createPromiseFromResult(null).then(function(){return n}).then(function(e){return t.m_explicitBatchInProgress=!1,o=t.m_pendingRequest,t.m_pendingRequest=r,e}).catch(function(e){return t.m_explicitBatchInProgress=!1,o=t.m_pendingRequest,t.m_pendingRequest=r,A._createPromiseFromException(e)}):(this.m_explicitBatchInProgress=!1,o=this.m_pendingRequest,this.m_pendingRequest=r,ot._createPromiseFromResult(n))).then(function(e){return t.ensureRequestUrlAndHeaderInfo().then(function(){return t.syncPrivate(o)}).then(function(){return e})})},Ce._run=function(e,t,n,o,r,i){return void 0===n&&(n=3),void 0===o&&(o=5e3),Ce._runCommon("run",null,e,0,t,n,o,null,null,r,i)},Ce.isValidRequestInfo=function(e){return"string"==typeof e||Ce.isRequestUrlAndHeaderInfo(e)||Ce.isRequestUrlAndHeaderInfoResolver(e)},Ce.isRequestUrlAndHeaderInfo=function(e){return"object"==typeof e&&null!==e&&Object.getPrototypeOf(e)===Object.getPrototypeOf({})&&!ot.isNullOrUndefined(e.url)},Ce.isRequestUrlAndHeaderInfoResolver=function(e){return"object"==typeof e&&null!==e&&"function"==typeof e._resolveRequestUrlAndHeaderInfo},Ce._runBatch=function(e,t,n,o,r,i,a,s,c){return void 0===i&&(i=3),void 0===a&&(a=5e3),Ce._runBatchCommon(0,e,t,n,i,a,o,r,s,c)},Ce._runExplicitBatch=function(e,t,n,o,r,i,a,s,c){return void 0===i&&(i=3),void 0===a&&(a=5e3),Ce._runBatchCommon(1,e,t,n,i,a,o,r,s,c)},Ce._runBatchCommon=function(e,t,n,o,r,i,a,s,c,l){var u,d;void 0===r&&(r=3),void 0===i&&(i=5e3);var f=null,p=null,m=null,g=0,h=null;if(0<n.length)if(Ce.isValidRequestInfo(n[0]))f=n[0],g=1;else if(ot.isPlainJsonObject(n[0])){if(null!=(f=(h=n[0]).session)&&!Ce.isValidRequestInfo(f))return Ce.createErrorPromise(t);p=h.getAdditionalHeaders,m=h.previousObjects,g=1}if(n.length==g+1)d=n[g+0];else{if(null!=h||n.length!=g+2)return Ce.createErrorPromise(t);m=n[g+0],d=n[g+1]}if(null!=m)if(m instanceof de)u=function(){return m.context};else if(m instanceof Ce)u=function(){return m};else{if(!Array.isArray(m))return Ce.createErrorPromise(t);var v=m;if(0==v.length)return Ce.createErrorPromise(t);for(var y=0;y<v.length;y++){if(!(v[y]instanceof de))return Ce.createErrorPromise(t);if(v[y].context!=v[0].context)return Ce.createErrorPromise(t,et.invalidRequestContext)}u=function(){return v[0].context}}else u=o;var b=null;a&&(b=function(e){return a(h||{},e)});var C=null;return s&&(C=function(e){return s(h||{},e)}),Ce._runCommon(t,f,u,e,d,r,i,b,C,c,l,p)},Ce.createErrorPromise=function(e,t){return void 0===t&&(t=h.invalidArgument),A._createPromiseFromException(ot.createRuntimeError(t,A._getResourceString(t),e))},Ce._runCommon=function(t,n,e,o,r,s,c,i,l,u,d,a){y._overrideSession&&(n=y._overrideSession);var f,p,m,g=A.createPromise(function(e,t){e()}),h=!1;return g.then(function(){if((f=e(n)).getAdditionalHeaders=a,f._autoCleanup)return new v.Promise(function(e,t){f._onRunFinishedNotifiers.push(function(){f._autoCleanup=!0,e()})});f._autoCleanup=!0}).then(function(){return"function"!=typeof r?Ce.createErrorPromise(t):(m=f.m_batchMode,f.m_batchMode=o,i&&i(f),e=r(1==o?f.batch.bind(f):f),!ot.isNullOrUndefined(e)&&"function"==typeof e.then||ot.throwError(et.runMustReturnPromise),e);var e}).then(function(e){return 1===o?e:f.sync(e)}).then(function(e){h=!0,p=e}).catch(function(e){p=e}).then(function(){var r=f.trackedObjects._retrieveAndClearAutoCleanupList();for(var e in f._autoCleanup=!1,f.m_batchMode=m,r)r[e]._objectPath.isValid=!1;var i=0;if(ot._synchronousCleanup||Ce.isRequestUrlAndHeaderInfoResolver(n))return a();function a(){i++;var e=f.m_pendingRequest,t=f.m_batchMode,n=new Ee(f);f.m_pendingRequest=n,f.m_batchMode=0;try{for(var o in r)f.trackedObjects.remove(r[o]);l&&l(f)}finally{f.m_batchMode=t,f.m_pendingRequest=e}return f.syncPrivate(n).then(function(){u&&u(i)}).catch(function(){d&&d(i),i<s&&setTimeout(function(){a()},c)})}a()}).then(function(){if(f._onRunFinishedNotifiers&&0<f._onRunFinishedNotifiers.length&&f._onRunFinishedNotifiers.shift()(),h)return p;throw p})},Ce);function Ce(e){var t=ye.call(this)||this;if(t.m_customRequestHeaders={},t.m_batchMode=0,t._onRunFinishedNotifiers=[],y._overrideSession)t.m_requestUrlAndHeaderInfoResolver=y._overrideSession;else if((ot.isNullOrUndefined(e)||"string"==typeof e&&0===e.length)&&(e=(e=Ce.defaultRequestUrlAndHeaders)||{url:p.localDocument,headers:{}}),"string"==typeof e)t.m_requestUrlAndHeaderInfo={url:e,headers:{}};else if(Ce.isRequestUrlAndHeaderInfoResolver(e))t.m_requestUrlAndHeaderInfoResolver=e;else{if(!Ce.isRequestUrlAndHeaderInfo(e))throw m.RuntimeError._createInvalidArgError({argumentName:"url"});var n=e;t.m_requestUrlAndHeaderInfo={url:n.url,headers:{}},A._copyHeaders(n.headers,t.m_requestUrlAndHeaderInfo.headers)}return!t.m_requestUrlAndHeaderInfoResolver&&t.m_requestUrlAndHeaderInfo&&A._isLocalDocumentUrl(t.m_requestUrlAndHeaderInfo.url)&&he.getInstanceIfHostBridgeInited()&&(t.m_requestUrlAndHeaderInfo=null,t.m_requestUrlAndHeaderInfoResolver=he.getInstanceIfHostBridgeInited()),t.m_requestUrlAndHeaderInfoResolver instanceof y&&(t.m_session=t.m_requestUrlAndHeaderInfoResolver),t._processingResult=!1,t._customData=Se.iterativeExecutor,t.sync=t.sync.bind(t),t}v.ClientRequestContext=be;var Oe=(Object.defineProperty(_e.prototype,"$proxy",{get:function(){return this.m_proxy},enumerable:!0,configurable:!0}),Object.defineProperty(_e.prototype,"$isNullObject",{get:function(){if(!this.m_isLoaded)throw new m.RuntimeError({code:oe.valueNotLoaded,httpStatusCode:400,message:A._getResourceString(et.valueNotLoaded),debugInfo:{errorLocation:"retrieveResult.$isNullObject"}});return this.m_isNullObject},enumerable:!0,configurable:!0}),_e.prototype.toJSON=function(){if(this.m_isLoaded)return this.m_isNullObject?null:(ot.isUndefined(this.m_json)&&(this.m_json=ot.purifyJson(this.m_value)),this.m_json)},_e.prototype.toString=function(){return JSON.stringify(this.toJSON())},_e.prototype._handleResult=function(e){this.m_isLoaded=!0,null===e||"object"==typeof e&&e&&e._IsNull?(this.m_isNullObject=!0,e=null):this.m_isNullObject=!1,this.m_shouldPolyfill&&(e=ot.changePropertyNameToCamelLowerCase(e)),this.m_value=e,this.m_proxy._handleRetrieveResult(e,this)},_e);function _e(e,t){this.m_proxy=e,this.m_shouldPolyfill=t;var n=e[Se.scalarPropertyNames],o=e[Se.navigationPropertyNames],r=e[Se.className],i=e[Se.isCollection];if(n)for(var a=0;a<n.length;a++)ot.definePropertyThrowUnloadedException(this,r,n[a]);if(o)for(a=0;a<o.length;a++)ot.definePropertyThrowUnloadedException(this,r,o[a]);i&&ot.definePropertyThrowUnloadedException(this,r,Se.itemsLowerCase)}var Ae,Se=(__extends(Pe,Ae=K),Pe.getItemAt="GetItemAt",Pe.index="_Index",Pe.iterativeExecutor="IterativeExecutor",Pe.isTracked="_IsTracked",Pe.eventMessageCategory=65536,Pe.eventWorkbookId="Workbook",Pe.eventSourceRemote="Remote",Pe.proxy="$proxy",Pe.className="_className",Pe.isCollection="_isCollection",Pe.collectionPropertyPath="_collectionPropertyPath",Pe.objectPathInfoDoNotKeepReferenceFieldName="D",Pe.officeScriptEventId="X-OfficeScriptEventId",Pe.officeScriptFireRecordingEvent="X-OfficeScriptFireRecordingEvent",Pe.officeControlId="X-OfficeControlId",Pe);function Pe(){return null!==Ae&&Ae.apply(this,arguments)||this}v.Constants=Se;var Te,Ee=(__extends(De,Te=U),Object.defineProperty(De.prototype,"traceInfos",{get:function(){return this.m_traceInfos},enumerable:!0,configurable:!0}),Object.defineProperty(De.prototype,"_responseTraceMessages",{get:function(){return this.m_responseTraceMessages},enumerable:!0,configurable:!0}),Object.defineProperty(De.prototype,"_responseTraceIds",{get:function(){return this.m_responseTraceIds},enumerable:!0,configurable:!0}),De.prototype._setResponseTraceIds=function(e){if(e)for(var t=0;t<e.length;t++){var n=e[t];this.m_responseTraceIds[n]=n;var o=this.m_traceInfos[n];A.isNullOrUndefined(o)||this.m_responseTraceMessages.push(o)}},De.prototype.addTrace=function(e,t){this.m_traceInfos[e]=t},De.prototype._addPendingEventHandlerAction=function(e,t){this.m_pendingEventHandlerActions[e._id]||(this.m_pendingEventHandlerActions[e._id]=[],this.m_pendingProcessEventHandlers.push(e)),this.m_pendingEventHandlerActions[e._id].push(t)},Object.defineProperty(De.prototype,"_pendingProcessEventHandlers",{get:function(){return this.m_pendingProcessEventHandlers},enumerable:!0,configurable:!0}),De.prototype._getPendingEventHandlerActions=function(e){return this.m_pendingEventHandlerActions[e._id]},De);function De(e){var t=Te.call(this,e)||this;return t.m_context=e,t.m_pendingProcessEventHandlers=[],t.m_pendingEventHandlerActions={},t.m_traceInfos={},t.m_responseTraceIds={},t.m_responseTraceMessages=[],t}v.ClientRequest=Ee;var we=(Object.defineProperty(Ie.prototype,"_registered",{get:function(){return this.m_registered},enumerable:!0,configurable:!0}),Object.defineProperty(Ie.prototype,"_id",{get:function(){return this.m_id},enumerable:!0,configurable:!0}),Object.defineProperty(Ie.prototype,"_handlers",{get:function(){return this.m_handlers},enumerable:!0,configurable:!0}),Object.defineProperty(Ie.prototype,"_context",{get:function(){return this.m_context},enumerable:!0,configurable:!0}),Object.defineProperty(Ie.prototype,"_callback",{get:function(){return this.m_callback},enumerable:!0,configurable:!0}),Ie.prototype.add=function(e){var t=ce.createTraceAction(this.m_context,null,!1);return this.m_context._pendingRequest._addPendingEventHandlerAction(this,{id:t.actionInfo.Id,handler:e,operation:0}),new Re(this.m_context,this,e)},Ie.prototype.remove=function(e){var t=ce.createTraceAction(this.m_context,null,!1);this.m_context._pendingRequest._addPendingEventHandlerAction(this,{id:t.actionInfo.Id,handler:e,operation:1})},Ie.prototype.removeAll=function(){var e=ce.createTraceAction(this.m_context,null,!1);this.m_context._pendingRequest._addPendingEventHandlerAction(this,{id:e.actionInfo.Id,handler:null,operation:2})},Ie.prototype._processRegistration=function(e){var t=this,n=A._createPromiseFromResult(null),o=e._getPendingEventHandlerActions(this);if(!o)return n;for(var r=[],i=0;i<this.m_handlers.length;i++)r.push(this.m_handlers[i]);var a=!1;for(i=0;i<o.length;i++)if(e._responseTraceIds[o[i].id])switch(a=!0,o[i].operation){case 0:r.push(o[i].handler);break;case 1:for(var s=r.length-1;0<=s;s--)if(r[s]===o[i].handler){r.splice(s,1);break}break;case 2:r=[]}return a&&(!this.m_registered&&0<r.length?n=n.then(function(){return t.m_eventInfo.registerFunc(t.m_callback)}).then(function(){return t.m_registered=!0}):this.m_registered&&0==r.length&&(n=n.then(function(){return t.m_eventInfo.unregisterFunc(t.m_callback)}).catch(function(e){A.log("Error when unregister event: "+JSON.stringify(e))}).then(function(){return t.m_registered=!1})),n=n.then(function(){return t.m_handlers=r})),n},Ie.prototype.fireEvent=function(e){for(var t=[],n=0;n<this.m_handlers.length;n++){var o=this.m_handlers[n],r=A._createPromiseFromResult(null).then(this.createFireOneEventHandlerFunc(o,e)).catch(function(e){A.log("Error when invoke handler: "+JSON.stringify(e))});t.push(r)}A.Promise.all(t)},Ie.prototype.createFireOneEventHandlerFunc=function(e,t){return function(){return e(t)}},Ie);function Ie(e,t,n,o){var r=this;this.m_id=e._nextId(),this.m_context=e,this.m_name=n,this.m_handlers=[],this.m_registered=!1,this.m_eventInfo=o,this.m_callback=function(e){r.m_eventInfo.eventArgsTransformFunc(e).then(function(e){return r.fireEvent(e)})}}v.EventHandlers=we;var xe,Fe,Re=(Object.defineProperty(Ne.prototype,"context",{get:function(){return this.m_context},enumerable:!0,configurable:!0}),Ne.prototype.remove=function(){this.m_allHandlers&&this.m_handler&&(this.m_allHandlers.remove(this.m_handler),this.m_allHandlers=null,this.m_handler=null)},Ne);function Ne(e,t,n){this.m_context=e,this.m_allHandlers=t,this.m_handler=n}function ke(){}v.EventHandlerResult=Re,xe=m=v._Internal||(v._Internal={}),ke.prototype.register=function(e,t,n){switch(e){case 4:return ot.promisify(function(e){return Office.context.document.bindings.getByIdAsync(t,e)}).then(function(t){return ot.promisify(function(e){return t.addHandlerAsync(Office.EventType.BindingDataChanged,n,e)})});case 3:return ot.promisify(function(e){return Office.context.document.bindings.getByIdAsync(t,e)}).then(function(t){return ot.promisify(function(e){return t.addHandlerAsync(Office.EventType.BindingSelectionChanged,n,e)})});case 2:return ot.promisify(function(e){return Office.context.document.addHandlerAsync(Office.EventType.DocumentSelectionChanged,n,e)});case 1:return ot.promisify(function(e){return Office.context.document.settings.addHandlerAsync(Office.EventType.SettingsChanged,n,e)});case 5:return OSF.DDA.RichApi.richApiMessageManager.register(n);case 13:return ot.promisify(function(e){return Office.context.document.addHandlerAsync(Office.EventType.ObjectDeleted,n,{id:t},e)});case 14:return ot.promisify(function(e){return Office.context.document.addHandlerAsync(Office.EventType.ObjectSelectionChanged,n,{id:t},e)});case 15:return ot.promisify(function(e){return Office.context.document.addHandlerAsync(Office.EventType.ObjectDataChanged,n,{id:t},e)});case 16:return ot.promisify(function(e){return Office.context.document.addHandlerAsync(Office.EventType.ContentControlAdded,n,{id:t},e)});default:throw xe.RuntimeError._createInvalidArgError({argumentName:"eventId"})}},ke.prototype.unregister=function(e,t,n){switch(e){case 4:return ot.promisify(function(e){return Office.context.document.bindings.getByIdAsync(t,e)}).then(function(t){return ot.promisify(function(e){return t.removeHandlerAsync(Office.EventType.BindingDataChanged,{handler:n},e)})});case 3:return ot.promisify(function(e){return Office.context.document.bindings.getByIdAsync(t,e)}).then(function(t){return ot.promisify(function(e){return t.removeHandlerAsync(Office.EventType.BindingSelectionChanged,{handler:n},e)})});case 2:return ot.promisify(function(e){return Office.context.document.removeHandlerAsync(Office.EventType.DocumentSelectionChanged,{handler:n},e)});case 1:return ot.promisify(function(e){return Office.context.document.settings.removeHandlerAsync(Office.EventType.SettingsChanged,{handler:n},e)});case 5:return ot.promisify(function(e){return OSF.DDA.RichApi.richApiMessageManager.removeHandlerAsync("richApiMessage",{handler:n},e)});case 13:return ot.promisify(function(e){return Office.context.document.removeHandlerAsync(Office.EventType.ObjectDeleted,{id:t,handler:n},e)});case 14:return ot.promisify(function(e){return Office.context.document.removeHandlerAsync(Office.EventType.ObjectSelectionChanged,{id:t,handler:n},e)});case 15:return ot.promisify(function(e){return Office.context.document.removeHandlerAsync(Office.EventType.ObjectDataChanged,{id:t,handler:n},e)});case 16:return ot.promisify(function(e){return Office.context.document.removeHandlerAsync(Office.EventType.ContentControlAdded,{id:t,handler:n},e)});default:throw xe.RuntimeError._createInvalidArgError({argumentName:"eventId"})}},Fe=ke,xe.officeJsEventRegistration=new Fe;var Me=(He.getTargetIdOrDefault=function(e){return ot.isNullOrUndefined(e)?"":e},He.prototype.getHandlers=function(e,t){t=He.getTargetIdOrDefault(t);var n=this.m_handlersByEventByTarget[e];n||(n={},this.m_handlersByEventByTarget[e]=n);var o=n[t];return o||(o=[],n[t]=o),o},He.prototype.callHandlers=function(e,t,n){for(var o=this.getHandlers(e,t),r=0;r<o.length;r++)o[r](n)},He.prototype.hasHandlers=function(e,t){return 0<this.getHandlers(e,t).length},He.prototype.register=function(e,t,n){if(!n)throw m.RuntimeError._createInvalidArgError({argumentName:"handler"});var o=this.getHandlers(e,t);return o.push(n),1===o.length?this.m_registerEventImpl(e,t):ot._createPromiseFromResult(null)},He.prototype.unregister=function(e,t,n){if(!n)throw m.RuntimeError._createInvalidArgError({argumentName:"handler"});for(var o=this.getHandlers(e,t),r=o.length-1;0<=r;r--)if(o[r]===n){o.splice(r,1);break}return 0===o.length?this.m_unregisterEventImpl(e,t):ot._createPromiseFromResult(null)},He);function He(e,t){this.m_handlersByEventByTarget={},this.m_registerEventImpl=e,this.m_unregisterEventImpl=t}v.EventRegistration=Me;var Le=(Ue.prototype.ready=function(){var e=this;return this.m_ready||(Ue._testReadyImpl?this.m_ready=Ue._testReadyImpl().then(function(){e.m_isReady=!0}):c.instance?this.m_ready=ot._createPromiseFromResult(null).then(function(){e.m_isReady=!0}):this.m_ready=m.officeJsEventRegistration.register(5,"",this.m_richApiMessageHandler).then(function(){e.m_isReady=!0})),this.m_ready},Object.defineProperty(Ue.prototype,"isReady",{get:function(){return this.m_isReady},enumerable:!0,configurable:!0}),Ue.prototype.register=function(e,t,n){var o=this;return this.ready().then(function(){return o.m_eventRegistration.register(e,t,n)})},Ue.prototype.unregister=function(e,t,n){var o=this;return this.ready().then(function(){return o.m_eventRegistration.unregister(e,t,n)})},Ue.prototype._registerEventImpl=function(e,t){return ot._createPromiseFromResult(null)},Ue.prototype._unregisterEventImpl=function(e,t){return ot._createPromiseFromResult(null)},Ue.prototype._handleRichApiMessage=function(e){if(e&&e.entries)for(var t=0;t<e.entries.length;t++){var n=e.entries[t];if(n.messageCategory==Se.eventMessageCategory){A._logEnabled&&A.log(JSON.stringify(n));var o=n.messageType,r=n.targetId;if(this.m_eventRegistration.hasHandlers(o,r)){var i=JSON.parse(n.message);n.isRemoteOverride&&(i.source=Se.eventSourceRemote),this.m_eventRegistration.callHandlers(o,r,i)}}}},Ue.getGenericEventRegistration=function(e){A.isNullOrUndefined(e)&&(e="");var t=Ue.s_genericEventRegistrations[e];return t||(t=new Ue,Ue.s_genericEventRegistrations[e]=t),t},Ue.peekGenericEventRegistrationOrNull=function(e){return A.isNullOrUndefined(e)&&(e=""),Ue.s_genericEventRegistrations[e]},Ue.richApiMessageEventCategory=65536,Ue.s_genericEventRegistrations={},Ue);function Ue(){this.m_eventRegistration=new Me(this._registerEventImpl.bind(this),this._unregisterEventImpl.bind(this)),this.m_richApiMessageHandler=this._handleRichApiMessage.bind(this)}v.GenericEventRegistration=Le,v._testSetRichApiMessageReadyImpl=function(e){Le._testReadyImpl=e},v._testTriggerRichApiMessageEvent=function(e){Le.getGenericEventRegistration("")._handleRichApiMessage(e)};var je,Be=(__extends(We,je=we),We.prototype.add=function(e){var t=this;0==this._handlers.length&&this.m_genericEventInfo.registerFunc&&this.m_genericEventInfo.registerFunc();var n=this._context._controlId;return Le.getGenericEventRegistration(n).isReady||this._context._pendingRequest._addPreSyncPromise(Le.getGenericEventRegistration(n).ready()),ce.createTraceMarkerForCallback(this._context,function(){t._handlers.push(e),1==t._handlers.length&&Le.getGenericEventRegistration(n).register(t.m_genericEventInfo.eventType,t.m_genericEventInfo.getTargetIdFunc(),t._callback)}),new Re(this._context,this,e)},We.prototype.remove=function(n){var o=this;1==this._handlers.length&&this.m_genericEventInfo.unregisterFunc&&this.m_genericEventInfo.unregisterFunc();var r=this._context._controlId;ce.createTraceMarkerForCallback(this._context,function(){for(var e=o._handlers,t=e.length-1;0<=t;t--)if(e[t]===n){e.splice(t,1);break}0==e.length&&Le.getGenericEventRegistration(r).unregister(o.m_genericEventInfo.eventType,o.m_genericEventInfo.getTargetIdFunc(),o._callback)})},We.prototype.removeAll=function(){},We);function We(e,t,n,o){var r=je.call(this,e,t,n,o)||this;return r.m_genericEventInfo=o,r}v.GenericEventHandlers=Be;var qe=(Ve.prototype._handleResult=function(e){this.m_clientObject._handleIdResult(e)},Ve);function Ve(e){this.m_clientObject=e}var Ge=(ze.createGlobalObjectObjectPath=function(e){var t={Id:e._nextId(),ObjectPathType:1,Name:""};return new R(t,null,!1,!1,1,4)},ze.createNewObjectObjectPath=function(e,t,n,o){var r={Id:e._nextId(),ObjectPathType:2,Name:t};return new R(r,null,n,!1,1,ot._fixupApiFlags(o))},ze.createPropertyObjectPath=function(e,t,n,o,r,i){var a={Id:e._nextId(),ObjectPathType:4,Name:n,ParentObjectPathId:t._objectPath.objectPathInfo.Id};return new R(a,t._objectPath,o,r,1,ot._fixupApiFlags(i))},ze.createIndexerObjectPath=function(e,t,n){var o={Id:e._nextId(),ObjectPathType:5,Name:"",ParentObjectPathId:t._objectPath.objectPathInfo.Id,ArgumentInfo:{}};return o.ArgumentInfo.Arguments=n,new R(o,t._objectPath,!1,!1,1,4)},ze.createIndexerObjectPathUsingParentPath=function(e,t,n){var o={Id:e._nextId(),ObjectPathType:5,Name:"",ParentObjectPathId:t.objectPathInfo.Id,ArgumentInfo:{}};return o.ArgumentInfo.Arguments=n,new R(o,t,!1,!1,1,4)},ze.createMethodObjectPath=function(e,t,n,o,r,i,a,s,c){var l={Id:e._nextId(),ObjectPathType:3,Name:n,ParentObjectPathId:t._objectPath.objectPathInfo.Id,ArgumentInfo:{}},u=ot.setMethodArguments(e,l.ArgumentInfo,r),d=new R(l,t._objectPath,i,a,o,ot._fixupApiFlags(c));return d.argumentObjectPaths=u,d.getByIdMethodName=s,d},ze.createReferenceIdObjectPath=function(e,t){var n={Id:e._nextId(),ObjectPathType:6,Name:t,ArgumentInfo:{}};return new R(n,null,!1,!1,1,4)},ze.createChildItemObjectPathUsingIndexerOrGetItemAt=function(e,t,n,o,r){var i=ot.tryGetObjectIdFromLoadOrRetrieveResult(o);return e&&!ot.isNullOrUndefined(i)?ze.createChildItemObjectPathUsingIndexer(t,n,o):ze.createChildItemObjectPathUsingGetItemAt(t,n,o,r)},ze.createChildItemObjectPathUsingIndexer=function(e,t,n){var o=ot.tryGetObjectIdFromLoadOrRetrieveResult(n),r=r={Id:e._nextId(),ObjectPathType:5,Name:"",ParentObjectPathId:t._objectPath.objectPathInfo.Id,ArgumentInfo:{}};return r.ArgumentInfo.Arguments=[o],new R(r,t._objectPath,!1,!1,1,4)},ze.createChildItemObjectPathUsingGetItemAt=function(e,t,n,o){var r=n[Se.index];r&&(o=r);var i={Id:e._nextId(),ObjectPathType:3,Name:Se.getItemAt,ParentObjectPathId:t._objectPath.objectPathInfo.Id,ArgumentInfo:{}};return i.ArgumentInfo.Arguments=[o],new R(i,t._objectPath,!1,!1,1,4)},ze);function ze(){}v.ObjectPathFactory=Ge;var Je=(Ke.prototype.executeAsync=function(e,t,n,o){var r=this,i=O.buildMessageArrayForIRequestExecutor(e,t,n,Ke.SourceLibHeaderValue,o),a=this.m_context._blockWrite&&0!=(1&t);if(a)throw"Block Write: "+a;return new v.Promise(function(n,e){OSF.DDA.RichApi.executeRichApiRequestAsync(i,function(e){var t;A.log("Response:"),A.log(JSON.stringify(e)),"succeeded"==e.status?t=O.buildResponseOnSuccess(O.getResponseBody(e),O.getResponseHeaders(e)):(t=O.buildResponseOnError(e.error.code,e.error.message),r.m_context._processOfficeJsErrorResponse(e.error.code,t)),n(t)})})},Ke.SourceLibHeaderValue="officejs",Ke);function Ke(e){this.m_context=e}var Xe=(Qe.prototype.add=function(e){var t=this;Array.isArray(e)?e.forEach(function(e){return t._addCommon(e,!0)}):this._addCommon(e,!0)},Qe.prototype._autoAdd=function(e){this._addCommon(e,!1),this._autoCleanupList[e._objectPath.objectPathInfo.Id]=e},Qe.prototype._autoTrackIfNecessaryWhenHandleObjectResultValue=function(e,t){this.m_context._autoCleanup&&!e[Se.isTracked]&&e!==this.m_context._rootObject&&t&&!ot.isNullOrEmptyString(t[Se.referenceId])&&((this._autoCleanupList[e._objectPath.objectPathInfo.Id]=e)[Se.isTracked]=!0)},Qe.prototype._addCommon=function(e,t){if(e[Se.isTracked])t&&this.m_context._autoCleanup&&delete this._autoCleanupList[e._objectPath.objectPathInfo.Id];else{var n=e[Se.referenceId];if(e._objectPath.objectPathInfo[Se.objectPathInfoDoNotKeepReferenceFieldName])throw ot.createRuntimeError(g.generalException,A._getResourceString(et.objectIsUntracked),null);ot.isNullOrEmptyString(n)&&e._KeepReference&&(e._KeepReference(),ce.createInstantiateAction(this.m_context,e),t&&this.m_context._autoCleanup&&delete this._autoCleanupList[e._objectPath.objectPathInfo.Id],e[Se.isTracked]=!0)}},Qe.prototype.remove=function(e){var t=this;Array.isArray(e)?e.forEach(function(e){return t._removeCommon(e)}):this._removeCommon(e)},Qe.prototype._removeCommon=function(e){e._objectPath.objectPathInfo[Se.objectPathInfoDoNotKeepReferenceFieldName]=!0,e.context._pendingRequest._removeKeepReferenceAction(e._objectPath.objectPathInfo.Id);var t=e[Se.referenceId];if(!ot.isNullOrEmptyString(t)){var n=this.m_context._rootObject;n._RemoveReference&&n._RemoveReference(t)}delete e[Se.isTracked]},Qe.prototype._retrieveAndClearAutoCleanupList=function(){var e=this._autoCleanupList;return this._autoCleanupList={},e},Qe);function Qe(e){this._autoCleanupList={},this.m_context=e}v.TrackedObjects=Xe;var $e=(Ye.prototype.process=function(){this.m_showDispose&&Ee._calculateLastUsedObjectPathIds(this.m_actions);for(var e=0;e<this.m_actions.length;e++)this.processOneAction(this.m_actions[e]);return this.m_statements},Ye.prototype.processForDebugStatementInfo=function(e){this.m_showDispose&&Ee._calculateLastUsedObjectPathIds(this.m_actions),this.m_statements=[];for(var t=-1,n=0;n<this.m_actions.length&&(this.processOneAction(this.m_actions[n]),e==n&&(t=this.m_statements.length-1),!(0<=t&&this.m_statements.length>t+5+1));n++);if(t<0)return null;var o=t-5;o<0&&(o=0);var r=t+1+5;r>this.m_statements.length&&(r=this.m_statements.length);var i=[];0!=o&&i.push("...");for(var a=o;a<t;a++)i.push(this.m_statements[a]);i.push("// >>>>>"),i.push(this.m_statements[t]),i.push("// <<<<<");for(var s=t+1;s<r;s++)i.push(this.m_statements[s]);return r<this.m_statements.length&&i.push("..."),{statement:this.m_statements[t],surroundingStatements:i}},Ye.prototype.processOneAction=function(e){switch(e.actionInfo.ActionType){case 1:this.processInstantiateAction(e);break;case 3:this.processMethodAction(e);break;case 2:this.processQueryAction(e);break;case 7:this.processQueryAsJsonAction(e);break;case 6:this.processRecursiveQueryAction(e);break;case 4:this.processSetPropertyAction(e);break;case 5:this.processTraceAction(e);break;case 8:this.processEnsureUnchangedAction(e);break;case 9:this.processUpdateAction(e)}},Ye.prototype.processInstantiateAction=function(e){var t=e.actionInfo.ObjectPathId,n=this.m_referencedObjectPaths[t],o=this.getObjVarName(t);if(this.m_declaredObjectPathMap[t])r="// Instantiate {"+o+"}",r=this.appendDisposeCommentIfRelevant(r,e),this.m_statements.push(r);else{var r="var "+o+" = "+this.buildObjectPathExpressionWithParent(n)+";";r=this.appendDisposeCommentIfRelevant(r,e),this.m_statements.push(r),this.m_declaredObjectPathMap[t]=o}},Ye.prototype.processMethodAction=function(e){var t=e.actionInfo.Name;if("_KeepReference"===t){if(!v._internalConfig.showInternalApiInDebugInfo)return;t="track"}var n=this.getObjVarName(e.actionInfo.ObjectPathId)+"."+ot._toCamelLowerCase(t)+"("+this.buildArgumentsExpression(e.actionInfo.ArgumentInfo)+");";n=this.appendDisposeCommentIfRelevant(n,e),this.m_statements.push(n)},Ye.prototype.processQueryAction=function(e){var t=this.buildQueryExpression(e),n=this.getObjVarName(e.actionInfo.ObjectPathId)+".load("+t+");";n=this.appendDisposeCommentIfRelevant(n,e),this.m_statements.push(n)},Ye.prototype.processQueryAsJsonAction=function(e){var t=this.buildQueryExpression(e),n=this.getObjVarName(e.actionInfo.ObjectPathId)+".retrieve("+t+");";n=this.appendDisposeCommentIfRelevant(n,e),this.m_statements.push(n)},Ye.prototype.processRecursiveQueryAction=function(e){var t="";e.actionInfo.RecursiveQueryInfo&&(t=JSON.stringify(e.actionInfo.RecursiveQueryInfo));var n=this.getObjVarName(e.actionInfo.ObjectPathId)+".loadRecursive("+t+");";n=this.appendDisposeCommentIfRelevant(n,e),this.m_statements.push(n)},Ye.prototype.processSetPropertyAction=function(e){var t=this.getObjVarName(e.actionInfo.ObjectPathId)+"."+ot._toCamelLowerCase(e.actionInfo.Name)+" = "+this.buildArgumentsExpression(e.actionInfo.ArgumentInfo)+";";t=this.appendDisposeCommentIfRelevant(t,e),this.m_statements.push(t)},Ye.prototype.processTraceAction=function(e){var t="context.trace();";t=this.appendDisposeCommentIfRelevant(t,e),this.m_statements.push(t)},Ye.prototype.processEnsureUnchangedAction=function(e){var t=this.getObjVarName(e.actionInfo.ObjectPathId)+".ensureUnchanged("+JSON.stringify(e.actionInfo.ObjectState)+");";t=this.appendDisposeCommentIfRelevant(t,e),this.m_statements.push(t)},Ye.prototype.processUpdateAction=function(e){var t=this.getObjVarName(e.actionInfo.ObjectPathId)+".update("+JSON.stringify(e.actionInfo.ObjectState)+");";t=this.appendDisposeCommentIfRelevant(t,e),this.m_statements.push(t)},Ye.prototype.appendDisposeCommentIfRelevant=function(e,t){var n=this;if(this.m_showDispose){var o=t.actionInfo.L;if(o&&0<o.length)return e+" // And then dispose {"+o.map(function(e){return n.getObjVarName(e)}).join(", ")+"}"}return e},Ye.prototype.buildQueryExpression=function(e){if(e.actionInfo.QueryInfo){var t={};return t.select=e.actionInfo.QueryInfo.Select,t.expand=e.actionInfo.QueryInfo.Expand,t.skip=e.actionInfo.QueryInfo.Skip,t.top=e.actionInfo.QueryInfo.Top,void 0===t.top&&void 0===t.skip&&void 0===t.expand?void 0===t.select?"":JSON.stringify(t.select):JSON.stringify(t)}return""},Ye.prototype.buildObjectPathExpressionWithParent=function(e){return 5!=e.objectPathInfo.ObjectPathType&&3!=e.objectPathInfo.ObjectPathType&&4!=e.objectPathInfo.ObjectPathType||!e.objectPathInfo.ParentObjectPathId?this.buildObjectPathExpression(e):this.getObjVarName(e.objectPathInfo.ParentObjectPathId)+"."+this.buildObjectPathExpression(e)},Ye.prototype.buildObjectPathExpression=function(e){var t=this.buildObjectPathInfoExpression(e.objectPathInfo),n=e.originalObjectPathInfo;return n&&(t=t+" /* originally "+this.buildObjectPathInfoExpression(n)+" */"),t},Ye.prototype.buildObjectPathInfoExpression=function(e){switch(e.ObjectPathType){case 1:return"context."+this.m_globalObjName;case 5:return"getItem("+this.buildArgumentsExpression(e.ArgumentInfo)+")";case 3:return ot._toCamelLowerCase(e.Name)+"("+this.buildArgumentsExpression(e.ArgumentInfo)+")";case 2:return e.Name+".newObject()";case 7:return"null";case 4:return ot._toCamelLowerCase(e.Name);case 6:return"context."+this.m_globalObjName+"._getObjectByReferenceId("+JSON.stringify(e.Name)+")"}},Ye.prototype.buildArgumentsExpression=function(e){var t="";if(!e.Arguments||0===e.Arguments.length)return t;if(this.m_removePII)return void 0===e.Arguments[0]?t:"...";for(var n=0;n<e.Arguments.length;n++)0<n&&(t+=", "),t+=this.buildArgumentLiteral(e.Arguments[n],e.ReferencedObjectPathIds?e.ReferencedObjectPathIds[n]:null);return"undefined"===t&&(t=""),t},Ye.prototype.buildArgumentLiteral=function(e,t){return"number"==typeof e&&e===t?this.getObjVarName(t):JSON.stringify(e)},Ye.prototype.getObjVarNameBase=function(e){var t="v",n=this.m_referencedObjectPaths[e];if(n)switch(n.objectPathInfo.ObjectPathType){case 1:t=this.m_globalObjName;break;case 4:t=ot._toCamelLowerCase(n.objectPathInfo.Name);break;case 3:var o=n.objectPathInfo.Name;3<o.length&&"Get"===o.substr(0,3)&&(o=o.substr(3)),t=ot._toCamelLowerCase(o);break;case 5:var r=this.getObjVarNameBase(n.objectPathInfo.ParentObjectPathId);t="s"===r.charAt(r.length-1)?r.substr(0,r.length-1):r+"Item"}return t},Ye.prototype.getObjVarName=function(e){if(this.m_variableNameForObjectPathMap[e])return this.m_variableNameForObjectPathMap[e];var t=this.getObjVarNameBase(e);if(!this.m_variableNameToObjectPathMap[t])return this.m_variableNameForObjectPathMap[e]=t,this.m_variableNameToObjectPathMap[t]=e,t;for(var n=1;this.m_variableNameToObjectPathMap[t+n.toString()];)n++;return t+=n.toString(),this.m_variableNameForObjectPathMap[e]=t,this.m_variableNameToObjectPathMap[t]=e,t},Ye);function Ye(e,t,n,o,r){e=e||"root",this.m_globalObjName=e,this.m_referencedObjectPaths=t,this.m_actions=n,this.m_statements=[],this.m_variableNameForObjectPathMap={},this.m_variableNameToObjectPathMap={},this.m_declaredObjectPathMap={},this.m_showDispose=o,this.m_removePII=r}var Ze,et=(__extends(tt,Ze=ee),tt.cannotRegisterEvent="CannotRegisterEvent",tt.connectionFailureWithStatus="ConnectionFailureWithStatus",tt.connectionFailureWithDetails="ConnectionFailureWithDetails",tt.propertyNotLoaded="PropertyNotLoaded",tt.runMustReturnPromise="RunMustReturnPromise",tt.moreInfoInnerError="MoreInfoInnerError",tt.cannotApplyPropertyThroughSetMethod="CannotApplyPropertyThroughSetMethod",tt.invalidOperationInCellEditMode="InvalidOperationInCellEditMode",tt.objectIsUntracked="ObjectIsUntracked",tt.customFunctionDefintionMissing="CustomFunctionDefintionMissing",tt.customFunctionImplementationMissing="CustomFunctionImplementationMissing",tt.customFunctionNameContainsBadChars="CustomFunctionNameContainsBadChars",tt.customFunctionNameCannotSplit="CustomFunctionNameCannotSplit",tt.customFunctionUnexpectedNumberOfEntriesInResultBatch="CustomFunctionUnexpectedNumberOfEntriesInResultBatch",tt.customFunctionCancellationHandlerMissing="CustomFunctionCancellationHandlerMissing",tt.customFunctionInvalidFunction="CustomFunctionInvalidFunction",tt.customFunctionInvalidFunctionMapping="CustomFunctionInvalidFunctionMapping",tt.customFunctionWindowMissing="CustomFunctionWindowMissing",tt.customFunctionDefintionMissingOnWindow="CustomFunctionDefintionMissingOnWindow",tt.pendingBatchInProgress="PendingBatchInProgress",tt.notInsideBatch="NotInsideBatch",tt.cannotUpdateReadOnlyProperty="CannotUpdateReadOnlyProperty",tt);function tt(){return null!==Ze&&Ze.apply(this,arguments)||this}v.ResourceStrings=et,A.addResourceStringValues({CannotRegisterEvent:"The event handler cannot be registered.",PropertyNotLoaded:"The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call \"context.sync()\" on the associated request context.",RunMustReturnPromise:'The batch function passed to the ".run" method didn\'t return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()".',InvalidOrTimedOutSessionMessage:"Your Office Online session has expired or is invalid. To continue, refresh the page.",InvalidOperationInCellEditMode:"Excel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.",InvalidSheetName:"The request cannot be processed because the specified worksheet cannot be found. Please try again.",CustomFunctionDefintionMissing:"A property with the name '{0}' that represents the function's definition must exist on Excel.Script.CustomFunctions.",CustomFunctionDefintionMissingOnWindow:"A property with the name '{0}' that represents the function's definition must exist on the window object.",CustomFunctionImplementationMissing:"The property with the name '{0}' on Excel.Script.CustomFunctions that represents the function's definition must contain a 'call' property that implements the function.",CustomFunctionNameContainsBadChars:"The function name may only contain letters, digits, underscores, and periods.",CustomFunctionNameCannotSplit:"The function name must contain a non-empty namespace and a non-empty short name.",CustomFunctionUnexpectedNumberOfEntriesInResultBatch:"The batching function returned a number of results that doesn't match the number of parameter value sets that were passed into it.",CustomFunctionCancellationHandlerMissing:"The cancellation handler onCanceled is missing in the function. The handler must be present as the function is defined as cancelable.",CustomFunctionInvalidFunction:"The property with the name '{0}' that represents the function's definition is not a valid function.",CustomFunctionInvalidFunctionMapping:"The property with the name '{0}' on CustomFunctionMappings that represents the function's definition is not a valid function.",CustomFunctionWindowMissing:"The window object was not found.",PendingBatchInProgress:"There is a pending batch in progress. The batch method may not be called inside another batch, or simultaneously with another batch.",NotInsideBatch:"Operations may not be invoked outside of a batch method.",CannotUpdateReadOnlyProperty:"The property '{0}' is read-only and it cannot be updated.",ObjectIsUntracked:"The object is untracked."});var nt,ot=(__extends(rt,nt=$),rt.fixObjectPathIfNecessary=function(e,t){e&&e._objectPath&&t&&e._objectPath.updateUsingObjectData(t,e)},rt.load=function(e,t){return e.context.load(e,t),e},rt.loadAndSync=function(e,t){return e.context.load(e,t),e.context.sync().then(function(){return e})},rt.retrieve=function(e,t){var n=v._internalConfig.alwaysPolyfillClientObjectRetrieveMethod;n=n||!rt.isSetSupported("RichApiRuntime","1.1");var o=new Oe(e,n);return e._retrieve(t,o),o},rt.retrieveAndSync=function(e,t){var n=rt.retrieve(e,t);return e.context.sync().then(function(){return n})},rt.toJson=function(e,t,n,o){var r={};for(var i in t)void 0!==(a=t[i])&&(r[i]=a);for(var i in n){var a;void 0!==(a=n[i])&&(a[rt.fieldName_isCollection]&&void 0!==a[rt.fieldName_m__items]?r[i]=a.toJSON().items:r[i]=a.toJSON())}return o&&(r.items=o.map(function(e){return e.toJSON()})),r},rt.throwError=function(e,t,n){throw new m.RuntimeError({code:e,httpStatusCode:400,message:A._getResourceString(e,t),debugInfo:n?{errorLocation:n}:void 0})},rt.createRuntimeError=function(e,t,n,o,r){return new m.RuntimeError({code:e,httpStatusCode:o,message:t,debugInfo:{errorLocation:n},data:r})},rt.throwIfNotLoaded=function(e,t,n,o){if(!o&&A.isUndefined(t)&&e.charCodeAt(0)!=rt.s_underscoreCharCode&&!rt.s_suppressPropertyNotLoadedException)throw rt.createPropertyNotLoadedException(n,e)},rt._getPropertyValueWithoutCheckLoaded=function(e,t){rt.s_suppressPropertyNotLoadedException=!0;try{return e[t]}finally{rt.s_suppressPropertyNotLoadedException=!1}},rt.createPropertyNotLoadedException=function(e,t){return new m.RuntimeError({code:oe.propertyNotLoaded,httpStatusCode:400,message:A._getResourceString(et.propertyNotLoaded,t),debugInfo:e?{errorLocation:e+"."+t}:void 0})},rt.createCannotUpdateReadOnlyPropertyException=function(e,t){return new m.RuntimeError({code:oe.cannotUpdateReadOnlyProperty,httpStatusCode:400,message:A._getResourceString(et.cannotUpdateReadOnlyProperty,t),debugInfo:e?{errorLocation:e+"."+t}:void 0})},rt.promisify=function(e){return new v.Promise(function(t,n){e(function(e){"failed"==e.status?n(e.error):t(e.value)})})},rt._addActionResultHandler=function(e,t,n){e.context._pendingRequest.addActionResultHandler(t,n)},rt._handleNavigationPropertyResults=function(e,t,n){for(var o=0;o<n.length-1;o+=2)A.isUndefined(t[n[o+1]])||e[n[o]]._handleResult(t[n[o+1]])},rt._fixupApiFlags=function(e){return"boolean"==typeof e&&(e=e?1:0),e},rt.definePropertyThrowUnloadedException=function(e,t,n){Object.defineProperty(e,n,{configurable:!0,enumerable:!0,get:function(){throw rt.createPropertyNotLoadedException(t,n)},set:function(){throw rt.createCannotUpdateReadOnlyPropertyException(t,n)}})},rt.defineReadOnlyPropertyWithValue=function(e,t,n){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return n},set:function(){throw rt.createCannotUpdateReadOnlyPropertyException(null,t)}})},rt.processRetrieveResult=function(e,t,n,o){if(!A.isNullOrUndefined(t))if(o){var r=t[Se.itemsLowerCase];if(Array.isArray(r)){for(var i=[],a=0;a<r.length;a++){var s=o(r[a],a),c={};(c[Se.proxy]=s)._handleRetrieveResult(r[a],c),i.push(c)}rt.defineReadOnlyPropertyWithValue(n,Se.itemsLowerCase,i)}}else{var l=e[Se.scalarPropertyNames],u=e[Se.navigationPropertyNames],d=e[Se.className];if(l)for(a=0;a<l.length;a++){var f=t[p=l[a]];A.isUndefined(f)?rt.definePropertyThrowUnloadedException(n,d,p):rt.defineReadOnlyPropertyWithValue(n,p,f)}if(u)for(a=0;a<u.length;a++){var p;if(f=t[p=u[a]],A.isUndefined(f))rt.definePropertyThrowUnloadedException(n,d,p);else{var m=e[p],g={};m._handleRetrieveResult(f,g),g[Se.proxy]=m,Array.isArray(g[Se.itemsLowerCase])&&(g=g[Se.itemsLowerCase]),rt.defineReadOnlyPropertyWithValue(n,p,g)}}}},rt.setMockData=function(e,t,n,o){if(A.isNullOrUndefined(t))e._handleResult(t);else{if(e[Se.scalarPropertyOriginalNames]){for(var r={},i=e[Se.scalarPropertyOriginalNames],a=e[Se.scalarPropertyNames],s=0;s<a.length;s++)void 0!==t[a[s]]&&(r[i[s]]=t[a[s]]);e._handleResult(r)}if(e[Se.navigationPropertyNames]){var c=e[Se.navigationPropertyNames];for(s=0;s<c.length;s++)if(void 0!==t[c[s]]){var l=e[c[s]];l.setMockData&&l.setMockData(t[c[s]])}}if(e[Se.isCollection]&&n){var u=Array.isArray(t)?t:t[Se.itemsLowerCase];if(Array.isArray(u)){var d=[];for(s=0;s<u.length;s++){var f=n(u,s);rt.setMockData(f,u[s]),d.push(f)}o(d)}}}},rt.applyMixin=function(t,n){Object.getOwnPropertyNames(n.prototype).forEach(function(e){"constructor"!==e&&Object.defineProperty(t.prototype,e,Object.getOwnPropertyDescriptor(n.prototype,e))})},rt.ensureTypeInitialized=function(e){var t=new be;new e(t,Ge.createNewObjectObjectPath(t,"Temp",!1,0))},rt.fieldName_m__items="m__items",rt.fieldName_isCollection="_isCollection",rt._synchronousCleanup=!1,rt.s_underscoreCharCode="_".charCodeAt(0),rt.s_suppressPropertyNotLoadedException=!1,rt);function rt(){return null!==nt&&nt.apply(this,arguments)||this}v.Utility=ot;var it=(at.invokeMethod=function(e,t,n,o,r,i){var a=ce.createMethodAction(e.context,e,t,n,o,r),s=new B(i);return ot._addActionResultHandler(e,a,s),s},at.invokeEnsureUnchanged=function(e,t){ce.createEnsureUnchangedAction(e.context,e,t)},at.invokeSetProperty=function(e,t,n,o){ce.createSetPropertyAction(e.context,e,t,n,o)},at.createRootServiceObject=function(e,t){return new e(t,Ge.createGlobalObjectObjectPath(t))},at.createObjectFromReferenceId=function(e,t,n){return new e(t,Ge.createReferenceIdObjectPath(t,n))},at.createTopLevelServiceObject=function(e,t,n,o,r){return new e(t,Ge.createNewObjectObjectPath(t,n,o,r))},at.createPropertyObject=function(e,t,n,o,r){var i=Ge.createPropertyObjectPath(t.context,t,n,o,!1,r);return new e(t.context,i)},at.createIndexerObject=function(e,t,n){var o=Ge.createIndexerObjectPath(t.context,t,n);return new e(t.context,o)},at.createMethodObject=function(e,t,n,o,r,i,a,s,c){var l=Ge.createMethodObjectPath(t.context,t,n,o,r,i,a,s,c);return new e(t.context,l)},at.createChildItemObject=function(e,t,n,o,r){var i=Ge.createChildItemObjectPathUsingIndexerOrGetItemAt(t,n.context,n,o,r);return new e(n.context,i)},at);function at(){}v.BatchApiHelper=it;var st=(ct.prototype.ensureArraySize=function(e,t){for(var n=t-e.length;0<n;)e.push(0),n--},ct.prototype.getString=function(e){return"number"==typeof e?0<e?this.m_strings[e-1]:null:e},ct.prototype.buildEnumType=function(e){var t;if(Array.isArray(e)){(t={name:e[0],fields:e[2]}).fields||(t.fields={});var n=e[1];if(Array.isArray(n))for(var o=0;o<n.length;o++)t.fields[n[o]]=this.toSimpleCamelUpperCase(n[o])}else t=e;this.m_targetNamespaceObject[t.name]=t.fields},ct.prototype.buildClientObjectType=function(n,e){function t(e,t){de.apply(this,arguments),o.m_targetNamespaceObject[n.name]._typeInited||(o.buildPrototype(o.m_targetNamespaceObject[n.name],n),o.m_targetNamespaceObject[n.name]._typeInited=!0),v._internalConfig.appendTypeNameToObjectPathInfo&&this._objectPath&&this._objectPath.objectPathInfo&&this._className&&(this._objectPath.objectPathInfo.T=this._className)}var o=this;this.m_targetNamespaceObject[n.name]=t,this.extendsType(t,de),this.buildNewObject(t,n),0!=(2&n.behaviorFlags)&&(t.prototype._KeepReference=function(){it.invokeMethod(this,"_KeepReference",1,[],0,0)}),0!=(32&n.behaviorFlags)&&this.getFunction(ct.CustomizationCodeNamespace+"."+n.name+"_StaticCustomize").call(null,t),e&&(this.buildPrototype(t,n),t._typeInited=!0)},ct.prototype.extendsType=function(e,t){function n(){this.constructor=e}e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},ct.prototype.findObjectUnderPath=function(e,t,n){for(var o=e,r=n;r<t.length;r++){if("object"!=typeof o)throw new v.Error("Cannot find "+t.join("."));o=o[t[r]]}return o},ct.prototype.getFunction=function(e){var t=this.resolveObjectByFullName(e);if("function"!=typeof t)throw new v.Error("Cannot find function or type: "+e);return t},ct.prototype.resolveObjectByFullName=function(e){var t=e.split(".");if(1===t.length)return this.m_targetNamespaceObject[t[0]];var n=t[0];return n===this.m_namespace?this.findObjectUnderPath(this.m_targetNamespaceObject,t,1):this.m_namespaceMap[n]?this.findObjectUnderPath(this.m_namespaceMap[n],t,1):this.findObjectUnderPath(this.m_targetNamespaceObject,t,0)},ct.prototype.evaluateSimpleExpression=function(e,t){if(ot.isNullOrUndefined(e))return null;var n=e.split(".");if(3===n.length&&"OfficeExtension"===n[0]&&"Constants"===n[1])return Se[n[2]];if("this"!==n[0])throw new v.Error("Cannot evaluate: "+e);for(var o=t,r=1;r<n.length;r++)o="toString()"==n[r]?o.toString():"()"===n[r].substr(n[r].length-2)?o[n[r].substr(0,n[r].length-2)]():o[n[r]];return o},ct.prototype.evaluateEventTargetId=function(e,t){return ot.isNullOrEmptyString(e)?"":this.evaluateSimpleExpression(e,t)},ct.prototype.isAllDigits=function(e){for(var t="0".charCodeAt(0),n="9".charCodeAt(0),o=0;o<e.length;o++)if(e.charCodeAt(o)<t||e.charCodeAt(o)>n)return!1;return!0},ct.prototype.evaluateEventType=function(e){if(ot.isNullOrEmptyString(e))return 0;if(this.isAllDigits(e))return parseInt(e);var t=this.resolveObjectByFullName(e);if("number"!=typeof t)throw new v.Error("Invalid event type: "+e);return t},ct.prototype.buildPrototype=function(e,t){this.buildScalarProperties(e,t),this.buildNavigationProperties(e,t),this.buildScalarMethods(e,t),this.buildNavigationMethods(e,t),this.buildEvents(e,t),this.buildHandleResult(e,t),this.buildHandleIdResult(e,t),this.buildHandleRetrieveResult(e,t),this.buildLoad(e,t),this.buildRetrieve(e,t),this.buildSetMockData(e,t),this.buildEnsureUnchanged(e,t),this.buildUpdate(e,t),this.buildSet(e,t),this.buildToJSON(e,t),this.buildItems(e,t),this.buildTypeMetadataInfo(e,t),this.buildTrackUntrack(e,t),this.buildMixin(e,t)},ct.prototype.toSimpleCamelUpperCase=function(e){return e.substr(0,1).toUpperCase()+e.substr(1)},ct.prototype.ensureOriginalName=function(e){null===e.originalName&&(e.originalName=this.toSimpleCamelUpperCase(e.name))},ct.prototype.getFieldName=function(e){return"m_"+e.name},ct.prototype.throwIfApiNotSupported=function(e,t){if(this.m_apiSets&&0<t.apiSetInfoOrdinal){var n=this.m_apiSets[t.apiSetInfoOrdinal-1];n&&ot.throwIfApiNotSupported(e.name+"."+t.name,n.name,n.version,this.m_hostName)}},ct.prototype.buildScalarProperties=function(e,t){if(Array.isArray(t.scalarProperties))for(var n=0;n<t.scalarProperties.length;n++){var o=t.scalarProperties[n];Array.isArray(o)&&(this.ensureArraySize(o,6),t.scalarProperties[n]={name:this.getString(o[0]),behaviorFlags:o[1],apiSetInfoOrdinal:o[2],originalName:this.getString(o[3]),setMethodApiFlags:o[4],undoableApiSetInfoOrdinal:o[5]}),this.buildScalarProperty(e,t,t.scalarProperties[n])}},ct.prototype.calculateApiFlags=function(e,t){if(0<t){var n=this.m_apiSets[t-1];n&&(e=$.calculateApiFlags(e,n.name,n.version))}return e},ct.prototype.buildScalarProperty=function(e,n,o){this.ensureOriginalName(o);var r=this,i=this.getFieldName(o),t={get:function(){return ot.throwIfNotLoaded(o.name,this[i],n.name,this._isNull),r.throwIfApiNotSupported(n,o),this[i]},enumerable:!0,configurable:!0};0==(2&o.behaviorFlags)&&(t.set=function(e){if(!(4&o.behaviorFlags&&r.getFunction(ct.CustomizationCodeNamespace+"."+n.name+"_"+o.originalName+"_Set").call(this,this,e).handled)){this[i]=e;var t=r.calculateApiFlags(o.setMethodApiFlags,o.undoableApiSetInfoOrdinal);it.invokeSetProperty(this,o.originalName,e,t)}}),Object.defineProperty(e.prototype,o.name,t)},ct.prototype.buildNavigationProperties=function(e,t){if(Array.isArray(t.navigationProperties))for(var n=0;n<t.navigationProperties.length;n++){var o=t.navigationProperties[n];Array.isArray(o)&&(this.ensureArraySize(o,8),t.navigationProperties[n]={name:this.getString(o[0]),behaviorFlags:o[2],apiSetInfoOrdinal:o[3],originalName:this.getString(o[4]),getMethodApiFlags:o[5],setMethodApiFlags:o[6],propertyTypeFullName:this.getString(o[1]),undoableApiSetInfoOrdinal:o[7]}),this.buildNavigationProperty(e,t,t.navigationProperties[n])}},ct.prototype.buildNavigationProperty=function(e,n,o){this.ensureOriginalName(o);var r=this,i=this.getFieldName(o),t={get:function(){return this[r.getFieldName(o)]||(r.throwIfApiNotSupported(n,o),this[i]=it.createPropertyObject(r.getFunction(o.propertyTypeFullName),this,o.originalName,0!=(16&o.behaviorFlags),o.getMethodApiFlags)),64&o.behaviorFlags&&r.getFunction(ct.CustomizationCodeNamespace+"."+n.name+"_"+o.originalName+"_Get").call(this,this,this[i]),this[i]},enumerable:!0,configurable:!0};0==(2&o.behaviorFlags)&&(t.set=function(e){if(!(4&o.behaviorFlags&&r.getFunction(ct.CustomizationCodeNamespace+"."+n.name+"_"+o.originalName+"_Set").call(this,this,e).handled)){this[i]=e;var t=r.calculateApiFlags(o.setMethodApiFlags,o.undoableApiSetInfoOrdinal);it.invokeSetProperty(this,o.originalName,e,t)}}),Object.defineProperty(e.prototype,o.name,t)},ct.prototype.buildScalarMethods=function(e,t){if(Array.isArray(t.scalarMethods))for(var n=0;n<t.scalarMethods.length;n++){var o=t.scalarMethods[n];Array.isArray(o)&&(this.ensureArraySize(o,7),t.scalarMethods[n]={name:this.getString(o[0]),behaviorFlags:o[2],apiSetInfoOrdinal:o[3],originalName:this.getString(o[5]),apiFlags:o[4],parameterCount:o[1],undoableApiSetInfoOrdinal:o[6]}),this.buildScalarMethod(e,t,t.scalarMethods[n])}},ct.prototype.buildScalarMethod=function(e,d,f){this.ensureOriginalName(f);var p=this;e.prototype[f.name]=function(){var e=[];if(64&f.behaviorFlags&&0<f.parameterCount){for(var t=0;t<f.parameterCount-1;t++)e.push(arguments[t]);var n=[];for(t=f.parameterCount-1;t<arguments.length;t++)n.push(arguments[t]);e.push(n)}else for(t=0;t<arguments.length;t++)e.push(arguments[t]);if(1&f.behaviorFlags){var o=p.getFunction(ct.CustomizationCodeNamespace+"."+d.name+"_"+f.originalName),r=[this];for(t=0;t<e.length;t++)r.push(e[t]);var i=o.apply(this,r),a=i.handled,s=i.result;if(a)return s}p.throwIfApiNotSupported(d,f);var c=0;32&f.behaviorFlags&&(c=1);var l=0;2&f.behaviorFlags&&(l=1);var u=p.calculateApiFlags(f.apiFlags,f.undoableApiSetInfoOrdinal);return it.invokeMethod(this,f.originalName,l,e,u,c)}},ct.prototype.buildNavigationMethods=function(e,t){if(Array.isArray(t.navigationMethods))for(var n=0;n<t.navigationMethods.length;n++){var o=t.navigationMethods[n];Array.isArray(o)&&(this.ensureArraySize(o,9),t.navigationMethods[n]={name:this.getString(o[0]),behaviorFlags:o[3],apiSetInfoOrdinal:o[4],originalName:this.getString(o[6]),apiFlags:o[5],parameterCount:o[2],returnTypeFullName:this.getString(o[1]),returnObjectGetByIdMethodName:this.getString(o[7]),undoableApiSetInfoOrdinal:o[8]}),this.buildNavigationMethod(e,t,t.navigationMethods[n])}},ct.prototype.buildNavigationMethod=function(e,u,d){this.ensureOriginalName(d);var f=this;e.prototype[d.name]=function(){var e=[];if(64&d.behaviorFlags&&0<d.parameterCount){for(var t=0;t<d.parameterCount-1;t++)e.push(arguments[t]);var n=[];for(t=d.parameterCount-1;t<arguments.length;t++)n.push(arguments[t]);e.push(n)}else for(t=0;t<arguments.length;t++)e.push(arguments[t]);if(1&d.behaviorFlags){var o=f.getFunction(ct.CustomizationCodeNamespace+"."+u.name+"_"+d.originalName),r=[this];for(t=0;t<e.length;t++)r.push(e[t]);var i=o.apply(this,r),a=i.handled,s=i.result;if(a)return s}if(f.throwIfApiNotSupported(u,d),0!=(16&d.behaviorFlags))return it.createIndexerObject(f.getFunction(d.returnTypeFullName),this,e);var c=0;2&d.behaviorFlags&&(c=1);var l=f.calculateApiFlags(d.apiFlags,d.undoableApiSetInfoOrdinal);return it.createMethodObject(f.getFunction(d.returnTypeFullName),this,d.originalName,c,e,0!=(4&d.behaviorFlags),0!=(8&d.behaviorFlags),d.returnObjectGetByIdMethodName,l)}},ct.prototype.buildHandleResult=function(e,l){var u=this;e.prototype._handleResult=function(e){if(de.prototype._handleResult.call(this,e),!ot.isNullOrUndefined(e)){if(ot.fixObjectPathIfNecessary(this,e),8&l.behaviorFlags&&u.getFunction(ct.CustomizationCodeNamespace+"."+l.name+"_HandleResult").call(this,this,e),l.scalarProperties)for(var t=0;t<l.scalarProperties.length;t++)ot.isUndefined(e[l.scalarProperties[t].originalName])||(0!=(8&l.scalarProperties[t].behaviorFlags)?this[u.getFieldName(l.scalarProperties[t])]=ot.adjustToDateTime(e[l.scalarProperties[t].originalName]):this[u.getFieldName(l.scalarProperties[t])]=e[l.scalarProperties[t].originalName]);if(l.navigationProperties){for(var n=[],o=0;o<l.navigationProperties.length;o++)n.push(l.navigationProperties[o].name),n.push(l.navigationProperties[o].originalName);ot._handleNavigationPropertyResults(this,e,n)}if(0!=(1&l.behaviorFlags)){var r=u.hasIndexMethod(l);if(!ot.isNullOrUndefined(e[Se.items])){this.m__items=[];for(var i=e[Se.items],a=u.getFunction(l.childItemTypeFullName),s=0;s<i.length;s++){var c=it.createChildItemObject(a,r,this,i[s],s);c._handleResult(i[s]),this.m__items.push(c)}}}}}},ct.prototype.buildHandleRetrieveResult=function(e,a){var s=this;e.prototype._handleRetrieveResult=function(e,t){if(de.prototype._handleRetrieveResult.call(this,e,t),!ot.isNullOrUndefined(e)){if(a.scalarProperties)for(var n=0;n<a.scalarProperties.length;n++)8&a.scalarProperties[n].behaviorFlags&&(ot.isNullOrUndefined(e[a.scalarProperties[n].name])||(e[a.scalarProperties[n].name]=ot.adjustToDateTime(e[a.scalarProperties[n].name])));if(1&a.behaviorFlags){var o=s.hasIndexMethod(a),r=s.getFunction(a.childItemTypeFullName),i=this;ot.processRetrieveResult(i,e,t,function(e,t){return it.createChildItemObject(r,o,i,e,t)})}else ot.processRetrieveResult(this,e,t)}}},ct.prototype.buildHandleIdResult=function(e,o){var r=this;e.prototype._handleIdResult=function(e){if(de.prototype._handleIdResult.call(this,e),!ot.isNullOrUndefined(e)&&(16&o.behaviorFlags&&r.getFunction(ct.CustomizationCodeNamespace+"."+o.name+"_HandleIdResult").call(this,this,e),o.scalarProperties))for(var t=0;t<o.scalarProperties.length;t++){var n=o.scalarProperties[t].originalName;"Id"!==n&&"_Id"!==n&&"_ReferenceId"!==n||ot.isNullOrUndefined(e[o.scalarProperties[t].originalName])||(this[r.getFieldName(o.scalarProperties[t])]=e[o.scalarProperties[t].originalName])}}},ct.prototype.buildLoad=function(e,t){e.prototype.load=function(e){return ot.load(this,e)}},ct.prototype.buildRetrieve=function(e,t){e.prototype.retrieve=function(e){return ot.retrieve(this,e)}},ct.prototype.buildNewObject=function(t,n){ot.isNullOrEmptyString(n.newObjectServerTypeFullName)||(t.newObject=function(e){return it.createTopLevelServiceObject(t,e,n.newObjectServerTypeFullName,0!=(1&n.behaviorFlags),n.newObjectApiFlags)})},ct.prototype.buildSetMockData=function(e,o){var r=this;if(1&o.behaviorFlags){var i=r.hasIndexMethod(o);e.prototype.setMockData=function(e){var n=this;ot.setMockData(n,e,function(e,t){return it.createChildItemObject(r.getFunction(o.childItemTypeFullName),i,n,e,t)},function(e){n.m__items=e})}}else e.prototype.setMockData=function(e){ot.setMockData(this,e)}},ct.prototype.buildEnsureUnchanged=function(e,t){e.prototype.ensureUnchanged=function(e){it.invokeEnsureUnchanged(this,e)}},ct.prototype.buildUpdate=function(e,t){e.prototype.update=function(e){this._recursivelyUpdate(e)}},ct.prototype.buildSet=function(e,t){if(0==(1&t.behaviorFlags)){var n=[],o=[];if(t.scalarProperties)for(var r=0;r<t.scalarProperties.length;r++)0==(2&t.scalarProperties[r].behaviorFlags)&&0!=(1&t.scalarProperties[r].behaviorFlags)?o.push(t.scalarProperties[r].name):n.push(t.scalarProperties[r].name);var i=[];if(t.navigationProperties)for(r=0;r<t.navigationProperties.length;r++)0!=(16&t.navigationProperties[r].behaviorFlags)||0==(1&t.navigationProperties[r].behaviorFlags)||0==(32&t.navigationProperties[r].behaviorFlags)?n.push(t.navigationProperties[r].name):i.push(t.navigationProperties[r].name);0===i.length&&0===o.length||(e.prototype.set=function(e,t){this._recursivelySet(e,t,o,i,n)})}},ct.prototype.buildItems=function(e,t){0!=(1&t.behaviorFlags)&&Object.defineProperty(e.prototype,"items",{get:function(){return ot.throwIfNotLoaded("items",this.m__items,t.name,this._isNull),this.m__items},enumerable:!0,configurable:!0})},ct.prototype.buildToJSON=function(e,o){var r=this;0==(1&o.behaviorFlags)?e.prototype.toJSON=function(){var e={};if(o.scalarProperties)for(var t=0;t<o.scalarProperties.length;t++)0!=(1&o.scalarProperties[t].behaviorFlags)&&(e[o.scalarProperties[t].name]=this[r.getFieldName(o.scalarProperties[t])]);var n={};if(o.navigationProperties)for(t=0;t<o.navigationProperties.length;t++)0!=(1&o.navigationProperties[t].behaviorFlags)&&(n[o.navigationProperties[t].name]=this[r.getFieldName(o.navigationProperties[t])]);return ot.toJson(this,e,n)}:e.prototype.toJSON=function(){return ot.toJson(this,{},{},this.m__items)}},ct.prototype.buildTypeMetadataInfo=function(e,t){Object.defineProperty(e.prototype,"_className",{get:function(){return t.name},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"_isCollection",{get:function(){return 0!=(1&t.behaviorFlags)},enumerable:!0,configurable:!0}),ot.isNullOrEmptyString(t.collectionPropertyPath)||Object.defineProperty(e.prototype,"_collectionPropertyPath",{get:function(){return t.collectionPropertyPath},enumerable:!0,configurable:!0}),t.scalarProperties&&0<t.scalarProperties.length&&(Object.defineProperty(e.prototype,"_scalarPropertyNames",{get:function(){return this.m__scalarPropertyNames||(this.m__scalarPropertyNames=t.scalarProperties.map(function(e){return e.name})),this.m__scalarPropertyNames},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"_scalarPropertyOriginalNames",{get:function(){return this.m__scalarPropertyOriginalNames||(this.m__scalarPropertyOriginalNames=t.scalarProperties.map(function(e){return e.originalName})),this.m__scalarPropertyOriginalNames},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"_scalarPropertyUpdateable",{get:function(){return this.m__scalarPropertyUpdateable||(this.m__scalarPropertyUpdateable=t.scalarProperties.map(function(e){return 0==(2&e.behaviorFlags)})),this.m__scalarPropertyUpdateable},enumerable:!0,configurable:!0})),t.navigationProperties&&0<t.navigationProperties.length&&Object.defineProperty(e.prototype,"_navigationPropertyNames",{get:function(){return this.m__navigationPropertyNames||(this.m__navigationPropertyNames=t.navigationProperties.map(function(e){return e.name})),this.m__navigationPropertyNames},enumerable:!0,configurable:!0})},ct.prototype.buildTrackUntrack=function(e,t){2&t.behaviorFlags&&(e.prototype.track=function(){return this.context.trackedObjects.add(this),this},e.prototype.untrack=function(){return this.context.trackedObjects.remove(this),this})},ct.prototype.buildMixin=function(e,t){if(4&t.behaviorFlags){var n=this.getFunction(t.name+"Custom");ot.applyMixin(e,n)}},ct.prototype.getOnEventName=function(e){return"_"===e[0]?"_on"+e.substr(1):"on"+e},ct.prototype.buildEvents=function(e,t){if(t.events)for(var n=0;n<t.events.length;n++){var o=t.events[n];Array.isArray(o)&&(this.ensureArraySize(o,7),t.events[n]={name:this.getString(o[0]),behaviorFlags:o[1],apiSetInfoOrdinal:o[2],typeExpression:this.getString(o[3]),targetIdExpression:this.getString(o[4]),register:this.getString(o[5]),unregister:this.getString(o[6])}),this.buildEvent(e,t,t.events[n])}},ct.prototype.buildEvent=function(e,t,n){1&n.behaviorFlags?this.buildV0Event(e,t,n):this.buildV2Event(e,t,n)},ct.prototype.buildV2Event=function(e,i,a){var s=this,t=this.getOnEventName(a.name),c=this.getFieldName(a);Object.defineProperty(e.prototype,t,{get:function(){if(!this[c]){s.throwIfApiNotSupported(i,a);var t=this,e=null;"null"!==a.register&&(e=this[a.register].bind(this));var n=null;"null"!==a.unregister&&(n=this[a.unregister].bind(this));var o=null;2&a.behaviorFlags&&(o=s.getFunction(ct.CustomizationCodeNamespace+"."+i.name+"_"+a.name+"_EventArgsTransform"));var r=s.evaluateEventType(a.typeExpression);this[c]=new Be(this.context,this,a.name,{eventType:r,getTargetIdFunc:function(){return s.evaluateEventTargetId(a.targetIdExpression,t)},registerFunc:e,unregisterFunc:n,eventArgsTransformFunc:function(e){return o&&(e=o.call(t,t,e)),ot._createPromiseFromResult(e)}})}return this[c]},enumerable:!0,configurable:!0})},ct.prototype.buildV0Event=function(e,c,l){var u=this,t=this.getOnEventName(l.name),d=this.getFieldName(l);Object.defineProperty(e.prototype,t,{get:function(){if(!this[d]){u.throwIfApiNotSupported(c,l);var n=this,e=null;if(ot.isNullOrEmptyString(l.register)){var o=u.evaluateEventType(l.typeExpression);e=function(e){var t=u.evaluateEventTargetId(l.targetIdExpression,n);return n.context.eventRegistration.register(o,t,e)}}else if("null"!==l.register){var t=u.getFunction(l.register);e=function(e){return t.call(n,n,e)}}var r=null;if(ot.isNullOrEmptyString(l.unregister)){var i=u.evaluateEventType(l.typeExpression);r=function(e){var t=u.evaluateEventTargetId(l.targetIdExpression,n);return n.context.eventRegistration.unregister(i,t,e)}}else if("null"!==l.unregister){var a=u.getFunction(l.unregister);r=function(e){return a.call(n,n,e)}}var s=null;2&l.behaviorFlags&&(s=u.getFunction(ct.CustomizationCodeNamespace+"."+c.name+"_"+l.name+"_EventArgsTransform")),this[d]=new we(this.context,this,l.name,{registerFunc:e,unregisterFunc:r,eventArgsTransformFunc:function(e){return s&&(e=s.call(n,n,e)),ot._createPromiseFromResult(e)}})}return this[d]},enumerable:!0,configurable:!0})},ct.prototype.hasIndexMethod=function(e){var t=!1;if(e.navigationMethods)for(var n=0;n<e.navigationMethods.length;n++)if(0!=(16&e.navigationMethods[n].behaviorFlags)){t=!0;break}return t},ct.CustomizationCodeNamespace="_CC",ct);function ct(e){if(this.m_namespaceMap={},this.m_namespace=e.metadata.name,this.m_targetNamespaceObject=e.targetNamespaceObject,this.m_namespaceMap[this.m_namespace]=e.targetNamespaceObject,e.namespaceMap)for(var t in e.namespaceMap)this.m_namespaceMap[t]=e.namespaceMap[t];this.m_defaultApiSetName=e.metadata.defaultApiSetName,this.m_hostName=e.metadata.hostName;var n=e.metadata;if(n.enumTypes)for(var o=0;o<n.enumTypes.length;o++)this.buildEnumType(n.enumTypes[o]);if(n.apiSets){for(o=0;o<n.apiSets.length;o++){var r=n.apiSets[o];Array.isArray(r)&&(n.apiSets[o]={version:r[0],name:r[1]||this.m_defaultApiSetName})}this.m_apiSets=n.apiSets}if(this.m_strings=n.strings,n.clientObjectTypes)for(o=0;o<n.clientObjectTypes.length;o++){r=n.clientObjectTypes[o];Array.isArray(r)&&(this.ensureArraySize(r,11),n.clientObjectTypes[o]={name:this.getString(r[0]),behaviorFlags:r[1],collectionPropertyPath:this.getString(r[6]),newObjectServerTypeFullName:this.getString(r[9]),newObjectApiFlags:r[10],childItemTypeFullName:this.getString(r[7]),scalarProperties:r[2],navigationProperties:r[3],scalarMethods:r[4],navigationMethods:r[5],events:r[8]}),this.buildClientObjectType(n.clientObjectTypes[o],e.fullyInitialize)}}v.LibraryBuilder=st}(OfficeExtension=OfficeExtension||{}),function(e){var t;(t||(t={})).getPromiseType=function(){if("undefined"!=typeof Promise)return Promise;if(void 0!==Office&&Office.Promise)return Office.Promise;throw new e.Error("No Promise implementation found")},Object.defineProperty(e,"Promise",{get:function(){return t.getPromiseType()},enumerable:!0,configurable:!0})}(OfficeExtension=OfficeExtension||{});try{if("undefined"!=typeof OfficePlatformGlobal&&void 0!==OfficePlatformGlobal.ReactNativeReka){var RichApiBridgeImpl=function(){function e(){}return e.prototype.sendMessageToHost=function(e){OfficePlatformGlobal.ReactNativeReka.RekaInstance.InvokeNative("RichApiDataService","ProcessMessageToHost",e)},e}(),RichApiBridge_1=new RichApiBridgeImpl,RichApiDataService_1=function(){function e(){}return e.prototype.Invoke=function(e,t){"ProcessMessageFromHost"===e&&RichApiBridge_1.onMessageFromHost&&RichApiBridge_1.onMessageFromHost(t)},e}();OfficePlatformGlobal.ReactNativeReka.initReka(),OfficePlatformGlobal.ReactNativeReka.RekaInstance.RegisterService("RichApiDataService",function(){return new RichApiDataService_1}),OfficeExtension.HostBridge.init(RichApiBridge_1),OfficeExtension.HostBridgeSession.getInstanceIfHostBridgeInited()}}catch(e){}var oteljs;__assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};!function(e){function o(e,t,n,o){return{name:e,dataType:t,value:n,classification:o||4}}e.makeBooleanDataField=function(e,t,n){return o(e,1,t,n)},e.makeInt64DataField=function(e,t,n){return o(e,2,t,n)},e.makeDoubleDataField=function(e,t,n){return o(e,3,t,n)},e.makeStringDataField=function(e,t,n){return o(e,0,t,n)},e.makeGuidDataField=function(e,t,n){return o(e,4,t,n)}}(oteljs=oteljs||{}),function(e){var t,n,o,r,i,a,s,c,l,u,d,f,p;(t=e.DataClassification||(e.DataClassification={}))[t.EssentialServiceMetadata=1]="EssentialServiceMetadata",t[t.AccountData=2]="AccountData",t[t.SystemMetadata=4]="SystemMetadata",t[t.OrganizationIdentifiableInformation=8]="OrganizationIdentifiableInformation",t[t.EndUserIdentifiableInformation=16]="EndUserIdentifiableInformation",t[t.CustomerContent=32]="CustomerContent",t[t.AccessControl=64]="AccessControl",t[t.PublicNonPersonalData=128]="PublicNonPersonalData",t[t.EndUserPseudonymousInformation=256]="EndUserPseudonymousInformation",t[t.PublicPersonalData=512]="PublicPersonalData",t[t.SupportData=1024]="SupportData",t[t.DirectMeasurementData=2048]="DirectMeasurementData",t[t.Everything=65535]="Everything",(n=e.DataFieldType||(e.DataFieldType={}))[n.String=0]="String",n[n.Boolean=1]="Boolean",n[n.Int64=2]="Int64",n[n.Double=3]="Double",n[n.Guid=4]="Guid",(o=e.SamplingPolicy||(e.SamplingPolicy={}))[o.NotSet=0]="NotSet",o[o.Measure=1]="Measure",o[o.Diagnostics=2]="Diagnostics",o[o.CriticalBusinessImpact=191]="CriticalBusinessImpact",o[o.CriticalCensus=192]="CriticalCensus",o[o.CriticalExperimentation=193]="CriticalExperimentation",o[o.CriticalUsage=194]="CriticalUsage",(r=e.PersistencePriority||(e.PersistencePriority={}))[r.NotSet=0]="NotSet",r[r.Normal=1]="Normal",r[r.High=2]="High",(i=e.CostPriority||(e.CostPriority={}))[i.NotSet=0]="NotSet",i[i.Normal=1]="Normal",i[i.High=2]="High",(a=e.DataCategories||(e.DataCategories={}))[a.NotSet=0]="NotSet",a[a.SoftwareSetup=1]="SoftwareSetup",a[a.ProductServiceUsage=2]="ProductServiceUsage",a[a.ProductServicePerformance=4]="ProductServicePerformance",a[a.DeviceConfiguration=8]="DeviceConfiguration",a[a.InkingTypingSpeech=16]="InkingTypingSpeech",(s=e.DiagnosticLevel||(e.DiagnosticLevel={}))[s.ReservedDoNotUse=0]="ReservedDoNotUse",s[s.Required=10]="Required",s[s.BasicEvent=10]="BasicEvent",s[s.Optional=100]="Optional",s[s.FullEvent=100]="FullEvent",s[s.RequiredServiceData=110]="RequiredServiceData",s[s.NecessaryServiceDataEvent=110]="NecessaryServiceDataEvent",s[s.RequiredServiceDataForEssentialServices=120]="RequiredServiceDataForEssentialServices",s[s.AlwaysOnNecessaryServiceDataEvent=120]="AlwaysOnNecessaryServiceDataEvent",(c=e.CustomerContentType||(e.CustomerContentType={}))[c.None=0]="None",c[c.MocaAddIn=1]="MocaAddIn",(l=e.LogLevel||(e.LogLevel={}))[l.Error=0]="Error",l[l.Warning=1]="Warning",l[l.Info=2]="Info",l[l.Verbose=3]="Verbose",(u=e.Category||(e.Category={}))[u.Core=0]="Core",u[u.Sink=1]="Sink",u[u.Transport=2]="Transport",(d=e.DnmInterval||(e.DnmInterval={}))[d.Hourly=1]="Hourly",d[d.Daily=2]="Daily",(f=e.AllowedPartA||(e.AllowedPartA={}))[f.ReleaseAudienceGroup=1]="ReleaseAudienceGroup",f[f.WacRing=2]="WacRing",f[f.AppName=3]="AppName",f[f.AppPlatform=4]="AppPlatform",f[f.AppVersion=5]="AppVersion",(p=e.EventType||(e.EventType={}))[p.SendTelemetryEvent=1]="SendTelemetryEvent",p[p.CustomerContent=2]="CustomerContent",p[p.DirectNumericEvent=3]="DirectNumericEvent"}(oteljs=oteljs||{}),function(n){n.getEffectiveEventFlags=function(e){var t={costPriority:1,samplingPolicy:1,persistencePriority:1,dataCategories:0,diagnosticLevel:100};return e.eventFlags&&e.eventFlags.dataCategories||n.logNotification(0,0,function(){return"DataCategories"}),e.eventFlags&&(e.eventFlags.costPriority&&(t.costPriority=e.eventFlags.costPriority),e.eventFlags.samplingPolicy&&(t.samplingPolicy=e.eventFlags.samplingPolicy),e.eventFlags.persistencePriority&&(t.persistencePriority=e.eventFlags.persistencePriority),e.eventFlags.dataCategories&&(t.dataCategories=e.eventFlags.dataCategories),e.eventFlags.diagnosticLevel&&(t.diagnosticLevel=e.eventFlags.diagnosticLevel)),t}}(oteljs=oteljs||{}),function(e){var n,o=(n=[],{fireEvent:function(t){n.forEach(function(e){return e(t)})},addListener:function(e){e&&n.push(e)}});function r(e,t,n){o.fireEvent({level:e,category:t,message:n})}e.onNotification=function(){return o},e.logNotification=r,e.logError=function(e,t,n){r(0,e,function(){var e=n instanceof Error?n.message:"";return"".concat(t,": ").concat(e)})}}(oteljs=oteljs||{}),function(a){var e,t;function r(e){var t={eventName:e.eventName,eventFlags:e.eventFlags||{},telemetryProperties:e.telemetryProperties?__assign({},e.telemetryProperties):{},dataFields:e.dataFields?e.dataFields.slice():[],timestamp:e.timestamp||(new Date).getTime()};return e.eventContract&&(t.eventContract={name:e.eventContract.name,dataFields:e.eventContract.dataFields.slice()}),t}(t=e=e||{})[t.TelemetryData=0]="TelemetryData",t[t.AnonymousData=1]="AnonymousData",t[t.CustomerContent=2]="CustomerContent",a.SuppressNexus=-1,a.cloneEvent=r;var n=(o.prototype.addEventContentType=function(e,t){e.push(a.makeInt64DataField("EventContent.Type",t))},o.prototype.sendTelemetryEvent=function(e){var t=r(e),n=t.telemetryProperties;n.nexusTenantToken=a.SuppressNexus;var o=n.ariaTenantToken;o||a.fillTenantTokens(t.eventName,n)||o?this.sendTelemetryEventInternal(t,1):a.logNotification(0,0,function(){return"No tenant token: "+e.eventName})},o.prototype.sendNonStandardEvent=function(e,t){var n=r(e);this.sendTelemetryEventInternal(n,t)},o.prototype.sendCustomerContent=function(e){var t=r(e),n=t.telemetryProperties,o=n.customerContentVersion;return(!o||2<o)&&(n.customerContentVersion=2),n.ariaTenantToken=void 0,n.nexusTenantToken=void 0,n.dnmToken=void 0,this.addEventContentType(t.dataFields,2),this.sendTelemetryEventInternal(t,2)},o.prototype.sendDirectNumericEvent=function(e){var t=r(e),n=t.telemetryProperties;n.dnmToken||a.fillTenantTokens(t.eventName,n)||n.dnmToken?(this.addEventContentType(t.dataFields,1),this.sendTelemetryEventInternal(t,3)):a.logNotification(0,0,function(){return"No dnm token: "+t.eventName})},o.prototype.sendTelemetryEventInternal=function(t,n){if(2===n||!t.telemetryProperties.customerContentVersion&&!t.telemetryProperties.customerContentType){try{if(0===this.telemetrySinks.length)return void(this.config.enableQueue&&this.eventQueue.length<1e3?this.eventQueue.push([t,n]):a.logNotification(1,0,function(){return"No telemetry sinks are attached."}));this.processTelemetryEvent(t,n)}catch(e){return void a.logError(0,"SendTelemetryEvent",e)}this.telemetrySinks.forEach(function(e){try{3===n||2===n?e.sendNonStandardEvent&&e.sendNonStandardEvent(t,n):e.sendTelemetryEvent(t)}catch(e){}})}else a.logNotification(0,0,function(){return"Customer content"})},o.prototype.processTelemetryEvent=function(e,t){var n,o,r;if(e.dataFields&&(null!==(r=e.dataFields)&&void 0!==r&&r.unshift(a.makeStringDataField("OTelJS.Version",a.oteljsVersion)),3!==t&&this.persistentDataFields&&(n=e.dataFields).unshift.apply(n,this.persistentDataFields)),0<this.partAFields.length){var i=e.eventContract||{name:"",dataFields:[]};(o=i.dataFields).push.apply(o,this.partAFields),e.eventContract=i}this.config.disableValidation||a.validateTelemetryEvent(e)},o.prototype.addSink=function(e){this.telemetrySinks.push(e),this.flushQueue()},o.prototype.flushQueue=function(){var e=this.eventQueue;if(this.eventQueue=[],0<this.telemetrySinks.length)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=o[0],i=o[1];this.sendTelemetryEventInternal(r,i)}},o.prototype.setTenantToken=function(e,t,n){a.setTenantTokens(e,{ariaTenantToken:t,nexusTenantToken:n})},o.prototype.setDNMToken=function(e,t){a.setTenantTokens(e,{dnmToken:t})},o.prototype.cloneEvent=function(e){return r(e)},o.prototype.getConfig=function(){return this.config},o);function o(e,t,n){var o,r,i;this.telemetrySinks=[],this.persistentDataFields=[],this.partAFields=[],this.eventQueue=[],this.config=n||{},e&&(this.telemetrySinks=e.telemetrySinks,(o=this.persistentDataFields).push.apply(o,e.persistentDataFields),this.config=__assign(__assign({},e.getConfig()),this.config),(r=this.partAFields).push.apply(r,e.partAFields)),t&&(i=this.persistentDataFields).push.apply(i,t)}a.SimpleTelemetryLogger=n}(oteljs=oteljs||{}),function(e){var t=9007199254740991,n=-t,o=98,r=/^Office(\.[A-Z][a-zA-Z0-9]*){2,}$/,i=/^[a-zA-Z0-9_\.]{1,95}$/;function a(e){return i.test(e)}function s(e){e&&e.forEach(function(e){if("string"!=typeof e.name||!a(e.name))throw new Error("Invalid dataField name");2===e.dataType&&c(e.value)})}function c(e){if("number"!=typeof e||!isFinite(e)||Math.floor(e)!==e||e<n||t<e)throw new Error("Invalid integer ".concat(JSON.stringify(e)))}e.validateTelemetryEvent=function(e){if(!function(e){if(!e||e.length>o)return;return r.test(e)}(e.eventName))throw new Error("Invalid eventName");var t=e.eventContract;if(t){if(t.name&&!a(t.name))throw new Error("Invalid eventContract");s(t.dataFields)}s(e.dataFields)},e.validateInt=c}(oteljs=oteljs||{}),function(n){var i={};n.setTenantTokens=function(e,t){"Office."===e.substring(0,7)&&"."!==e[e.length-1]?i[e]?(t.ariaTenantToken&&(i[e].ariaTenantToken=t.ariaTenantToken),t.dnmToken&&(i[e].dnmToken=t.dnmToken)):i[e]=t:n.logNotification(0,0,function(){return"Namespace: ".concat(e)})},n.fillTenantTokens=function(e,t){for(var n=e.length;0<n;){var o=e.substr(0,n);if(i[o]){var r=i[o];return t.ariaTenantToken=r.ariaTenantToken,t.dnmToken=r.dnmToken,!0}n=e.lastIndexOf(".",n-1)}return!1},n.clear=function(){i={}}}(oteljs=oteljs||{}),(oteljs||(oteljs={})).oteljsVersion="4.18.0",function(a){var e=(t.isSupportedByDeclaration=function(){return t.isSupportedVersion("1.2")},t.isSupportedVersion=function(e){return Office.context.requirements.isSetSupported("Telemetry",e)},t.prototype.sendCustomerContent=function(e){t.isSupportedVersion("1.3")&&(this._customerContentQueue.push(e),this.processWorkBacklog())},t.prototype.sendTelemetryEvent=function(e){this._telemetryQueue.push(e),this.processWorkBacklog()},t.prototype.processWorkBacklog=function(){var t=this;this._requestIsPending||(this._requestIsPending=!0,this.processTelemetryEvents().then(function(){t.waitAndProcessMore()}).catch(function(e){a.logError(1,"RichApiSink Error",e),t.waitAndProcessMore()}))},t.prototype.waitAndProcessMore=function(){var e=this;this.pause(1e3).then(function(){e._requestIsPending=!1,0<e._telemetryQueue.length&&setTimeout(function(){return e.processWorkBacklog()},0)}).catch(function(){e._requestIsPending=!1})},t.prototype.processTelemetryEvents=function(){var r=this,e=this._telemetryQueue;this._telemetryQueue=[];var t=this._customerContentQueue;function n(e,t){if(e.telemetryProperties){var n=[];r.addDataFields(n,e.dataFields);var o=e.eventContract?e.eventContract.name:"";e.eventContract&&r.addDataFields(n,e.eventContract.dataFields),t(e.telemetryProperties,e.eventName,o,a.getEffectiveEventFlags(e),n)}}this._customerContentQueue=[];var i=new OfficeCore.RequestContext;return e.forEach(function(e){n(e,function(e,t,n,o,r){i.telemetry.sendTelemetryEvent(e,t,n,o,r)})}),t.forEach(function(e){n(e,function(e,t,n,o,r){i.telemetry.sendCustomerContent(e,t,n,o,r)})}),i.sync().catch(function(e){a.logError(1,"RichApi telemetry failed.",e)})},t.prototype.addDataFields=function(t,e){e&&e.forEach(function(e){t.push({name:e.name,value:e.value,classification:e.classification?e.classification:4,type:4===e.dataType?0:e.dataType})})},t.prototype.pause=function(t){return new Office.Promise(function(e){return setTimeout(e,t)})},t);function t(){var e=this;this._requestIsPending=!0,this._telemetryQueue=[],this._customerContentQueue=[],this.pause(1e3).then(function(){return e._requestIsPending=!1,e.processTelemetryEvents()}).catch()}a.RichApiSink=e}(oteljs=oteljs||{}),function(o){var e,t,n;e=o.Contracts||(o.Contracts={}),t=e.Office||(e.Office={}),((n=t.System||(t.System={})).SDX||(n.SDX={})).getFields=function(e,t){var n=[];return void 0!==t.id&&n.push(o.makeStringDataField("".concat(e,".Id"),t.id)),void 0!==t.version&&n.push(o.makeStringDataField("".concat(e,".Version"),t.version)),void 0!==t.instanceId&&n.push(o.makeStringDataField("".concat(e,".InstanceId"),t.instanceId)),void 0!==t.name&&n.push(o.makeStringDataField("".concat(e,".Name"),t.name)),void 0!==t.marketplaceType&&n.push(o.makeStringDataField("".concat(e,".MarketplaceType"),t.marketplaceType)),void 0!==t.sessionId&&n.push(o.makeStringDataField("".concat(e,".SessionId"),t.sessionId)),void 0!==t.browserToken&&n.push(o.makeStringDataField("".concat(e,".BrowserToken"),t.browserToken)),void 0!==t.osfRuntimeVersion&&n.push(o.makeStringDataField("".concat(e,".OsfRuntimeVersion"),t.osfRuntimeVersion)),void 0!==t.officeJsVersion&&n.push(o.makeStringDataField("".concat(e,".OfficeJsVersion"),t.officeJsVersion)),void 0!==t.hostJsVersion&&n.push(o.makeStringDataField("".concat(e,".HostJsVersion"),t.hostJsVersion)),void 0!==t.assetId&&n.push(o.makeStringDataField("".concat(e,".AssetId"),t.assetId)),void 0!==t.providerName&&n.push(o.makeStringDataField("".concat(e,".ProviderName"),t.providerName)),void 0!==t.type&&n.push(o.makeStringDataField("".concat(e,".Type"),t.type)),n}}(oteljs=oteljs||{}),function(r){var e=(t.isSupported=function(){return Office.context&&Office.context.platform?Office.context.platform===Office.PlatformType.OfficeOnline:OfficeExt&&OfficeExt.HostName&&OfficeExt.HostName.Host&&OfficeExt.HostName.Host.getInstance().getPlatform()===Office.PlatformType.OfficeOnline},t.prototype.sendTelemetryEvent=function(e,t){try{if(e.dataFields&&0<e.dataFields.filter(function(e){var t=e.classification;return t&&4!==t&&1!==t}).length)return;var n=OSF._OfficeAppFactory.getId(),o=OSF.AgaveHostAction.SendTelemetryEvent;OSF.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[n,o,e])}catch(e){r.logError(1,"AgaveWacSink",e)}},t.prototype.sendCustomerContent=function(e,t){try{if(e.dataFields&&0<e.dataFields.filter(function(e){var t=e.classification;return t&&4!==t&&1!==t&&32!==t}).length)return;var n=OSF._OfficeAppFactory.getId(),o=OSF.AgaveHostAction.SendCustomerContent;OSF.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[n,o,e])}catch(e){r.logError(1,"AgaveWacSink",e)}},t);function t(){}r.SdxWacSink=e}(oteljs=oteljs||{}),function(e){var t;function n(){try{if(void 0!==OSF&&void 0!==OSF.isOfficeReactNative&&OSF.isOfficeReactNative())return 1}catch(e){}}function o(){var e="web";try{void 0!==OSF&&void 0!==OSF._OfficeAppFactory&&void 0!==OSF._OfficeAppFactory.getHostInfo&&(e=OSF._OfficeAppFactory.getHostInfo().hostPlatform)}catch(e){}return e}(t=e.ApiHelper||(e.ApiHelper={})).isNativeStorage=function(){var e=o();return!(function(){try{if(void 0!==OSF&&void 0!==OSF._OfficeAppFactory&&void 0!==OSF._OfficeAppFactory.getHostInfo)if(OSF._OfficeAppFactory.getHostInfo().flags&OSF.HostInfoFlags.SharedApp)return 1}catch(e){}}()||!(n()||"win32"===e||"mac"===e&&window._useSDXSandbox))},t.isNativeApiInfomation=function(){var e=o();return!!(n()||"win32"===e||"mac"===e&&window._useSDXSandbox)},t.isNativeDialog=function(){var e=o();return!(!n()&&"win32"!==e)}}(OfficeRuntime=OfficeRuntime||{}),function(e){e.ApiHelper.isNativeApiInfomation()?e.apiInformation=t:e.apiInformation=n;var t={isSetSupported:function(e,t){if("string"!=typeof e)return!1;if(null==t&&(t="0.0.0"),void 0===global.__apiSets)return!1;var n=global.__apiSets,o=Object.keys(n).map(function(e){return e.toLowerCase()}).indexOf(e.toLowerCase());if(-1<o){var r=n[Object.keys(n)[o]];try{var i=s(t),a=void 0;if(0<(a=Array.isArray(r)?function(e,t){for(var n=0;n<e.length;n++){var o=s(e[n]);if(o.major==t)return o}return{major:0,minor:0,patch:0}}(r,i.major):s(r)).major){if(a.major>i.major)return!0;if(a.major==i.major&&a.minor>i.minor)return!0;if(a.major==i.major&&a.minor==i.minor&&a.patch>=i.patch)return!0}}catch(e){return!1}}return!1}},n={isSetSupported:function(e,t){try{return!!(Office&&Office.context&&Office.context.requirements)&&Office.context.requirements.isSetSupported(e,Number(t))}catch(e){return!1}}};function s(e){var t=e.split("."),n=0,o=0,r=0;if(t.length<2&&isNaN(Number(e)))throw"version format incorrect";if(n=Number(t[0]),2<=t.length&&(o=Number(t[1])),3<=t.length&&(r=Number(t[2])),isNaN(n)||isNaN(o)||isNaN(r))throw"version format incorrect";return{major:n,minor:o,patch:r}}}(OfficeRuntime=OfficeRuntime||{});var OfficeRuntime;__extends=this&&this.__extends||function(){var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};return function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}}();!function(i){OfficeExtension.BatchApiHelper.createPropertyObject,OfficeExtension.BatchApiHelper.createMethodObject,OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject;function e(e){this._dialogService=e}var t=OfficeExtension.BatchApiHelper.createTopLevelServiceObject,n=(OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod),o=(OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined),r=(OfficeExtension.Utility.isUndefined,OfficeExtension.Utility.throwIfNotLoaded,OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson),a=OfficeExtension.Utility.fixObjectPathIfNecessary,s=(OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult);OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags;i.Dialog=e;var c,l=(__extends(u,c=e),u.prototype.close=function(){return this._dialogService.close(),OfficeExtension.CoreUtility.Promise.resolve()},u);function u(){return null!==c&&c.apply(this,arguments)||this}var d,f=(__extends(p,d=e),p.prototype.close=function(){return this._dialogService.close(),this._dialogService.context.sync()},p);function p(){return null!==d&&d.apply(this,arguments)||this}function m(e){return/^(\-|\+)?([0-9]+)%?$/.test(e)}function g(e){var t,n=((t={})[12002]={code:"InvalidUrl",message:"Cannot load URL, no such page or bad URL syntax."},t[12003]={code:"InvalidUrl",message:"HTTPS is required."},t[12004]={code:"Untrusted",message:"Domain is not trusted."},t[12005]={code:"InvalidUrl",message:"HTTPS is required."},t[12007]={code:"FailedToOpen",message:"Another dialog is already opened."},t);return n[e]?n[e]:{code:"Unknown",message:"An unknown error has occured with code: "+e}}i.displayWebDialog=function(o,r){return void 0===r&&(r={}),new OfficeExtension.CoreUtility.Promise(function(e,t){if(r.width&&r.height&&(!m(r.width)||!m(r.height)))throw new OfficeExtension.Error({code:"InvalidArgument",message:'Dimensions must be "number%" or number.'});var n={width:r.width?parseInt(r.width):50,height:r.height?parseInt(r.height):50,displayInIFrame:r.displayInIFrame};(i.ApiHelper.isNativeDialog()?function(e,t,n,o,r){void 0===r&&(r={});var i=new OfficeExtension.ClientRequestContext,a=b.newObject(i),s=new f(a),c=a.onDialogMessage.add(function(e){switch(OfficeExtension.Utility.log("dialogMessageHandler:"+JSON.stringify(e)),e.type){case 17:e.error?n(e.error):t(s);break;case 12:r.onMessage&&r.onMessage(e.message,s);break;case 10:default:12006===e.originalErrorCode?(c&&(c.remove(),i.sync()),r.onClose&&r.onClose()):r.onRuntimeError&&(r.onRuntimeError(e.error,s),n(e.error))}return OfficeExtension.CoreUtility.Promise.resolve()});i.sync().then(function(){return a.displayDialog(o,e),i.sync()}).catch(function(e){n(e)})}:function(e,t,n,o,r){void 0===r&&(r={});var i;function a(e){r.onMessage&&r.onMessage(e.message,i,e.origin)}function s(e){12006===e.error?r.onClose&&r.onClose():r.onRuntimeError&&r.onRuntimeError(new OfficeExtension.Error(g(e.error)),i)}Office.context.ui.displayDialogAsync(o,e,function(e){"failed"===e.status?n(new OfficeExtension.Error(g(e.error.code))):((i=e.value).addEventHandler(Office.EventType.DialogMessageReceived,a),i.addEventHandler(Office.EventType.DialogEventReceived,s),t(new l(i)))})})(n,e,t,o,r)})};var h,v,y,b=(h=OfficeExtension.ClientObject,__extends(C,h),Object.defineProperty(C.prototype,"_className",{get:function(){return"DialogService"},enumerable:!0,configurable:!0}),C.prototype.close=function(){n(this,"Close",1,[],4,0)},C.prototype.displayDialog=function(e,t){n(this,"DisplayDialog",1,[e,t],4,0)},C.prototype._handleResult=function(e){h.prototype._handleResult.call(this,e),o(e)||a(this,e)},C.prototype._handleRetrieveResult=function(e,t){h.prototype._handleRetrieveResult.call(this,e,t),s(this,e,t)},C.newObject=function(e){return t(i.DialogService,e,"Microsoft.Dialog.DialogService",!1,4)},Object.defineProperty(C.prototype,"onDialogMessage",{get:function(){return this.m_dialogMessage||(this.m_dialogMessage=new OfficeExtension.GenericEventHandlers(this.context,this,"DialogMessage",{eventType:65536,registerFunc:function(){},unregisterFunc:function(){},getTargetIdFunc:function(){return null},eventArgsTransformFunc:function(e){var t;try{var n=JSON.parse(e.message),o=n.errorCode?new OfficeExtension.Error(g(n.errorCode)):null;t={originalErrorCode:n.errorCode,type:n.type,error:o,message:n.message,origin:n.origin}}catch(e){t={originalErrorCode:null,type:17,error:new OfficeExtension.Error({code:"GenericException",message:"Unknown error"}),message:e.message}}return OfficeExtension.Utility._createPromiseFromResult(t)}})),this.m_dialogMessage},enumerable:!0,configurable:!0}),C.prototype.toJSON=function(){return r(this,{},{})},C);function C(){return null!==h&&h.apply(this,arguments)||this}i.DialogService=b,(y=v=v||{})[y.dialogMessageReceived=0]="dialogMessageReceived",y[y.dialogEventReceived=1]="dialogEventReceived",(i.DialogErrorCodes||(i.DialogErrorCodes={})).generalException="GeneralException"}(OfficeRuntime=OfficeRuntime||{}),function(e){var t;function n(e,t){try{var n=Microsoft.Office.WebExtension.FeatureGates[e];return null==n?t:"true"===n.toString().toLowerCase()}catch(e){return t}}function o(e,t){try{var n=Microsoft.Office.WebExtension.FeatureGates,o=parseInt(n[e]);return isNaN(o)?t:o}catch(e){return t}}function r(e,t){try{var n=Microsoft.Office.WebExtension.FeatureGates[e];return null==n?t:n}catch(e){return t}}(t=e.experimentation||(e.experimentation={})).getBooleanFeatureGate=n,t.getIntFeatureGate=o,t.getStringFeatureGate=r,t.getBooleanFeatureGateAsync=function(e,t){return Promise.resolve(n(e,t))},t.getIntFeatureGateAsync=function(e,t){return Promise.resolve(o(e,t))},t.getStringFeatureGateAsync=function(e,t){return Promise.resolve(r(e,t))}}(OfficeRuntime=OfficeRuntime||{}),function(e){var t,r;t=e.message||(e.message={}),r={},t.on=function(e,t){return function(e,t){r.hasOwnProperty(e)||(r[e]=new n,function(){Office&&Office.context&&Office.context.messaging&&!Office.context.messaging.onMessage&&(Office.context.messaging.onMessage=function(e){var t=e.eventName,n=e.message;r.hasOwnProperty(t)&&r[t].call(n)}.bind(this))}());r[e].add(t)}(e,t),new Promise(function(e){e()})},t.off=function(e,t){var n,o;return n=e,o=t,r.hasOwnProperty(n)&&(o?r[n].remove(o):delete r[n]),new Promise(function(e){e()})},t.emit=function(e,t){var n;return n={eventName:e,message:t},Office&&Office.context&&Office.context.messaging&&Office.context.messaging.sendMessage&&Office.context.messaging.sendMessage(n),new Promise(function(e){e()})};var n=(o.prototype.add=function(e){this.listeners.push(e)},o.prototype.remove=function(e){var t=this.listeners.lastIndexOf(e);-1!==t&&this.listeners.splice(t,1)},o.prototype.call=function(t){this.listeners.forEach(function(e){return e(t)})},o);function o(){this.listeners=[]}e.ListenerManager=n}(OfficeRuntime=OfficeRuntime||{}),function(t){OfficeExtension.BatchApiHelper.createPropertyObject,OfficeExtension.BatchApiHelper.createMethodObject,OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject;var n=OfficeExtension.BatchApiHelper.createTopLevelServiceObject,o=(OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod),r=(OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined),e=(OfficeExtension.Utility.isUndefined,OfficeExtension.Utility.throwIfNotLoaded,OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson),i=OfficeExtension.Utility.fixObjectPathIfNecessary,a=(OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult),s=(OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags,"_Office_AsyncStorage_"),c=s+"|_unusedKey_",l={getItem:function(n){return p(function(e,t){return e.multiGet(t,JSON.stringify([n]))},function(e){var t=JSON.parse(e);return t&&t[0]&&t[0][1]?t[0][1]:null})},setItem:function(n,o){return p(function(e,t){return e.multiSet(t,JSON.stringify([[n,o]]))},function(){return null})},removeItem:function(n){return p(function(e,t){return e.multiRemove(t,JSON.stringify([n]))},function(){return null})},getItems:function(n){return p(function(e,t){return e.multiGet(t,JSON.stringify(n))},function(e){var t=JSON.parse(e),o={};return t&&t.forEach(function(e){var t=e[0],n=e[1];return o[t]=n}),n&&n.forEach(function(e){o[e]&&o[e]}),o})},setItems:function(e){var n=[];for(var t in e)e.hasOwnProperty(t)&&n.push([t,e[t]]);return p(function(e,t){return e.multiSet(t,JSON.stringify(n))},function(){return null})},removeItems:function(n){return p(function(e,t){return e.multiRemove(t,JSON.stringify(n))},function(){return null})},getKeys:function(){return p(function(e,t){return e.getAllKeys(t)},function(e){return JSON.parse(e)})}},u={getItem:function(e){return h(function(){return d(e)})},setItem:function(e,t){return g(function(){return f(e,t)})},removeItem:function(e){return g(function(){return window.localStorage.removeItem(s+e)})},getItems:function(r){return new Promise(function(e,t){var n={},o=[];try{m()}catch(e){t(e)}r.forEach(function(e){try{var t=d(e);n[e]=t||null}catch(e){o.push(e)}}),0<o.length?t(new Error("Unknown error.")):e(n)})},setItems:function(t){return v(t,function(e){return f(e,t[e])})},removeItems:function(e){return v(e,function(e){return window.localStorage.removeItem(s+e)})},getKeys:function(){return h(function(){return Object.keys(window.localStorage).filter(function(e){return 0===e.indexOf(s)}).map(function(e){return e.substr(s.length)})})}};function d(e){return window.localStorage.getItem(s+e)}function f(e,t){window.localStorage.setItem(s+e,t)}function p(i,a){return new OfficeExtension.CoreUtility.Promise(function(o,r){var t=y.getInstance(),n=t.setCallBack(function(e,t){if(t)r(t);else{var n=a(e);o(n)}});t.ctx.sync().then(function(){var e=t.getPersistentKvStorageService();return i(e,n),t.ctx.sync()}).catch(function(e){r(e)})})}function m(){f(c,null),window.localStorage.removeItem(c)}function g(n,o){return void 0===o&&(o=function(){}),new Promise(function(e,t){try{m(),n(),o(null),e()}catch(e){o(e),t(e)}})}function h(o,r){return void 0===r&&(r=function(){}),new Promise(function(e,t){try{m();var n=o();r(null,n),e(n)}catch(e){r(e,null),t(e)}})}function v(r,i,a){return void 0===a&&(a=function(){}),new Promise(function(e,t){var n=[];try{m()}catch(e){n.push(e)}for(var o in r)if(r.hasOwnProperty(o)||Array.isArray(r))try{Array.isArray(r)?i(r[o]):i(o)}catch(e){n.push(e)}a(n),0<n.length?t(n):e()})}t.ApiHelper.isNativeStorage()?t.storage=l:t.storage=u;var y=(b.getInstance=function(){return void 0===b.instance?b.instance=new b:b.instance._perkvstorService=O.newObject(b.instance.ctx),b.instance},b.prototype.getPersistentKvStorageService=function(){return this._perkvstorService},b.prototype.getCallBack=function(e){return this._callDict[e]},b.prototype.setCallBack=function(e){var t=this._invokeId;return this._callDict[this._invokeId++]=e,t},b);function b(){var n=this;this._invokeId=0,this._callDict={},this.ctx=new OfficeExtension.ClientRequestContext,this._perkvstorService=O.newObject(this.ctx),this._eventResult=this._perkvstorService.onPersistentStorageMessage.add(function(e){OfficeExtension.Utility.log("persistentKvStoragegMessageHandler:"+JSON.stringify(e));var t=n._callDict[e.invokeId];t&&(t(e.message,e.error),delete n._callDict[e.invokeId])})}var C,O=(C=OfficeExtension.ClientObject,__extends(_,C),Object.defineProperty(_.prototype,"_className",{get:function(){return"PersistentKvStorageService"},enumerable:!0,configurable:!0}),_.prototype.clear=function(e){o(this,"Clear",1,[e],4,0)},_.prototype.getAllKeys=function(e){o(this,"GetAllKeys",1,[e],4,0)},_.prototype.multiGet=function(e,t){o(this,"MultiGet",1,[e,t],4,0)},_.prototype.multiRemove=function(e,t){o(this,"MultiRemove",1,[e,t],4,0)},_.prototype.multiSet=function(e,t){o(this,"MultiSet",1,[e,t],4,0)},_.prototype._handleResult=function(e){C.prototype._handleResult.call(this,e),r(e)||i(this,e)},_.prototype._handleRetrieveResult=function(e,t){C.prototype._handleRetrieveResult.call(this,e,t),a(this,e,t)},_.newObject=function(e){return n(t.PersistentKvStorageService,e,"Microsoft.PersistentKvStorage.PersistentKvStorageService",!1,4)},Object.defineProperty(_.prototype,"onPersistentStorageMessage",{get:function(){return this.m_persistentStorageMessage||(this.m_persistentStorageMessage=new OfficeExtension.GenericEventHandlers(this.context,this,"PersistentStorageMessage",{eventType:65537,registerFunc:function(){},unregisterFunc:function(){},getTargetIdFunc:function(){return null},eventArgsTransformFunc:function(e){var t,n,o,r;try{var i=JSON.parse(e.message),a=parseInt(i.errorCode),s=0!=a?new OfficeExtension.Error((n=a,(o={})[16389]={code:"GenericException",message:"Unknown error."},o[65535]={code:"Unexcepted",message:"Catastrophic failure."},o[14]={code:"OutOfMemory",message:"Ran out of memory."},o[87]={code:"InvalidArg",message:"One or more arguments are invalid."},o[16385]={code:"NotImplemented",message:"Not implemented."},o[6]={code:"BadHandle",message:"File Handle is not Set."},o[5]={code:"AccessDenied",message:"Can't read the Storage File."},(r=o)[n]?r[n]:{code:"Unknown",message:"An unknown error has occured"})):null;t={invokeId:i.invokeId,message:i.message,error:s}}catch(e){t={invokeId:-1,message:e.message,error:new OfficeExtension.Error({code:"GenericException",message:"Unknown error"})}}return OfficeExtension.Utility._createPromiseFromResult(t)}})),this.m_persistentStorageMessage},enumerable:!0,configurable:!0}),_.prototype.toJSON=function(){return e(this,{},{})},_);function _(){return null!==C&&C.apply(this,arguments)||this}t.PersistentKvStorageService=O,(t.ErrorCodes||(t.ErrorCodes={})).generalException="GeneralException"}(OfficeRuntime=OfficeRuntime||{});var OfficeFirstPartyDialog,OfficeFirstPartyAuth,OfficeCore,OfficeFirstParty;__extends=this&&this.__extends||function(){var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};return function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}}(),__awaiter=this&&this.__awaiter||function(i,a,s,c){return new(s=s||Promise)(function(e,t){function n(e){try{r(c.next(e))}catch(e){t(e)}}function o(e){try{r(c.throw(e))}catch(e){t(e)}}function r(t){t.done?e(t.value):new s(function(e){e(t.value)}).then(n,o)}r((c=c.apply(i,a||[])).next())})},__generator=this&&this.__generator||function(n,o){var r,i,a,e,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return e={next:t(0),throw:t(1),return:t(2)},"function"==typeof Symbol&&(e[Symbol.iterator]=function(){return this}),e;function t(t){return function(e){return function(t){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,i&&(a=2&t[0]?i.return:t[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,t[1])).done)return a;switch(i=0,a&&(t=[2&t[0],a.value]),t[0]){case 0:case 1:a=t;break;case 4:return s.label++,{value:t[1],done:!1};case 5:s.label++,i=t[1],t=[0];continue;case 7:t=s.ops.pop(),s.trys.pop();continue;default:if(!(a=0<(a=s.trys).length&&a[a.length-1])&&(6===t[0]||2===t[0])){s=0;continue}if(3===t[0]&&(!a||t[1]>a[0]&&t[1]<a[3])){s.label=t[1];break}if(6===t[0]&&s.label<a[1]){s.label=a[1],a=t;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(t);break}a[2]&&s.ops.pop(),s.trys.pop();continue}t=o.call(n,s)}catch(e){t=[6,e],i=0}finally{r=a=0}if(5&t[0])throw t[1];return{value:t[0]?t[1]:void 0,done:!0}}([t,e])}}},__assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};!function(t){OfficeExtension.BatchApiHelper.createPropertyObject,OfficeExtension.BatchApiHelper.createMethodObject,OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject;var n,o=OfficeExtension.BatchApiHelper.createTopLevelServiceObject,r=(OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod),i=(OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined),e=(OfficeExtension.Utility.isUndefined,OfficeExtension.Utility.throwIfNotLoaded,OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson),a=OfficeExtension.Utility.fixObjectPathIfNecessary,s=(OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult),c=(OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags),l=(n=OfficeExtension.ClientObject,__extends(u,n),Object.defineProperty(u.prototype,"_className",{get:function(){return"BiShim"},enumerable:!0,configurable:!0}),u.prototype.initialize=function(e){r(this,"Initialize",0,[e],c(2,"SharedApiUndo","1.5"),0)},u.prototype.getData=function(){return r(this,"getData",1,[],4,0)},u.prototype.setVisualObjects=function(e){r(this,"setVisualObjects",0,[e],2,0)},u.prototype.setVisualObjectsToPersist=function(e){r(this,"setVisualObjectsToPersist",0,[e],2,0)},u.prototype._handleResult=function(e){n.prototype._handleResult.call(this,e),i(e)||a(this,e)},u.prototype._handleRetrieveResult=function(e,t){n.prototype._handleRetrieveResult.call(this,e,t),s(this,e,t)},u.newObject=function(e){return o(t.BiShim,e,"Microsoft.AgaveVisual.BiShim",!1,4)},u.prototype.toJSON=function(){return e(this,{},{})},u);function u(){return null!==n&&n.apply(this,arguments)||this}t.BiShim=l,(t.AgaveVisualErrorCodes||(t.AgaveVisualErrorCodes={})).generalException="GeneralException"}(OfficeCore=OfficeCore||{}),function(r){OfficeExtension.BatchApiHelper.createPropertyObject;var n,i=OfficeExtension.BatchApiHelper.createMethodObject,t=(OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject,OfficeExtension.BatchApiHelper.createTopLevelServiceObject),o=(OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod),a=OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,s=(OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined),c=OfficeExtension.Utility.isUndefined,e=OfficeExtension.Utility.throwIfNotLoaded,l=(OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load),u=OfficeExtension.Utility.retrieve,d=OfficeExtension.Utility.toJson,f=OfficeExtension.Utility.fixObjectPathIfNecessary,p=(OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult),m=(n=OfficeExtension.ClientObject,__extends(g,n),Object.defineProperty(g.prototype,"_className",{get:function(){return"FlightingService"},enumerable:!0,configurable:!0}),g.prototype.getClientSessionId=function(){return o(this,"GetClientSessionId",1,[],4,0)},g.prototype.getDeferredFlights=function(){return o(this,"GetDeferredFlights",1,[],4,0)},g.prototype.getFeature=function(e,t,n,o){return i(r.ABType,this,"GetFeature",1,[e,t,n,o],!1,!1,null,4)},g.prototype.getFeatureGate=function(e,t){return i(r.ABType,this,"GetFeatureGate",1,[e,t],!1,!1,null,4)},g.prototype.resetOverride=function(e){o(this,"ResetOverride",0,[e],0,0)},g.prototype.setOverride=function(e,t,n){o(this,"SetOverride",0,[e,t,n],0,0)},g.prototype._handleResult=function(e){n.prototype._handleResult.call(this,e),s(e)||f(this,e)},g.prototype._handleRetrieveResult=function(e,t){n.prototype._handleRetrieveResult.call(this,e,t),p(this,e,t)},g.newObject=function(e){return t(r.FlightingService,e,"Microsoft.Experiment.FlightingService",!1,4)},g.prototype.toJSON=function(){return d(this,{},{})},g);function g(){return null!==n&&n.apply(this,arguments)||this}r.FlightingService=m;var h,v,y=(h=OfficeExtension.ClientObject,__extends(b,h),Object.defineProperty(b.prototype,"_className",{get:function(){return"ABType"},enumerable:!0,configurable:!0}),Object.defineProperty(b.prototype,"_scalarPropertyNames",{get:function(){return["value"]},enumerable:!0,configurable:!0}),Object.defineProperty(b.prototype,"value",{get:function(){return e("value",this._V,"ABType",this._isNull),this._V},enumerable:!0,configurable:!0}),b.prototype._handleResult=function(e){if(h.prototype._handleResult.call(this,e),!s(e)){var t=e;f(this,t),c(t.Value)||(this._V=t.Value)}},b.prototype.load=function(e){return l(this,e)},b.prototype.retrieve=function(e){return u(this,e)},b.prototype._handleRetrieveResult=function(e,t){h.prototype._handleRetrieveResult.call(this,e,t),p(this,e,t)},b.prototype.toJSON=function(){return d(this,{value:this._V},{})},b.prototype.ensureUnchanged=function(e){a(this,e)},b);function b(){return null!==h&&h.apply(this,arguments)||this}r.ABType=y,(v=r.FeatureType||(r.FeatureType={})).boolean="Boolean",v.integer="Integer",v.string="String",(r.ExperimentErrorCodes||(r.ExperimentErrorCodes={})).generalException="GeneralException"}(OfficeCore=OfficeCore||{}),function(o){var e,t,n=(r.prototype.close=function(){return this._dialogService.close(),this._dialogService.context.sync()},r.prototype.messageChild=function(e,t){DialogApiManager&&DialogApiManager.messageChildRichApiBridge&&DialogApiManager.messageChildRichApiBridge(e,t)},r);function r(e){this._dialogService=e}o.Dialog=n,o.displayWebDialog=function(n,m){return void 0===m&&(m={}),new OfficeExtension.CoreUtility.Promise(function(l,u){if(m.width&&m.height&&(!e(m.width)||!e(m.height)))throw new OfficeExtension.Error({code:"InvalidArgument",message:'Dimensions must be "number%" or number.'});var d=new OfficeExtension.ClientRequestContext,t=OfficeCore.FirstPartyDialogService.newObject(d),f=new o.Dialog(t),p=t.onDialogMessage.add(function(e){OfficeExtension.Utility.log("dialogMessageHandler:"+JSON.stringify(e));var t,n,o,r=JSON.parse(e.message),i=r.errorCode?new OfficeExtension.Error((t=r.errorCode,(n={})[12002]={code:"InvalidUrl",message:"Cannot load URL, no such page or bad URL syntax."},n[12003]={code:"InvalidUrl",message:"HTTPS is required."},n[12004]={code:"Untrusted",message:"Domain is not trusted."},n[12005]={code:"InvalidUrl",message:"HTTPS is required."},n[12007]={code:"FailedToOpen",message:"Another dialog is already opened."},(o=n)[t]?o[t]:{code:"Unknown",message:"An unknown error has occured with code: "+t})):null,a=r.type,s=r.origin,c=r.message;switch(a){case 17:i?u(i):l(f);break;case 12:m.onMessage&&m.onMessage(c,f,s);break;case 10:default:12006===r.errorCode?(p&&(p.remove(),d.sync()),m.onClose&&m.onClose()):m.onRuntimeError&&(m.onRuntimeError(i,f),u(i))}return OfficeExtension.CoreUtility.Promise.resolve()});return d.sync().then(function(){var e={width:m.width?parseInt(m.width):50,height:m.height?parseInt(m.height):50,displayInIFrame:m.displayInIFrame,dialogTitle:m.dialogTitle,escKeyCloseDialog:void 0===m.escKeyCloseDialog||m.escKeyCloseDialog};return t.displayDialog(n,e),d.sync()}).catch(function(e){u(e)})});function e(e){return/^(\-|\+)?([0-9]+)%?$/.test(e)}},(t=e=e||{})[t.dialogMessageReceived=0]="dialogMessageReceived",t[t.dialogEventReceived=1]="dialogEventReceived"}(OfficeFirstPartyDialog=OfficeFirstPartyDialog||{}),function(n){n.OfficeOnlineDomainList=["*.dod.online.office365.us","*.gov.online.office365.us","*.officeapps-df.live.com","*.officeapps.live.com","*.online.office.de","*.partner.officewebapps.cn"],n.isHostOriginTrusted=function(){if(void 0!==window.external&&void 0!==window.external.GetContext)return!0;var e=OSF.getClientEndPoint()._targetUrl,t=e.split("/")[2].split(":")[0].split("?")[0];return 0!=e.indexOf("https:")||n.OfficeOnlineDomainList.forEach(function(e){if(0==e.indexOf("*.")&&(e=e.substring(2)),t.indexOf(e)==t.length-e.length)return!0}),!1}}(OfficeCore=OfficeCore||{}),function(n){var e=(Object.defineProperty(t.prototype,"roamingSettings",{get:function(){return this.m_roamingSettings||(this.m_roamingSettings=n.AuthenticationService.newObject(this.context).roamingSettings),this.m_roamingSettings},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"tap",{get:function(){return this.m_tap||(this.m_tap=n.Tap.newObject(this.context)),this.m_tap},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"skill",{get:function(){return this.m_skill||(this.m_skill=n.Skill.newObject(this.context)),this.m_skill},enumerable:!0,configurable:!0}),t);function t(e){this.context=e}n.FirstPartyApis=e;var o,r=(o=OfficeExtension.ClientRequestContext,__extends(i,o),Object.defineProperty(i.prototype,"firstParty",{get:function(){return this.m_firstPartyApis||(this.m_firstPartyApis=new e(this)),this.m_firstPartyApis},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"flighting",{get:function(){return this.flightingService},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"telemetry",{get:function(){return this.m_telemetry||(this.m_telemetry=n.TelemetryService.newObject(this)),this.m_telemetry},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"ribbon",{get:function(){return this.m_ribbon||(this.m_ribbon=n.DynamicRibbon.newObject(this)),this.m_ribbon},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"bi",{get:function(){return this.m_biShim||(this.m_biShim=n.BiShim.newObject(this)),this.m_biShim},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"flightingService",{get:function(){return this.m_flightingService||(this.m_flightingService=n.FlightingService.newObject(this)),this.m_flightingService},enumerable:!0,configurable:!0}),i);function i(e){return o.call(this,e)||this}n.RequestContext=r,n.run=function(e,t){return OfficeExtension.ClientRequestContext._runBatch("OfficeCore.run",arguments,function(e){return new n.RequestContext(e)})}}(OfficeCore=OfficeCore||{}),function(e){var t;function s(){var e=new OfficeCore.RequestContext;return"web"==OSF._OfficeAppFactory.getHostInfo().hostPlatform&&(e._customData="WacPartition"),e}(t=e.license||(e.license={})).isFeatureEnabled=function(r,i){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=s(),n=OfficeCore.License.newObject(t),o=n.isFeatureEnabled(r,i),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.getFeatureTier=function(r,i){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=s(),n=OfficeCore.License.newObject(t),o=n.getFeatureTier(r,i),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.isFreemiumUpsellEnabled=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=s(),n=OfficeCore.License.newObject(t),o=n.isFreemiumUpsellEnabled(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.launchUpsellExperience=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=s(),OfficeCore.License.newObject(t).launchUpsellExperience(n),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.onFeatureStateChanged=function(i,a){return __awaiter(this,void 0,void 0,function(){var t,n,o,r;return __generator(this,function(e){switch(e.label){case 0:return t=s(),n=OfficeCore.License.newObject(t),(o=n.getLicenseFeature(i)).onStateChanged.add(a),r=function(){return o.onStateChanged.remove(a),null},[4,t.sync()];case 1:return e.sent(),[2,r]}})})},t.getMsaDeviceTicket=function(r,i,a){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=s(),n=OfficeCore.License.newObject(t),o=n.getMsaDeviceTicket(r,i,a),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})}}(Office=Office||{}),function(e){OfficeExtension.BatchApiHelper.createPropertyObject,OfficeExtension.BatchApiHelper.createMethodObject,OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject,OfficeExtension.BatchApiHelper.createTopLevelServiceObject,OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod,OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined,OfficeExtension.Utility.isUndefined,OfficeExtension.Utility.throwIfNotLoaded,OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson,OfficeExtension.Utility.fixObjectPathIfNecessary,OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult,OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags;(e._CC||(e._CC={})).Skill_HostSkillEvent_EventArgsTransform=function(e,t){return{type:t.type,data:t.data}},(e.SkillErrorCodes||(e.SkillErrorCodes={})).generalException="GeneralException";new OfficeExtension.LibraryBuilder({metadata:{version:"1.0.0",name:"OfficeCore",defaultApiSetName:"OfficeSharedApi",hostName:"Office",apiSets:[["1.1","SharedApiUndo"]],strings:["Skill","registerHostSkillEvent","unregisterHostSkillEvent"],enumTypes:[],clientObjectTypes:[[1,0,0,0,[["executeAction",3,2,0,5],["notifyPaneEvent",2,2,0,5],[2,0,0,0,3,0,1],[3,0,0,0,3,0,1],["testFireEvent",0,0,0,3,0,1]],0,0,0,[["HostSkillEvent",2,0,"65538","",2,3]],"Microsoft.SkillApi.Skill",4]]},targetNamespaceObject:e})}(OfficeCore=OfficeCore||{}),function(t){OfficeExtension.BatchApiHelper.createPropertyObject,OfficeExtension.BatchApiHelper.createMethodObject,OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject;var n,e,o,r=OfficeExtension.BatchApiHelper.createTopLevelServiceObject,a=(OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod),i=(OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined),s=(OfficeExtension.Utility.isUndefined,OfficeExtension.Utility.throwIfNotLoaded,OfficeExtension.Utility.throwIfApiNotSupported),c=(OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson),l=OfficeExtension.Utility.fixObjectPathIfNecessary,u=(OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult),d=(OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags,n=OfficeExtension.ClientObject,__extends(f,n),Object.defineProperty(f.prototype,"_className",{get:function(){return"TelemetryService"},enumerable:!0,configurable:!0}),f.prototype.sendNonStandardEvent=function(e,t,n,o,r,i){s("TelemetryService.sendNonStandardEvent","Telemetry","1.4","OfficeCore"),a(this,"SendNonStandardEvent",1,[e,t,n,o,r,i],4,0)},f.prototype.sendTelemetryEvent=function(e,t,n,o,r){a(this,"SendTelemetryEvent",1,[e,t,n,o,r],4,0)},f.prototype._handleResult=function(e){n.prototype._handleResult.call(this,e),i(e)||l(this,e)},f.prototype._handleRetrieveResult=function(e,t){n.prototype._handleRetrieveResult.call(this,e,t),u(this,e,t)},f.newObject=function(e){return r(t.TelemetryService,e,"Microsoft.Telemetry.TelemetryService",!1,4)},f.prototype.toJSON=function(){return c(this,{},{})},f);function f(){return null!==n&&n.apply(this,arguments)||this}t.TelemetryService=d,(e=t.DataFieldType||(t.DataFieldType={})).unset="Unset",e.string="String",e.boolean="Boolean",e.int64="Int64",e.double="Double",(o=t.EventType||(t.EventType={})).sendTelemetryEvent="SendTelemetryEvent",o.customerContent="CustomerContent",o.directNumericEvent="DirectNumericEvent",(t.TelemetryErrorCodes||(t.TelemetryErrorCodes={})).generalException="GeneralException"}(OfficeCore=OfficeCore||{}),function(c){var l="officeWebAuthReplyUrls",h=!1,o=null;function e(n){function o(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return r=n.apply(void 0,e)}var r=null,i=null;return{immediateCall:o,delayCall:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];i=function(){return o.apply(void 0,e)}},waitForPromise:function(){return i&&(i(),i=null),r||Promise.resolve()}}}function v(o){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return(t=!1,o&&c.supportsTeamsTokenFlow)?(t=!0,[3,3]):[3,1];case 1:return[4,r()];case 2:(n=e.sent()).supportsAuthToken?t=!0:o&&(t=!n.hostPageSupportsAuth),e.label=3;case 3:return[2,t]}})})}function r(){return Office&&Office.context&&Office.context.webAuth?o?Promise.resolve(o):new Promise(function(t,n){Office.context.webAuth.getAuthContextAsync(function(e){if("succeeded"===e.status){if(!(o=e.value)||o.isAnonymous)return void n({code:"CannotGetAuthContext",message:o?o.Error:void 0,loggableErrorMessage:"Anonymous user"});if(!o.appId)return void n({code:"CannotGetAuthContext",message:"App ID is missing from getAuthContextAsync. Please verify the WebApplicationInfo node in app manifest."});t(o)}else n({code:"CannotGetAuthContext",message:e.status,loggableErrorMessage:String(e.error.code)})})}):Promise.reject({code:"GetAuthContextAsyncMissing",message:"Office:["+!Office+"],Office.context:["+!Office.context+"],Office.context.webAuth:["+!Office.context.webAuth+"]"})}c.authFlow="authcode",c.autoPopup=!1,c.upnCheck=!0,c.timeout=void 0,c.msal="https://alcdn.msauth.net/browser-1p/2.28.1/js/msal-browser-1p.min.js",c.debugging=!1,c.useMsal3=void 0,c.delay=0,c.delayMsal=0,c.supportsOauthManager=!1,c.supportsTeamsTokenFlow=!0,c.supportsBrowserAuth=!0;var y=e(function(a,s){return __awaiter(this,void 0,void 0,function(){var i;return __generator(this,function(e){switch(e.label){case 0:return c.supportsBrowserAuth?[4,r()]:[2,Promise.reject({code:"PackageNotLoaded"})];case 1:return i=e.sent(),[2,new Promise(function(t,n){try{var e="msa"===i.authorityType.toLowerCase();if(OSF.WebAuth.config={authFlow:c.authFlow,authVersion:c.authVersion?c.authVersion:null,msal:c.msal,delayWebAuth:c.delay,delayMsal:c.delayMsal,debugging:c.debugging,useMsal3:c.useMsal3,authority:c.authorityOverride?c.authorityOverride:i.authority,idp:i.authorityType.toLowerCase(),appIds:[e&&i.msaAppId?i.msaAppId:i.appId],redirectUri:a||null,upn:i.upn,puid:i.userId,prefetch:s,telemetryInstance:"otel",autoPopup:c.autoPopup,enableUpnCheck:c.upnCheck,enableConsoleLogging:c.debugging,tenantId:i.tenantId,timeout:c.timeout},OSF.WebAuth.load().then(function(e){u(e,h=!0),t()}).catch(function(e){n({code:"PackageNotLoaded",message:e instanceof Event?e.type:e,telemetryResult:e})}),"implicit"===c.authFlow){var o=a||window.location.href.split("?")[0],r=sessionStorage.getItem(l);r||""===r?r=o:r+=", "+o,r&&sessionStorage.setItem(l,r)}}catch(e){OSF.WebAuth.config=null,OSF.WebAuth.load().then(function(){t()}).catch(function(){n({code:"FailedToLoad",message:e})})}})]}})})});var n=e(function(o,r){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:if(!OSF.WebAuth||"web"!=OSF._OfficeAppFactory.getHostInfo().hostPlatform)return[3,6];e.label=1;case 1:return e.trys.push([1,5,,6]),y.delayCall(o,r),[4,v(c.supportsOauthManager)];case 2:return e.sent()?[3,4]:[4,y.waitForPromise()];case 3:e.sent(),e.label=4;case 4:return[3,6];case 5:throw t=e.sent(),u((n=t).result,!1,n),delete n.result,delete n.loggableErrorMessage,n;case 6:return[2]}})})});function t(e,t){return n.immediateCall(e,t)}function u(i,a,s){void 0!==OTel&&OTel.OTelLogger.onTelemetryLoaded(function(){var e=OSF.WebAuth.config?[oteljs.makeStringDataField("IdentityProvider",OSF.WebAuth.config.idp),oteljs.makeStringDataField("AppId",OSF.WebAuth.config.appIds[0]),oteljs.makeStringDataField("Target",{authFlow:OSF.WebAuth.config.authFlow,authVersion:OSF.WebAuth.config.authVersion,msal:OSF.WebAuth.config.msal,autoPopup:OSF.WebAuth.config.autoPopup,enableUpnCheck:OSF.WebAuth.config.upnCheck}),oteljs.makeBooleanDataField("UseMsal3",!0===OSF.WebAuth.config.useMsal3)]:[],t=s&&s.loggableErrorMessage?s.loggableErrorMessage:"",n=a?[]:[oteljs.makeStringDataField("ApiErrorCode",s&&s.code?s.code:""),oteljs.makeStringDataField("Error",t||(i instanceof Event?i.type:""))],o=e.concat(n,[oteljs.makeBooleanDataField("Result",a)]);if(i&&!(i instanceof Event)&&i.Telemetry)for(var r in i.Telemetry)if(i.Telemetry[r])switch(r){case"succeeded":o.push(oteljs.makeBooleanDataField(r,i.Telemetry[r]));break;case"loadedApplicationCount":case"timeToLoad":o.push(oteljs.makeInt64DataField(r,i.Telemetry[r]));break;default:o.push(oteljs.makeStringDataField(r,i.Telemetry[r]))}OTel.OTelLogger.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.OfficeFirstPartyAuth.Load",dataFields:o,eventFlags:{dataCategories:oteljs.DataCategories.ProductServiceUsage}})})}function b(n,o,r,i){void 0!==OTel&&OTel.OTelLogger.onTelemetryLoaded(function(){var e=[oteljs.makeStringDataField("IdentityProvider",OSF.WebAuth.config.idp),oteljs.makeStringDataField("AppId",OSF.WebAuth.config.appIds[0]),oteljs.makeStringDataField("CorrelationId",r),oteljs.makeStringDataField("Target",{authFlow:OSF.WebAuth.config.authFlow,authVersion:OSF.WebAuth.config.authVersion,msal:OSF.WebAuth.config.msal,autoPopup:OSF.WebAuth.config.autoPopup,enableUpnCheck:OSF.WebAuth.config.upnCheck}),oteljs.makeBooleanDataField("Popup","boolean"==typeof i&&i),oteljs.makeBooleanDataField("Result",o),oteljs.makeStringDataField("Error",n instanceof Event?n.type:n.ErrorCode)];if(n&&!(n instanceof Event)&&n.Telemetry)for(var t in n.Telemetry)if(n.Telemetry[t])switch(t){case"succeeded":e.push(oteljs.makeBooleanDataField(t,n.Telemetry[t]));break;case"timeToGetToken":e.push(oteljs.makeInt64DataField(t,n.Telemetry[t]));break;default:e.push(oteljs.makeStringDataField(t,n.Telemetry[t]))}OTel.OTelLogger.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.OfficeFirstPartyAuth.GetAccessToken",dataFields:e,eventFlags:{dataCategories:oteljs.DataCategories.ProductServiceUsage}})})}c.load=t,c.getAccessToken=function(m,g){var e=this;return n.waitForPromise().then(function(){return new Promise(function(f,p){return __awaiter(e,void 0,void 0,function(){var o,r,i,a,s,c,l,u,d;return __generator(this,function(e){switch(e.label){case 0:return e.trys.push([0,10,,11]),"web"!=OSF._OfficeAppFactory.getHostInfo().hostPlatform?[3,6]:[4,v(!!m.appName)];case 1:return e.sent()?[3,3]:[4,y.waitForPromise()];case 2:return e.sent(),OSF.WebAuth&&h?(o=m.correlationId||OSF._OfficeAppFactory.getHostInfo().osfControlAppCorrelationId,OSF.WebAuth.config.appIds[0]&&OSF.WebAuth.getToken(m.resource,null,OSF.WebAuth.config.appIds[0],o,g&&g.popup?g.popup:null,m&&m.authChallenge?m.authChallenge:null).then(function(e){b(e,!0,o,!(!g||!g.popup)&&g.popup),f({accessToken:e.Token,tokenIdenityType:"msa"==OSF.WebAuth.config.idp.toLowerCase()?OfficeCore.IdentityType.microsoftAccount:OfficeCore.IdentityType.organizationAccount})}).catch(function(e){b(e,!1,o,!(!g||!g.popup)&&g.popup),p({code:e.ErrorCode,message:e instanceof Event?e.type:e.ErrorMessage})})):(t=h,n=OSF.WebAuth.loadAttempts,void 0!==OTel&&OTel.OTelLogger.onTelemetryLoaded(function(){var e=[oteljs.makeBooleanDataField("Loaded",t),oteljs.makeInt64DataField("LoadAttempts","number"==typeof n?n:0)];OTel.OTelLogger.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.OfficeFirstPartyAuth.UnexpectedAcquire",dataFields:e,eventFlags:{dataCategories:oteljs.DataCategories.ProductServiceUsage}})})),[3,5];case 3:return r=new OfficeCore.RequestContext,s=OfficeCore.AuthenticationService.newObject(r),r._customData="WacPartition",i=s.getAccessToken(m,null),[4,r.sync()];case 4:e.sent(),f(i.value),e.label=5;case 5:return[3,9];case 6:return a=new OfficeCore.RequestContext,s=OfficeCore.AuthenticationService.newObject(a),c=s.onTokenReceived.add(function(t){if(!OfficeExtension.CoreUtility.isNullOrUndefined(t))if(c.remove(),a.sync().catch(function(){}),0==t.code)f(t.tokenValue);else if(OfficeExtension.CoreUtility.isNullOrUndefined(t.errorInfo))p({code:t.code});else try{p(JSON.parse(t.errorInfo))}catch(e){p({code:t.code,message:t.errorInfo})}return null}),[4,a.sync()];case 7:return e.sent(),l=s.getAccessToken(m,s._targetId),[4,a.sync()];case 8:if(e.sent(),OfficeExtension.CoreUtility.isNullOrUndefined(l.value))return[2,null];u=l.value.accessToken,OfficeExtension.CoreUtility.isNullOrUndefined(u)||f(l.value),e.label=9;case 9:return[3,11];case 10:return d=e.sent(),p(d),[3,11];case 11:return[2]}var t,n})})})})},c.getPrimaryIdentityInfo=function(){var e=new OfficeCore.RequestContext,t=OfficeCore.AuthenticationService.newObject(e);e._customData="WacPartition";var n=t.getPrimaryIdentityInfo();return e.sync().then(function(){return n.value})},c.getIdentities=function(){var e=new OfficeCore.RequestContext,t=OfficeCore.AuthenticationService.newObject(e).getIdentities();return e.sync().then(function(){return t.value})},c.onIdentityChanged=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o=this;return __generator(this,function(e){switch(e.label){case 0:return(e.trys.push([0,3,,4]),"web"===OSF._OfficeAppFactory.getHostInfo().hostPlatform)?[3,2]:(t=new OfficeCore.RequestContext,n=OfficeCore.AuthenticationService.newObject(t),n.onIdentityChanged.add(r),[4,t.sync()]);case 1:return e.sent(),[2,function(){return __awaiter(o,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return n.onIdentityChanged.remove(r),[4,t.sync()];case 1:return e.sent(),[2]}})})}];case 2:return[3,4];case 3:return e.sent(),[3,4];case 4:return[2,function(){return Promise.resolve()}]}})})},"undefined"!=typeof window&&window.OSF&&function(){try{if("undefined"==typeof window||!window.sessionStorage)return;var e=sessionStorage.getItem(l);null!==e&&-1!==e.indexOf(window.location.origin+window.location.pathname)&&t()}catch(e){console.error(e)}}()}(OfficeFirstPartyAuth=OfficeFirstPartyAuth||{}),function(e){!function(l){var o,e,d,t;(e=o=l.PopupOptions||(l.PopupOptions={}))[e.None=0]="None",e[e.Auto=1]="Auto",e[e.Force=2]="Force",(t=d=l.AuthErrorCode||(l.AuthErrorCode={}))[t.UnsupportedUserIdentity=13003]="UnsupportedUserIdentity",t[t.UserAborted=13004]="UserAborted",t[t.InteractionRequired=13005]="InteractionRequired",t[t.ClientError=13006]="ClientError",t[t.ServerError=13007]="ServerError",t[t.NotAvailable=13012]="NotAvailable",t[t.InternalError=5001]="InternalError",t[t.InvalidApiArguments=5013]="InvalidApiArguments";var f={ACCOUNT_UNAVAILABLE:d.UnsupportedUserIdentity,USER_CANCEL:d.UserAborted,USER_INTERACTION_REQUIRED:d.InteractionRequired,PERSISTENT_ERROR:d.ClientError,NO_NETWORK:d.ServerError,TRANSIENT_ERROR:d.ServerError,NESTED_APP_AUTH_UNAVAILABLE:d.NotAvailable},r={POPUP_WINDOW_ERROR:d.ClientError,USER_CANCELLED:d.UserAborted},u={ACCESS_TOKEN:"access_token",XMS_CC:"xms_cc"},p=0,m=!1,g=!1,h=void 0,v=void 0;l.clientCapabilities=[],l.upnCheck=!0,l.timeout=void 0,l.msal="https://alcdn.msauth.net/browser-1p/2.28.1/js/msal-browser-1p.min.js",l.debugging=!1,l.delay=0,l.delayMsal=0,l.useMsal3=void 0;var y={},b=function(e){try{var t="string"==typeof e?e:e.data,n=JSON.parse(t);if(n.requestId){var o=n.requestId;if(y.hasOwnProperty(o)){var r=d.InternalError,i=y[o],a=i[0],s=i[1];delete y[o];var c=n.token;if(c&&!0===n.success&&c.access_token&&"number"==typeof c.expires_in)return void a({accessToken:c.access_token,idToken:c.id_token,expiresOn:new Date(Date.now()+1e3*c.expires_in)});var l=n.error;if(l){var u=l.status;f[u]&&(r=f[u])}s({code:r})}}}catch(e){}},C={code:d.NotAvailable};function i(i,a){function e(e){function t(e,t){var n=Date.now()-o;!function(t,n,o,r,i){if(0<p&&!o)return;p++,void 0!==OTel&&OTel.OTelLogger.onTelemetryLoaded(function(){var e=[oteljs.makeStringDataField("NestedClientId",t),oteljs.makeStringDataField("CorrelationId",n),oteljs.makeBooleanDataField("Popup",o),oteljs.makeInt64DataField("Duration",r),oteljs.makeInt64DataField("ErrorCode",i?i.code:0),oteljs.makeBooleanDataField("BridgeAvailable",O())];OTel.OTelLogger.sendTelemetryEvent({eventName:"Office.Extensibility.OfficeJs.NestedAppAuth.GetAccessToken",dataFields:e,eventFlags:{dataCategories:oteljs.DataCategories.ProductServiceUsage,diagnosticLevel:oteljs.DiagnosticLevel.NecessaryServiceDataEvent}})})}(s,c,a,n,t)}return e.then(function(e){t(0,null)}).catch(function(e){t(0,e)}),e}var s=i.clientId||v,c=i.correlationId||OSF.OUtil.Guid.generateNewGuid(),o=Date.now();return O()?e(new Promise(function(e,t){var n=OSF.OUtil.Guid.generateNewGuid(),o=i.scopes.join(" "),r={messageType:"NestedAppAuthRequest",method:a?"GetTokenPopup":"GetToken",requestId:n,clientLibrary:"officejs",sendTime:Date.now(),tokenParams:{clientId:s,scope:o,correlationId:c,claims:function(e){if(0===l.clientCapabilities.length)return e;var t={};if(e)try{t=JSON.parse(e)}catch(e){}return t.hasOwnProperty(u.ACCESS_TOKEN)||(t[u.ACCESS_TOKEN]={}),t[u.ACCESS_TOKEN][u.XMS_CC]={values:l.clientCapabilities},JSON.stringify(t)}(i.claims)}};m||(nestedAppAuthBridge.addEventListener("message",b),m=!0),y[n]=[e,t],nestedAppAuthBridge.postMessage(JSON.stringify(r))})):e(h?h.then(function(){if(!g)return Promise.reject(C);var e=i.scopes.join(" ");return e=e.replace(/(\/.default)$/,""),OSF.WebAuth.getToken(e,i.scopes,s,c,a,i.claims).then(function(e){return{accessToken:e.Token,expiresOn:e.MsalResult?e.MsalResult.expiresOn:void 0}}).catch(function(e){var t=d.InternalError,n=void 0;if(e)if(n=e.ErrorMessage,e.MsalResult&&"InteractionRequiredAuthError"===e.MsalResult.name)t=d.InteractionRequired;else if(e.ErrorCode){var o=e.ErrorCode.toUpperCase();r[o]&&(t=r[o])}return Promise.reject({code:t,description:n})})}):Promise.reject(C))}function a(){return O()||"function"!=typeof __initializeNestedAppAuth?Promise.resolve():__initializeNestedAppAuth()}function O(){return"undefined"!=typeof nestedAppAuthBridge}function s(){return __awaiter(this,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return[4,a()];case 1:return e.sent(),[2,O()]}})})}l.isBridgeAvailable=O,l.isBridgeAvailableAsync=s,l.load=function(e,t,n,o){return h=h||function(o,r,i,a){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return v=o,a&&(l.clientCapabilities=a),Office&&Office.context&&Office.context.auth&&OSF.WebAuth?[4,s()]:[2];case 1:return e.sent()?[2]:[4,function(){return __awaiter(this,void 0,void 0,function(){return __generator(this,function(e){return[2,new Promise(function(t){Office.context.auth.getAuthContextAsync(function(e){"succeeded"===e.status?t(e.value):t(null)})}).catch(function(){return null})]})})}()];case 2:if(!(t=e.sent()))throw C;OSF.WebAuth.config={authFlow:"authcode",authVersion:l.authVersion?l.authVersion:null,msal:l.msal,delayWebAuth:l.delay,delayMsal:l.delayMsal,debugging:l.debugging,useMsal3:l.useMsal3,authority:l.authorityOverride?l.authorityOverride:t.authorityBaseUrl,idp:"msa"===t.authorityType.toLowerCase()?"msa":"aad",appIds:[o],redirectUri:r||null,upn:t.userPrincipalName,prefetch:i,telemetryInstance:"otel",enableUpnCheck:l.upnCheck,enableConsoleLogging:l.debugging,checkActiveAccount:!0,tenantId:t.tenantId,timeout:l.timeout,clientCapabilities:a},e.label=3;case 3:return e.trys.push([3,5,,6]),[4,OSF.WebAuth.load()];case 4:return e.sent(),g=!0,[3,6];case 5:throw n=e.sent(),__assign({},C,{description:n instanceof Event?n.type:void 0});case 6:return[2]}})})}(e,t,n,o)},l.getAccessToken=function(t){var n=null==t.popup?o.None:t.popup;if(n===o.Auto&&!t.directUserActionCallback)throw{code:d.InvalidApiArguments};return a().then(function(){return i(t,n===o.Force).catch(function(e){if(e.code==d.InteractionRequired&&n===o.Auto&&t.directUserActionCallback)return t.directUserActionCallback().then(function(e){if(e)return i(t,!0);throw{code:d.UserAborted}}).catch(function(){throw{code:d.UserAborted}});throw e})})}}(e.NestedAppAuth||(e.NestedAppAuth={}))}(OfficeFirstPartyAuth=OfficeFirstPartyAuth||{}),function(i){var n,e;OfficeExtension.BatchApiHelper.createPropertyObject,OfficeExtension.BatchApiHelper.createMethodObject,OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject,OfficeExtension.BatchApiHelper.createTopLevelServiceObject,OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod,OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined,OfficeExtension.Utility.isUndefined,OfficeExtension.Utility.throwIfNotLoaded,OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson,OfficeExtension.Utility.fixObjectPathIfNecessary,OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult,OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags;(i._CC||(i._CC={})).LicenseFeature_StateChanged_EventArgsTransform=function(e,t){var n={feature:t.featureName,isEnabled:t.isEnabled,tier:t.tierName};return t.tierName&&(n.tier=0==t.tierName?LicenseFeatureTier.unknown:1==t.tierName?LicenseFeatureTier.basic:2==t.tierName?LicenseFeatureTier.premium:t.tierName),n},(i._CC||(i._CC={})).ThemeService_OfficeThemeChanged_EventArgsTransform=function(e,t){return{bodyBackgroundColor:t.bodyBackgroundColor,bodyForegroundColor:t.bodyForegroundColor,controlBackgroundColor:t.controlBackgroundColor,controlForegroundColor:t.controlForegroundColor}},(e=n=i.PersonaPromiseType||(i.PersonaPromiseType={}))[e.immediate=0]="immediate",e[e.load=3]="load";var a=function(){};i.PersonaInfoAndSource=a;var t=(o.prototype.performAsyncOperation=function(e,l,u,d){var t=this;e!=n.immediate?d().then(function(e){if(e)u();else{var c=t;c.load("hostId"),c.context.sync().then(function(){var s=c.hostId;t.getPersonaLifetime().then(function(i){var a=function(r){return new OfficeExtension.CoreUtility.Promise(function(t,e){if(r.sendingPersonaHostId==s)for(var n=0;n<r.dataUpdated.length;++n){var o=r.dataUpdated[n];if(l==o)return void d().then(function(e){e&&(u(),i.onPersonaUpdated.remove(a),c.context.sync()),t(e)})}t(!1)})};i.onPersonaUpdated.add(a),c.context.sync()})})}}):u()},o.prototype.getOrganizationAsync=function(n){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var o=r;r.performAsyncOperation(n,PersonaDataUpdated.organization,function(){var e=o.organization;e.load("*"),o.context.sync().then(function(){t(e)})},function(){return new OfficeExtension.CoreUtility.Promise(function(e,t){var n=o.organization;n.load("isWarmedUp"),o.context.sync().then(function(){e(n.isWarmedUp)})})})})},o.prototype.getIsPersonaInfoResolvedCheck=function(){var o=this;return new OfficeExtension.CoreUtility.Promise(function(e,t){var n=o.personaInfo;n.load("isPersonResolved"),o.context.sync().then(function(){e(n.isPersonResolved)})})},o.prototype.getPersonaInfoAsync=function(o){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var n=r;r.performAsyncOperation(o,PersonaDataUpdated.personaInfo,function(){var e=n.personaInfo;e.load(),n.context.sync().then(function(){t(e)})},function(){return r.getIsPersonaInfoResolvedCheck()})})},o.prototype.getPersonaInfoWithSourceAsync=function(o){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var n=r;r.performAsyncOperation(o,PersonaDataUpdated.personaInfo,function(){var e=new a;e.info=n.personaInfo,e.info.load(),e.source=n.personaInfo.sources,e.source.load(),n.context.sync().then(function(){t(e)})},function(){return r.getIsPersonaInfoResolvedCheck()})})},o.prototype.getUnifiedCommunicationInfo=function(o){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var n=r;r.performAsyncOperation(o,PersonaDataUpdated.personaInfo,function(){var e=n.unifiedCommunicationInfo;e.load("*"),n.context.sync().then(function(){t(e)})},function(){return r.getIsPersonaInfoResolvedCheck()})})},o.prototype.getUnifiedGroupInfoAsync=function(o){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var n=r;r.performAsyncOperation(o,PersonaDataUpdated.personaInfo,function(){var e=n.unifiedGroupInfo;e.load("*"),n.context.sync().then(function(){t(e)})},function(){return r.getIsPersonaInfoResolvedCheck()})})},o.prototype.getTypeAsync=function(o){var r=this;return new OfficeExtension.CoreUtility.Promise(function(e,t){var n=r;r.performAsyncOperation(o,PersonaDataUpdated.personaInfo,function(){n.load("type"),n.context.sync().then(function(){e(i.PersonaType[n.type.valueOf()])})},function(){return r.getIsPersonaInfoResolvedCheck()})})},o.prototype.getCustomizationsAsync=function(o){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var n=r;r.performAsyncOperation(o,PersonaDataUpdated.personaInfo,function(){var e=n.getCustomizations();n.context.sync().then(function(){t(e.value)})},function(){return r.getIsPersonaInfoResolvedCheck()})})},o.prototype.getMembersAsync=function(n){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var o=r;r.performAsyncOperation(n,PersonaDataUpdated.members,function(){var e=o.getMembers();e.load("isWarmedUp"),o.context.sync().then(function(){t(e)})},function(){return new OfficeExtension.CoreUtility.Promise(function(e,t){var n=o.getMembers();n.load("isWarmedUp"),o.context.sync().then(function(){e(n.isWarmedUp)})})})})},o.prototype.getMembershipAsync=function(o){var r=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var n=r;r.performAsyncOperation(o,PersonaDataUpdated.membership,function(){var e=n.getMembership();e.load("*"),n.context.sync().then(function(){t(e)})},function(){return new OfficeExtension.CoreUtility.Promise(function(e){var t=n.getMembership();t.load("isWarmedUp"),n.context.sync().then(function(){e(t.isWarmedUp)})})})})},o.prototype.getPersonaLifetime=function(){var o=this;return new OfficeExtension.CoreUtility.Promise(function(t,e){var n=o;n.load("instanceId"),n.context.sync().then(function(){new r(n.context,n.instanceId).getPersonaLifetime().then(function(e){t(e)})})})},o);function o(){}i.PersonaCustom=t;var r=(Object.defineProperty(s.prototype,"serviceContext",{get:function(){return this.m_serviceConext||(this.m_serviceConext=i.ServiceContext.newObject(this.context)),this.m_serviceConext},enumerable:!0,configurable:!0}),s.prototype.getPersonaLifetime=function(){var o=this;return new OfficeExtension.CoreUtility.Promise(function(e,t){var n=o.serviceContext.getPersonaLifetime(o.instanceId);o.context.sync().then(function(){n.load("instanceId"),o.context.sync().then(function(){e(n)})})})},s.prototype.getInitialPersona=function(){var o=this;return new OfficeExtension.CoreUtility.Promise(function(e,t){var n=o.serviceContext.getInitialPersona(o.instanceId);o.context.sync().then(function(){e(n)})})},s.prototype.getLokiTokenProvider=function(){var o=this;return new OfficeExtension.CoreUtility.Promise(function(e,t){var n=o.serviceContext.getLokiTokenProvider(o.instanceId);o.context.sync().then(function(){n.load("instanceId"),o.context.sync().then(function(){e(n)})})})},s);function s(e,t){this.context=e,this.instanceId=t}i.PeopleApiContext=r,(i._CC||(i._CC={})).FirstPartyDialogService_DialogMessage_EventArgsTransform=function(e,t){return{message:t.message}};var c,l,u=(Object.defineProperty(d.prototype,"_targetId",{get:function(){return null==this.m_targetId&&(void 0!==OSF&&OSF.OUtil?this.m_targetId=OSF.OUtil.Guid.generateNewGuid():this.m_targetId=""+this.context._nextId()),this.m_targetId},enumerable:!0,configurable:!0}),d);function d(){}i.AuthenticationServiceCustom=u,(i._CC||(i._CC={})).AuthenticationService_TokenReceived_EventArgsTransform=function(e,t){return{tokenValue:t.tokenValue,code:t.code,errorInfo:t.errorInfo}},(c=i._CC||(i._CC={})).ExternalCodeService_ExternalCodeExecutionCompleted_EventArgsTransform=function(e,t){return{result:t.result}},c.ExternalCodeService_ExternalCodeServiceRequestCompleted_EventArgsTransform=function(e,t){return t},c.ExternalCodeService_ExternalCodeServiceResult_EventArgsTransform=function(e,t){return t},(i._CC||(i._CC={})).AddinSkillActionService_ReplyReceived_EventArgsTransform=function(e,t){return{actionCorrelationId:t.actionCorrelationId,replyMessage:t.replyMessage,resultCode:t.resultCode}},(l=i.ErrorCodes||(i.ErrorCodes={})).apiNotAvailable="ApiNotAvailable",l.clientError="ClientError",l.clpSessionError="ClpSessionError",l.controlIdNotFound="ControlIdNotFound",l.docCookieError="DocCookieError",l.entryIdRequired="EntryIdRequired",l.errorPointer="ErrorPointer",l.generalException="GeneralException",l.hostIntegrationManagerError="HostIntegrationManagerError",l.hostRestartNeeded="HostRestartNeeded",l.instanceNotFound="InstanceNotFound",l.interactiveFlowAborted="InteractiveFlowAborted",l.invalidArgument="InvalidArgument",l.invalidGrant="InvalidGrant",l.invalidResourceUrl="InvalidResourceUrl",l.invalidRibbonDefinition="InvalidRibbonDefinition",l.labelingDisabledAppguard="LabelingDisabledAppguard",l.labelingDisabledNoSignedInClpCompatibleUsers="LabelingDisabledNoSignedInClpCompatibleUsers",l.labelingDisabledPrivacySettings="LabelingDisabledPrivacySettings",l.labelingDisabledProtectedView="LabelingDisabledProtectedView",l.labelingDisabledUnsupportedLabelClient="LabelingDisabledUnsupportedLabelClient",l.msoOLDocumentError="MsoOLDocumentError",l.notImplement="NotImplement",l.objectNotFound="ObjectNotFound",l.officeJSItemLabelForIdentityError="OfficeJSItemLabelForIdentityError",l.officeJSRMSLicenseError="OfficeJSRMSLicenseError",l.officeJSSessionOrDocError="OfficeJSSessionOrDocError",l.officeSolutionFrameworkHostError="OfficeSolutionFrameworkHostError",l.omworkflowUserNotFound="OMWorkflowUserNotFound",l.osfControlContainerError="OsfControlContainerError",l.outOfMemory="OutOfMemory",l.resourceNotSupported="ResourceNotSupported",l.sensitivityDocumentReadOnly="SensitivityDocumentReadOnly",l.sensitivityInsufficientPermission="SensitivityInsufficientPermission",l.sensitivityLabelDisabled="SensitivityLabelDisabled",l.sensitivityLabelingDisabled="SensitivityLabelingDisabled",l.sensitivityLabelNotFound="SensitivityLabelNotFound",l.sensitivityNewLabelSensitivityOrder="SensitivityNewLabelSensitivityOrder",l.sensitivityUnsupportedContentType="SensitivityUnsupportedContentType",l.sensitivityUnsupportedCrossTenant="SensitivityUnsupportedCrossTenant",l.sensitivityUnsupportedDke="SensitivityUnsupportedDke",l.sensitivityUnsupportedUdp="SensitivityUnsupportedUdp",l.serverError="ServerError",l.serviceUrlNotFound="ServiceUrlNotFound",l.sharedRuntimeNotAvailable="SharedRuntimeNotAvailable",l.ticketInvalidParams="TicketInvalidParams",l.ticketNetworkError="TicketNetworkError",l.ticketUnauthorized="TicketUnauthorized",l.ticketUninitialized="TicketUninitialized",l.ticketUnknownError="TicketUnknownError",l.unexpectedError="UnexpectedError",l.unsupportedUserIdentity="UnsupportedUserIdentity",l.userNotSignedIn="UserNotSignedIn",i.Interfaces||(i.Interfaces={});new OfficeExtension.LibraryBuilder({metadata:{version:"1.0.0",name:"OfficeCore",defaultApiSetName:"OfficeSharedApi",hostName:"Office",apiSets:[["1.2","SharedApiUndo"],["1.2","SharedRuntimeInternal"],["1.1","SnapshotControl"],["1.1","SharedApiUndo"],["1.4","SharedApiUndo"],["1.2","DynamicRibbon"],["1.1","DynamicRibbonUndo"],["1.2","FirstPartyAuthentication"],["1.3","FirstPartyAuthentication"],["1.5","FirstPartyAuthentication"],["1.1","SensitivityUndo"],["1.2","SensitivityService"],["1.2","SensitivityUndo"],["1.3","SensitivityService"],["1.3","SensitivityUndo"],["1.3","SharedApiUndo"],["1.2","CopilotService"],["1.1","PrivateAPI"],["1.1","ExternalCodeServiceUndo"],["1.1","TaskPaneApi"]],strings:["DialogPage","License","LicenseFeature","MsaDeviceTicketOptions","AppRuntimePersistenceService","AppRuntimeService","ThemeService","Tap","MemberInfoList","PersonaActions","PersonaInfoSource","PersonaInfo","PersonaUnifiedCommunicationInfo","PersonaPhotoInfo","PersonaCollection","PersonaOrganizationInfo","UnifiedGroupInfo","Persona","PersonaLifetime","LokiTokenProvider","LokiTokenProviderFactory","ServiceContext","RichapiPcxFeatureChecks","Comment","CommentCollection","ExtensionLifeCycle","OfficeServicesManagerApi","LocaleApi","FirstPartyDialogService","DynamicRibbon","RibbonTab","RibbonButton","RibbonButtonCollection","ServiceUrlProvider","LinkedIn","NetworkUsage","BeforeDocumentCloseNotification","AuthenticationService","RoamingSetting","RoamingSettingCollection","SharedFilePicker","ActionService","Auth","AugLoopEventService","UndoService","UserFeedbackService","NotificationService","SensitivityService","CopilotService","PrivateApiService","ExternalCodeService","BusinessBarService","ShowSimpleDialog","DispatchApiService","DevicePermissionService","TaskpaneService","AddinSkillActionService","UnifiedStoreService","close","registerOnShow","unregisterOnShow","id","_RegisterStateChange","_UnregisterStateChange","","null","registerOfficeThemeChangedEvent","unregisterOfficeThemeChangedEvent","isWarmedUp","isWarmingUp","displayName","email","emailAddresses","sipAddresses","birthday","birthdays","title","jobInfoDepartment","companyName","office","linkedTitles","linkedDepartments","linkedCompanyNames","linkedOffices","webSites","notes","getImageUri","setPlaceholderColor","getPlaceholderUri","getImageUriWithMetadata","getCount","getItem","instanceId","dispose","_RegisterPersonaUpdatedEvent","_UnregisterPersonaUpdatedEvent","this.instanceId","_RegisterLokiTokenAvailableEvent","_UnregisterLokiTokenAvailableEvent","_RegisterIdentityUniqueIdAvailableEvent","_UnregisterIdentityUniqueIdAvailableEvent","_RegisterClientAccessTokenAvailableEvent","_UnregisterClientAccessTokenAvailableEvent","getLokiTokenProvider","registerIdentityChangedEvent","unregisterIdentityChangedEvent","_RegisterHostMessageReceivedEvent","_UnregisterHostMessageReceivedEvent","_RegisterUndoStackChangedEvent","_UnregisterUndoStackChangedEvent","_RegisterUserFeedbackUIDismissedEvent","_UnregisterUserFeedbackUIDismissedEvent","_RegisterUserFeedbackResponseEvent","_UnregisterUserFeedbackResponseEvent","_RegisterSensitivityLabelChangedEvent","_UnregisterSensitivityLabelChangedEvent","execute","_RegisterPrivateApiEvent","_UnregisterPrivateApiEvent","registerExternalCodeExecutionCompletedEvent","unregisterExternalCodeExecutionCompletedEvent","registerExternalCodeServiceRequestCompletedEvent","unregisterExternalCodeServiceRequestCompletedEvent","registerExternalCodeServiceResultEvent","unregisterExternalCodeServiceResultEvent","_RegisterReplyReceivedEvent","_UnregisterReplyReceivedEvent","_RegisterCopilotAgentEvent","_UnregisterCopilotAgentEvent","_RegisterRefreshedAcquisitionStateEvent","_UnregisterRefreshedAcquisitionStateEvent"],enumTypes:[["DialogPageEventType",[],{onShow:1}],["LicenseFeatureTier",["unknown","basic","premium"]],["LicenseEventType",[],{featureStateChanged:1}],["AppRuntimeState",["inactive","background","visible"]],["Visibility",["hidden","visible"]],["VisualSurface",["default","menus","panes","statusBar","backstage","dialogs"],{qat:"QAT"}],["ObjectType",["unknown","chart","smartArt","table","image","slide","text"],{ole:"OLE"}],["PersonaCardPerfPoint",["placeHolderRendered","initialCardRendered"]],["MessageType",[],{personaLifetimePersonaUpdatedEvent:3502,lokiTokenProviderLokiTokenAvailableEvent:3503,lokiTokenProviderIdentityUniqueIdAvailableEvent:3504,lokiTokenProviderClientAccessTokenAvailableEvent:3505}],["UnifiedCommunicationAvailability",["notSet","free","idle","busy","idleBusy","doNotDisturb","unalertable","unavailable"]],["UnifiedCommunicationStatus",["online","notOnline","away","busy","beRightBack","onThePhone","outToLunch","inAMeeting","outOfOffice","doNotDisturb","inAConference","getting","notABuddy","disconnected","notInstalled","urgentInterruptionsOnly","mayBeAvailable","idle","inPresentation"]],["UnifiedCommunicationPresence",["free","busy","idle","doNotDistrub","blocked","notSet","outOfOffice"]],["FreeBusyCalendarState",["unknown","free","busy","elsewhere","tentative","outOfOffice"]],["PersonaType",["unknown","enterprise","contact","bot","phoneOnly","oneOff","distributionList","personalDistributionList","anonymous","unifiedGroup"]],["PhoneType",["workPhone","homePhone","mobilePhone","businessFax","otherPhone"]],["AddressType",["workAddress","homeAddress","otherAddress"]],["MemberType",["unknown","individual","group"]],["PersonaDataUpdated",["hostId","type","photo","personaInfo","unifiedCommunicationInfo","organization","unifiedGroupInfo","members","membership","capabilities","customizations","viewableSources","placeholder"]],["CustomizedData",["email","workPhone","workPhone2","workFax","mobilePhone","homePhone","homePhone2","otherPhone","sipAddress","profile","office","company","workAddress","homeAddress","otherAddress","birthday"]],["CommentTextFormat",["plain","markdown","delta"]],["TimeStringFormat",["shortTime","longTime","shortDate","longDate"]],["ServiceProvider",["ariaBrowserPipeUrl","ariaUploadUrl","ariaVNextUploadUrl","lokiAutoDiscoverUrl"]],["IdentityType",["organizationAccount","microsoftAccount","unsupported"]],["AugLoopEventType",[],{onHostMessageReceivedEvent:65542}],["UndoType",[],{onUndoStackChangedEvent:65543,onCopilotOperationStartedEvent:65544}],["TriStateOption",["notSet","true","false"]],["UserFeedbackType",["like","dislike","idea","unclassified"]],["UserFeedbackUIType",["modalDialog","taskpane"]],["UserFeedbackEventType",[],{onUserFeedbackUIDismissedEvent:65546,onUserFeedbackResponseEvent:65550}],["UserFeedbackScreenshotInfoSourceType",["autoCapture","autoCaptureWithHtml2Canvas","providedAtInitialization","dynamicallyProvided"]],["UserFeedbackScreenshotInfoImageFormat",[],{jpeg:"jpeg",png:"png"}],["LabelMessageContext",[],{generic:0,firstPerson:1}],["LabelResultSeverity",[],{info:0,warning:1,error:2}],["SensitivityLabelEventType",[],{onLabelChangedEvent:65549}],["EncryptionType",[],{none:0,irmtemplate:1,irmuserDefinedPermission:2,irmencryptOnly:3,irmdoNotForward:4}],["TryUpgradeLabelError",[],{s_APPLYLABEL_OK:0,e_APPLYLABEL_FAIL:2147467259,e_APPLYLABEL_UNSUPPORTED_CROSSTENANT:2147205120,e_APPLYLABEL_DOCUMENT_READONLY:2147205119,e_APPLYLABEL_INSUFFICIENTPERMISSION:2147205118,e_APPLYLABEL_LABELDISABLED:2147205117,e_APPLYLABEL_UNSUPPORTED_UDP:2147205116,e_APPLYLABEL_LABELING_DISABLED:2147205115,e_APPLYLABEL_UNSUPPORTED_CONTENTTYPE:2147205114,e_APPLYLABEL_UNSUPPORTED_DKE:2147205113,e_APPLYLABEL_LABELNOTFOUND:2147205112,e_APPLYLABEL_USERNOTFOUND:2147220727,e_APPLYLABEL_NEWLABELSENSITIVITYORDER:2147205105}],["PrivateApiEventType",[],{onPrivateEvent:65552}],["RequestMethod",["get","post","patch","delete"]],["ResultType",["executionResult","runtimeInfo","serviceResponse"]],["ErrorCategory",["other","environment","runtime","license","user","auth","billing","invalidArg","python","service","unsupported","dataUpload"]],["BusinessBarType",["info","error","blocked","severeWarning","success","warning"]],["SimpleDialogState",[],{cancel:0,confirm:1,checkedConfirm:2}],["SimpleDialogCategory",[],{information:"information",error:"error",warning:"warning",question:"question",other:"other"}],["DevicePermissionType",[],{camera:"camera",microphone:"microphone",geolocation:"geolocation"}],["CopilotAgentEventType",[],{onCopilotAgentEvent:65556}],["UnifiedStoreEventType",[],{onRefreshedAcquisitionStateEvent:65557}]],clientObjectTypes:[[1,0,[["_Id",2]],0,[[59,0,2,0,4],["readyToShow",0,2,0,4],[60,0,2,0,4],[61,0,2,0,4],["sendMessageToHost",1,2,0,4]],0,0,0,[["OnShowEvent",0,0,"DialogPageEventType.onShow","this._Id",60,61]],"Microsoft.Office.DialogPage.DialogPage",4],[2,0,0,0,[["isFeatureEnabled",2,2,0,4],["getFeatureTier",2,2,0,4],["isFreemiumUpsellEnabled",0,2,0,4],["launchUpsellExperience",1,2,0,4],["_TestFireStateChangedEvent",1,0,0,3,0,1],["getMsaDeviceTicket",3,2,0,5]],[["getLicenseFeature",3,1,2,0,4]],0,0,0,"Microsoft.Office.Licensing.License",4],[3,0,[[62,3]],0,[[63,0,2,0,4],[64,0,2,0,4]],0,0,0,[["StateChanged",2,0,"LicenseEventType.featureStateChanged","this.id",63,64]]],[4,0,[["scopes",1,0,0,2,1]],0,0,0,0,0,0,"Microsoft.Office.Licensing.MsaDeviceTicketOptions",4],[5,0,0,0,[["setAppRuntimeStartState",1,0,0,2,0,2],["getAppRuntimeStartState",0,2,0,4]],0,0,0,0,"Microsoft.AppRuntime.AppRuntimePersistenceService",4],[6,0,0,0,[["setAppRuntimeState",1,0,0,2,0,2],["getAppRuntimeState",0,2,0,4],["setSnapshotEnabled",1,2,3,4],["getSnapshotEnabled",0,2,3,4],["getContentSnapshotAsBase64",0,2,3,4]],0,0,0,[["SnapshotImageReady",0,3,"65547",65,66,66],["VisibilityChanged",0,0,"65539",65,66,66]],"Microsoft.AppRuntime.AppRuntimeService",4],[7,0,0,0,[[67,0,0,0,2,0,4],[68,0,0,0,2,0,4],["getOfficeThemeDataForVisualSurface",1,2,0,5]],0,0,0,[["OfficeThemeChanged",2,0,"65548",65,67,68]],"Microsoft.Theme.ThemeService",4],[8,0,0,0,[["getEnterpriseUserInfo",0,2,0,5],["getMruFriendlyPath",1,2,0,5],["launchFileUrlInOfficeApp",2,2,0,5],["performLocalSearch",4,2,0,5],["readSearchCache",3,2,0,5],["writeSearchCache",3,2,0,5]],0,0,0,0,"Microsoft.TapRichApi.Tap",4],[9,0,[[69,3],[70,3]],0,[["items",0,2,0,4]],[["getPersonaForMember",18,1,2,0,4]]],[10,0,0,0,[["addContact",0,0,0,2,0,5],["editContact",0,0,0,2,0,5],["composeEmail",1,0,0,2,0,5],["composeInstantMessage",1,0,0,2,0,5],["callPhoneNumber",1,0,0,2,0,5],["pinPersonaToQuickContacts",0,0,0,2,0,5],["toggleTagForAlerts",0,0,0,2,0,5],["scheduleMeeting",0,0,0,2,0,5],["openLinkContactUx",0,0,0,2,0,5],["editContactByIdentifier",1,0,0,2,0,5],["showHoverCardForPersona",6,0,0,2,0,5],["hideHoverCardForPersona",0,0,0,2,0,5],["showContextMenu",6,0,0,2,0,5],["showContactCard",6,0,0,2,0,5],["showExpandedCard",6,0,0,2,0,5],["openGroupCalendar",0,0,0,2,0,5],["subscribeToGroup",0,0,0,2,0,5],["unsubscribeFromGroup",0,0,0,2,0,5],["getChangePhotoUrlAndOpenInBrowser",0,0,0,2,0,5],["startAudioCall",0,0,0,2,0,5],["startVideoCall",0,0,0,2,0,5],["openOutlookProperties",0,0,0,2,0,5],["editUnifiedGroup",0,0,0,2,0,5],["joinUnifiedGroup",0,0,0,2,0,5],["leaveUnifiedGroup",0,0,0,2,0,5]]],[11,0,[[71,3],[72,3],[73,3],[74,3],[75,3],[76,3],[77,3],[78,3],[79,3],[80,3],[81,3],[82,3],[83,3],[84,3],["phones",3],["addresses",3],[85,3],[86,3]]],[12,0,[[71,3],[72,3],[73,3],[74,3],[75,11],[76,11],[77,3],[78,3],[79,3],[80,3],[81,3],[82,3],[83,3],[84,3],[85,3],[86,3],["isPersonResolved",3]],[["sources",11,3,0,0,4]],[["getPhones",0,2,0,4],["getAddresses",0,2,0,4]]],[13,0,[["availability",3],["status",3],["isSelf",3],["isTagged",3],["customStatusString",3],["isBlocked",3],["presenceTooltip",3],["isOutOfOffice",3],["outOfOfficeNote",3],["timezone",3],["meetingLocation",3],["meetingSubject",3],["timezoneBias",3],["idleStartTime",11],["overallCapability",3],["isOnBuddyList",3],["presenceNote",3],["voiceMailUri",3],["availabilityText",3],["availabilityTooltip",3],["isDurationInAvailabilityText",3],["freeBusyStatus",3],["calendarState",3],["presence",3]]],[14,0,0,0,[[87,1,2,0,4,87],[88,1,0,0,2,88,5],[89,1,2,0,4,89],[90,1,2,0,4,90]]],[15,1,0,0,[[91,0,2,0,4]],[[92,18,1,18,0,4]],0,18],[16,0,[[69,3],[70,3]],[["hierarchy",15,18,0,0,4],["manager",18,2,0,0,4],["directReports",15,18,0,0,4]]],[17,0,[["description",1,0,0,2,5],["oneDrive",1,0,0,2,5],["oneNote",1,0,0,2,5],["isPublic",1,0,0,2,5],["amIOwner",1,0,0,2,5],["amIMember",1,0,0,2,5],["amISubscribed",1,0,0,2,5],["memberCount",1,0,0,2,5],["ownerCount",1,0,0,2,5],["hasGuests",1,0,0,2,5],["site",1,0,0,2,5],["planner",1,0,0,2,5],["classification",1,0,0,2,5],["subscriptionEnabled",1,0,0,2,5]]],[18,4,[["hostId",3],["type",3],["capabilities",3],["diagnosticId",3],[93,3]],[["photo",14,3,0,0,4],["personaInfo",12,3,0,0,4],["unifiedCommunicationInfo",13,3,0,0,4],["organization",16,3,0,0,4],["unifiedGroupInfo",17,35,0,0,4],["actions",10,2,0,0,4]],[["getCustomizations",0,2,0,4],["warmup",1,0,0,2,0,5],[94,0,0,0,2,0,5],["getViewableSources",0,2,0,4],["reportTimeForRender",2,0,0,2,0,5]],[["getMembers",9,0,2,0,4],["getMembership",9,0,2,0,4]]],[19,0,[[93,3]],0,[["getPolicies",0,2,0,4],[95,0,0,0,2,0,5],[96,0,0,0,2,0,5],["getTextScaleFactor",0,2,0,4]],[["getPersona",18,1,2,0,4],["getPersonaForOrgEntry",18,4,2,0,4],["getPersonaForOrgByEntryId",18,4,2,0,4]],0,0,[["PersonaUpdated",0,0,"MessageType.personaLifetimePersonaUpdatedEvent",97,95,96]]],[20,0,[["emailOrUpn",3],[93,3]],0,[["requestToken",0,0,0,2,0,5],[98,0,0,0,2,0,5],[99,0,0,0,2,0,5],["requestIdentityUniqueId",0,0,0,2,0,5],[100,0,0,0,2,0,5],[101,0,0,0,2,0,5],["requestClientAccessToken",0,0,0,2,0,5],[102,0,0,0,2,0,5],[103,0,0,0,2,0,5]],0,0,0,[["ClientAccessTokenAvailable",0,0,"MessageType.lokiTokenProviderClientAccessTokenAvailableEvent",97,102,103],["IdentityUniqueIdAvailable",0,0,"MessageType.lokiTokenProviderIdentityUniqueIdAvailableEvent",97,100,101],["LokiTokenAvailable",0,0,"MessageType.lokiTokenProviderLokiTokenAvailableEvent",97,98,99]]],[21,0,0,0,0,[[104,20,1,2,0,4]],0,0,0,"Microsoft.People.LokiTokenProviderFactory",4],[22,0,0,0,[[94,1,0,0,2,0,5],["accountEmailOrUpn",1,2,0,4],["getPersonaPolicies",0,2,0,4]],[[104,20,1,2,0,4],["getPersonaLifetime",19,1,2,0,4],["getInitialPersona",18,1,2,0,4]],0,0,0,"Microsoft.People.ServiceContext",4],[23,0,0,0,[["isAddChangePhotoLinkOnLpcPersonaImageFlightEnabled",0,2,0,4]],0,0,0,0,"Microsoft.People.RichapiPcxFeatureChecks",4],[24,0,[[62,3],["text",1,0,0,2,5],["created",11],["level",3],["resolved",1,0,0,2,5],["author",3],["mentions",3]],[["parent",24,2,0,0,4],["parentOrNullObject",24,2,0,0,4],["replies",25,19,0,0,4]],[["getRichText",1,2,0,4],["setRichText",2,0,0,2,0,5],["delete",0,0,0,2,0,5]],[["getParentOrSelf",24,0,2,0,4],["reply",24,2,0,0,2,0,0,5]]],[25,1,0,0,[[91,0,2,0,4]],[[92,24,1,18,0,4]],0,24],[26,0,0,0,[["launchExtensionComponent",3,2,0,5]],0,0,0,0,"Microsoft.OfficeSharedApi.ExtensionLifeCycle",4],[27,0,0,0,[["bindServiceToProfile",3,0,0,2,0,5]],0,0,0,0,"Microsoft.OfficeServicesManager.OfficeServicesManagerApi",4],[28,0,0,0,[["getLocaleDateTimeFormattingInfo",1,2,0,4],["formatDateTimeString",3,2,0,4]],0,0,0,0,"Microsoft.LocaleApi.LocaleApi",4],[29,0,0,0,[["displayDialog",2,2,0,5],[59,0,2,0,5]],0,0,0,[["DialogMessage",2,0,"65536",65,66,66]],"Microsoft.FirstPartyDialog.FirstPartyDialogService",4],[30,0,0,[["buttons",33,19,0,0,4]],[["executeRequestUpdate",1,2,0,4],["executeRequestCreate",1,2,6,4]],[["getButton",32,1,2,0,4],["getTab",31,1,2,0,4]],0,0,0,"Microsoft.DynamicRibbon.DynamicRibbon",4],[31,0,[[62,3]],0,[["setVisibility",1,0,0,2,0,7]]],[32,0,[[62,3],["enabled",1,0,0,2,7],["label",3]],0,[["setEnabled",1,0,0,2,0,7]]],[33,1,0,0,[[91,0,2,0,4]],[[92,32,1,18,0,4]],0,32],[34,0,0,0,[["getServiceUrl",2,2,0,4]],0,0,0,0,"Microsoft.DesktopCompliance.ServiceUrlProvider",4],[35,0,0,0,[["isEnabledForOffice",0,2,0,4],["recordLinkedInSettingsCompliance",2,0,0,2,0,5]],0,0,0,0,"Microsoft.DesktopCompliance.LinkedIn",4],[36,0,0,0,[["isInOnlineMode",0,2,0,4],["isInDisconnectedMode",0,2,0,4]],0,0,0,0,"Microsoft.DesktopCompliance.NetworkUsage",4],[37,0,0,0,[["enable",0,2,0,4],["disable",0,2,0,4]],0,0,0,[["BeforeCloseNotificationCancelled",0,0,"65540",65,66,66]],"Microsoft.BeforeDocumentCloseNotification.BeforeDocumentCloseNotification",4],[38,4,0,[["roamingSettings",40,2,0,0,4]],[["getAccessToken",2,2,0,5],["getPrimaryIdentityInfo",0,2,8,5],["getIdentities",0,2,9,5],[105,0,0,10,3,0,4],[106,0,0,10,3,0,4]],0,0,0,[["IdentityChanged",0,10,"65545",65,105,106],["TokenReceived",2,8,"3001","this._targetId",66,66]],"Microsoft.Authentication.AuthenticationService",4],[39,0,[[62,3],["value",1,0,0,2,4]]],[40,0,0,0,0,[[92,39,1,2,0,4],["getItemOrNullObject",39,1,2,0,4]]],[41,0,0,0,[["getSharedFilePickerResponse",1,2,0,4]],0,0,0,0,"Microsoft.Office.SharedFilePicker",4],[42,0,0,0,[["getShortcuts",0,2,0,4],["replaceShortcuts",1,0,0,2,0,4],["areShortcutsInUse",1,0,0,2,0,4]],0,0,0,0,"Microsoft.Office.ActionService",4],[43,0,0,0,[["getAccessTokenFirstPartyOAuth",2,2,0,5]],0,0,0,0,"Microsoft.Office.Auth",5],[44,0,0,0,[["sendMessage",1,2,0,5],[107,0,2,0,5],[108,0,2,0,5]],0,0,0,[["HostMessageReceived",0,0,"AugLoopEventType.onHostMessageReceivedEvent",65,107,108]],"Microsoft.Office.AugLoopEventService",5],[45,0,0,0,[["undo",0,0,0,3,0,5],[109,0,2,0,5],[110,0,2,0,5],["startCopilotOperation",1,0,0,3,0,5],["endCopilotOperation",1,0,0,3,0,5]],0,0,0,[["CopilotOperationStarted",0,0,"UndoType.onCopilotOperationStartedEvent",65,66,66],["UndoStackChanged",0,0,"UndoType.onUndoStackChangedEvent",65,109,110]],"Microsoft.Office.UndoService",5],[46,0,0,0,[["collectUserFeedback",4,2,0,5],[111,0,2,0,5],[112,0,2,0,5],["canCollectUserFeedback",0,2,0,5],[113,0,2,0,5],[114,0,2,0,5],["getInitializationData",0,2,0,5],["getHostScreenshot",0,2,0,5],["invokeDiagnosticsLogsUpload",1,2,0,5],["canCollectCopilotFeedback",0,2,0,5],["collectFeedbackEligibility",0,2,0,5],["checkFeedbackEligibility",1,2,0,5]],0,0,0,[["UserFeedbackResponse",0,0,"UserFeedbackEventType.onUserFeedbackResponseEvent",65,113,114],["UserFeedbackUIDismissed",0,0,"UserFeedbackEventType.onUserFeedbackUIDismissedEvent",65,111,112]],"Microsoft.Office.UserFeedbackService",5],[47,0,0,0,[["addNotification",2,0,0,3,0,1],["updateNotification",2,0,0,3,0,1],["removeNotification",1,0,0,3,0,1]],0,0,0,0,"Microsoft.Office.NotificationService",5],[48,0,0,0,[["getLabel",0,0,0,3,0,11],["tryUpgradeLabel",2,0,0,3,0,11],["getHighestSensitivityLabel",1,0,0,3,0,11],[115,0,2,0,5],[116,0,2,0,5],["getSensitivityResultDetails",2,0,12,3,0,13],["getSensitivityResultDetailsByStringErrorCode",2,0,14,3,0,15]],0,0,0,[["LabelChanged",0,0,"SensitivityLabelEventType.onLabelChangedEvent",65,115,116]],"Microsoft.Office.SensitivityService",5],[49,0,0,0,[["launchHelpPaneByQuery",1,0,0,3,0,16],["launchHelpPaneByArticleId",1,0,0,3,0,16],["launchHelpPaneByArticleIdString",1,0,0,3,0,16],["launchTaskPaneByAgentId",1,0,17,3],["getWindowClientWidth",0,0,0,3,0,16]],0,0,0,0,"Microsoft.Office.CopilotService",5],[50,0,0,0,[[117,1,0,0,3,0,18],[118,0,2,0,5],[119,0,2,0,5]],0,0,0,[["OnPrivateEvent",0,0,"PrivateApiEventType.onPrivateEvent",65,118,119]],"Microsoft.Office.PrivateApiService",5],[51,0,0,0,[["executePythonCode",1,0,0,3,0,19],["executePythonCodeAsync",1,0,0,3,0,19],[120,0,0,0,3,0,19],[121,0,0,0,3,0,19],["executePythonCodeAsync2",2,0,0,3,0,19],["sendRequestAsync",4,2,0,5],[122,0,2,0,5],[123,0,2,0,5],["getRuntimeInfoAsync",0,2,0,5],[124,0,0,0,3,0,19],[125,0,0,0,3,0,19],["getRuntimeInfoAsync2",1,2,0,5]],0,0,0,[["ExternalCodeExecutionCompleted",2,0,"65551",65,120,121],["ExternalCodeServiceRequestCompleted",2,0,"65553",65,122,123],["ExternalCodeServiceResult",2,0,"65554",65,124,125]],"Microsoft.Office.ExternalCodeService",5],[52,0,0,0,[["show",2,0,0,3,0,4],["hide",1,0,0,3,0,4]],0,0,0,0,"Microsoft.Office.BusinessBarService",5],[53,0,0,0,[["launchSimpleDialog",8,0,0,3]],0,0,0,0,"Microsoft.Office.ShowSimpleDialog",5],[54,0,0,0,[[117,2,2,0,5]],0,0,0,0,"Microsoft.Office.DispatchApiService",5],[55,0,0,0,[["requestPermissions",1,2,0,5]],0,0,0,0,"Microsoft.Office.DevicePermissionService",5],[56,0,0,0,[["notifyHeaderLoaded",0,0,0,3,0,20],[59,0,0,0,3,0,20],["move",0,0,0,3,0,20],["setWidth",1,0,0,2,0,20]],0,0,0,0,"Microsoft.Office.TaskpaneService",4],[57,0,0,0,[["invokeAction",4,2,0,5],[126,0,2,0,5],[127,0,2,0,5]],0,0,0,[["ReplyReceived",2,0,"65555",65,126,127]],"Microsoft.Office.AddinSkillActionService",5],[58,0,0,0,[["launchStoreDialogWithCopilotAgentPageShown",0,0,0,3],["refreshAcquisitionState",0,0,0,1],["getAcquisitionState",0,0,0,1],[128,0,2,0,5],[129,0,2,0,5],[130,0,2,0,5],[131,0,2,0,5]],0,0,0,[["CopilotAgentEvent",0,0,"CopilotAgentEventType.onCopilotAgentEvent",65,128,129],["RefreshedAcquisitionStateEvent",0,0,"UnifiedStoreEventType.onRefreshedAcquisitionStateEvent",65,130,131]],"Microsoft.Office.UnifiedStoreService",5]]},targetNamespaceObject:i})}(OfficeCore=OfficeCore||{}),function(e){var i,t,a,n,o,s,r;function c(e){var t=new OfficeCore.RequestContext;return t._requestFlagModifier|=64,e&&(t._customData="WacPartition"),t}function l(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=c(!0),OfficeCore.AppRuntimeService.newObject(t).setAppRuntimeState(n),[4,t.sync()];case 1:return e.sent(),[2]}})})}function u(e){var t=new OfficeCore.RequestContext;return t._requestFlagModifier|=64,e&&(t._customData="WacPartition"),t}(t=i=e.VisibilityMode||(e.VisibilityMode={})).hidden="Hidden",t.taskpane="Taskpane",(n=a=e.StartupBehavior||(e.StartupBehavior={})).none="None",n.load="Load",(o=e.addin||(e.addin={})).setStartupBehavior=function(o){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:if(o!==a.load&&o!==a.none)throw OfficeExtension.Utility.createRuntimeError(OfficeExtension.ErrorCodes.invalidArgument,null,null);return t=o==a.load?OfficeCore.AppRuntimeState.background:OfficeCore.AppRuntimeState.inactive,n=c(!1),OfficeCore.AppRuntimePersistenceService.newObject(n).setAppRuntimeStartState(t),[4,n.sync()];case 1:return e.sent(),[2]}})})},o.getStartupBehavior=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o,r;return __generator(this,function(e){switch(e.label){case 0:return t=c(!1),n=OfficeCore.AppRuntimePersistenceService.newObject(t),o=n.getAppRuntimeStartState(),[4,t.sync()];case 1:return e.sent(),r=o.value,[2,r==OfficeCore.AppRuntimeState.inactive?a.none:a.load]}})})},o.setSnapshotEnabled=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=c(!0),OfficeCore.AppRuntimeService.newObject(t).setSnapshotEnabled(n),[4,t.sync()];case 1:return e.sent(),[2,Promise.resolve()]}})})},o.getSnapshotEnabled=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=c(!0),n=OfficeCore.AppRuntimeService.newObject(t),o=n.getSnapshotEnabled(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},o.getContentSnapshotAsBase64=function(){return __awaiter(this,void 0,void 0,function(){return __generator(this,function(e){return[2,new OfficeExtension.CoreUtility.Promise(function(t,n){var o=c(!0),e=OfficeCore.AppRuntimeService.newObject(o),r=setTimeout(function(){i.remove(),o.sync().catch(function(){}),n(OfficeExtension.Utility.createRuntimeError(OfficeExtension.ErrorCodes.generalException,"timeout","getContentSnapshotAsBase64"))},7e3),i=e.onSnapshotImageReady.add(function(e){return clearTimeout(r),i.remove(),OfficeExtension.CoreUtility.isNullOrUndefined(e)?(o.sync().catch(function(){}),n(OfficeExtension.Utility.createRuntimeError(OfficeExtension.ErrorCodes.generalException,"execution failed","getContentSnapshotAsBase64"))):(o.sync().catch(function(){}),t(e.imageBase64)),null});o.sync().then(function(){e.getContentSnapshotAsBase64();return o.sync().then(function(){return null})}).catch(function(e){n(e)})})]})})},o._getState=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=c(!0),n=OfficeCore.AppRuntimeService.newObject(t),o=n.getAppRuntimeState(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},o.showAsTaskpane=function(){return l(OfficeCore.AppRuntimeState.visible)},o.hide=function(){return l(OfficeCore.AppRuntimeState.background)},o.onVisibilityModeChanged=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o=this;return __generator(this,function(e){switch(e.label){case 0:return t=function(){if(!s){var e=c(!0);s=OfficeCore.AppRuntimeService.newObject(e)}return s}(),n=t.onVisibilityChanged.add(function(e){if(r){var t={visibilityMode:e.visibility===OfficeCore.Visibility.visible?i.taskpane:i.hidden};r(t)}return null}),[4,t.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(o,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return n.remove(),[4,t.context.sync()];case 1:return e.sent(),[2]}})})}]}})})},(r=o.beforeDocumentCloseNotification||(o.beforeDocumentCloseNotification={})).enable=function(){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=!1,"web"==OSF._OfficeAppFactory.getHostInfo().hostPlatform&&(t=!0),n=u(t),OfficeCore.BeforeDocumentCloseNotification.newObject(n).enable(),[4,n.sync()];case 1:return e.sent(),[2]}})})},r.disable=function(){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=!1,"web"==OSF._OfficeAppFactory.getHostInfo().hostPlatform&&(t=!0),n=u(t),OfficeCore.BeforeDocumentCloseNotification.newObject(n).disable(),[4,n.sync()];case 1:return e.sent(),[2]}})})},r.onCloseActionCancelled=function(a){return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i=this;return __generator(this,function(e){switch(e.label){case 0:return t=!1,"web"==OSF._OfficeAppFactory.getHostInfo().hostPlatform&&(t=!0),n=u(t),o=OfficeCore.BeforeDocumentCloseNotification.newObject(n),r=o.onBeforeCloseNotificationCancelled.add(function(e){return a&&a(),null}),[4,n.sync()];case 1:return e.sent(),[2,function(){return __awaiter(i,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return r.remove(),[4,n.sync()];case 1:return e.sent(),[2]}})})}]}})})}}(Office=Office||{}),function(s){var c,e,t,n,o;function r(){var e=new OfficeCore.RequestContext;return e._customData="WacPartition",e}function l(){return new OfficeCore.RequestContext}(e=c=c||{}).taskpane="Taskpane",e.dialog="Dialog",n=t=s.ExtensionLifeCycle||(s.ExtensionLifeCycle={}),(o=n.taskpane||(n.taskpane={})).close=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=r(),OfficeCore.TaskpaneService.newObject(t).close(),[4,t.sync()];case 1:return e.sent(),[2]}})})},o.move=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=r(),OfficeCore.TaskpaneService.newObject(t).move(),[4,t.sync()];case 1:return e.sent(),[2]}})})},o.notifyHeaderLoaded=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=r(),OfficeCore.TaskpaneService.newObject(t).notifyHeaderLoaded(),[4,t.sync()];case 1:return e.sent(),[2]}})})},o.setWidth=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=r(),OfficeCore.TaskpaneService.newObject(t).setWidth(n),[4,t.sync()];case 1:return e.sent(),[2]}})})},n.launchTaskpane=function(a){return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i;return __generator(this,function(e){switch(e.label){case 0:return s.context.platform&&"OfficeOnline"===s.context.platform?(t={SharedRuntimeId:a.sharedRuntimeId,SourceLocationOverrideResourceId:a.sourceLocationOverride,TaskPaneTitle:a.taskpaneTitle,TaskPaneWidth:a.taskpaneWidth},n={OptionalProperties:t,DevProperties:a.settings},s.context.extensionLifeCycle.launchExtensionComponent(null,"Taskpane",null,null,n),[3,3]):[3,1];case 1:return o=l(),r=OfficeCore.ExtensionLifeCycle.newObject(o),i=a.settings,a.settings=i&&OSF.OUtil.serializeSettings(i),r.launchExtensionComponent("",c.taskpane,a),[4,o.sync()];case 2:e.sent(),e.label=3;case 3:return[2]}})})},n.launchDialog=function(a){return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i;return __generator(this,function(e){switch(e.label){case 0:return s.context.platform&&"OfficeOnline"===s.context.platform?(t={SharedRuntimeId:a.sharedRuntimeId,SourceLocationOverrideResourceId:a.sourceLocationOverride},n={OptionalProperties:t,DevProperties:a.settings},s.context.extensionLifeCycle.launchExtensionComponent(null,"SDXDialog",null,null,n),[3,3]):[3,1];case 1:return o=l(),r=OfficeCore.ExtensionLifeCycle.newObject(o),i=a.settings,a.settings=i&&OSF.OUtil.serializeSettings(i),r.launchExtensionComponent("",c.dialog,a),[4,o.sync()];case 2:e.sent(),e.label=3;case 3:return[2]}})})},s.extensionLifeCycle=t}(Office=Office||{}),function(e){var t;function r(){var e=new OfficeCore.RequestContext;return"web"==OSF._OfficeAppFactory.getHostInfo().hostPlatform&&(e._customData="WacPartition"),e}(t=e.ribbon||(e.ribbon={})).requestUpdate=function(e){var t=r(),n=t.ribbon;function o(e){void 0!==e.controls&&void 0!==e.controls.length&&e.controls.length&&e.controls.filter(function(e){return!!e.id}).forEach(function(e){var t=n.getButton(e.id);void 0!==e.enabled&&null!==e.enabled&&(t.enabled=e.enabled)})}return e.tabs.filter(function(e){return!!e.id}).forEach(function(e){var t=n.getTab(e.id);void 0!==e.visible&&null!==e.visible&&t.setVisibility(e.visible),e.groups&&e.groups.length?e.groups.filter(function(e){return!!e.id}).forEach(function(e){o(e)}):o(e)}),t.sync()},t.requestCreateControls=function(e){var n,t=r();return t.ribbon.executeRequestCreate(JSON.stringify(e)),n=250,new Promise(function(e,t){return setTimeout(function(){return e()},n)}).then(function(){return t.sync()})}}(Office=Office||{}),function(e){(e.contextMenu||(e.contextMenu={})).requestUpdate=function(e){if(OfficeExtension&&OfficeExtension.Utility&&!OfficeExtension.Utility.isSetSupported("ContextMenuApi","1.1"))throw OfficeExtension.Utility.createRuntimeError(OfficeCore.ErrorCodes.apiNotAvailable,null,null);var t,n=(t=new OfficeCore.RequestContext,"web"==OSF._OfficeAppFactory.getHostInfo().hostPlatform&&(t._customData="WacPartition"),t),o=n.ribbon;return e.controls.filter(function(e){return!!e.id}).forEach(function(e){var t=o.getButton(e.id);void 0!==e.enabled&&null!==e.enabled&&(t.enabled=e.enabled)}),n.sync()}}(Office=Office||{}),function(e){var t;OfficeExtension.BatchApiHelper.createPropertyObject,OfficeExtension.BatchApiHelper.createMethodObject,OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject,OfficeExtension.BatchApiHelper.createTopLevelServiceObject,OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod,OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty,OfficeExtension.Utility.isNullOrUndefined,OfficeExtension.Utility.isUndefined,OfficeExtension.Utility.throwIfNotLoaded,OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson,OfficeExtension.Utility.fixObjectPathIfNecessary,OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult,OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags;(t||(t={})).generalException="GeneralException";new OfficeExtension.LibraryBuilder({metadata:{version:"1.0.0",name:"OfficeCore",defaultApiSetName:"OfficeSharedApi",hostName:"Office",apiSets:[],strings:["AddinInternalService"],enumTypes:[],clientObjectTypes:[[1,0,0,0,[["notifyActionHandlerReady",0,2,0,4]],0,0,0,0,"Microsoft.InternalService.AddinInternalService",4]]},targetNamespaceObject:e})}(OfficeCore=OfficeCore||{}),function(e){var o,t,p,m,g,h;function v(e){if(e){var t=e.toUpperCase(),n=o.mappings[t];if(!p(n)&&"function"==typeof n)return n}throw OfficeExtension.Utility.createRuntimeError("invalidOperation","sourceData","ActionProxy._getFunction")}function y(e,t,n,o){var r=OSF._OfficeAppFactory.getHostInfo();if(r&&"web"===r.hostPlatform.toLowerCase())OSF._OfficeAppFactory.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[OSF._OfficeAppFactory.getId(),OSF.AgaveHostAction.ReportAddinSkillResult,{actionCorrelationId:e,resultCode:t,replyMessage:o}]);else{if(p(window.external))throw new OfficeExtension.Error({code:"GenericException",message:"API currently unsupported."});var i=p(OSF.MethodDispId)?OSF.DDA.MethodDispId.dispidAddinSkillActionReply:OSF.MethodDispId.dispidAddinSkillActionReply;window.external.Execute(i,[e,o,t],null)}var a,s,c=[oteljs.makeStringDataField("CorrelationId",e),oteljs.makeStringDataField("Message",n),oteljs.makeInt64DataField("ResultCode",t)];a="Office.Extensibility.OfficeJs.AddinSkill.ExecuteAction",s=c,Microsoft.Office.WebExtension.sendTelemetryEvent({eventName:a,dataFields:s,eventFlags:{dataCategories:oteljs.DataCategories.ProductServiceUsage,diagnosticLevel:oteljs.DiagnosticLevel.Optional,samplingPolicy:oteljs.SamplingPolicy.CriticalBusinessImpact}})}function n(e){try{OfficeExtension.Utility.log("ActionProxy._handleMessage"),OfficeExtension.Utility.checkArgumentNull(e,"args");function t(e){if(f[e].messageCategory!==m)return"continue";if("string"==typeof f[e].message&&(f[e].message=JSON.parse(f[e].message)),f[e].messageType===g){var t=null,n=v(r=f[e].message[0]);if(2<=f[e].message.length){var o=f[e].message[1];o&&(t="string"==typeof(d=o)&&"{"===d[0]?JSON.parse(o):o)}n.apply(null,[t])}else if(f[e].messageType===h){t=null;var r=f[e].message[0],i=f[e].message[1],a=JSON.parse(i);t=a.message;var s=a.correlationId,c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultSuccess,l=null,u="";n=null;try{n=v(r)}catch(e){c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultNoActionFunctionMapping,u="ActionProxy._handleMessage failed to get function",b(e)}if(c==OfficeFirstParty.AddinInvokeResult.AddinInvokeResultSuccess&&n)try{l=n.apply(null,[t])}catch(e){c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultInvocationFailed,u="ActionProxy._handleMessage failed to execute function",b(e)}if(c==OfficeFirstParty.AddinInvokeResult.AddinInvokeResultSuccess&&p(l)?(c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultNoResultGenerated,u="No result generated"):c!=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultSuccess||"object"==typeof l&&"function"==typeof l.then||(c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultInvalidResultGenerated,u="Invalid result generated"),c==OfficeFirstParty.AddinInvokeResult.AddinInvokeResultSuccess)try{l.then(function(e){u="Successfully executed function",p(e)?(e="",c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultNoResultGenerated,u="No result generated"):"string"!=typeof e&&(e="",c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultInvalidResultGenerated,u="Invalid result generated"),y(s,c,u,e)},function(e){var t="";c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultInvocationFailed,u="Failed to execute function","string"==typeof e?t=e:b(e),y(s,c,u,t)})}catch(e){c=OfficeFirstParty.AddinInvokeResult.AddinInvokeResultInvalidResultGenerated,u="Invalid result generated",b(e),y(s,c,u,"")}else try{y(s,c,u,"")}catch(e){b(e)}}else OfficeExtension.Utility.log("ActionProxy._handleMessage unknown message type "+f[e].messageType);var d}for(var f=e.entries,n=0;n<f.length;n++)t(n)}catch(e){throw b(e),e}return OfficeExtension.Utility._createPromiseFromResult(null)}function b(e){var t=function(e){var t="Unknown Error";if(e)try{e.toString&&(t=e.toString()),t=t+" "+JSON.stringify(e)}catch(e){t="Unexpected Error"}return t}(e);OfficeExtension.Utility.log(t)}function r(){try{Microsoft.Office.WebExtension.onReadyInternal().then(function(){return function(){if(void 0!==OSF&&OSF.DDA&&OSF.DDA.RichApi&&OSF.DDA.RichApi.richApiMessageManager)return(new OfficeExtension.ClientRequestContext).eventRegistration.register(5,"",n)}()}).then(function(){var e,t,n=OSF._OfficeAppFactory.getHostInfo();return!0===n.isDialog||"web"===n.hostPlatform.toLowerCase()&&"word"!==n.hostType&&"excel"!==n.hostType&&"powerpoint"!==n.hostType?void 0:(e=new OfficeExtension.ClientRequestContext,t=OfficeCore.AddinInternalService.newObject(e),e._customData="WacPartition",t.notifyActionHandlerReady(),e.sync())})}catch(e){}}p=OfficeExtension.Utility.isNullOrUndefined,m=2,g=1e3,h=1001,OfficeExtension.Utility.log("ActionProxy.initOnce"),void 0!==e.actions&&(t=e.actions._association,o=t),"undefined"!=typeof document&&(document.readyState&&"loading"!==document.readyState?(OfficeExtension.Utility.log("ActionProxy.initOnce: document.readyState is not loading state"),r()):document.addEventListener&&document.addEventListener("DOMContentLoaded",function(){OfficeExtension.Utility.log("ActionProxy.initOnce: DOMContentLoaded event triggered"),r()})),OfficeExtension.HostBridge.onInited(function(e){e.addHostMessageHandler(function(e){3===e.type&&n(e.message)})})}(Office=Office||{}),function(e){var t;function c(e){var t=new OfficeCore.RequestContext;return e&&e.controlId&&(t.requestHeaders[OfficeExtension.Constants.officeControlId]=e.controlId),t._customData="WacPartition",t}(t=e.AugLoop||(e.AugLoop={})).SendMessage=function(o,r){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=void 0!==r?r:o,n=c(void 0!==r?o:void 0),OfficeCore.AugLoopEventService.newObject(n).sendMessage(t),[4,n.sync()];case 1:return e.sent(),[2]}})})},t.onHostMessageReceived=function(a,s){return __awaiter(this,void 0,void 0,function(){var n,t,o,r,i=this;return __generator(this,function(e){switch(e.label){case 0:return n=void 0!==s?s:a,t=c(void 0!==s?a:void 0),o=OfficeCore.AugLoopEventService.newObject(t),r=function(e){if(n){var t=e.data;n(t)}return null},o.onHostMessageReceived.add(r),[4,o.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(i,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return o.onHostMessageReceived.remove(r),[4,t.sync()];case 1:return e.sent(),[2]}})})}]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t,u,d;function f(e){return"object"==typeof e&&"string"==typeof e.controlId?e.controlId:void 0}function p(e){var t=new OfficeCore.RequestContext;return e&&(t.requestHeaders[OfficeExtension.Constants.officeControlId]=e),t._customData="SkipUndoRecording",t}t=e.Undo||(e.Undo={}),d={},t.undo=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=p(f(r)),n=OfficeCore.UndoService.newObject(t),o=n.undo(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.onUndoStackChanged=function(i,a){return __awaiter(this,void 0,void 0,function(){var t,n,o,r=this;return __generator(this,function(e){switch(e.label){case 0:return t=a||i,n=p(f(a?i:void 0)),(o=OfficeCore.UndoService.newObject(n)).onUndoStackChanged.add(t),[4,n.sync()];case 1:return e.sent(),[2,function(){return __awaiter(r,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return o.onUndoStackChanged.remove(t),[4,n.sync()];case 1:return e.sent(),[2]}})})}]}})})},t.startCopilotOperation=function(l){return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i,a,s,c;return __generator(this,function(e){switch(e.label){case 0:if(void 0===(t=f(l))){if(void 0!==u)throw new Error("startCopilotOperation is already inprogress")}else if(d[t])throw new Error("startCopilotOperation is already in progress");n=function(){},o=new Promise(function(e){void 0===t?u=e:d[t]=e}),e.label=1;case 1:return e.trys.push([1,4,,5]),r=p(t),i=OfficeCore.UndoService.newObject(r),a=function(){return function(t){return __awaiter(this,void 0,void 0,function(){return __generator(this,function(e){return void 0===t?void 0!==u&&(u(),u=void 0):d[t]&&(d[t](),delete d[t]),[2]})})}(t)},n=function(){try{i.onCopilotOperationStarted.remove(a),r.sync()}catch(e){}},i.onCopilotOperationStarted.add(a),[4,r.sync()];case 2:return e.sent(),s=i.startCopilotOperation(""),[4,r.sync()];case 3:return(e.sent(),s.value)?(void 0!==t&&o.then(function(){n()}),[2,o]):(void 0===t?u=void 0:(n(),delete d[t]),[3,5]);case 4:throw c=e.sent(),void 0===t?u=void 0:(n(),delete d[t]),c;case 5:return[2]}})})},t.endCopilotOperation=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=p(f(n)),OfficeCore.UndoService.newObject(t).endCopilotOperation(""),[4,t.sync()];case 1:return e.sent(),[2]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t;(t=e.dialogPage||(e.dialogPage={})).close=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=new OfficeCore.RequestContext,OfficeCore.DialogPage.newObject(t).close(),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.readyToShow=function(){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=new OfficeCore.RequestContext,OfficeCore.DialogPage.newObject(t).readyToShow(),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.onShow=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=new OfficeCore.RequestContext,(n=OfficeCore.DialogPage.newObject(t)).onOnShowEvent.add(r),o=function(){return n.onOnShowEvent.remove(r),null},[4,t.sync()];case 1:return e.sent(),[2,o]}})})},t.sendMessageToHost=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=new OfficeCore.RequestContext,OfficeCore.DialogPage.newObject(t).sendMessageToHost(n),[4,t.sync()];case 1:return e.sent(),[2]}})})}}(Office=Office||{}),function(e){var t;function a(){var e=new OfficeCore.RequestContext;return e._customData="WacPartition",e}(t=e.UserFeedback||(e.UserFeedback={})).CollectUserFeedback=function(n,o,r,i){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=a(),OfficeCore.UserFeedbackService.newObject(t).collectUserFeedback(n,o,r,i),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.onUserFeedbackUIDismissed=function(i){return __awaiter(this,void 0,void 0,function(){var t,n,o,r=this;return __generator(this,function(e){switch(e.label){case 0:return t=function(e){if(i){var t=e.isFeedbackSent;i(t)}return null},n=a(),(o=OfficeCore.UserFeedbackService.newObject(n)).onUserFeedbackUIDismissed.add(t),[4,o.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(r,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return o.onUserFeedbackUIDismissed.remove(t),[4,n.sync()];case 1:return e.sent(),[2]}})})}]}})})},t.CanCollectUserFeedback=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=a(),n=OfficeCore.UserFeedbackService.newObject(t),o=n.canCollectUserFeedback(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.onUserFeedbackResponse=function(i){return __awaiter(this,void 0,void 0,function(){var t,n,o,r=this;return __generator(this,function(e){switch(e.label){case 0:return t=function(e){if(i){var t=e.responseData;i(t)}return null},n=a(),(o=OfficeCore.UserFeedbackService.newObject(n)).onUserFeedbackResponse.add(t),[4,o.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(r,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return o.onUserFeedbackResponse.remove(t),[4,n.sync()];case 1:return e.sent(),[2]}})})}]}})})},t.InvokeDiagnosticsLogsUpload=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=a(),OfficeCore.UserFeedbackService.newObject(t).invokeDiagnosticsLogsUpload(n),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.GetInitializationData=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=a(),n=OfficeCore.UserFeedbackService.newObject(t),o=n.getInitializationData(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.GetHostScreenshot=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=a(),n=OfficeCore.UserFeedbackService.newObject(t),o=n.getHostScreenshot(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.CanCollectCopilotFeedback=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=a(),n=OfficeCore.UserFeedbackService.newObject(t),o=n.canCollectCopilotFeedback(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.CollectFeedbackEligibility=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=a(),n=OfficeCore.UserFeedbackService.newObject(t),o=n.collectFeedbackEligibility(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.CheckFeedbackEligibility=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=a(),n=OfficeCore.UserFeedbackService.newObject(t),o=n.checkFeedbackEligibility(r),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t,n;function s(){var e=new OfficeCore.RequestContext;return e._customData="WacPartition",e}function c(e){return JSON.stringify(e instanceof n?{type:"callout",params:e.params}:{type:"custom",props:e})}t=e.Notification||(e.Notification={}),n=function(){},t.callout=function(e){var t=new n;return t.params=e,t},t.addNotification=function(i,a){return __awaiter(this,void 0,void 0,function(){var n,o,r;return __generator(this,function(e){switch(e.label){case 0:return n=s(),o=OfficeCore.NotificationService.newObject(n),r=o.addNotification(c(i),(t=a,JSON.stringify(t))),[4,n.sync()];case 1:return e.sent(),[2,r.value]}var t})})},t.updateNotification=function(n,o){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=s(),OfficeCore.NotificationService.newObject(t).updateNotification(n,c(o)),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.removeNotification=function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=s(),OfficeCore.NotificationService.newObject(t).removeNotification(n),[4,t.sync()];case 1:return e.sent(),[2]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t;function l(e){var t=new OfficeCore.RequestContext;return e&&e.controlId&&(t.requestHeaders[OfficeExtension.Constants.officeControlId]=e.controlId),t._customData="WacPartition",t}(t=e.Sensitivity||(e.Sensitivity={})).getLabel=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=l(r),n=OfficeCore.SensitivityService.newObject(t),o=n.getLabel(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})},t.tryUpgradeLabel=function(){for(var a=[],e=0;e<arguments.length;e++)a[e]=arguments[e];return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i;return __generator(this,function(e){switch(e.label){case 0:if(t=3===a.length,2!==a.length&&3!==a.length)throw new Error("tryUpgradeLabel: Invalid number of parameters ("+a.length+")");return n=t?a[0]:void 0,o=t?a[1]:a[0],r=t?a[2]:a[1],i=l(n),OfficeCore.SensitivityService.newObject(i).tryUpgradeLabel(o,r),[4,i.sync()];case 1:return e.sent(),[2]}})})},t.getHighestSensitivityLabel=function(){for(var s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i,a;return __generator(this,function(e){switch(e.label){case 0:if(t=2===s.length,1!==s.length&&2!==s.length)throw new Error("getHighestSensitivityLabel: Invalid number of parameters ("+s.length+")");return n=t?s[0]:void 0,o=t?s[1]:s[0],r=l(n),i=OfficeCore.SensitivityService.newObject(r),a=i.getHighestSensitivityLabel(o),[4,r.sync()];case 1:return e.sent(),[2,a.value]}})})},t.getSensitivityResultDetails=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i,a,s;return __generator(this,function(e){switch(e.label){case 0:if(t=3===c.length,2!==c.length&&3!==c.length)throw new Error("getSensitivityResultDetails: Invalid number of parameters ("+c.length+")");return n=t?c[0]:void 0,o=t?c[1]:c[0],r=t?c[2]:c[1],i=l(n),a=OfficeCore.SensitivityService.newObject(i),s=a.getSensitivityResultDetails(o,r),[4,i.sync()];case 1:return e.sent(),[2,s.value]}})})},t.getSensitivityResultDetailsByStringErrorCode=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i,a,s;return __generator(this,function(e){switch(e.label){case 0:if(t=3===c.length,2!==c.length&&3!==c.length)throw new Error("getSensitivityResultDetails: Invalid number of parameters ("+c.length+")");return n=t?c[0]:void 0,o=t?c[1]:c[0],r=t?c[2]:c[1],i=l(n),a=OfficeCore.SensitivityService.newObject(i),s=a.getSensitivityResultDetailsByStringErrorCode(o,r),[4,i.sync()];case 1:return e.sent(),[2,s.value]}})})},t.onLabelChangedEvent=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];return __awaiter(this,void 0,void 0,function(){var t,n,i,o,r,a,s=this;return __generator(this,function(e){switch(e.label){case 0:if(t=2===c.length,1!==c.length&&2!==c.length)throw new Error("onLabelChangedEvent: Invalid number of parameters ("+c.length+")");return n=t?c[0]:void 0,i=t?c[1]:c[0],o=function(e){if(i){var t=e.previousLabel,n=e.newLabel,o=e.context,r=e.error;i(t,n,o,r)}return null},r=l(n),(a=OfficeCore.SensitivityService.newObject(r)).onLabelChanged.add(o),[4,a.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(s,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return a.onLabelChanged.remove(o),[4,r.sync()];case 1:return e.sent(),[2]}})})}]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t;function r(){var e=new OfficeCore.RequestContext;return e._customData="WacPartition",e}(t=e.Copilot||(e.Copilot={})).launchHelpPaneByQuery=function(o){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=r(),n=OfficeCore.CopilotService.newObject(t),n.launchHelpPaneByQuery(o),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.launchHelpPaneByArticleId=function(o){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=r(),n=OfficeCore.CopilotService.newObject(t),n.launchHelpPaneByArticleId(o),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.launchHelpPaneByArticleIdString=function(o){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=r(),n=OfficeCore.CopilotService.newObject(t),n.launchHelpPaneByArticleIdString(o),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.launchTaskPaneByAgentId=function(o){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=r(),n=OfficeCore.CopilotService.newObject(t),n.launchTaskPaneByAgentId(o),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.getWindowClientWidth=function(){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:return t=r(),n=OfficeCore.CopilotService.newObject(t),o=n.getWindowClientWidth(),[4,t.sync()];case 1:return e.sent(),[2,o.value]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t;function l(e){var t=new OfficeCore.RequestContext;return e&&e.controlId&&(t.requestHeaders[OfficeExtension.Constants.officeControlId]=e.controlId),t._customData="WacPartition",t}(t=e.PrivateApi||(e.PrivateApi={})).execute=function(){for(var s=[],e=0;e<arguments.length;e++)s[e]=arguments[e];return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i,a;return __generator(this,function(e){switch(e.label){case 0:return t=2<=s.length,n=t?s[0]:void 0,o=t?s[1]:s[0],r=l(n),i=OfficeCore.PrivateApiService.newObject(r),a=i.execute(o),[4,r.sync()];case 1:return e.sent(),[2,a.value]}})})},t.onPrivateEvent=function(){for(var c=[],e=0;e<arguments.length;e++)c[e]=arguments[e];return __awaiter(this,void 0,void 0,function(){var t,n,o,r,i,a,s=this;return __generator(this,function(e){switch(e.label){case 0:return t=2<=c.length,n=t?c[0]:void 0,o=t?c[1]:c[0],r=function(e){if(o){var t=e.messageData;o(t)}return null},i=l(n),(a=OfficeCore.PrivateApiService.newObject(i)).onOnPrivateEvent.add(r),[4,a.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(s,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return a.onOnPrivateEvent.remove(r),[4,i.sync()];case 1:return e.sent(),[2]}})})}]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t,i,n,o;function a(){var e=new OfficeCore.RequestContext;return e._customData="WacPartition",e}t=e.UnifiedStore||(e.UnifiedStore={}),(i=t.DefaultPageType||(t.DefaultPageType={})).copilotAgentsPage="CopilotAgentsPage",(n=t.CopilotAgentActionType||(t.CopilotAgentActionType={})).activated="Activated",n.removed="Removed",(o=t.RefreshAcquisitionStateTriggerType||(t.RefreshAcquisitionStateTriggerType={})).host="Host",o.api="Api",t.launchStore=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){switch(e.label){case 0:if(r!==i.copilotAgentsPage)throw OfficeExtension.Utility.createRuntimeError(OfficeExtension.ErrorCodes.invalidArgument,null,null);return(t=a(),n=OfficeCore.UnifiedStoreService.newObject(t),r!=i.copilotAgentsPage)?[3,2]:(o=n.launchStoreDialogWithCopilotAgentPageShown(),[4,t.sync()]);case 1:return e.sent(),[2,o];case 2:return[2]}})})},t.refreshAcquisitionState=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){return t=a(),n=OfficeCore.UnifiedStoreService.newObject(t),o=n.refreshAcquisitionState(),t.sync().then(function(){var e=JSON.parse(o.value);r(e)}),[2,null]})})},t.getAcquisitionState=function(r){return __awaiter(this,void 0,void 0,function(){var t,n,o;return __generator(this,function(e){return t=a(),n=OfficeCore.UnifiedStoreService.newObject(t),o=n.getAcquisitionState(),t.sync().then(function(){var e=JSON.parse(o.value);r(e)}),[2,null]})})},t.onCopilotAgentEvent=function(i){return __awaiter(this,void 0,void 0,function(){var t,n,o,r=this;return __generator(this,function(e){switch(e.label){case 0:return t=function(e){if(i){var t=JSON.parse(e.messageData),n=t.actionType,o=t.titleId;i({actionType:n,titleId:o})}return null},n=a(),(o=OfficeCore.UnifiedStoreService.newObject(n)).onCopilotAgentEvent.add(t),[4,o.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(r,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return o.onCopilotAgentEvent.remove(t),[4,n.sync()];case 1:return e.sent(),[2]}})})}]}})})},t.onRefreshedAcquisitionState=function(i){return __awaiter(this,void 0,void 0,function(){var t,n,o,r=this;return __generator(this,function(e){switch(e.label){case 0:return t=function(e){if(i){var t=JSON.parse(e.messageData);i(t)}return null},n=a(),(o=OfficeCore.UnifiedStoreService.newObject(n)).onRefreshedAcquisitionStateEvent.add(t),[4,o.context.sync()];case 1:return e.sent(),[2,function(){return __awaiter(r,void 0,void 0,function(){return __generator(this,function(e){switch(e.label){case 0:return o.onRefreshedAcquisitionStateEvent.remove(t),[4,n.sync()];case 1:return e.sent(),[2]}})})}]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t;function r(){var e=new OfficeCore.RequestContext;return e._customData="WacPartition",e}(t=e.BusinessBar||(e.BusinessBar={})).hide=function(o){return __awaiter(this,void 0,void 0,function(){var t,n;return __generator(this,function(e){switch(e.label){case 0:return t=r(),n=OfficeCore.BusinessBarService.newObject(t),n.hide(o),[4,t.sync()];case 1:return e.sent(),[2]}})})},t.show=function(n,o){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return t=r(),OfficeCore.BusinessBarService.newObject(t).show(n,o),[4,t.sync()];case 1:return e.sent(),[2]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){(e.SimpleDialog||(e.SimpleDialog={})).launchSimpleDialog=function(i){return __awaiter(this,void 0,void 0,function(){var n,o,r;return __generator(this,function(e){switch(e.label){case 0:return(t=new OfficeCore.RequestContext)._customData="WacPartition",n=t,o=OfficeCore.ShowSimpleDialog.newObject(n),r=o.launchSimpleDialog(i.title,i.description,i.telemetryid,i.category,i.hasButton,i.buttonLabel,i.hasCheckbox,i.checkboxLabel),[4,n.sync()];case 1:return e.sent(),[2,r.value]}var t})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){(e.DispatchApi||(e.DispatchApi={})).execute=function(i,a){return __awaiter(this,void 0,void 0,function(){var n,o,r;return __generator(this,function(e){switch(e.label){case 0:return(t=new OfficeCore.RequestContext)._customData="WacPartition",n=t,o=OfficeCore.DispatchApiService.newObject(n),r=o.execute(i,a),[4,n.sync()];case 1:return e.sent(),[2,r.value]}var t})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){var t;(t=e.DevicePermissionType||(e.DevicePermissionType={})).camera="camera",t.microphone="microphone",t.geolocation="geolocation",(e.devicePermission||(e.devicePermission={})).requestPermissions=function(i){return __awaiter(this,void 0,void 0,function(){var n,o,r;return __generator(this,function(e){switch(e.label){case 0:return(t=new OfficeCore.RequestContext)._customData="WacPartition",n=t,o=OfficeCore.DevicePermissionService.newObject(n),r=o.requestPermissions(i),[4,n.sync()];case 1:return e.sent(),[2,r.value]}var t})})}}(Office=Office||{}),function(e){var c,t,n,l,o;function u(){var e=new OfficeCore.RequestContext;return e._customData="WacPartition",e}function d(e){!function(){if(null==o){o=function(e){var t=e.actionCorrelationId,n=(e.replyMessage,e.resultCode,l[t]);return null!=n&&(n.replyMessage=e.replyMessage,n.resultCode=e.resultCode,n.replyPromiseResolver()),null};var e=u();OfficeCore.AddinSkillActionService.newObject(e).onReplyReceived.add(o),e.sync().then(null,function(e){console.log("There was an error registering the reply event listener!")})}}();var t={correlationId:e,replyPromise:null,replyPromiseResolver:null,replyMessage:null,resultCode:0};return t.replyPromise=new Promise(function(e){t.replyPromiseResolver=e}),l[e]=t}(t=c=e.AddinInvokeResult||(e.AddinInvokeResult={}))[t.AddinInvokeResultNotInstalled=-1]="AddinInvokeResultNotInstalled",t[t.AddinInvokeResultSkillNotFound=-2]="AddinInvokeResultSkillNotFound",t[t.AddinInvokeResultLaunchFailed=-3]="AddinInvokeResultLaunchFailed",t[t.AddinInvokeResultSuccess=0]="AddinInvokeResultSuccess",t[t.AddinInvokeResultInvocationFailed=1]="AddinInvokeResultInvocationFailed",t[t.AddinInvokeResultNoResultGenerated=2]="AddinInvokeResultNoResultGenerated",t[t.AddinInvokeResultInvalidResultGenerated=3]="AddinInvokeResultInvalidResultGenerated",t[t.AddinInvokeResultNoActionFunctionMapping=4]="AddinInvokeResultNoActionFunctionMapping",n=e.AddinSkillAction||(e.AddinSkillAction={}),l={},o=null,n.InvokeAction=function(i,a,s){return __awaiter(this,void 0,void 0,function(){var t,n,o,r;return __generator(this,function(e){switch(e.label){case 0:t=u(),n=OfficeCore.AddinSkillActionService.newObject(t),o=OSF.OUtil.Guid.generateNewGuid(),r=d(o),e.label=1;case 1:return e.trys.push([1,,4,5]),n.invokeAction(i,a,s,o),[4,t.sync()];case 2:return e.sent(),[4,r.replyPromise];case 3:return e.sent(),[3,5];case 4:return delete l[o],[7];case 5:if(r.resultCode==c.AddinInvokeResultSuccess){if("string"==typeof r.replyMessage)return[2,r.replyMessage];r.resultCode=c.AddinInvokeResultInvalidResultGenerated}switch(r.resultCode){case c.AddinInvokeResultNotInstalled:throw new OfficeExtension.Error({code:"AddinNotInstalled",message:"Add-in not installed."});case c.AddinInvokeResultSkillNotFound:throw new OfficeExtension.Error({code:"SkillNotFound",message:"Skill not found in the add-in manifest."});case c.AddinInvokeResultLaunchFailed:throw new OfficeExtension.Error({code:"LaunchFailed",message:"Add-in launch failed."});case c.AddinInvokeResultInvocationFailed:throw new OfficeExtension.Error({code:"InvocationFailed",message:"Skill invocation failed."});case c.AddinInvokeResultNoResultGenerated:throw new OfficeExtension.Error({code:"NoResultGenerated",message:"No result generated."});case c.AddinInvokeResultInvalidResultGenerated:throw new OfficeExtension.Error({code:"InvalidResultGenerated",message:"Invalid result generated."});case c.AddinInvokeResultNoActionFunctionMapping:throw new OfficeExtension.Error({code:"NoActionFunctionMapping",message:"No action function mapping."});default:throw new OfficeExtension.Error({code:"UnknownError",message:"Unknown error (code = "+r.resultCode+")."})}return[2]}})})}}(OfficeFirstParty=OfficeFirstParty||{}),function(e){(e.ThemeService||(e.ThemeService={})).getofficethemedataforvisualsurface=function(i){return __awaiter(this,void 0,void 0,function(){var n,o,r;return __generator(this,function(e){switch(e.label){case 0:return(t=new OfficeCore.RequestContext)._customData="WacPartition",n=t,o=OfficeCore.ThemeService.newObject(n),r=o.getOfficeThemeDataForVisualSurface(i),[4,n.sync()];case 1:return e.sent(),[2,JSON.parse(r.value)]}var t})})}}(OfficeFirstParty=OfficeFirstParty||{});var Word;__extends=this&&this.__extends||function(){var o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}}();!function(i){function a(e,t){if(OfficeExtension.Utility.isNullOrUndefined(t))return null;if("object"!=typeof t&&OfficeExtension.Utility.throwError(OfficeExtension.ResourceStrings.invalidArgument,"searchOptions"),t instanceof i.SearchOptions)return t;var n=i.SearchOptions.newObject(e);for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);return n}function s(){return"undefined"!=typeof window&&window.Office&&window.Office.context&&window.Office.context.requirements&&window.Office.context.requirements.isSetSupported("WordApiSearchFlags","1.1")}function c(e){if(OfficeExtension.Utility.isNullOrUndefined(e))return 0;"object"!=typeof e&&OfficeExtension.Utility.throwError(OfficeExtension.ResourceStrings.invalidArgument,"searchOptions");var t=0;return e instanceof i.SearchOptions&&(e=e.toJSON()),e.ignorePunct&&(t|=32),e.ignoreSpace&&(t|=64),e.matchCase&&(t|=1),e.matchPrefix&&(t|=8),e.matchSuffix&&(t|=16),e.matchWildcards&&(t|=4),e.matchWholeWord&&(t|=2),t}OfficeExtension.BatchApiHelper.createPropertyObject;var e,l=OfficeExtension.BatchApiHelper.createMethodObject,o=(OfficeExtension.BatchApiHelper.createIndexerObject,OfficeExtension.BatchApiHelper.createRootServiceObject,OfficeExtension.BatchApiHelper.createTopLevelServiceObject,OfficeExtension.BatchApiHelper.createChildItemObject,OfficeExtension.BatchApiHelper.invokeMethod,OfficeExtension.BatchApiHelper.invokeEnsureUnchanged,OfficeExtension.BatchApiHelper.invokeSetProperty),t=OfficeExtension.Utility.isNullOrUndefined,r=OfficeExtension.Utility.isUndefined,n=OfficeExtension.Utility.throwIfNotLoaded,u=(OfficeExtension.Utility.throwIfApiNotSupported,OfficeExtension.Utility.load,OfficeExtension.Utility.retrieve,OfficeExtension.Utility.toJson,OfficeExtension.Utility.fixObjectPathIfNecessary,OfficeExtension.Utility._handleNavigationPropertyResults,OfficeExtension.Utility.adjustToDateTime,OfficeExtension.Utility.processRetrieveResult,OfficeExtension.Utility.setMockData,OfficeExtension.CommonUtility.calculateApiFlags,d.prototype.getDocument=function(){return t(this._document)&&(this._document=this.context.document),this._document},d.prototype.getReferenceId=function(){return t(this._refId)&&(this._refId=this._ReferenceId),this._refId},d.prototype._RegisterAddedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"AnnotationAdded")},d.prototype._UnregisterAddedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"AnnotationAdded")},d.prototype._RegisterChangedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"AnnotationChanged")},d.prototype._UnregisterChangedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"AnnotationChanged")},d.prototype._RegisterDeletedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"AnnotationDeleted")},d.prototype._UnregisterDeletedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"AnnotationDeleted")},d);function d(){}i.AugloopAnnotationCollectionCustom=u,(e=i._CC||(i._CC={})).AugloopAnnotationCollection_AnnotationAdded_EventArgsTransform=function(e,t){var n={eventType:i.EventType.annotationAdded,annotation:OfficeExtension.BatchApiHelper.createObjectFromReferenceId(i.AugloopAnnotation,e.context,t)};return n.annotation.load(),n},e.AugloopAnnotationCollection_AnnotationChanged_EventArgsTransform=function(e,t){var n={eventType:i.EventType.annotationChanged,annotation:OfficeExtension.BatchApiHelper.createObjectFromReferenceId(i.AugloopAnnotation,e.context,t)};return n.annotation.load(),n},e.AugloopAnnotationCollection_AnnotationDeleted_EventArgsTransform=function(e,t){var n={eventType:i.EventType.annotationDeleted,annotation:OfficeExtension.BatchApiHelper.createObjectFromReferenceId(i.AugloopAnnotation,e.context,t)};return n.annotation.load(),n};var f,p=(m.prototype.getDocument=function(){return t(this._document)&&(this._document=this.context.document),this._document},m.prototype.getReferenceId=function(){return t(this._refId)&&(this._refId=this._ReferenceId),this._refId},m.prototype._RegisterCommentAddedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentAdded")},m.prototype._UnregisterCommentAddedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentAdded")},m.prototype._RegisterCommentDeletedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentDeleted")},m.prototype._UnregisterCommentDeletedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentDeleted")},m.prototype._RegisterCommentChangedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentChanged")},m.prototype._UnregisterCommentChangedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentChanged")},m.prototype._RegisterCommentSelectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentSelected")},m.prototype._UnregisterCommentSelectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentSelected")},m.prototype._RegisterCommentDeselectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentDeselected")},m.prototype._UnregisterCommentDeselectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentDeselected")},m);function m(){}i.BodyCustom=p,(f=i._CC||(i._CC={})).Body_Search=function(e,t,n){var o;if(s()){var r=c(n);o=e._Search2(t,r)}else n=a(e.context,n),o=l(i.RangeCollection,e,"Search",1,[t,n],!0,!1,null,4);return{handled:!0,result:o}},f.Body_CommentAdded_EventArgsTransform=function(e,t){return{type:i.EventType.commentAdded,source:t.source,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},f.Body_CommentChanged_EventArgsTransform=function(e,t){return{type:i.EventType.commentChanged,source:t.source,commentDetails:t.commentDetails,changeType:t.changeType}},f.Body_CommentDeleted_EventArgsTransform=function(e,t){return{type:i.EventType.commentDeleted,source:t.source,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},f.Body_CommentDeselected_EventArgsTransform=function(e,t){return{type:i.EventType.commentDeselected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},f.Body_CommentSelected_EventArgsTransform=function(e,t){return{type:i.EventType.commentSelected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}};function g(){}i.XmlMappingCustom=g;function h(){}i.CustomXmlSchemaCustom=h;function v(){}i.CustomXmlSchemaCollectionCustom=v;function y(){}i.CustomXmlValidationErrorCollectionCustom=y;function b(){}i.CustomXmlValidationErrorCustom=b;function C(){}i.CustomXmlNodeCollectionCustom=C;function O(){}i.CustomXmlNodeCustom=O;var _,A=(S.prototype.getDocument=function(){return t(this._document)&&(this._document=this.context.document),this._document},S.prototype.getReferenceId=function(){return t(this._refId)&&(this._refId=this._ReferenceId),this._refId},S.prototype._RegisterDataChangedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"ContentControlDataChanged")},S.prototype._UnregisterDataChangedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"ContentControlDataChanged")},S.prototype._RegisterDeletedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"ContentControlDeleted")},S.prototype._UnregisterDeletedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"ContentControlDeleted")},S.prototype._RegisterSelectionChangedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"ContentControlSelectionChanged")},S.prototype._UnregisterSelectionChangedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"ContentControlSelectionChanged")},S.prototype._RegisterCommentAddedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentAdded")},S.prototype._UnregisterCommentAddedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentAdded")},S.prototype._RegisterCommentChangedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentChanged")},S.prototype._UnregisterCommentChangedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentChanged")},S.prototype._RegisterCommentSelectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentSelected")},S.prototype._UnregisterCommentSelectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentSelected")},S.prototype._RegisterCommentDeselectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentDeselected")},S.prototype._UnregisterCommentDeselectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentDeselected")},S.prototype._RegisterEnteredEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"ContentControlEntered")},S.prototype._UnregisterEnteredEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"ContentControlEntered")},S.prototype._RegisterExitedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"ContentControlExited")},S.prototype._UnregisterExitedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"ContentControlExited")},S);function S(){}i.ContentControlCustom=A,(_=i._CC||(i._CC={})).ContentControl_Search=function(e,t,n){var o;if(s()){var r=c(n);o=e._Search2(t,r)}else n=a(e.context,n),o=l(i.RangeCollection,e,"Search",1,[t,n],!0,!1,null,4);return{handled:!0,result:o}},_.ContentControl_CommentAdded_EventArgsTransform=function(e,t){return{type:i.EventType.commentAdded,source:t.source,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},_.ContentControl_CommentChanged_EventArgsTransform=function(e,t){return{type:i.EventType.commentChanged,source:t.source,commentDetails:t.commentDetails,changeType:t.changeType}},_.ContentControl_CommentDeselected_EventArgsTransform=function(e,t){return{type:i.EventType.commentDeselected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},_.ContentControl_CommentSelected_EventArgsTransform=function(e,t){return{type:i.EventType.commentSelected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},_.ContentControl_DataChanged_EventArgsTransform=function(e,t){return{eventType:i.EventType.contentControlDataChanged,source:t.source,ids:[e.id]}},_.ContentControl_Deleted_EventArgsTransform=function(e,t){return{eventType:i.EventType.contentControlDeleted,source:t.source,ids:[e.id]}},_.ContentControl_Entered_EventArgsTransform=function(e,t){return{eventType:i.EventType.contentControlEntered,source:i.EventSource.local,ids:[e.id]}},_.ContentControl_Exited_EventArgsTransform=function(e,t){return{eventType:i.EventType.contentControlExited,source:i.EventSource.local,ids:[e.id]}},_.ContentControl_SelectionChanged_EventArgsTransform=function(e,t){return{eventType:i.EventType.contentControlSelectionChanged,source:i.EventSource.local,ids:[e.id]}},(i._CC||(i._CC={})).CustomProperty_HandleResult=function(e,t){r(t.Value)||r(t.Type)||"Date"!=t.Type||(t.Value=new Date(t.Value))};var P,T=(E.prototype._RegisterContentControlAddedEvent=function(){this._RegisterEvent(this._ReferenceId,"ContentControlAdded")},E.prototype._UnregisterContentControlAddedEvent=function(){this._UnregisterEvent(this._ReferenceId,"ContentControlAdded")},E.prototype._RegisterWordCountChangedEvent=function(){this._RegisterEvent(this._ReferenceId,"DocumentWordCountChanged")},E.prototype._UnregisterWordCountChangedEvent=function(){this._UnregisterEvent(this._ReferenceId,"DocumentWordCountChanged")},E.prototype._RegisterParagraphAddedEvent=function(){this._RegisterEvent(this._ReferenceId,"ParagraphAdded")},E.prototype._UnregisterParagraphAddedEvent=function(){this._UnregisterEvent(this._ReferenceId,"ParagraphAdded")},E.prototype._RegisterParagraphChangedEvent=function(){this._RegisterEvent(this._ReferenceId,"ParagraphChanged")},E.prototype._UnregisterParagraphChangedEvent=function(){this._UnregisterEvent(this._ReferenceId,"ParagraphChanged")},E.prototype._RegisterParagraphDeletedEvent=function(){this._RegisterEvent(this._ReferenceId,"ParagraphDeleted")},E.prototype._UnregisterParagraphDeletedEvent=function(){this._UnregisterEvent(this._ReferenceId,"ParagraphDeleted")},E.prototype._RegisterAnnotationClickedEvent=function(){this._RegisterEvent(this._ReferenceId,"AnnotationClicked")},E.prototype._UnregisterAnnotationClickedEvent=function(){this._UnregisterEvent(this._ReferenceId,"AnnotationClicked")},E.prototype._RegisterAnnotationHoveredEvent=function(){this._RegisterEvent(this._ReferenceId,"AnnotationHovered")},E.prototype._UnregisterAnnotationHoveredEvent=function(){this._UnregisterEvent(this._ReferenceId,"AnnotationHovered")},E.prototype._RegisterAnnotationInsertedEvent=function(){this._RegisterEvent(this._ReferenceId,"AnnotationInserted")},E.prototype._UnregisterAnnotationInsertedEvent=function(){this._UnregisterEvent(this._ReferenceId,"AnnotationInserted")},E.prototype._RegisterAnnotationRemovedEvent=function(){this._RegisterEvent(this._ReferenceId,"AnnotationRemoved")},E.prototype._UnregisterAnnotationRemovedEvent=function(){this._UnregisterEvent(this._ReferenceId,"AnnotationRemoved")},E.prototype._RegisterAnnotationPopupActionEvent=function(){this._RegisterEvent(this._ReferenceId,"AnnotationPopupAction")},E.prototype._UnregisterAnnotationPopupActionEvent=function(){this._UnregisterEvent(this._ReferenceId,"AnnotationPopupAction")},E);function E(){}i.DocumentCustom=T,(P=i._CC||(i._CC={})).Document_Search=function(e,t,n){var o;if(s())n=a(e.context,n),o=l(i.RangeCollection,e,"Search",1,[t,n],!0,!1,null,4);else{var r=c(n);o=e._Search2(t,r)}return{handled:!0,result:o}},P.Document_AnnotationClicked_EventArgsTransform=function(e,t){return{id:t}},P.Document_AnnotationHovered_EventArgsTransform=function(e,t){return{id:t}},P.Document_AnnotationInserted_EventArgsTransform=function(e,t){return{ids:t}},P.Document_AnnotationRemoved_EventArgsTransform=function(e,t){return{ids:t}},P.Document_ContentControlAdded_EventArgsTransform=function(e,t){return{eventType:i.EventType.contentControlAdded,source:t.source,ids:t.ids}},P.Document_ParagraphAdded_EventArgsTransform=function(e,t){return{type:i.EventType.paragraphAdded,source:t.source,uniqueLocalIds:t.uniqueLocalIds}},P.Document_ParagraphChanged_EventArgsTransform=function(e,t){return{type:i.EventType.paragraphChanged,source:t.source,uniqueLocalIds:t.uniqueLocalIds}},P.Document_ParagraphDeleted_EventArgsTransform=function(e,t){return{type:i.EventType.paragraphDeleted,source:t.source,uniqueLocalIds:t.uniqueLocalIds}},P.Document_WordCountChanged_EventArgsTransform=function(e,t){return{eventType:i.EventType.documentWordCountChanged,source:t.source,wordCount:t.wordCount}};var D,w=(I.prototype.getDocument=function(){return t(this._document)&&(this._document=this.context.document),this._document},I.prototype.getReferenceId=function(){return t(this._refId)&&(this._refId=this._ReferenceId),this._refId},I.prototype._RegisterCommentAddedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentAdded")},I.prototype._UnregisterCommentAddedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentAdded")},I.prototype._RegisterCommentDeletedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentDeleted")},I.prototype._UnregisterCommentDeletedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentDeleted")},I.prototype._RegisterCommentChangedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentChanged")},I.prototype._UnregisterCommentChangedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentChanged")},I.prototype._RegisterCommentSelectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentSelected")},I.prototype._UnregisterCommentSelectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentSelected")},I.prototype._RegisterCommentDeselectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentDeselected")},I.prototype._UnregisterCommentDeselectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentDeselected")},I);function I(){}i.ParagraphCustom=w,(D=i._CC||(i._CC={})).Paragraph_Search=function(e,t,n){var o;if(s()){var r=c(n);o=e._Search2(t,r)}else n=a(e.context,n),o=l(i.RangeCollection,e,"Search",1,[t,n],!0,!1,null,4);return{handled:!0,result:o}},D.Paragraph_CommentAdded_EventArgsTransform=function(e,t){return{type:i.EventType.commentAdded,source:t.source,commentDetails:t.commentDetails,changeType:CommentChangeType.none}},D.Paragraph_CommentChanged_EventArgsTransform=function(e,t){return{type:i.EventType.commentChanged,source:t.source,commentDetails:t.commentDetails,changeType:t.changeType}},D.Paragraph_CommentDeleted_EventArgsTransform=function(e,t){return{type:i.EventType.commentDeleted,source:t.source,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},D.Paragraph_CommentDeselected_EventArgsTransform=function(e,t){return{type:i.EventType.commentDeselected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},D.Paragraph_CommentSelected_EventArgsTransform=function(e,t){return{type:i.EventType.commentSelected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}};var x,F=(R.prototype.getDocument=function(){return t(this._document)&&(this._document=this.context.document),this._document},R.prototype.getReferenceId=function(){return t(this._refId)&&(this._refId=this._ReferenceId),this._refId},R.prototype._RegisterCommentAddedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentAdded")},R.prototype._UnregisterCommentAddedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentAdded")},R.prototype._RegisterCommentChangedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentChanged")},R.prototype._UnregisterCommentChangedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentChanged")},R.prototype._RegisterCommentSelectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentSelected")},R.prototype._UnregisterCommentSelectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentSelected")},R.prototype._RegisterCommentDeselectedEvent=function(){this.getDocument()._RegisterEvent(this.getReferenceId(),"CommentDeselected")},R.prototype._UnregisterCommentDeselectedEvent=function(){this.getDocument()._UnregisterEvent(this.getReferenceId(),"CommentDeselected")},R);function R(){}i.RangeCustom=F,(x=i._CC||(i._CC={})).Range_Search=function(e,t,n){var o;if(s()){var r=c(n);o=e._Search2(t,r)}else n=a(e.context,n),o=l(i.RangeCollection,e,"Search",1,[t,n],!0,!1,null,4);return{handled:!0,result:o}},x.Range_CommentAdded_EventArgsTransform=function(e,t){return{type:i.EventType.commentAdded,source:t.source,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},x.Range_CommentChanged_EventArgsTransform=function(e,t){return{type:i.EventType.commentChanged,source:t.source,commentDetails:t.commentDetails,changeType:t.changeType}},x.Range_CommentDeselected_EventArgsTransform=function(e,t){return{type:i.EventType.commentDeselected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}},x.Range_CommentSelected_EventArgsTransform=function(e,t){return{type:i.EventType.commentSelected,source:i.EventSource.local,commentDetails:t.commentDetails,changeType:i.CommentChangeType.none}};var N=(Object.defineProperty(k.prototype,"matchWildCards",{get:function(){return n("matchWildCards",this.m_matchWildcards),this.m_matchWildcards},set:function(e){this.m_matchWildcards=e,o(this,"MatchWildCards",e,0)},enumerable:!0,configurable:!0}),k);function k(){}i.SearchOptionsCustom=N;var M,H=(L.replaceStringDateWithDate=function(e){var t=JSON.stringify(e);return e=JSON.parse(t,function(e,t){var n;return"string"==typeof t&&t&&6<t.length&&t.slice(0,5)===L.DateJSONPrefix&&t.slice(-1)===L.DateJSONSuffix&&(n=new Date(parseInt(t.slice(5,-1))))?n:t})},L.replaceDateWithStringDate=function(e){var t=JSON.stringify(e,function(e,t){return this[e]instanceof Date?L.DateJSONPrefix+this[e].getTime()+L.DateJSONSuffix:t});return e=JSON.parse(t)},L.DateJSONPrefix="Date(",L.DateJSONSuffix=")",L);function L(){}i.SettingCustom=H,(M=i._CC||(i._CC={})).Setting_HandleResult=function(e,t){if(!r(t.Value)&&"string"==typeof t.Value){var n=JSON.parse(t.Value,function(e,t){return/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/.exec(t)?new Date(t):t});t.Value=H.replaceStringDateWithDate(n)}},M.Setting_Value_Set=function(e,t){var n=JSON.stringify(H.replaceDateWithStringDate(t));if(null!==n)return this.m_value=n,o(e,"Value",n,0),{handled:!0}},(i._CC||(i._CC={})).SettingCollection_Add=function(e,t,n){var o=JSON.stringify(H.replaceDateWithStringDate(n));return null===o?{handled:!1,result:null}:{handled:!0,result:l(i.Setting,e,"Add",0,[t,o],!1,!1,null,0)}},(i._CC||(i._CC={})).Table_Search=function(e,t,n){var o;if(s()){var r=c(n);o=e._Search2(t,r)}else n=a(e.context,n),o=l(i.RangeCollection,e,"Search",1,[t,n],!0,!1,null,4);return{handled:!0,result:o}},(i._CC||(i._CC={})).TableRow_Search=function(e,t,n){var o;if(s()){var r=c(n);o=e._Search2(t,r)}else n=a(e.context,n),o=l(i.RangeCollection,e,"Search",1,[t,n],!0,!1,null,4);return{handled:!0,result:o}};function U(){}i.ShapeCustom=U;function j(){}i.ShapeGroupCustom=j;function B(){}i.CanvasCustom=B;function W(){}i.ShapeFillCustom=W;function q(){}i.TextFrameCustom=q;function V(){}var G;i.ShapeTextWrapCustom=V,(G=i.ErrorCodes||(i.ErrorCodes={})).accessDenied="AccessDenied",G.generalException="GeneralException",G.invalidArgument="InvalidArgument",G.itemNotFound="ItemNotFound",G.notAllowed="NotAllowed",G.notImplemented="NotImplemented",G.searchDialogIsOpen="SearchDialogIsOpen",G.searchStringInvalidOrTooLong="SearchStringInvalidOrTooLong",i.Interfaces||(i.Interfaces={});new OfficeExtension.LibraryBuilder({metadata:{version:"1.0.0",name:"Word",defaultApiSetName:"WordApi",hostName:"Word",apiSets:[["1.3","WordApiDesktop"],["1.4","WordApiDesktop"],["99.9"],["1.5"],["1.6"],["1.3"],["1.4"],["1.10"],["1.2","WordApiDesktop"],["1.2"],["1.2","WordApiOnline"],["1.1"],["1.7"],["1.9"],["1.1","WordApiOnline"],["1.1","WordApiDesktop"],["1.8"],["1.3","WordApiHiddenDocument"],["1.4","WordApiHiddenDocument"],["1.5","WordApiHiddenDocument"],["99.9","WordApiDesktop"]],strings:["EditorCollection","Editor","ConflictCollection","Conflict","AugloopAnnotation","CritiqueAnnotation","Annotation","AnnotationCollection","AugloopAnnotationCollection","Application","Body","Border","BorderUniversal","BorderCollection","BorderUniversalCollection","Break","BreakCollection","BuildingBlock","BuildingBlockCollection","BuildingBlockEntryCollection","BuildingBlockCategory","BuildingBlockCategoryCollection","BuildingBlockTypeItem","BuildingBlockTypeItemCollection","CheckboxContentControl","CoauthoringLock","CoauthoringLockCollection","Coauthor","CoauthorCollection","Coauthoring","CoauthoringUpdate","CoauthoringUpdateCollection","Comment","CommentCollection","CommentContentRange","CommentReply","CommentReplyCollection","ConditionalStyle","XmlMapping","CustomXmlPrefixMappingCollection","CustomXmlPrefixMapping","CustomXmlSchema","CustomXmlSchemaCollection","CustomXmlValidationErrorCollection","CustomXmlValidationError","CustomXmlNodeCollection","CustomXmlNode","ContentControl","ContentControlCollection","ContentControlListItem","ContentControlListItemCollection","CustomProperty","CustomPropertyCollection","CustomXmlPart","CustomXmlPartCollection","CustomXmlPartScopedCollection","Document","DocumentCreated","DocumentProperties","DropDownListContentControl","ComboBoxContentControl","Field","FieldCollection","Font","HeadingStyle","HeadingStyleCollection","Hyperlink","HyperlinkCollection","InclusionItem","InclusionItemCollection","InlinePicture","InlinePictureCollection","LinkFormat","List","ListCollection","ListItem","ListLevel","ListLevelCollection","ListTemplate","NoteItem","NoteItemCollection","OleFormat","Page","PageCollection","Pane","PaneCollection","Window","WindowCollection","Paragraph","ParagraphCollection","ParagraphFormat","Range","RangeCollection","SearchOptions","Section","SectionCollection","Setting","SettingCollection","StyleCollection","Style","Shading","ShadingUniversal","Table","TableStyle","TabStop","TabStopCollection","TableCollection","TableColumn","TableColumnCollection","TableOfAuthorities","TableOfAuthoritiesCollection","TableOfAuthoritiesCategory","TableOfAuthoritiesCategoryCollection","TableOfContents","TableOfContentsCollection","TableOfFigures","TableOfFiguresCollection","TableRow","TableRowCollection","TableCell","TableCellCollection","TableBorder","Template","TemplateCollection","TrackedChange","TrackedChangeCollection","View","Shape","ShapeGroup","Canvas","ShapeCollection","ShapeFill","TextFrame","ShapeTextWrap","Reviewer","ReviewerCollection","RevisionsFilter","RepeatingSectionItem","RepeatingSectionItemCollection","Revision","RevisionCollection","DatePickerContentControl","PictureContentControl","GroupContentControl","BuildingBlockGalleryContentControl","RepeatingSectionContentControl","ReadabilityStatistic","ReadabilityStatisticCollection","WebSettings","XmlNodeCollection","XmlNode","HtmlDivision","HtmlDivisionCollection","Frame","FrameCollection","DocumentLibraryVersion","DocumentLibraryVersionCollection","DropCap","ListFormat","FillFormat","GlowFormat","LineFormat","ReflectionFormat","ColorFormat","ShadowFormat","ThreeDimensionalFormat","Bibliography","SourceCollection","Source","PageSetup","LineNumbering","TextColumnCollection","TextColumn","Selection","RangeScopedCollection","Bookmark","BookmarkCollection","Index","IndexCollection","FontNameCollection","ListTemplateCollection","ListTemplateGallery","ListTemplateGalleryCollection","_ReferenceId","getCount","_KeepReference","getItemAt","id","name","range","delete","acceptAll","rejectAll","getItem","type","accept","reject","content","_GetItem","getFirst","getFirstOrNullObject","this._ReferenceId","_RegisterDeletedEvent","_UnregisterDeletedEvent","bibliography","style","text","styleBuiltIn","paragraphs","contentControls","parentContentControl","font","inlinePictures","parentBody","lists","tables","parentContentControlOrNullObject","footnotes","endnotes","fields","inclusions","shapes","insertBreak","clear","getHtml","getOoxml","select","getReviewedText","insertText","insertHtml","insertOoxml","insertParagraph","insertContentControl","insertFileFromBase64","insertInlinePictureFromBase64","search","getRange","insertTable","_Search2","getComments","getContentControls","getTrackedChanges","CommentAdded","NumericEventType.commentAdded","_RegisterCommentAddedEvent","_UnregisterCommentAddedEvent","CommentChanged","NumericEventType.commentChanged","_RegisterCommentChangedEvent","_UnregisterCommentChangedEvent","CommentDeleted","NumericEventType.commentDeleted","_RegisterCommentDeletedEvent","_UnregisterCommentDeletedEvent","CommentDeselected","NumericEventType.commentDeselected","_RegisterCommentDeselectedEvent","_UnregisterCommentDeselectedEvent","CommentSelected","NumericEventType.commentSelected","_RegisterCommentSelectedEvent","_UnregisterCommentSelectedEvent","color","width","visible","location","isVisible","colorIndex","index","description","value","category","add","getByType","locks","conflicts","authorEmail","authorName","creationDate","contentRange","isEmpty","hyperlink","bold","italic","strikeThrough","underline","borders","paragraphFormat","shading","xpath","XPath","namespaceUri","reload","validate","baseName","nodeType","nodeValue","xml","attributes","childNodes","firstChild","lastChild","nextSibling","previousSibling","parentNode","hasChildNodes","removeChild","selectNodes","selectSingleNode","title","tag","placeholderText","appearance","parentTableCell","parentTable","parentTableCellOrNullObject","parentTableOrNullObject","xmlMapping","split","getTextRanges","getById","getByTypes","getByIdOrNullObject","_Id","key","deleteAll","getItemOrNullObject","builtIn","saved","languageDetected","path","fullName","kind","justificationMode","farEastLineBreakLevel","noLineBreakBefore","noLineBreakAfter","farEastLineBreakLanguage","sections","body","properties","settings","customXmlParts","frames","hyperlinks","pageSetup","bookmarks","revisions","selection","listTemplates","comments","words","sentences","characters","save","deleteBookmark","getMetadata","setMetadata","close","detectLanguage","activate","addToFavorites","removeNumbers","convertNumbersToText","countNumberedItems","autoFormat","merge","getBookmarkRange","getBookmarkRangeOrNullObject","addStyle","getStyles","goTo","open","author","listItems","deleteAllListItems","addListItem","locked","copyToClipboard","cut","getNext","getNextOrNullObject","size","boldBidirectional","disableCharacterSpaceGrid","emphasisMark","italicBidirectional","position","fill","reset","setAsTemplateDefault","level","altTextDescription","height","lockAspectRatio","update","listString","alignment","pages","isActive","left","top","view","next","previous","firstLineIndent","leftIndent","rightIndent","lineSpacing","outlineLevel","spaceBefore","spaceAfter","lineUnitBefore","lineUnitAfter","readingDirection","list","closeUp","indent","indentCharacterWidth","indentFirstLineCharacterWidth","openOrCloseUp","openUp","outdent","outlineDemote","outlineDemoteToBody","outlinePromote","space1","space1Pt5","space2","tabHangingIndent","tabIndent","insertTextBox","insertGeometricShape","insertPictureFromBase64","insertCanvas","hasNoProofing","languageId","languageIdFarEast","languageIdOther","end","fitTextWidth","isEndOfRowMark","start","storyLength","storyType","tableCells","listLevelNumber","listTemplate","backgroundPatternColor","foregroundPatternColor","texture","nestingLevel","values","shadingColor","horizontalAlignment","verticalAlignment","getCellPadding","setCellPadding","sort","getBorder","convertToText","autoFit","setWidth","distributeWidth","tabLeader","areBuiltInHeadingStylesUsed","areFieldsUsed","upperHeadingLevel","lowerHeadingLevel","tableId","arePageNumbersRightAligned","arePageNumbersIncluded","areHyperlinksUsedOnWeb","arePageNumbersHiddenOnWeb","additionalHeadingStyles","updatePageNumbers","markTocEntry","rowIndex","setHeight","setLeftIndent","insertRows","distributeHeight","columnWidth","date","relativeHorizontalPosition","relativeVerticalPosition","textWrap","shape","ungroup","backgroundColor","foregroundColor","transparency","leftMargin","rightMargin","topMargin","bottomMargin","orientation","lockContentControl","lockContents","isTemporary","showingPlaceholderText","copy","setPlaceholderText","distanceFromText","pattern","blur"],enumTypes:[["CritiqueColorScheme",["red","green","blue","lavender","berry"]],["AnnotationState",["created","accepted","rejected"]],["XmlNodeType",["element","attribute"]],["XmlValidationStatus",["ok","custom"]],["XmlNodeLevel",["inline","paragraph","row","cell"]],["ApplyQuickStyleSet",["sessionStart","template"]],["ScreenSize",["size544x376","size640x480","size720x512","size800x600","size1024x768","size1152x882","size1152x900","size1280x1024","size1600x1200","size1800x1440","size1920x1200"]],["TargetBrowser",["v3","v4","ie4","ie5","ie6"]],["CalendarType",["western","arabic","hebrew","taiwan","japan","thai","korean","sakaEra","translitEnglish","translitFrench","umalqura"]],["ContentControlDateStorageFormat",["text","date","dateTime"]],["ChangeTrackingMode",["off","trackAll","trackMineOnly"]],["ChangeTrackingVersion",["original","current"]],["ChangeTrackingState",["unknown","normal","added","deleted"]],["TrackedChangeType",["none","added","deleted","formatted"]],["NoteItemType",["footnote","endnote"]],["NumericEventType",[],{contentControlDeleted:0,contentControlSelectionChanged:1,contentControlDataChanged:2,contentControlAdded:3,annotationAdded:4,annotationChanged:5,annotationDeleted:6,commentDeleted:7,commentSelected:8,commentDeselected:9,commentChanged:10,commentAdded:11,contentControlEntered:12,contentControlExited:13,documentWordCountChanged:14,paragraphAdded:15,paragraphChanged:16,paragraphDeleted:17,annotationClicked:18,annotationHovered:19,annotationInserted:20,annotationRemoved:21,annotationPopupAction:22}],["EventType",["contentControlDeleted","contentControlSelectionChanged","contentControlDataChanged","contentControlAdded","annotationAdded","annotationChanged","annotationDeleted","commentDeleted","commentSelected","commentDeselected","commentChanged","commentAdded","contentControlEntered","contentControlExited","documentWordCountChanged","paragraphAdded","paragraphChanged","paragraphDeleted","annotationClicked","annotationHovered","annotationInserted","annotationRemoved","annotationPopupAction"]],["EventSource",["local","remote"]],["CommentChangeType",[],{none:"none",edited:"edited",resolved:"resolved",reopened:"reopened",replyAdded:"replyAdded",replyDeleted:"replyDeleted",replyEdited:"replyEdited"}],["ContentControlType",["unknown","richTextInline","richTextParagraphs","richTextTableCell","richTextTableRow","richTextTable","plainTextInline","plainTextParagraph","picture","buildingBlockGallery","checkBox","comboBox","dropDownList","datePicker","repeatingSection","richText","plainText","group"]],["ContentControlAppearance",["boundingBox","tags","hidden"]],["ContentControlLevel",["inline","paragraph","row","cell"]],["ContentControlState",["error","warning"]],["UnderlineType",["mixed","none","hidden","dotLine","single","word","double","thick","dotted","dottedHeavy","dashLine","dashLineHeavy","dashLineLong","dashLineLongHeavy","dotDashLine","dotDashLineHeavy","twoDotDashLine","twoDotDashLineHeavy","wave","waveHeavy","waveDouble"]],["BreakType",["page","next","sectionNext","sectionContinuous","sectionEven","sectionOdd","line"]],["InsertLocation",["before","after","start","end","replace"]],["Alignment",["mixed","unknown","left","centered","right","justified"]],["HeaderFooterType",["primary","firstPage","evenPages"]],["BodyType",["unknown","mainDoc","section","header","footer","tableCell","footnote","endnote","noteItem","shape"]],["SelectionMode",["select","start","end"]],["ImageFormat",["unsupported","undefined","bmp","jpeg","gif","tiff","png","icon","exif","wmf","emf","pict","pdf","svg"]],["RangeLocation",["whole","start","end","before","after","content"]],["LocationRelation",["unrelated","equal","containsStart","containsEnd","contains","insideStart","insideEnd","inside","adjacentBefore","overlapsBefore","before","adjacentAfter","overlapsAfter","after"]],["BorderLocation",["top","left","bottom","right","insideHorizontal","insideVertical","inside","outside","all"]],["CellPaddingLocation",["top","left","bottom","right"]],["BorderWidth",["none","pt025","pt050","pt075","pt100","pt150","pt225","pt300","pt450","pt600","mixed"]],["BorderType",["mixed","none","single","double","dotted","dashed","dotDashed","dot2Dashed","triple","thinThickSmall","thickThinSmall","thinThickThinSmall","thinThickMed","thickThinMed","thinThickThinMed","thinThickLarge","thickThinLarge","thinThickThinLarge","wave","doubleWave","dashedSmall","dashDotStroked","threeDEmboss","threeDEngrave"]],["VerticalAlignment",["mixed","top","center","bottom"]],["BaselineAlignment",["top","center","baseline","farEast50","auto"]],["ListLevelType",["bullet","number","picture"]],["ListBullet",["custom","solid","hollow","square","diamonds","arrow","checkmark"]],["ListNumbering",["none","arabic","upperRoman","lowerRoman","upperLetter","lowerLetter"]],["BuiltInStyleName",["other","normal","heading1","heading2","heading3","heading4","heading5","heading6","heading7","heading8","heading9","toc1","toc2","toc3","toc4","toc5","toc6","toc7","toc8","toc9","footnoteText","header","footer","caption","footnoteReference","endnoteReference","endnoteText","title","subtitle","hyperlink","strong","emphasis","noSpacing","listParagraph","quote","intenseQuote","subtleEmphasis","intenseEmphasis","subtleReference","intenseReference","bookTitle","bibliography","tocHeading","tableGrid","plainTable1","plainTable2","plainTable3","plainTable4","plainTable5","tableGridLight","gridTable1Light","gridTable1Light_Accent1","gridTable1Light_Accent2","gridTable1Light_Accent3","gridTable1Light_Accent4","gridTable1Light_Accent5","gridTable1Light_Accent6","gridTable2","gridTable2_Accent1","gridTable2_Accent2","gridTable2_Accent3","gridTable2_Accent4","gridTable2_Accent5","gridTable2_Accent6","gridTable3","gridTable3_Accent1","gridTable3_Accent2","gridTable3_Accent3","gridTable3_Accent4","gridTable3_Accent5","gridTable3_Accent6","gridTable4","gridTable4_Accent1","gridTable4_Accent2","gridTable4_Accent3","gridTable4_Accent4","gridTable4_Accent5","gridTable4_Accent6","gridTable5Dark","gridTable5Dark_Accent1","gridTable5Dark_Accent2","gridTable5Dark_Accent3","gridTable5Dark_Accent4","gridTable5Dark_Accent5","gridTable5Dark_Accent6","gridTable6Colorful","gridTable6Colorful_Accent1","gridTable6Colorful_Accent2","gridTable6Colorful_Accent3","gridTable6Colorful_Accent4","gridTable6Colorful_Accent5","gridTable6Colorful_Accent6","gridTable7Colorful","gridTable7Colorful_Accent1","gridTable7Colorful_Accent2","gridTable7Colorful_Accent3","gridTable7Colorful_Accent4","gridTable7Colorful_Accent5","gridTable7Colorful_Accent6","listTable1Light","listTable1Light_Accent1","listTable1Light_Accent2","listTable1Light_Accent3","listTable1Light_Accent4","listTable1Light_Accent5","listTable1Light_Accent6","listTable2","listTable2_Accent1","listTable2_Accent2","listTable2_Accent3","listTable2_Accent4","listTable2_Accent5","listTable2_Accent6","listTable3","listTable3_Accent1","listTable3_Accent2","listTable3_Accent3","listTable3_Accent4","listTable3_Accent5","listTable3_Accent6","listTable4","listTable4_Accent1","listTable4_Accent2","listTable4_Accent3","listTable4_Accent4","listTable4_Accent5","listTable4_Accent6","listTable5Dark","listTable5Dark_Accent1","listTable5Dark_Accent2","listTable5Dark_Accent3","listTable5Dark_Accent4","listTable5Dark_Accent5","listTable5Dark_Accent6","listTable6Colorful","listTable6Colorful_Accent1","listTable6Colorful_Accent2","listTable6Colorful_Accent3","listTable6Colorful_Accent4","listTable6Colorful_Accent5","listTable6Colorful_Accent6","listTable7Colorful","listTable7Colorful_Accent1","listTable7Colorful_Accent2","listTable7Colorful_Accent3","listTable7Colorful_Accent4","listTable7Colorful_Accent5","listTable7Colorful_Accent6"]],["DocumentPropertyType",["string","number","date","boolean"]],["PrintOutItem",["documentContent","properties","comments","markup","styles","autoTextEntries","keyAssignments","envelope","documentWithMarkup"]],["PrintOutPages",["all","oddOnly","evenOnly"]],["PrintOutRange",["allDocument","selection","currentPage","fromTo","rangeOfPages"]],["ExportFormat",["pdf","xps"]],["ExportItem",["documentContent","documentWithMarkup"]],["ExportOptimizeFor",["print","onScreen"]],["ExportRange",["allDocument","selection","currentPage","fromTo"]],["ExportCreateBookmarks",["none","headings","wordBookmarks"]],["UseFormattingFrom",["current","selected","prompt"]],["AutoMacro",["startWord","new","open","close","exit","sync"]],["Statistic",["words","lines","pages","characters","paragraphs","charactersWithSpaces","farEastCharacters"]],["RemoveDocInfoType",["comments","revisions","versions","removePersonalInformation","emailHeader","routingSlip","sendForReview","documentProperties","template","documentWorkspace","inkAnnotations","documentServerProperties","documentManagementPolicy","contentType","taskpaneWebExtensions","atMentions","documentTasks","documentIntelligence","commentReactions","all"]],["CheckInVersionType",["minor","major","overwrite"]],["MergeTarget",["selected","current","new"]],["DocumentType",["document","template","frameset"]],["DocumentKind",["notSpecified","letter","email"]],["FileSaveFormat",["document","template","text","textLineBreaks","dosText","dosTextLineBreaks","rtf","unicodeText","html","webArchive","filteredHtml","xml","xmlDocument","xmlDocumentMacroEnabled","xmlTemplate","xmlTemplateMacroEnabled","documentDefault","pdf","xps","flatXml","flatXmlMacroEnabled","flatXmlTemplate","flatXmlTemplateMacroEnabled","openDocumentText","strictOpenXmlDocument"]],["ProtectionType",["noProtection","allowOnlyRevisions","allowOnlyComments","allowOnlyFormFields","allowOnlyReading"]],["LineEndingType",["crlf","crOnly","lfOnly","lfcr","lsps"]],["DocumentEncoding",["thai","japaneseShiftJis","simplifiedChineseGbk","korean","traditionalChineseBig5","unicodeLittleEndian","unicodeBigEndian","centralEuropean","cyrillic","western","greek","turkish","hebrew","arabic","baltic","vietnamese","autoDetect","japaneseAutoDetect","simplifiedChineseAutoDetect","koreanAutoDetect","traditionalChineseAutoDetect","cyrillicAutoDetect","greekAutoDetect","arabicAutoDetect","iso88591Latin1","iso88592CentralEurope","iso88593Latin3","iso88594Baltic","iso88595Cyrillic","iso88596Arabic","iso88597Greek","iso88598Hebrew","iso88599Turkish","iso885915Latin9","iso88598HebrewLogical","iso2022JpNoHalfwidthKatakana","iso2022JpJisX02021984","iso2022JpJisX02011989","iso2022Kr","iso2022CnTraditionalChinese","iso2022CnSimplifiedChinese","macRoman","macJapanese","macTraditionalChineseBig5","macKorean","macArabic","macHebrew","macGreek1","macCyrillic","macSimplifiedChineseGb2312","macRomania","macUkraine","macLatin2","macIcelandic","macTurkish","macCroatia","ebcdicUsCanada","ebcdicInternational","ebcdicMultilingualRoeceLatin2","ebcdicGreekModern","ebcdicTurkishLatin5","ebcdicGermany","ebcdicDenmarkNorway","ebcdicFinlandSweden","ebcdicItaly","ebcdicLatinAmericaSpain","ebcdicUnitedKingdom","ebcdicJapaneseKatakanaExtended","ebcdicFrance","ebcdicArabic","ebcdicGreek","ebcdicHebrew","ebcdicKoreanExtended","ebcdicThai","ebcdicIcelandic","ebcdicTurkish","ebcdicRussian","ebcdicSerbianBulgarian","ebcdicJapaneseKatakanaExtendedAndJapanese","ebcdicUsCanadaAndJapanese","ebcdicKoreanExtendedAndKorean","ebcdicSimplifiedChineseExtendedAndSimplifiedChinese","ebcdicUsCanadaAndTraditionalChinese","ebcdicJapaneseLatinExtendedAndJapanese","oemUnitedStates","oemGreek437G","oemBaltic","oemMultilingualLatinI","oemMultilingualLatinIi","oemCyrillic","oemTurkish","oemPortuguese","oemIcelandic","oemHebrew","oemCanadianFrench","oemArabic","oemNordic","oemCyrillicIi","oemModernGreek","eucJapanese","eucChineseSimplifiedChinese","eucKorean","eucTaiwaneseTraditionalChinese","isciiDevanagari","isciiBengali","isciiTamil","isciiTelugu","isciiAssamese","isciiOriya","isciiKannada","isciiMalayalam","isciiGujarati","isciiPunjabi","arabicAsmo","arabicTransparentAsmo","koreanJohab","taiwanCns","taiwanTca","taiwanEten","taiwanIbm5550","taiwanTeleText","taiwanWang","ia5Irv","ia5German","ia5Swedish","ia5Norwegian","usaAscii","t61","iso6937NonSpacingAccent","koi8R","extAlphaLowercase","koi8U","europa3","hzGbSimplifiedChinese","simplifiedChineseGb18030","utf7","utf8"]],["CompatibilityMode",["word2003","word2007","word2010","word2013","current"]],["TapObjectType",["chart","smartArt","table","image","slide","text"],{ole:"OLE"}],["FileContentFormat",["base64","html","ooxml"]],["AnnotationParentType",["none","document","paragraph","annotation"]],["AugloopAnnotationState",["undefined","created","sent","duplicated","seen","tried","kept","rejected"]],["StyleType",["character","list","paragraph","table"]],["OutlineLevel",["outlineLevel1","outlineLevel2","outlineLevel3","outlineLevel4","outlineLevel5","outlineLevel6","outlineLevel7","outlineLevel8","outlineLevel9","outlineLevelBodyText"]],["CloseBehavior",["save","skipSave"]],["SaveBehavior",["save","prompt"]],["FieldType",["addin","addressBlock","advance","ask","author","autoText","autoTextList","barCode","bibliography","bidiOutline","citation","comments","compare","createDate","data","database","date","displayBarcode","docProperty","docVariable","editTime","embedded","expression","fileName","fileSize","fillIn","formCheckbox","formDropdown","formText","gotoButton","greetingLine","hyperlink","if","import","include","includePicture","includeText","index","info","keywords","lastSavedBy","link","listNum","macroButton","mergeBarcode","mergeField","mergeRec","mergeSeq","next","nextIf","noteRef","numChars","numPages","numWords","page","pageRef","print","printDate","private","quote","ref","revNum","saveDate","section","sectionPages","seq","set","shape","skipIf","styleRef","subject","subscriber","symbol","template","time","title","userAddress","userInitials","userName","empty","others","undefined"],{eq:"EQ",ocx:"OCX",rd:"RD",ta:"TA",tc:"TC",toa:"TOA",toc:"TOC",xe:"XE"}],["FieldKind",["none","hot","warm","cold"]],["TrailingCharacter",["trailingTab","trailingSpace","trailingNone"]],["ListBuiltInNumberStyle",["none","arabic","upperRoman","lowerRoman","upperLetter","lowerLetter","ordinal","cardinalText","ordinalText","kanji","kanjiDigit","aiueoHalfWidth","irohaHalfWidth","arabicFullWidth","kanjiTraditional","kanjiTraditional2","numberInCircle","aiueo","iroha","arabicLZ","bullet","ganada","chosung","zodiac1","zodiac2","zodiac3","tradChinNum1","tradChinNum2","tradChinNum3","tradChinNum4","simpChinNum1","simpChinNum2","simpChinNum3","simpChinNum4","hanjaRead","hanjaReadDigit","hangul","hanja","hebrew1","arabic1","hebrew2","arabic2","hindiLetter1","hindiLetter2","hindiArabic","hindiCardinalText","thaiLetter","thaiArabic","thaiCardinalText","vietCardinalText","lowercaseRussian","uppercaseRussian","lowercaseGreek","uppercaseGreek","arabicLZ2","arabicLZ3","arabicLZ4","lowercaseTurkish","uppercaseTurkish","lowercaseBulgarian","uppercaseBulgarian","pictureBullet","legal","legalLZ"],{gbnum1:"GBNum1",gbnum2:"GBNum2",gbnum3:"GBNum3",gbnum4:"GBNum4"}],["ShadingTextureType",["darkDiagonalDown","darkDiagonalUp","darkGrid","darkHorizontal","darkTrellis","darkVertical","lightDiagonalDown","lightDiagonalUp","lightGrid","lightHorizontal","lightTrellis","lightVertical","none","percent10","percent12Pt5","percent15","percent20","percent25","percent30","percent35","percent37Pt5","percent40","percent45","percent5","percent50","percent55","percent60","percent62Pt5","percent65","percent70","percent75","percent80","percent85","percent87Pt5","percent90","percent95","solid"]],["CompareTarget",["compareTargetCurrent","compareTargetSelected","compareTargetNew"]],["ImportedStylesConflictBehavior",["ignore","overwrite","createNew"]],["ShapeType",["unsupported","textBox","geometricShape","group","picture","canvas"]],["RelativeHorizontalPosition",["margin","page","column","character","leftMargin","rightMargin","insideMargin","outsideMargin"]],["RelativeVerticalPosition",["margin","page","paragraph","line","topMargin","bottomMargin","insideMargin","outsideMargin"]],["RelativeSize",["margin","page","topMargin","bottomMargin","insideMargin","outsideMargin"]],["GeometricShapeType",["lineInverse","triangle","rightTriangle","rectangle","diamond","parallelogram","trapezoid","nonIsoscelesTrapezoid","pentagon","hexagon","heptagon","octagon","decagon","dodecagon","star4","star5","star6","star7","star8","star10","star12","star16","star24","star32","roundRectangle","round1Rectangle","round2SameRectangle","round2DiagonalRectangle","snipRoundRectangle","snip1Rectangle","snip2SameRectangle","snip2DiagonalRectangle","plaque","ellipse","teardrop","homePlate","chevron","pieWedge","pie","blockArc","donut","noSmoking","rightArrow","leftArrow","upArrow","downArrow","stripedRightArrow","notchedRightArrow","bentUpArrow","leftRightArrow","upDownArrow","leftUpArrow","leftRightUpArrow","quadArrow","leftArrowCallout","rightArrowCallout","upArrowCallout","downArrowCallout","leftRightArrowCallout","upDownArrowCallout","quadArrowCallout","bentArrow","uturnArrow","circularArrow","leftCircularArrow","leftRightCircularArrow","curvedRightArrow","curvedLeftArrow","curvedUpArrow","curvedDownArrow","swooshArrow","cube","can","lightningBolt","heart","sun","moon","smileyFace","irregularSeal1","irregularSeal2","foldedCorner","bevel","frame","halfFrame","corner","diagonalStripe","chord","arc","leftBracket","rightBracket","leftBrace","rightBrace","bracketPair","bracePair","callout1","callout2","callout3","accentCallout1","accentCallout2","accentCallout3","borderCallout1","borderCallout2","borderCallout3","accentBorderCallout1","accentBorderCallout2","accentBorderCallout3","wedgeRectCallout","wedgeRRectCallout","wedgeEllipseCallout","cloudCallout","cloud","ribbon","ribbon2","ellipseRibbon","ellipseRibbon2","leftRightRibbon","verticalScroll","horizontalScroll","wave","doubleWave","plus","flowChartProcess","flowChartDecision","flowChartInputOutput","flowChartPredefinedProcess","flowChartInternalStorage","flowChartDocument","flowChartMultidocument","flowChartTerminator","flowChartPreparation","flowChartManualInput","flowChartManualOperation","flowChartConnector","flowChartPunchedCard","flowChartPunchedTape","flowChartSummingJunction","flowChartOr","flowChartCollate","flowChartSort","flowChartExtract","flowChartMerge","flowChartOfflineStorage","flowChartOnlineStorage","flowChartMagneticTape","flowChartMagneticDisk","flowChartMagneticDrum","flowChartDisplay","flowChartDelay","flowChartAlternateProcess","flowChartOffpageConnector","actionButtonBlank","actionButtonHome","actionButtonHelp","actionButtonInformation","actionButtonForwardNext","actionButtonBackPrevious","actionButtonEnd","actionButtonBeginning","actionButtonReturn","actionButtonDocument","actionButtonSound","actionButtonMovie","gear6","gear9","funnel","mathPlus","mathMinus","mathMultiply","mathDivide","mathEqual","mathNotEqual","cornerTabs","squareTabs","plaqueTabs","chartX","chartStar","chartPlus"]],["ShapeFillType",["noFill","solid","gradient","pattern","picture","texture","mixed"]],["ShapeTextVerticalAlignment",["top","middle","bottom"]],["ShapeTextOrientation",["none","horizontal","eastAsianVertical","vertical270","vertical","eastAsianHorizontalRotated","mixed"]],["ShapeAutoSize",["none","textToFitShape","shapeToFitText","mixed"]],["ShapeTextWrapType",["inline","square","tight","through","topBottom","behind","front"]],["ShapeTextWrapSide",["none","both","left","right","largest"]],["ShapeScaleType",["currentSize","originalSize"]],["ShapeScaleFrom",["scaleFromTopLeft","scaleFromMiddle","scaleFromBottomRight"]],["ReadingDirection",["leftToRight","rightToLeft"]],["FrameSizeRule",["auto","atLeast","exact"]],["BorderLineStyle",["none","single","dot","dashSmallGap","dashLargeGap","dashDot","dashDotDot","double","triple","thinThickSmallGap","thickThinSmallGap","thinThickThinSmallGap","thinThickMedGap","thickThinMedGap","thinThickThinMedGap","thinThickLargeGap","thickThinLargeGap","thinThickThinLargeGap","singleWavy","doubleWavy","dashDotStroked","emboss3D","engrave3D","outset","inset"]],["LineWidth",["pt025","pt050","pt075","pt100","pt150","pt225","pt300","pt450","pt600"]],["PageBorderArt",["apples","mapleMuffins","cakeSlice","candyCorn","iceCreamCones","champagneBottle","partyGlass","christmasTree","trees","palmsColor","balloons3Colors","balloonsHotAir","partyFavor","confettiStreamers","hearts","heartBalloon","stars3D","starsShadowed","stars","sun","earth2","earth1","peopleHats","sombrero","pencils","packages","clocks","firecrackers","rings","mapPins","confetti","creaturesButterfly","creaturesLadyBug","creaturesFish","birdsFlight","scaredCat","bats","flowersRoses","flowersRedRose","poinsettias","holly","flowersTiny","flowersPansy","flowersModern2","flowersModern1","whiteFlowers","vine","flowersDaisies","flowersBlockPrint","decoArchColor","fans","film","lightning1","compass","doubleD","classicalWave","shadowedSquares","twistedLines1","waveline","quadrants","checkedBarColor","swirligig","pushPinNote1","pushPinNote2","pumpkin1","eggsBlack","cup","heartGray","gingerbreadMan","babyPacifier","babyRattle","cabins","houseFunky","starsBlack","snowflakes","snowflakeFancy","skyrocket","seattle","musicNotes","palmsBlack","mapleLeaf","paperClips","shorebirdTracks","people","peopleWaving","eclipsingSquares2","hypnotic","diamondsGray","decoArch","decoBlocks","circlesLines","papyrus","woodwork","weavingBraid","weavingRibbon","weavingAngles","archedScallops","safari","celticKnotwork","crazyMaze","eclipsingSquares1","birds","flowersTeacup","northwest","southwest","tribal6","tribal4","tribal3","tribal2","tribal5","zanyTriangles","pyramids","pyramidsAbove","confettiGrays","confettiOutline","confettiWhite","mosaic","lightning2","heebieJeebies","lightBulb","gradient","triangleParty","twistedLines2","moons","ovals","doubleDiamonds","chainLink","triangles","tribal1","marqueeToothed","sharksTeeth","sawtooth","sawtoothGray","postageStamp","weavingStrips","zigZag","crossStitch","gems","circlesRectangles","cornerTriangles","creaturesInsects","zigZagStitch","checkered","checkedBarBlack","marquee","basicWhiteDots","basicWideMidline","basicWideOutline","basicWideInline","basicThinLines","basicWhiteDashes","basicWhiteSquares","basicBlackSquares","basicBlackDashes","basicBlackDots","starsTop","certificateBanner","handmade1","handmade2","tornPaper","tornPaperBlack","couponCutoutDashes","couponCutoutDots"],{xillusions:"XIllusions"}],["PreferredWidthType",["auto","percent","points"]],["ReadingOrder",["rightToLeft","leftToRight"]],["RulerStyle",["none","proportional","firstColumn","sameWidth"]],["FarEastLineBreakLanguageId",["traditionalChinese","japanese","korean","simplifiedChinese"]],["FarEastLineBreakLevel",["normal","strict","custom"]],["JustificationMode",["expand","compress","compressKana"]],["TemplateType",["normal","global","attached"]],["LanguageId",["afrikaans","albanian","amharic","arabic","arabicAlgeria","arabicBahrain","arabicEgypt","arabicIraq","arabicJordan","arabicKuwait","arabicLebanon","arabicLibya","arabicMorocco","arabicOman","arabicQatar","arabicSyria","arabicTunisia","arabicUAE","arabicYemen","armenian","assamese","azeriCyrillic","azeriLatin","basque","belgianDutch","belgianFrench","bengali","bulgarian","burmese","belarusian","catalan","cherokee","chineseHongKongSAR","chineseMacaoSAR","chineseSingapore","croatian","czech","danish","divehi","dutch","edo","englishAUS","englishBelize","englishCanadian","englishCaribbean","englishIndonesia","englishIreland","englishJamaica","englishNewZealand","englishPhilippines","englishSouthAfrica","englishTrinidadTobago","englishUK","englishUS","englishZimbabwe","estonian","faeroese","filipino","finnish","french","frenchCameroon","frenchCanadian","frenchCongoDRC","frenchCotedIvoire","frenchHaiti","frenchLuxembourg","frenchMali","frenchMonaco","frenchMorocco","frenchReunion","frenchSenegal","frenchWestIndies","frisianNetherlands","fulfulde","gaelicIreland","gaelicScotland","galician","georgian","german","germanAustria","germanLiechtenstein","germanLuxembourg","greek","guarani","gujarati","hausa","hawaiian","hebrew","hindi","hungarian","ibibio","icelandic","igbo","indonesian","inuktitut","italian","japanese","kannada","kanuri","kashmiri","kazakh","khmer","kirghiz","konkani","korean","kyrgyz","languageNone","lao","latin","latvian","lithuanian","macedonianFYROM","malayalam","malayBruneiDarussalam","malaysian","maltese","manipuri","marathi","mexicanSpanish","mongolian","nepali","noProofing","norwegianBokmol","norwegianNynorsk","oriya","oromo","pashto","persian","polish","portuguese","portugueseBrazil","punjabi","rhaetoRomanic","romanian","romanianMoldova","russian","russianMoldova","samiLappish","sanskrit","serbianCyrillic","serbianLatin","sesotho","simplifiedChinese","sindhi","sindhiPakistan","sinhalese","slovak","slovenian","somali","sorbian","spanish","spanishArgentina","spanishBolivia","spanishChile","spanishColombia","spanishCostaRica","spanishDominicanRepublic","spanishEcuador","spanishElSalvador","spanishGuatemala","spanishHonduras","spanishModernSort","spanishNicaragua","spanishPanama","spanishParaguay","spanishPeru","spanishPuertoRico","spanishUruguay","spanishVenezuela","sutu","swahili","swedish","swedishFinland","swissFrench","swissGerman","swissItalian","syriac","tajik","tamazight","tamazightLatin","tamil","tatar","telugu","thai","tibetan","tigrignaEritrea","tigrignaEthiopic","traditionalChinese","tsonga","tswana","turkish","turkmen","ukrainian","urdu","uzbekCyrillic","uzbekLatin","venda","vietnamese","welsh","xhosa","yi","yiddish","yoruba","zulu"]],["DocPartInsertType",["content","paragraph","page"]],["BuildingBlockType",["quickParts","coverPage","equations","footers","headers","pageNumber","tables","watermarks","autoText","textBox","pageNumberTop","pageNumberBottom","pageNumberPage","tableOfContents","customQuickParts","customCoverPage","customEquations","customFooters","customHeaders","customPageNumber","customTables","customWatermarks","customAutoText","customTextBox","customPageNumberTop","customPageNumberBottom","customPageNumberPage","customTableOfContents","custom1","custom2","custom3","custom4","custom5","bibliography","customBibliography"]],["CustomXmlValidationErrorType",[],{schemaGenerated:"schemaGenerated",automaticallyCleared:"automaticallyCleared",manual:"manual"}],["CustomXmlNodeType",[],{element:"element",attribute:"attribute",text:"text",cData:"cData",processingInstruction:"processingInstruction",comment:"comment",document:"document"}],["LinkType",["ole","picture","text","reference","include","import","dde","ddeAuto","chart"]],["OleVerb",["primary","show","open","hide","uiActivate","inPlaceActivate","discardUndoState"]],["ArrowheadLength",["mixed","short","medium","long"]],["ArrowheadStyle",["mixed","none","triangle","open","stealth","diamond","oval"]],["ArrowheadWidth",["mixed","narrow","medium","wide"]],["BevelType",[],{mixed:"mixed",none:"none",relaxedInset:"relaxedInset",circle:"circle",slope:"slope",cross:"cross",angle:"angle",softRound:"softRound",convex:"convex",coolSlant:"coolSlant",divot:"divot",riblet:"riblet",hardEdge:"hardEdge",artDeco:"artDeco"}],["ColorIndex",["auto","black","blue","turquoise","brightGreen","pink","red","yellow","white","darkBlue","teal","green","violet","darkRed","darkYellow","gray50","gray25","classicRed","classicBlue","byAuthor"]],["ColorType",[],{rgb:"rgb",scheme:"scheme"}],["Continue",["disabled","list","reset"]],["DefaultListBehavior",["word97","word2000","word2002"]],["EmphasisMark",["none","overSolidCircle","overComma","overWhiteCircle","underSolidCircle"]],["ExtrusionColorType",[],{mixed:"mixed",automatic:"automatic",custom:"custom"}],["FillType",["mixed","solid","patterned","gradient","textured","background","picture"]],["GradientColorType",["mixed","oneColor","twoColors","presetColors","multiColor"]],["GradientStyle",["mixed","horizontal","vertical","diagonalUp","diagonalDown","fromCorner","fromTitle","fromCenter"]],["Ligature",["none","standard","contextual","standardContextual","historical","standardHistorical","contextualHistorical","standardContextualHistorical","discretional","standardDiscretional","contextualDiscretional","standardContextualDiscretional","historicalDiscretional","standardHistoricalDiscretional","contextualHistoricalDiscretional","all"]],["LightRigType",["mixed","legacyFlat1","legacyFlat2","legacyFlat3","legacyFlat4","legacyNormal1","legacyNormal2","legacyNormal3","legacyNormal4","legacyHarsh1","legacyHarsh2","legacyHarsh3","legacyHarsh4","threePoint","balanced","soft","harsh","flood","contrasting","morning","sunrise","sunset","chilly","freezing","flat","twoPoint","glow","brightRoom"]],["LineDashStyle",["mixed","solid","squareDot","roundDot","dash","dashDot","dashDotDot","longDash","longDashDot","longDashDotDot","sysDash","sysDot","sysDashDot"]],["LineFormatStyle",["mixed","single","thinThin","thinThick","thickThin","thickBetweenThin"]],["ListApplyTo",["wholeList","thisPointForward","selection"]],["ListType",["listNoNumbering","listListNumOnly","listBullet","listSimpleNumbering","listOutlineNumbering","listMixedNumbering","listPictureBullet"]],["NumberForm",["default","lining","oldStyle"]],["NumberSpacing",["default","proportional","tabular"]],["NumberType",["paragraph","listNum","allNumbers"]],["PatternType",["mixed","percent5","percent10","percent20","percent25","percent30","percent40","percent50","percent60","percent70","percent75","percent80","percent90","darkHorizontal","darkVertical","darkDownwardDiagonal","darkUpwardDiagonal","smallCheckerBoard","trellis","lightHorizontal","lightVertical","lightDownwardDiagonal","lightUpwardDiagonal","smallGrid","dottedDiamond","wideDownwardDiagonal","wideUpwardDiagonal","dashedUpwardDiagonal","dashedDownwardDiagonal","narrowVertical","narrowHorizontal","dashedVertical","dashedHorizontal","largeConfetti","largeGrid","horizontalBrick","largeCheckerBoard","smallConfetti","zigZag","solidDiamond","diagonalBrick","outlinedDiamond","plaid","sphere","weave","dottedGrid","divot","shingle","wave","horizontal","vertical","cross","downwardDiagonal","upwardDiagonal","diagonalCross"]],["PresetCamera",["mixed","legacyObliqueTopLeft","legacyObliqueTop","legacyObliqueTopRight","legacyObliqueLeft","legacyObliqueFront","legacyObliqueRight","legacyObliqueBottomLeft","legacyObliqueBottom","legacyObliqueBottomRight","legacyPerspectiveTopLeft","legacyPerspectiveTop","legacyPerspectiveTopRight","legacyPerspectiveLeft","legacyPerspectiveFront","legacyPerspectiveRight","legacyPerspectiveBottomLeft","legacyPerspectiveBottom","legacyPerspectiveBottomRight","orthographicFront","isometricTopUp","isometricTopDown","isometricBottomUp","isometricBottomDown","isometricLeftUp","isometricLeftDown","isometricRightUp","isometricRightDown","isometricOffAxis1Left","isometricOffAxis1Right","isometricOffAxis1Top","isometricOffAxis2Left","isometricOffAxis2Right","isometricOffAxis2Top","isometricOffAxis3Left","isometricOffAxis3Right","isometricOffAxis3Bottom","isometricOffAxis4Left","isometricOffAxis4Right","isometricOffAxis4Bottom","obliqueTopLeft","obliqueTop","obliqueTopRight","obliqueLeft","obliqueRight","obliqueBottomLeft","obliqueBottom","obliqueBottomRight","perspectiveFront","perspectiveLeft","perspectiveRight","perspectiveAbove","perspectiveBelow","perspectiveAboveLeftFacing","perspectiveAboveRightFacing","perspectiveContrastingLeftFacing","perspectiveContrastingRightFacing","perspectiveHeroicLeftFacing","perspectiveHeroicRightFacing","perspectiveHeroicExtremeLeftFacing","perspectiveHeroicExtremeRightFacing","perspectiveRelaxed","perspectiveRelaxedModerately"]],["PresetExtrusionDirection",["mixed","bottomRight","bottom","bottomLeft","right","none","left","topRight","top","topLeft"]],["PresetGradientType",["mixed","earlySunset","lateSunset","nightfall","daybreak","horizon","desert","ocean","calmWater","fire","fog","moss","peacock","wheat","parchment","mahogany","rainbow","rainbowII","gold","goldII","brass","chrome","chromeII","silver","sapphire"]],["PresetLightingDirection",["mixed","topLeft","top","topRight","left","none","right","bottomLeft","bottom","bottomRight"]],["PresetLightingSoftness",["mixed","dim","normal","bright"]],["PresetMaterial",["mixed","matte","plastic","metal","wireFrame","matte2","plastic2","metal2","warmMatte","translucentPowder","powder","darkEdge","softEdge","clear","flat","softMetal"]],["PresetTexture",["mixed","papyrus","canvas","denim","wovenMat","waterDroplets","paperBag","fishFossil","sand","greenMarble","whiteMarble","brownMarble","granite","newsprint","recycledPaper","parchment","stationery","blueTissuePaper","pinkTissuePaper","purpleMesh","bouquet","cork","walnut","oak","mediumWood"]],["PresetThreeDimensionalFormat",["mixed","format1","format2","format3","format4","format5","format6","format7","format8","format9","format10","format11","format12","format13","format14","format15","format16","format17","format18","format19","format20"]],["ReflectionType",["mixed","none","type1","type2","type3","type4","type5","type6","type7","type8","type9"]],["ShadowStyle",["mixed","outerShadow","innerShadow"]],["ShadowType",["mixed","type1","type2","type3","type4","type5","type6","type7","type8","type9","type10","type11","type12","type13","type14","type15","type16","type17","type18","type19","type20","type21","type22","type23","type24","type25","type26","type27","type28","type29","type30","type31","type32","type33","type34","type35","type36","type37","type38","type39","type40","type41","type42","type43"]],["StylisticSet",["default","set01","set02","set03","set04","set05","set06","set07","set08","set09","set10","set11","set12","set13","set14","set15","set16","set17","set18","set19","set20"]],["TextureAlignment",["mixed","topLeft","top","topRight","left","center","right","bottomLeft","bottom","bottomRight"]],["TextureType",["mixed","preset","userDefined"]],["ThemeColorIndex",["notThemeColor","mainDark1","mainLight1","mainDark2","mainLight2","accent1","accent2","accent3","accent4","accent5","accent6","hyperlink","hyperlinkFollowed","background1","text1","background2","text2"]],["HyperlinkType",["range","shape","inlineShape"]],["CharacterCase",["next","lower","upper","titleWord","titleSentence","toggle","halfWidth","fullWidth","katakana","hiragana"]],["CharacterWidth",["half","full"]],["SeekView",["mainDocument","primaryHeader","firstPageHeader","evenPagesHeader","primaryFooter","firstPageFooter","evenPagesFooter","footnotes","endnotes","currentPageHeader","currentPageFooter"]],["ShowSourceDocuments",["none","original","revised","both"]],["SpecialPane",["none","primaryHeader","firstPageHeader","evenPagesHeader","primaryFooter","firstPageFooter","evenPagesFooter","footnotes","endnotes","footnoteContinuationNotice","footnoteContinuationSeparator","footnoteSeparator","endnoteContinuationNotice","endnoteContinuationSeparator","endnoteSeparator","comments","currentPageHeader","currentPageFooter","revisions","revisionsHoriz","revisionsVert"]],["SaveConfiguration",["doNotSaveChanges","saveChanges","promptToSaveChanges"]],["PageColor",["none","sepia","inverse"]],["PageMovementType",["vertical","sideToSide"]],["ReadingLayoutMargin",["automatic","suppress","full"]],["RevisionsBalloonMargin",["left","right"]],["RevisionsBalloonWidthType",["percent","points"]],["RevisionsMarkup",["none","simple","all"]],["RevisionsMode",["balloon","inline","mixed"]],["RevisionsView",["final","original"]],["RevisionType",["none","insert","delete","property","paragraphNumber","displayField","reconcile","conflict","style","replace","paragraphProperty","tableProperty","sectionProperty","styleDefinition","movedFrom","movedTo","cellInsertion","cellDeletion","cellMerge","cellSplit","conflictInsert","conflictDelete"]],["ColumnWidth",["narrow","default","wide"]],["FieldShading",["never","always","whenSelected"]],["HorizontalInVerticalType",["none","fitInLine","resizeLine"]],["ImeMode",["noControl","on","off","hiragana","katakana","katakanaHalf","alphaFull","alpha","hangulFull","hangul"]],["Kana",["katakana","hiragana"]],["TwoLinesInOneType",["none","noBrackets","parentheses","squareBrackets","angleBrackets","curlyBrackets"]],["Underline",["none","single","words","double","dotted","thick","dash","dotDash","dotDotDash","wavy","wavyHeavy","dottedHeavy","dashHeavy","dotDashHeavy","dotDotDashHeavy","dashLong","dashLongHeavy","wavyDouble"]],["ViewType",["normal","outline","print","printPreview","master","web","reading","conflict"]],["WindowState",["normal","maximize","minimize"]],["WindowType",["document","template"]],["FlowDirection",["leftToRight","rightToLeft"]],["GutterPosition",["left","right","top"]],["GutterStyle",["bidirectional","latin"]],["LayoutMode",["default","grid","lineGrid","genko"]],["NumberingRule",["restartContinuous","restartSection","restartPage"]],["PageOrientation",["portrait","landscape"]],["PageSetupVerticalAlignment",["top","center","justify","bottom"]],["PaperSize",["size10x14","size11x17","letter","letterSmall","legal","executive","a3","a4","a4Small","a5","b4","b5","fanfoldLegalGerman","fanfoldStdGerman","fanfoldUS","folio","ledger","note","quarto","statement","tabloid","envelope9","envelope10","envelope11","envelope12","envelope14","envelopeB4","envelopeB5","envelopeB6","envelopeC3","envelopeC4","envelopeC5","envelopeC6","envelopeC65","envelopeDL","envelopeItaly","envelopeMonarch","envelopePersonal","custom"],{csheet:"CSheet",dsheet:"DSheet",esheet:"ESheet"}],["SectionDirection",["rightToLeft","leftToRight"]],["SectionStart",["continuous","newColumn","newPage","evenPage","oddPage"]],["AutoFitBehavior",["fixedSize","content","window"]],["CalendarTypeBidirectional",["gregorian","bidirectional"]],["CaptionLabelType",["figure","table","equation"]],["CaptionPosition",["above","below"]],["CollapseDirection",["start","end"]],["DateLanguage",["bidirectional","latin"]],["DefaultTableBehavior",["disableAutoFit","enableAutoFit"]],["EndnoteLocation",["endOfSection","endOfDocument"]],["FontBias",["standard","farEast","noSpecified"]],["FootnoteLocation",["bottomOfPage","beneathText"]],["GoToDirection",["first","last","next","previous"]],["GoToItem",["bookmark","comment","endnote","field","footnote","graphic","heading","line","page","section","table","embeddedObject","equation","percent","spellingError","grammaticalError","proofreadingError"]],["MovementType",["move","extend"]],["NoteNumberStyle",["arabic","uppercaseRoman","lowercaseRoman","uppercaseLetter","lowercaseLetter","symbol","arabicFullWidth","kanji","kanjiDigit","kanjiTraditional","numberInCircle","hanjaRead","hanjaReadDigit","hebrewLetter1","arabicLetter1","hebrewLetter2","arabicLetter2","hindiLetter1","hindiLetter2","hindiArabic","hindiCardinalText","thaiLetter","thaiArabic","thaiCardinalText"],{traditionalChineseNumeral1:"traditionalChineseNumeral1",traditionalChineseNumeral2:"traditionalChineseNumeral2",simplifiedChineseNumeral1:"simplifiedChineseNumeral1",simplifiedChineseNumeral2:"simplifiedChineseNumeral2",vietnameseCardinalText:"vietnameseCardinalText"}],["OperationUnit",["character","word","sentence","paragraph","line","story","screen","section","column","row","window","cell","characterFormat","paragraphFormat","table","item"]],["PasteDataType",["oleObject","rtf","text","metafilePicture","bitmap","deviceIndependentBitmap","hyperlink","shape","enhancedMetafile","html"]],["PasteFormatType",["pasteDefault","singleCellText","singleCellTable","listContinueNumbering","listRestartNumbering","tableAppendTable","tableInsertAsRows","tableOriginalFormatting","chartPicture","chart","chartLinked","formatOriginalFormatting","formatSurroundingFormattingWithEmphasis","formatPlainText","tableOverwriteCells","listCombineWithExistingList","listDontMerge","useDestinationStylesRecovery"]],["ReferenceKind",["contentText","numberRelativeContext","numberNoContext","numberFullContext","entireCaption","onlyLabelAndNumber","onlyCaptionText","footnoteNumber","endnoteNumber","pageNumber","position","footnoteNumberFormatted","endnoteNumberFormatted"]],["ReferenceType",["numberedItem","heading","bookmark","footnote","endnote"]],["SelectionType",["noSelection","insertionPoint","normal","frame","column","row","block","inlineShape","selectionShape"]],["SortFieldType",["alphanumeric","numeric","date","syllable","japanJis","stroke","koreaKs"]],["SortOrder",["ascending","descending"]],["TableCellInsertionLocation",["shiftRight","shiftDown","shiftRowDown","shiftColumnRight"]],["TableFormat",["none","simple1","simple2","simple3","classic1","classic2","classic3","classic4","colorful1","colorful2","colorful3","columns1","columns2","columns3","columns4","columns5","grid1","grid2","grid3","grid4","grid5","grid6","grid7","grid8","list1","list2","list3","list4","list5","list6","list7","list8","threeDEffects1","threeDEffects2","threeDEffects3","contemporary","elegant","professional","subtle1","subtle2","web1","web2","web3"]],["TextOrientation",["horizontal","upward","downward","verticalFarEast","horizontalRotatedFarEast","vertical"]],["StoryType",["mainText","footnotes","endnotes","comments","textFrame","evenPagesHeader","primaryHeader","evenPagesFooter","primaryFooter","firstPageHeader","firstPageFooter","footnoteSeparator","footnoteContinuationSeparator","footnoteContinuationNotice","endnoteSeparator","endnoteContinuationSeparator","endnoteContinuationNotice"]],["HeadingSeparator",["none","blankLine","letter","letterLow","letterFull"]],["DropPosition",["none","normal","margin"]],["LineSpacing",["single","onePt5","double","atLeast","exactly","multiple"]],["TabAlignment",["left","center","right","decimal","bar","list"]],["TextboxTightWrap",["none","all","firstAndLastLines","firstLineOnly","lastLineOnly"]],["IndexFilter",["none","aiueo","akasatana","chosung","low","medium","full"]],["IndexFormat",["template","classic","fancy","modern","bulleted","formal","simple"]],["IndexSortBy",["stroke","syllable"]],["IndexType",["indent","runin"]],["TabLeader",["spaces","dots","dashes","lines","heavy","middleDot"]],["ConditionCode",["firstRow","lastRow","oddRowBanding","evenRowBanding","firstColumn","lastColumn","oddColumnBanding","evenColumnBanding","topRightCell","topLeftCell","bottomRightCell","bottomLeftCell"]],["DeleteCells",["shiftLeft","shiftUp","entireRow","entireColumn"]],["RowHeightRule",["auto","atLeast","exactly"]],["TableDirection",["rightToLeft","leftToRight"]],["TableFieldSeparator",["paragraph","tab","comma","defaultListSeparator"]],["TableFormatType",["none","simple1","simple2","simple3","classic1","classic2","classic3","classic4","colorful1","colorful2","colorful3","columns1","columns2","columns3","columns4","columns5","grid1","grid2","grid3","grid4","grid5","grid6","grid7","grid8","list1","list2","list3","list4","list5","list6","list7","list8","threeDEffects1","threeDEffects2","threeDEffects3","contemporary","elegant","professional","subtle1","subtle2","web1","web2","web3"]],["ListTemplateGalleryType",["bullets","number","outlineNumbered"]],["CoauthoringLockType",["none","reservation","ephemeral","changed"]],["EditorType",["current","editors","everyone","owners"]]],clientObjectTypes:[[1,2,[[184,2]],0,[[185,0,2,0,4],[186]],[[187,2,1,2,0,4],["addByType",2,1],["addById",2,1]]],[2,2,[[184,2],[188,3],[189,3]],[[190,92,35,0,0,4],["nextRange",92,35,0,0,4]],[[186],[191],["removeAllPermissions"],["selectAllShapes"]]],[3,3,[[184,2]],0,[[186],[192],[193]],[[194,4,1,18,0,4]],0,4],[4,2,[[184,2],[195,3]],[[190,92,35,0,0,4]],[[186],[196],[197]]],[5,2,[[198,3],[188,3],[184,2],["_State"]],0,[[186,0,2,0,4],["getParentType",0,2,0,4],[191]],[["getParentAsParagraph",89,0,2,0,4],["getParentAsAnnotation",5,0,2,0,4]]],[6,2,[[184,2],["critique",3]],[[190,92,2,0,0,4]],[[186,0,2,0,4],[196],[197]]],[7,2,[[188,3],[184,2],["state",3]],[["critiqueAnnotation",6,2,0,0,4]],[[186,0,2,0,4],[191]]],[8,3,[[184,2]],0,[[186,0,2,0,4]],[[199,7,1,18,0,4],[200,7],[201,7]],0,7],[9,7,[[184,2]],0,[[186,0,2,0,4],["refresh",0,2,0,4]],[[194,5,1,18,0,4],[200,5,0,2,0,4],[201,5,0,2,0,4]],0,5,[["AnnotationAdded",2,0,"NumericEventType.annotationAdded",202,"_RegisterAddedEvent","_UnregisterAddedEvent"],["AnnotationChanged",2,0,"NumericEventType.annotationChanged",202,"_RegisterChangedEvent","_UnregisterChangedEvent"],["AnnotationDeleted",2,0,"NumericEventType.annotationDeleted",202,203,204]]],[10,0,[["checkLanguage",1,1],["language",3,1]],[["templates",124,18,1,0,4],[205,167,35,1,0,4],["listTemplateGalleries",183,19,2,0,4],["fontNames",180,3,2,0,4],["activeDocument",57,2,3,0,4]],[["isTapEnabled",0,2,0,5],["getSharePointTenantRoot",0,2,0,5],["getEnterpriseUserInfo",0,2,0,5],["getMruFriendlyPath",1,2,0,5],["launchFileUrlInOfficeApp",2,2,0,5],["retrieveStylesFromBase64",1,2,4,4],["openDocument",1,2,5,4]],[["createDocument",58,1,2,0,4]],0,0,0,"Microsoft.WordServices.Application",4],[11,6,[[184,2],[206,1],[207,3],[195,3,6],[208,1,6]],[[209,90,19,0,0,4],[210,49,19,0,0,4],[211,48,2,0,0,4],[212,64,35,0,0,4],[213,72,19,0,0,4],[214,11,2,6,0,4],[215,75,19,6,0,4],[216,107,19,6,0,4],["parentSection",95,2,6,0,4],[217,48,2,6,0,4],["parentBodyOrNullObject",11,2,6,0,4],["parentSectionOrNullObject",95,2,6,0,4],[218,81,18,4,0,4],[219,81,18,4,0,4],[220,63,19,7,0,4],[221,70,18,8,0,4],[222,131,19,9,0,4]],[[186,0,2,0,4],[223,2],[224],[225,0,2,0,4],[226,0,2,0,4],[227,1,2,0,4],[228,1,2,7,4]],[[229,92,2,8],[230,92,2,8],[231,92,2,8],[232,89,2,8],[233,48,1,8],[234,92,2,8],[235,71,2,8,10],[236,93,2,7,0,4],[237,92,1,2,6,4],[238,103,4,8,6],[239,93,2,6,0,4],[240,34,0,6,7,4],[241,49,1,6,4,4],[242,126,0,6,5,4]],0,0,[[243,2,11,244,202,245,246],[247,2,11,248,202,249,250],[251,2,11,252,202,253,254],[255,2,11,256,202,257,258],[259,2,11,260,202,261,262]]],[12,2,[[184,2],[263,1],[195,1],[264,1],[265,1],[266,3]],0,[[186,0,2,0,4]]],[13,2,[[184,2],[267,1],["artStyle",1],["artWidth",1],[263,1],[268,1],["inside",3],["lineStyle",1],["lineWidth",1]],0,[[186,0,2,0,4]]],[14,3,[["insideBorderColor",1],["insideBorderType",1],["insideBorderWidth",1],["outsideBorderColor",1],["outsideBorderType",1],["outsideBorderWidth",1],[184,2]],0,[[186,0,2,0,4]],[[194,12,1,18,0,4],["getByLocation",12,1,2,0,4],[200,12,0,2,0,4],[201,12,0,2,0,4]],0,12],[15,3,[[184,2]],0,[[186,0,2,0,4],["applyPageBordersToAllSections"]],[[194,13,1,18,2,4]],0,13],[16,2,[[184,2],["pageIndex",3]],[[190,92,35,0,0,4]],[[186,0,2,0,4]]],[17,3,[[184,2]],0,[[186,0,2,0,4]],[[199,16,1,18,2,4]],0,16],[18,2,[[184,2],[269,3],[189,1],[270,1],[188,3],[271,1],["insertType",1]],[[195,23,2,0,0,4],[272,21,2,0,0,4]],[[186,0,2,0,4],[191]],[["insert",92,2]]],[19,2,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[187,18,1,2,0,4],[273,18,4,8]]],[20,2,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[187,18,1,2,0,4],[273,18,6,8]]],[21,2,[[184,2],[269,3],[189,3]],[["buildingBlocks",19,2,0,0,4],[195,23,2,0,0,4]],[[186,0,2,0,4]]],[22,2,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[187,21,1,2,0,4]]],[23,2,[[184,2],[269,3],[189,3]],[["categories",22,2,0,0,4]],[[186,0,2,0,4]]],[24,2,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[274,23,1,2,0,4]]],[25,2,[["isChecked",1],[184,2]],0,[[186,0,2,0,4]]],[26,2,[[184,2],[195,3]],[["owner",28,3,0,0,4],[190,92,35,0,0,4]],[[186,0,2,0,4],["unlock"]]],[27,3,[[184,2]],0,[[186,0,2,0,4],["unlockEphemeralLocks"]],[[199,26,1,18,12,4],[273,26,1,8]],0,26],[28,2,[[184,2],["emailAddress",3],[188,3],["isMe",3],[189,3]],[[275,27,19,0,0,4]],[[186,0,2,0,4]]],[29,3,[[184,2]],0,[[186,0,2,0,4]],[[199,28,1,18,12,4]],0,28],[30,2,[[184,2],["canMerge",3],["canCoauthor",3],["pendingUpdates",3]],[["authors",29,19,0,0,4],[276,3,19,0,0,4],[275,27,19,0,0,4],["me",28,3,0,0,4],["updates",32,19,0,0,4]],[[186,0,2,0,4]]],[31,2,[[184,2]],[[190,92,35,0,0,4]],[[186,0,2,0,4]]],[32,3,[[184,2]],0,[[186,0,2,0,4]],[[199,31,1,18,12,4]],0,31],[33,2,[[277,3],[278,3],[198,1],[279,11],[188,3],[184,2],["resolved",1]],[["replies",37,19,0,0,4],[280,35,33,0,0,4]],[[191],[186,0,2,0,4]],[[237,92],["reply",36,1]]],[34,3,[[184,2]],0,[[186,0,2,0,4]],[[199,33,1,18,0,4],[200,33,0,2,0,4],[201,33,0,2,0,4]],0,33],[35,2,[[184,2],[207,3],[281,3],[282,1],[283,1],[284,1],[285,1],[286,1]],0,[[186,0,2,0,4]],[[229,35,2]]],[36,2,[[277,3],[278,3],[198,1],[279,11],[188,3],[184,2]],[["parentComment",33,35,0,0,4],[280,35,33,0,0,4]],[[186,0,2,0,4],[191]]],[37,3,[[184,2]],0,[[186,0,2,0,4]],[[199,36,1,18,0,4],[200,36,0,2,0,4],[201,36,0,2,0,4]],0,36],[38,2,[[184,2],["bottomPadding"],["leftPadding"],["rightPadding"],["topPadding"]],[[287,15,18,0,0,4],[212,64,2,0,0,4],[288,91,2,0,0,4],[289,102,2,0,0,4]],[[186,0,2,0,4]]],[39,6,[["isMapped",3],[290,3,0,291],["prefixMappings",3],[184,2]],[["customXmlNode",47,35,0,0,4],["customXmlPart",54,35,0,0,4]],[[191],["setMapping",2],["setMappingByNode",1],[186,0,2,0,4]]],[40,3,[[184,2]],0,[["addNamespace",2],["lookupNamespace",1],["lookupPrefix",1],[186,0,2,0,4],[185,0,2,0,4]],[[194,41,1,18,2,4]],0,41],[41,2,[["prefix",3],[292,3],[184,2]],0,[[186,0,2,0,4]]],[42,6,[[266,3],[292,3],[184,2]],0,[[191],[293],[186,0,2,0,4]]],[43,7,[[184,2]],0,[[294],[186,0,2,0,4],[185,0,2,0,4],["getNamespaceUri",0,2,0,4]],[[194,42,1,18,0,4],[273,42,1,8],["addCollection",43,1,4]],0,42],[44,7,[[184,2]],0,[[273,3],[186,0,2,0,4],[185,0,2,0,4]],[[194,45,1,18,0,4]],0,45],[45,6,[[189,3],[207,3],[195,3],["errorCode",3],[184,2]],[["node",47,35,0,0,4]],[[191],[186,0,2,0,4]]],[46,7,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[194,47,1,18,2,4]],0,47],[47,6,[[295,3],[292,3],[296,3],[297,1],[207,1],[290,3,0,291],[298,3],[184,2]],[[299,46,19,0,0,4],[300,46,19,0,0,4],[301,47,35,0,0,4],[302,47,35,0,0,4],[303,47,35,0,0,4],["ownerPart",54,35,0,0,4],[304,47,35,0,0,4],[305,47,35,0,0,4]],[[191],["appendChildNode",1],["appendChildSubtree",1],[306],["insertNodeBefore",1],["insertSubtreeBefore",2],[307,1],["replaceChildNode",2],["replaceChildSubtree",2],[186,0,2,0,4]],[[308,46,1,4],[309,47,1]]],[48,6,[[188,3],[184,2],[310,1],[311,1],[312,1],[195,3],[313,1],[263,1],["removeWhenEdited",1],["cannotDelete",1],["cannotEdit",1],[206,1],[207,3],["subtype",3,6],[208,1,6],["canOnlyFormat",0,8]],[[212,64,35,0,0,4],[209,90,19,0,0,4],[210,49,19,0,0,4],[211,48,2,0,0,4],[213,72,19,0,0,4],[215,75,19,6,0,4],[216,107,19,6,0,4],[314,120,2,6,0,4],[315,103,2,6,0,4],[214,11,2,6,0,4],[217,48,2,6,0,4],[316,120,2,6,0,4],[317,103,2,6,0,4],[218,81,18,4,0,4],[219,81,18,4,0,4],[220,63,19,7,0,4],["checkboxContentControl",25,35,13,0,4],["dropDownListContentControl",60,3,14,0,4],["comboBoxContentControl",61,3,14,0,4],[318,39,35,1,0,4],["datePickerContentControl",142,35,1,0,4],["groupContentControl",144,35,1,0,4],["pictureContentControl",143,35,1,0,4],["repeatingSectionContentControl",146,35,1,0,4],["buildingBlockGalleryContentControl",145,35,1,0,4]],[[186,0,2,0,4],[223,2],[224],[191,1],[227,1,2,0,4],[225,0,2,0,4],[226,0,2,0,4],[228,1,2,7,4],["setState",1,0,8],["resetState",0,0,8]],[[229,92,2,8],[230,92,2,8],[231,92,2,8],[234,92,2,8],[232,89,2,8],[235,71,2,8,10],[236,93,2,7,0,4],[237,92,1,2,6,4],[319,93,4,6,6,4],[238,103,4,8,6],[320,93,2,6,6,4],[239,93,2,6,0,4],[240,34,0,6,7,4],[241,49,1,6,4,4],[242,126,0,6,5,4]],0,0,[[243,2,11,244,202,245,246],[247,2,11,248,202,249,250],[255,2,11,256,202,257,258],[259,2,11,260,202,261,262],["DataChanged",2,4,"NumericEventType.contentControlDataChanged",202,"_RegisterDataChangedEvent","_UnregisterDataChangedEvent"],["Deleted",2,4,"NumericEventType.contentControlDeleted",202,203,204],["Entered",2,4,"NumericEventType.contentControlEntered",202,"_RegisterEnteredEvent","_UnregisterEnteredEvent"],["Exited",2,4,"NumericEventType.contentControlExited",202,"_RegisterExitedEvent","_UnregisterExitedEvent"],["SelectionChanged",2,4,"NumericEventType.contentControlSelectionChanged",202,"_RegisterSelectionChangedEvent","_UnregisterSelectionChangedEvent"]]],[49,3,[[184,2]],0,[[186,0,2,0,4]],[[194,48,1,18,0,4],[321,48,1,2,0,4],["getByTitle",49,1,6,0,4],["getByTag",49,1,6,0,4],[322,49,1,6,6,4],[200,48,0,2,6,4],[323,48,1,2,6,4],[201,48,0,2,6,4],["getByChangeTrackingStates",49,1,6,4,4]],0,48],[50,2,[[324,2],[184,2],["displayText",1],[271,1],[269,1]],0,[[186,0,2,0,4],[191],[227]]],[51,3,[[184,2]],0,[[186,0,2,0,4]],[[199,50,1,18,0,4],[200,50],[201,50]],0,50],[52,10,[[184,2],[325,3],[271,1],[195,3],[324,2]],0,[[186,0,2,0,4],[191]]],[53,3,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4],[326]],[[194,52,1,18,0,4],[273,52,2,8],[327,52,1,2,0,4]],0,52],[54,2,[[184,2],[188,3],[292,3],[298,3,1],[328,3,1]],[["documentElement",47,35,1,0,4],["schemaCollection",43,17,1,0,4],["namespaceManager",40,19,1,0,4],["errors",44,19,2,0,4]],[[186,0,2,0,4],[191],["getXml",0,2,0,4],["setXml",1],["query",2],["insertElement",4],["updateElement",3],["deleteElement",2],["insertAttribute",4],["updateAttribute",4],["deleteAttribute",3],["addNode",2,0,1],["loadXml",1,0,1]],[[308,46,1,4,1],[309,47,1,0,1]]],[55,3,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[194,54,1,18,0,4],[273,54,1,8],["getByNamespace",56,1,6,0,4],[327,54,1,2,0,4]],0,54],[56,3,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[194,54,1,18,0,4],[327,54,1,2,0,4],["getOnlyItem",54,0,2,0,4],["getOnlyItemOrNullObject",54,0,2,0,4]],0,54],[57,6,[[329,3],[184,2],["allowCloseOnUntitled",1],["changeTrackingMode",1,7],[189,3,3],["autoSaveOn",1,1],[330,1,1],["autoHyphenation",1,1],["consecutiveHyphensLimit",1,1],["hyphenateCaps",1,1],[331,3,2],[195,2,2],["hyphenationZone",0,2],[332,2,2],[333,0,2],["isReadOnly",2,2],["isMasterDocument",2,2],["defaultTabStop",0,2],["areTrueTypeFontsEmbedded",0,2],["isFormsDataSaved",0,2],["isReadOnlyRecommended",0,2],["isFontsSubsetSaved",0,2],["isCompatible",0,2],["isSubdocument",2,2],["saveFormat",2,2],["protectionType",2,2],["areStylesUpdatedOnOpen",0,2],["isGrammarChecked",0,2],["isSpellingChecked",0,2],["areGrammaticalErrorsShown",0,2],["areSpellingErrorsShown",0,2],["isPostScriptPrintedOverText",0,2],["isFormsDataPrinted",0,2],["password",0,2],["writePassword",0,2],["hasPassword",2,2],["isWriteReserved",2,2],["isUserControl",0,2],["isFinal",0,2],["hasVbProject",2,2],["encryptionProvider",0,2],["areMathDefaultsUsed",0,2],["currentRsid",2,2],["compatibilityMode",2,2],["isChartDataPointTracked",0,2],["isInAutoSave",2,2],["isInFormsDesign",2,2],["codeName",2,2],["isSnappedToGrid",0,2],["isSnappedToShapes",0,2],["gridDistanceHorizontal",0,2],["gridDistanceVertical",0,2],["gridOriginHorizontal",0,2],["gridOriginVertical",0,2],["gridSpaceBetweenHorizontalLines",0,2],["gridSpaceBetweenVerticalLines",0,2],["gridIsOriginFromMargin",0,2],["isKerningByAlgorithm",0,2],[334,0,2],[335,0,2],[336,0,2],[337,0,2],["trackRevisions",0,2],["printRevisions",0,2],["activeTheme",2,2],["activeThemeDisplayName",2,2],[338,0,2],["openEncoding",2,2],["saveEncoding",0,2],["isOptimizedForWord97",0,2],["isVbaSigned",2,2],["areNewerFeaturesDisabled",0,2],["doNotEmbedSystemFonts",0,2],["defaultTargetFrame",0,2],["removePersonalInformationOnSave",0,2],["textEncoding",0,2],["textLineEnding",0,2],["passwordEncryptionProvider",2,2],["passwordEncryptionAlgorithm",2,2],["passwordEncryptionKeyLength",2,2],["areFilePropertiesPasswordEncrypted",2,2],["isLinguisticDataEmbedded",0,2],["isStyleEnforced",0,2],["isAutoFormatOverrideOn",0,2],["xmlAreAdvancedErrorsShown",0,2],["xmlIsXsltUsedWhenSaving",0,2],["xmlSaveThroughXslt",0,2],["readingModeIsLayoutFrozen",0,2],["trackedChangesAreDateAndTimeRemoved",0,2],["readingLayoutSizeX",0,2],["readingLayoutSizeY",0,2],["trackMoves",0,2],["trackFormatting",0,2],["isThemeLocked",0,2],["isQuickStyleSetLocked",0,2],["originalDocumentTitle",2,2],["revisedDocumentTitle",2,2],["formattingIsNextLevelShown",0,2],["formattingIsUserStyleNameShown",0,2]],[[339,96,19,0,0,4],[340,11,35,0,0,4],[210,49,19,0,0,4],[341,59,35,6,0,4],[342,98,19,7,0,4],[343,55,19,7,0,4],["windows",88,19,9,0,4],["activeWindow",87,35,9,0,4],["attachedTemplate",123,0,1,0,4],["documentLibraryVersions",157,19,1,0,4],[344,155,19,1,0,4],[345,68,19,1,0,4],[205,167,35,1,0,4],[346,170,35,1,0,4],[347,177,18,2,0,4],["indexes",179,18,2,0,4],[348,141,18,2,0,4],[349,174,3,2,0,4],[350,181,19,2,0,4],["coauthoring",30,3,2,0,4],["tablesOfAuthorities",111,18,2,0,4],["tableOfAuthoritiesCategories",113,18,2,0,4],["tablesOfContents",115,18,2,0,4],["tablesOfFigures",117,18,2,0,4],["builtInDocumentProperties",59,2,2,0,4],["customDocumentProperties",59,2,2,0,4],[216,107,18,2,0,4],[351,34,18,2,0,4],[209,90,18,2,0,4],[352,175,18,2,0,4],[353,175,18,2,0,4],[354,175,18,2,0,4],[220,63,18,2,0,4],["styles",99,18,2,0,4],[198,92,2,2,0,4],["storyRanges",93,18,2,0,4],[215,75,18,2,0,4],["background",128,2,2,0,4],["listParagraphs",90,18,2,0,4],["readabilityStatistics",148,18,2,0,4],["grammaticalErrors",93,18,2,0,4],["spellingErrors",93,18,2,0,4],["webSettings",149,2,2,0,4]],[["_GetObjectByReferenceId",1,2,0,4],["_GetObjectTypeNameByReferenceId",1,2,0,4],["_RemoveReference",1,2,0,4],["_RemoveAllReferences",0,2,0,4],[355,2],[186,0,2,0,4],[356,1,0,7],[357,1,2,0,4],[358,2],["setMetadataOnTile",3],["launchTapPane",1,2,0,5],["getNeighborhoodTextAroundSelection",1,2,0,5],["_RegisterEvent",2,2,0,4],["_UnregisterEvent",2,2,0,4],["setNavigationPaneVisibility",1,0,15,1],[359,1,0,4],["importStylesFromJson",2,0,5],["compare",2,0,16],["compareFromBase64",2,0,9],[360,0,0,1],["manualHyphenation",0,0,1],["repaginate",0,0,2],["fitToPages",0,0,2],[227,0,0,2],["sendMail",0,0,2],["runAutoMacro",1,0,2],[361,0,0,2],["printPreview",0,0,2],["undo",1,0,2],["redo",1,0,2],["computeStatistics",2,0,2],["makeCompatibilityDefault",0,0,2],["unprotect",1,0,2],["copyStylesFromTemplate",1,0,2],["updateStyles",0,0,2],["checkGrammar",0,0,2],["checkSpelling",1,0,2],["followHyperlink",1,0,2],[362,0,0,2],[293,0,0,2],[363,1,0,2],[364,1,0,2],[365,1,0,2],["post",0,0,2],["toggleFormsDesign",0,0,2],["getCrossReferenceItems",1,0,2],[366,0,0,2],["viewCode",0,0,2],["viewPropertyBrowser",0,0,2],["undoClear",0,0,2],["presentIt",0,0,2],["sendFax",2,0,2],["closePrintPreview",0,0,2],["checkConsistencyJapanese",0,0,2],["acceptAllRevisions",0,0,2],["rejectAllRevisions",0,0,2],["applyTheme",1,0,2],["removeTheme",0,0,2],["webPagePreview",0,0,2],["reloadAs",1,0,2],["convertVietnameseDocument",1,0,2],["printOut",1,0,2],["checkIn",1,0,2],["canCheckin",0,0,2],[367,2,0,2],["sendForReview",1,0,2],["replyWithChanges",1,0,2],["endReview",1,0,2],["setPasswordEncryptionOptions",4,0,2],["setDefaultTableStyle",2,0,2],["deleteAllComments",0,0,2],["acceptAllRevisionsShown",0,0,2],["rejectAllRevisionsShown",0,0,2],["deleteAllCommentsShown",0,0,2],["resetFormFields",0,0,2],["sendFaxOverInternet",1,0,2],["transformDocument",2,0,2],["protect",2,0,2],["deleteAllInkAnnotations",0,0,2],["removeLockedStyles",0,0,2],["removeDocumentInformation",1,0,2],["checkInWithVersion",1,0,2],["lockServerFile",0,0,2],["saveAsQuickStyleSet",1,0,2],["exportAsFixedFormat",3,0,2],["freezeLayout",0,0,2],["convert",0,0,2],["convertAutoHyphens",0,0,2],["applyQuickStyleSet",1,0,2],["returnToLastReadPosition",0,0,2],["exportAsFixedFormat2",3,0,2],["exportAsFixedFormat3",3,0,2]],[["getSelection",92,0,10,0,4],[368,92,1,2,7,4],[369,92,1,2,7,4],["getAnnotationsByType",9,1,6,15,4],[236,93,2,7,13,4],[239,93,2,6,13,4],["getFootnoteBody",11,0,2,4,4],["getEndnoteBody",11,0,2,4,4],[241,49,1,6,4,4],[370,100,2,0,4],[371,99,0,6,4,4],[234,96,3,12,4],["getAnnotationById",7,1,0,13],["getParagraphByUniqueLocalId",89,1,2,5,4],["getSelections",93,0,6,8,4],[237,92,1,0,2],[372,92,1,0,2],[309,151,2,0,2],[308,150,2,4,2],["selectLinkedControls",49,1,4,2],["selectUnlinkedControls",49,1,4,2],["selectContentControlsByTitle",49,1,4,2],["selectContentControlsByTag",49,1,4,2]],0,0,[["AnnotationClicked",2,13,"NumericEventType.annotationClicked",202,"_RegisterAnnotationClickedEvent","_UnregisterAnnotationClickedEvent"],["AnnotationHovered",2,13,"NumericEventType.annotationHovered",202,"_RegisterAnnotationHoveredEvent","_UnregisterAnnotationHoveredEvent"],["AnnotationInserted",2,13,"NumericEventType.annotationInserted",202,"_RegisterAnnotationInsertedEvent","_UnregisterAnnotationInsertedEvent"],["AnnotationPopupAction",0,17,"NumericEventType.annotationPopupAction",202,"_RegisterAnnotationPopupActionEvent","_UnregisterAnnotationPopupActionEvent"],["AnnotationRemoved",2,13,"NumericEventType.annotationRemoved",202,"_RegisterAnnotationRemovedEvent","_UnregisterAnnotationRemovedEvent"],["ContentControlAdded",2,4,"NumericEventType.contentControlAdded",202,"_RegisterContentControlAddedEvent","_UnregisterContentControlAddedEvent"],["ParagraphAdded",2,5,"NumericEventType.paragraphAdded",202,"_RegisterParagraphAddedEvent","_UnregisterParagraphAddedEvent"],["ParagraphChanged",2,5,"NumericEventType.paragraphChanged",202,"_RegisterParagraphChangedEvent","_UnregisterParagraphChangedEvent"],["ParagraphDeleted",2,5,"NumericEventType.paragraphDeleted",202,"_RegisterParagraphDeletedEvent","_UnregisterParagraphDeletedEvent"],["WordCountChanged",2,0,"NumericEventType.documentWordCountChanged",202,"_RegisterWordCountChangedEvent","_UnregisterWordCountChangedEvent"]]],[58,2,[[329,3,18],[184,2]],[[339,96,19,18,0,4],[340,11,35,18,0,4],[210,49,19,18,0,4],[341,59,35,18,0,4],[342,98,19,19,0,4],[343,55,19,19,0,4]],[[355,2,0,18],[186,0,2,0,4],[373,0,2,0,4],[356,1,0,19]],[[368,92,1,2,19,4],[369,92,1,2,19,4],[241,49,1,6,20,4],[370,100,2,0,20],[371,99,0,6,20,4],[234,96,3,12,20]]],[59,2,[[184,2],[310,1],["subject",1],[374,1],["keywords",1],[351,1],["template",3],["lastAuthor",3],["revisionNumber",3],["applicationName",3],["lastPrintDate",11],[279,11],["lastSaveTime",11],["security",3],[272,1],["format",1],["manager",1],["company",1]],[["customProperties",53,19,0,0,4]],[[186,0,2,0,4]]],[60,2,[[184,2]],[[375,51,18,0,0,4]],[[186,0,2,0,4],[376]],[[377,50,3,8]]],[61,2,[[184,2]],[[375,51,18,0,0,4]],[[186,0,2,0,4],[376]],[[377,50,3,8]]],[62,2,[[324,2],[184,2],["code",1],[195,3,4],[333,3,4],["showCodes",1,16],[378,1,4],["data",1,4]],[["result",92,35,0,0,4],[214,11,2,0,0,4],[211,48,2,0,0,4],[217,48,2,0,0,4],[315,103,2,0,0,4],[317,103,2,0,0,4],[314,120,2,0,0,4],[316,120,2,0,0,4],["linkFormat",73,2,2,0,4],["oleFormat",82,2,2,0,4]],[[186,0,2,0,4],[191,0,0,4],["updateResult",0,0,4],[227,1,2,4,4],["unlink",0,0,2],["updateSource",0,0,2],["doClick",0,2,2,4],[379,0,2,2,4],[380,0,0,2]],[[381,62,0,2,0,4],[382,62,0,2,0,4]]],[63,3,[[184,2]],0,[[186,0,2,0,4]],[[199,62,1,18,0,4],[200,62,0,2,0,4],[201,62,0,2,0,4],[322,63,1,6,4,4,322]],0,62],[64,2,[[184,2],[189,1],[383,1],[283,1],[284,1],[263,1],[286,1],["subscript",1],["superscript",1],[285,1],["doubleStrikeThrough",1],["highlightColor",1],["hidden",1,9],["smallCaps",1,1],["allCaps",1,1],[384,1,1],[268,1,1],["colorIndexBidirectional",1,1],["contextualAlternates",1,1],["diacriticColor",1,1],[385,1,1],["emboss",1,1],[386,1,1],["engrave",1,1],[387,1,1],["kerning",1,1],["ligature",1,1],["nameAscii",1,1],["nameBidirectional",1,1],["nameFarEast",1,1],["nameOther",1,1],["numberForm",1,1],["numberSpacing",1,1],["outline",1,1],[388,1,1],["scaling",1,1],["shadow",1,1],["sizeBidirectional",1,1],["spacing",1,1],["stylisticSet",1,1],["underlineColor",1,1]],[[287,15,19,1,0,4],[389,160,35,1,0,4],["glow",161,35,1,0,4],["line",162,35,1,0,4],["reflection",163,35,1,0,4],["textColor",164,35,1,0,4],["textShadow",165,35,1,0,4],["threeDimensionalFormat",166,35,1,0,4]],[[186,0,2,0,4],["increaseFontSize",0,0,1],[390,0,0,1],[391,0,0,1],["decreaseFontSize",0,0,1]]],[65,2,[[184,2],[189,1],[392,1]],0,[[186,0,2,0,4],[191]]],[66,3,[[184,2]],0,[[186,0,2,0,4]],[[199,65,1,18,0,4],[273,65,2,8]],0,65],[67,2,[[184,2],["address",1],["emailSubject",1],["isExtraInfoRequired",3],[189,3],["screenTip",1],["subAddress",1],["target",1],["textToDisplay",1],[195,3]],[[190,92,35,0,0,4]],[[186,0,2,0,4],[362],["createNewDocument",3],[191]]],[68,3,[[184,2]],0,[[186,0,2,0,4]],[[199,67,1,18,2,4],[273,67,2,8]],0,67],[69,2,[[324,2],[184,2],["articleId",3]],[["anchorRange",92,2,0,0,4],["articleBody",11,2,0,0,4]],[[186,0,2,0,4],["discard"],["keep"],[390]]],[70,3,[[184,2]],0,[[186,0,2,0,4]],[[199,69,1,18,0,4],[200,69,0,2,0,4],[201,69,0,2,0,4]],0,69],[71,2,[[324,2],[184,2],[393,1],["altTextTitle",1],[394,1],[282,1],[395,1],[264,1],["imageFormat",3,16]],[[211,48,2,0,0,4],["paragraph",89,2,10,0,4],[314,120,2,6,0,4],[315,103,2,6,0,4],[217,48,2,6,0,4],[316,120,2,6,0,4],[317,103,2,6,0,4]],[[186,0,2,0,4],["getBase64ImageSrc",0,2,0,4],[223,2,0,10],[191,0,0,10],[227,1,2,10,4]],[[233,48,0,8],[235,71,2,8,10],[229,92,2,8,10],[230,92,2,8,10],[231,92,2,8,10],[232,89,2,8,10],[234,92,2,8,10],[237,92,1,2,6,4],[381,71,0,2,6,4],[382,71,0,2,6,4]]],[72,3,[[184,2]],0,[[186,0,2,0,4]],[[199,71,1,18,0,4],[200,71,0,2,6,4],[201,71,0,2,6,4]],0,71],[73,2,[[184,2],["isAutoUpdated",1],["sourceName",3],["sourcePath",3],["isLocked",1],[195,3],["sourceFullName",1],["isPictureSavedWithDocument",1]],0,[[186,0,2,0,4],["breakLink"],[396]]],[74,2,[[188,3],[184,2],["levelTypes",3],["levelExistences",3]],[[209,90,19,0,0,4]],[[186,0,2,0,4],["setLevelBullet",4],["setLevelNumbering",3],["getLevelString",1,2,0,4],["setLevelPicture",2,0,16],["getLevelPicture",1,2,16,4],["resetLevelFont",2,0,16],["setLevelAlignment",2],["setLevelIndents",3],["setLevelStartingNumber",2]],[[232,89,2,8],["getLevelParagraphs",90,1,6,0,4],["getLevelFont",64,1,2,16,4]]],[75,3,[[184,2]],0,[[186,0,2,0,4]],[[194,74,1,18,0,4],[321,74,1,2,0,4],[200,74,0,2,0,4],[323,74,1,2,0,4],[201,74,0,2,0,4]],0,74],[76,2,[[184,2],["siblingIndex",3],[397,3],[392,1]],0,[[186,0,2,0,4]],[["getAncestor",89,1,2,0,4],["getDescendants",90,1,6,0,4],["getAncestorOrNullObject",89,1,2,0,4]]],[77,2,[[324,2],[184,2],[398,1],["linkedStyle",1],["numberFormat",1],["numberPosition",1],["numberStyle",1],["resetOnHigher",1],["startAt",1],["tabPosition",1],["textPosition",1],["trailingCharacter",1]],[[212,64,35,0,0,4]],[[186,0,2,0,4]]],[78,3,[[184,2]],0,[[186,0,2,0,4]],[[199,77,1,18,0,4],[200,77,0,2,0,4],[201,77,0,2,0,4]],0,77],[79,2,[[184,2],["outlineNumbered",1],[189,1,2]],[["listLevels",78,19,0,0,4]],[[186,0,2,0,4]]],[80,2,[[324,2],[184,2],[195,3]],[[340,11,35,0,0,4],["reference",92,35,0,0,4]],[[186,0,2,0,4],[191]],[[381,80,0,2,0,4],[382,80,0,2,0,4]]],[81,3,[[184,2]],0,[[186,0,2,0,4]],[[199,80,1,18,0,4],[200,80,0,2,0,4],[201,80,0,2,0,4]],0,80],[82,2,[[184,2],["classType",1],["isDisplayedAsIcon",3],["iconName",1],["iconPath",3],["iconIndex",1],["iconLabel",1],["label",3],["progId",3],["isFormattingPreservedOnUpdate",1]],0,[[186,0,2,0,4],[361],["edit",0,2,0,4],[373],["doVerb",1],["activateAs",1]]],[83,2,[[324,2],[184,2],[394,3],[264,3],[269,3]],[["breaks",17,19,1,0,4]],[[186,0,2,0,4]],[[237,92,1,2,0,4],[381,83,0,2,0,4],[382,83,0,2,0,4]]],[84,3,[[184,2]],0,[[186,0,2,0,4]],[[199,83,1,18,0,4],[200,83,0,2,0,4],[201,83,0,2,0,4]],0,83],[85,2,[[324,2],[184,2]],[[399,84,19,0,0,4],["pagesEnclosingViewport",84,19,0,0,4],[349,174,2,2,0,4]],[[186,0,2,0,4]],[[381,85,0,2,0,4],[382,85,0,2,0,4]]],[86,3,[[184,2]],0,[[186,0,2,0,4]],[[199,85,1,18,0,4],[200,85,0,2,0,4],[201,85,0,2,0,4]],0,85],[87,2,[[324,2],[184,2],[400,3,2],["caption",1,2],["isHorizontalScrollBarDisplayed",1,2],["isLeftScrollBarDisplayed",1,2],["isRightRulerDisplayed",1,2],["areRulersDisplayed",1,2],["areScreenTipsDisplayed",3,2],["isVerticalRulerDisplayed",1,2],["isVerticalScrollBarDisplayed",1,2],["isDocumentMapVisible",1,2],["isEnvelopeVisible",1,2],[394,3,2],["horizontalPercentScrolled",1,2],["imeMode",1,2],[269,3,2],[401,3,2],["showSourceDocuments",1,2],["isSplit",1,2],["splitVertical",1,2],["styleAreaWidth",1,2],["areThumbnailsDisplayed",1,2],[402,3,2],[195,3,2],["usableHeight",3,2],["usableWidth",3,2],["verticalPercentScrolled",1,2],[267,1,2],[264,3,2],["windowNumber",3,2],["windowState",1,2]],[["panes",86,18,0,0,4],["activePane",85,2,0,0,4],[403,127,2,2,0,4],[404,87,35,2,0,4],[405,87,35,2,0,4]],[[186,0,2,0,4],[361,0,0,2],[359,1,0,2],["largeScroll",1,0,2],["pageScroll",1,0,2],["setFocus",0,0,2],["smallScroll",1,0,2],["toggleRibbon",0,0,2]]],[88,3,[[184,2]],0,[[186,0,2,0,4]],[[199,87,1,18,0,4],[200,87,0,2,0,4],[201,87,0,2,0,4]],0,87],[89,6,[[324,2],[184,2],[206,1],[398,1],[406,1],[407,1],[408,1],[409,1],[410,1],[411,1],[412,1],[413,1],[414,1],[207,3],["isListItem",3,6],["tableNestingLevel",3,6],["isLastParagraph",3,6],[208,1,6],["uniqueLocalId",3,5],[415,1,8]],[[212,64,35,0,0,4],[210,49,18,0,0,4],[211,48,2,0,0,4],[213,72,19,0,0,4],[214,11,2,6,0,4],[416,74,2,6,0,4],[314,120,2,6,0,4],[315,103,2,6,0,4],["listItem",76,35,6,0,4],[217,48,2,6,0,4],[316,120,2,6,0,4],[317,103,2,6,0,4],["listOrNullObject",74,2,6,0,4],["listItemOrNullObject",76,35,6,0,4],[218,81,18,4,0,4],[219,81,18,4,0,4],[220,63,19,7,0,4],[221,70,18,8,0,4],[222,131,19,9,0,4],[289,102,35,1,0,4],[287,15,19,1,0,4]],[[186,0,2,0,4],[223,2],[224],[191],[227,1,2,0,4],[225,0,2,0,4],[226,0,2,0,4],["detachFromList",0,0,6],[357,1,2,0,4],[358,2],[228,1,2,7,4],["insertAnnotations",1,0,13],["getText",1,2,13,4],[417,0,0,2],[418,0,0,2],[419,1,0,2],[420,1,0,2],["joinList",0,0,2],[421,0,0,2],[422,0,0,2],[423,0,0,2],[424,0,0,2],[425,0,0,2],[426,0,0,2],[390,0,0,2],["resetAdvanceTo",0,0,2],["selectNumber",0,0,2],["separateList",0,0,2],[427,0,0,2],[428,0,0,2],[429,0,0,2],[430,1,0,2],[431,1,0,2]],[[235,71,2,8],[233,48,1,8],[229,92,2,8],[230,92,2,8],[231,92,2,8],[234,92,2,8],[232,89,2,8],[236,93,2,7,0,4],[237,92,1,2,6,4],[319,93,3,6,6,4],[238,103,4,8,6],[320,93,2,6,6,4],["startNewList",74,0,0,6],["attachToList",74,2,0,6],[381,89,0,2,6,4],["getPrevious",89,0,2,6,4],[382,89,0,2,6,4],["getPreviousOrNullObject",89,0,2,6,4],["getSubrange",92,2,2,6,4],[239,93,2,6,0,4],[240,34,0,6,7,4],[241,49,1,6,4,4],[242,126,0,6,5,4],["getAnnotations",8,0,6,13,4],[432,128,2,0,9],[433,128,2,0,9],[434,128,2,0,9],[435,128,1,0,9],[404,89,1,0,2],[405,89,1,0,2]],0,0,[[243,2,11,244,202,245,246],[247,2,11,248,202,249,250],[251,2,11,252,202,253,254],[255,2,11,256,202,257,258],[259,2,11,260,202,261,262]]],[90,3,[[184,2]],0,[[186,0,2,0,4],[417,0,0,2],["decreaseSpacing",0,0,2],["increaseSpacing",0,0,2],[418,0,0,2],[419,1,0,2],[420,1,0,2],[421,0,0,2],[422,0,0,2],[423,0,0,2],[424,0,0,2],[425,0,0,2],[426,0,0,2],[427,0,0,2],[428,0,0,2],[429,0,0,2],[430,1,0,2],[431,1,0,2]],[[199,89,1,18,0,4],[200,89,0,2,6,4],["getLast",89,0,2,6,4],[201,89,0,2,6,4],["getLastOrNullObject",89,0,2,6,4],[321,89,1,2,0,5],[323,89,1,2,0,5],["getByParaId",89,1,2,0,5],[273,89,1,8,2]],0,89],[91,2,[[184,2],[398,1],[406,1],["keepTogether",1],["keepWithNext",1],[407,1],[409,1],[414,1],[413,1],["mirrorIndents",1],[410,1],[408,1],[412,1],[411,1],["widowControl",1]],0,[[186,0,2,0,4]]],[92,6,[[324,2],[184,2],[206,1],[207,3],[281,3,6],[282,1,6],[208,1,6],[436,1,1],[330,1,1],[437,1,1],[438,1,1],[439,1,1],[283,3,2],[384,3,2],["case",1,2],["characterWidth",1,2],["combineCharacters",1,2],[385,3,2],[386,3,2],[440,1,2],[441,1,2],["grammarChecked",1,2],["highlightColorIndex",3,2],["horizontalInVertical",1,2],[188,1,2],[442,3,2],[284,3,2],[387,3,2],["kana",1,2],["showAll",1,2],["spellingChecked",1,2],[443,1,2],[444,3,2],[445,3,2],["isTextVisibleOnScreen",3,2],["twoLinesInOne",1,2],[286,3,2]],[[212,64,35,0,0,4],[209,90,18,0,0,4],[210,49,18,0,0,4],[211,48,2,0,0,4],[213,72,19,10,0,4],[215,75,18,6,0,4],[216,107,18,6,0,4],[314,120,2,6,0,4],[315,103,2,6,0,4],[214,11,2,6,0,4],[217,48,2,6,0,4],[316,120,2,6,0,4],[317,103,2,6,0,4],[218,81,18,4,0,4],[219,81,18,4,0,4],[220,63,19,7,0,4],[221,70,18,8,0,4],[222,131,19,9,0,4],[399,84,19,9,0,4],[446,121,18,8,0,4],["listFormat",159,35,1,0,4],["tableColumns",109,19,1,0,4],[344,155,19,1,0,4],[289,102,35,1,0,4],[287,15,19,2,0,4],[345,68,19,1,0,4],[348,141,18,2,0,4],[339,96,19,1,0,4],[347,177,18,2,0,4],[276,3,19,2,0,4],["editors",1,3,2,0,4]],[[186,0,2,0,4],[223,2],[224],[191],[227,1,2,0,4],[225,0,2,0,4],[226,0,2,0,4],["compareLocationWith",1,2,6,4],["getBookmarks",2,2,7,4],["insertBookmark",1,0,7],["highlight",0,2,17,4],["removeHighlight",0,2,17,4],["previewTextReplacement",1,2,0,4],["endPreview",0,2,0,4],[228,1,2,7,4],["scrollIntoView",0,2,0,4],["getHtmlWithOptions",1,2,8,4],[360,0,0,1]],[[233,48,1,8],[229,92,2,8],[230,92,2,8],[231,92,2,8],[234,92,2,8],[232,89,2,8],[235,71,2,8,10],[236,93,2,7,0,4],[237,92,1,2,6,4],[319,93,4,6,6,4],["expandTo",92,1,0,6],["intersectWith",92,1,0,6],["getNextTextRange",92,2,2,6,4],["getHyperlinkRanges",93,0,6,6,4],[238,103,4,8,6],[320,93,2,6,6,4],["expandToOrNullObject",92,1,0,6],["intersectWithOrNullObject",92,1,0,6],["getNextTextRangeOrNullObject",92,2,2,6,4],["insertTapObjectFromFileContent",92,3,8,0,1],[239,93,2,6,0,4],["insertFootnote",80,1,8,4],["insertEndnote",80,1,8,4],["insertComment",33,1,8,7],[240,34,0,6,7,4],[241,49,1,6,4,4],["insertField",62,4,8,4],[242,126,0,6,5,4],["insertInclusion",69,0,8,8],[432,128,2,0,9],[433,128,2,0,9],[434,128,2,0,9],[435,128,1,0,9]],0,0,[[243,2,11,244,202,245,246],[247,2,11,248,202,249,250],[255,2,11,256,202,257,258],[259,2,11,260,202,261,262]]],[93,3,[[184,2]],0,[[186,0,2,0,4]],[[199,92,1,18,0,4],[200,92,0,2,6,4],[201,92,0,2,6,4]],0,92],[94,4,[["ignorePunct",1],["ignoreSpace",1],["matchCase",1],["matchPrefix",1],["matchSuffix",1],["matchWildcards",1],["matchWholeWord",1]],0,0,0,0,0,0,"Microsoft.WordServices.SearchOptions",4],[95,2,[[324,2],[184,2],["protectedForForms",1,1]],[[340,11,35,0,0,4],[346,170,35,1,0,4],[287,15,19,1,0,4]],[[186,0,2,0,4]],[["getHeader",11,1,10,0,4],["getFooter",11,1,10,0,4],[381,95,0,2,6,4],[382,95,0,2,6,4]]],[96,3,[[184,2]],0,[[186,0,2,0,4]],[[199,95,1,18,0,4],[200,95,0,2,6,4],[201,95,0,2,6,4]],0,95],[97,14,[[184,2],[325,3],[271,5],[324,2]],0,[[186,0,2,0,4],[191]]],[98,3,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4],[326]],[[194,97,1,18,0,4],[273,97,2,9],[327,97,1,2,0,4]],0,97],[99,3,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[194,100,1,18,0,4],["getByName",100,1,2,0,4],["getByNameOrNullObject",100,1,2,0,4]],0,100],[100,2,[[184,2],["baseStyle",1,4],[328,3,4],[270,3,8],["inUse",3,4],["linked",3,4],["nameLocal",3,4],["nextParagraphStyle",1,4],["priority",1,4],["quickStyle",1,4],[195,3,4],["unhideWhenUsed",1,4],["visibility",1,4],["automaticallyUpdate",1,1],[437,1,1],[438,1,1],[447,3,1],[378,1,1],["hasProofing",1,1],["noSpaceBetweenParagraphsOfSameStyle",1,1]],[[212,64,35,4,0,4],[288,91,35,4,0,4],[448,79,35,16,0,4],[289,101,35,5,0,4],["tableStyle",104,35,5,0,4],[287,14,51,16,0,4],["frame",154,35,1,0,4],["linkStyle",100,33,1,0,4]],[[186,0,2,0,4],[191,0,0,4],["linkToListTemplate",1,0,1]]],[101,2,[[184,2],[449,1],[450,1,16],[451,1,16]],0,[[186,0,2,0,4]]],[102,2,[[184,2],[451,1],[449,1],["backgroundPatternColorIndex",1],[450,1],["foregroundPatternColorIndex",1]],0,[[186,0,2,0,4]]],[103,2,[[324,2],[184,2],["isUniform",3],[452,3],[453,1],[206,1],["rowCount",3],["headerRowCount",1],["styleTotalRow",1],["styleFirstColumn",1],["styleLastColumn",1],["styleBandedRows",1],["styleBandedColumns",1],[454,1],[455,1],[456,1],[264,1],[208,1],[398,1],[415,1,8],[270,0,2],[310,0,2]],[["rows",119,19,0,0,4],[216,107,19,0,0,4],[314,120,2,0,0,4],[315,103,2,0,0,4],[212,64,35,0,0,4],[211,48,2,0,0,4],[214,11,2,0,0,4],[316,120,2,0,0,4],[317,103,2,0,0,4],[217,48,2,0,0,4],[218,81,18,4,0,4],[219,81,18,4,0,4],[220,63,19,7,0,4],["columns",109,18,2,0,4],[289,102,2,2,0,4]],[[186,0,2,0,4],["addColumns",3],[191],[224],["deleteRows",2],["deleteColumns",2],["autoFitWindow"],["distributeColumns"],[227,1,2,0,4],[457,1,2,0,4],[458,2],["applyStyleDirectFormatting",1,0,2],["autoFitBehavior",1,0,2],[366,1,0,2],[459,1,0,2],["reapplyAutoFormat",0,0,2]],[["addRows",119,3,4],["getCell",120,2,2,0,4],["mergeCells",120,4,8,7],[460,122,1,2,0,4],[236,93,2,7,0,4],[237,92,1,2,0,4],[233,48,0,8],[238,103,4,8],[232,89,2,8],[381,103,0,2,0,4],["getParagraphBefore",89,0,2,0,4],["getParagraphAfter",89,0,2,0,4],["getCellOrNullObject",120,2,2,0,4],[382,103,0,2,0,4],["getParagraphBeforeOrNullObject",89,0,2,0,4],["getParagraphAfterOrNullObject",89,0,2,0,4],[239,93,2,6,0,4],[461,92,1,0,2]]],[104,2,[[184,2],["allowBreakAcrossPage",1,16],[398,1,16],["bottomCellMargin",1],["leftCellMargin",1],["rightCellMargin",1],["topCellMargin",1],["cellSpacing",1],["isBreakAcrossPagesAllowed",0,2],["columnStripe",0,2],[407,0,2],["rowStripe",0,2],["tableDirection",0,2]],[[287,15,18,2,0,4],[289,101,2,2,0,4]],[[186,0,2,0,4]],[["condition",38,1,0,2]]],[105,2,[[184,2],[398,2],["customTab",2],["leader",2],[388,2]],[[404,105,2,0,0,4],[405,105,2,0,0,4]],[[186,0,2,0,4],[224]]],[106,3,[[184,2]],0,[[186,0,2,0,4],["clearAll"]],[[194,105,1,18,0,4],[273,105,2,8],["after",105,1],["before",105,1]],0,105],[107,3,[[184,2]],0,[[186,0,2,0,4]],[[199,103,1,18,0,4],[200,103,0,2,0,4],[201,103,0,2,0,4]],0,103],[108,2,[[184,2],["columnIndex",3],["isFirst",3],["isLast",3],[452,3],["preferredWidth",1],["preferredWidthType",1],[264,1]],[[287,15,19,0,0,4],[446,121,19,21,0,4],[289,102,35,0,0,4]],[[186,0,2,0,4],[462],[191],[227],[463,2],[459]]],[109,3,[[184,2]],0,[[186,0,2,0,4],[462],[191],[464],[227],[463,2]],[[199,108,1,18,0,4],[273,108,1,8]],0,108],[110,2,[[184,2],["isPassimUsed",1],["isEntryFormattingKept",1],[272,1],["bookmark",1],["sequenceSeparator",1],["sequenceName",1],["entrySeparator",1],["pageRangeSeparator",1],["isCategoryHeaderIncluded",1],["pageNumberSeparator",1],[465,1]],[[190,92,2,0,0,4]],[[186,0,2,0,4],[191],[396]]],[111,3,[[184,2]],0,[[186,0,2,0,4],["selectNextCitation",1,2,0,4],["markAllCitations",2]],[[199,110,1,18,0,4],[273,110,2,8],["markCitation",62,3]],0,110],[112,2,[[184,2],[189,3]],0,[[186,0,2,0,4]]],[113,3,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4]],[[199,112,1,18,0,4],[187,112,1,2,0,4]],0,112],[114,2,[[184,2],[466,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[465,1],[473,1],[474,1]],[[475,66,18,0,0,4],[190,92,2,0,0,4]],[[186,0,2,0,4],[191],[476],[396]]],[115,3,[[184,2]],0,[[186,0,2,0,4]],[[199,114,1,18,0,4],[477,62,2],[273,114,2,8]],0,114],[116,2,[[184,2],["captionLabel",1],["isLabelIncluded",1],[471,1],[466,1],[469,1],[468,1],[472,1],[467,1],[470,1],[465,1],[473,1],[474,1]],[[190,92,2,0,0,4],[475,66,18,0,0,4]],[[186,0,2,0,4],[191],[476],[396]]],[117,3,[[184,2]],0,[[186,0,2,0,4]],[[199,116,1,18,0,4],[477,62,2],[273,116,2,8]],0,116],[118,2,[[324,2],[184,2],["cellCount",3],[478,3],[453,1],[454,1],[455,1],[456,1],["isHeader",3],["preferredHeight",1]],[["cells",121,19,0,0,4],[315,103,2,0,0,4],[212,64,35,0,0,4],[218,81,18,4,0,4],[219,81,18,4,0,4],[220,63,19,7,0,4],[190,92,2,2,0,4],[289,102,2,2,0,4]],[[186,0,2,0,4],[191],[224],[227,1,2,0,4],[457,1,2,0,4],[458,2],[479,2,0,2],[480,2,0,2]],[[481,119,3,6,0,4],[367,120,0,0,7],[236,93,2,7,0,4],[460,122,1,2,0,4],[381,118,0,2,0,4],[382,118,0,2,0,4],[233,48,0,0,16],[239,93,2,6,0,4],[461,92,1,0,2]]],[119,3,[[184,2]],0,[[186,0,2,0,4],[191,0,0,2],[482,0,0,2],[227,0,0,2],[479,2,0,2],[480,2,0,2]],[[199,118,1,18,0,4],[200,118,0,2,0,4],[201,118,0,2,0,4],[461,92,1,0,2]],0,118],[120,2,[[324,2],[184,2],[478,3],["cellIndex",3],[271,1],[454,1],[455,1],[456,1],[483,1],[264,3]],[[315,103,2,0,0,4],["parentRow",118,2,0,0,4],[340,11,35,0,0,4],["column",108,2,2,0,4],[289,102,2,2,0,4]],[[186,0,2,0,4],["insertColumns",3],[319,2,0,7],["deleteRow"],["deleteColumn"],[457,1,2,0,4],[458,2],["autoSum",0,0,2],[191,1,0,2],["formula",1,0,2],[367,1,0,2],[227,0,0,2]],[[481,119,3,4],[460,122,1,2,0,4],[381,120,0,2,0,4],[382,120,0,2,0,4]]],[121,3,[[184,2]],0,[[186,0,2,0,4],[462,0,0,2],[191,1,0,2],[482,0,0,2],[464,0,0,2],[367,0,0,2],[479,2,0,2],[463,2,0,2],[319,1,0,2]],[[199,120,1,18,0,4],[200,120,0,2,0,4],[201,120,0,2,0,4]],0,120],[122,2,[[184,2],[263,1],[195,1],[264,1]],0,[[186,0,2,0,4]]],[123,2,[[184,2],[338,1],[335,1],[332,3],[334,1],["kerningByAlgorithm",1],[437,1],[438,1],[337,1],[336,1],[436,1],[331,3],[329,1],[195,3],[189,3]],[["buildingBlockEntries",20,2,0,0,4],["buildingBlockTypes",24,2,0,0,4],[350,181,18,2,0,4]],[[186,0,2,0,4],[355]]],[124,3,[[184,2]],0,[[186,0,2,0,4],["importBuildingBlocks"],[185,0,2,0,4]],[[199,123,1,18,0,4],[187,123,1,2,0,4]],0,123],[125,2,[[184,2],[374,3],[484,11],[207,3],[195,3]],0,[[186,0,2,0,4],[196],[197]],[[237,92,1,2,0,4],[381,125,0,2,0,4],[382,125,0,2,0,4]]],[126,3,[[184,2]],0,[[186,0,2,0,4],[192],[193]],[[199,125,1,18,0,4],[200,125,0,2,0,4],[201,125,0,2,0,4]],0,125],[127,2,[[184,2],[483,1],["isInConflictMode",1],["areBackgroundsDisplayed",1],["arePageBoundariesDisplayed",3],["isDraft",1],["fieldShading",3],["isFullScreen",1],["isPointerShownAsMagnifier",1],["isMailMergeDataView",1],["markupMode",1],["pageColor",1],["pageMovementType",1],["isInPanning",1],["isInReadingLayout",1],["isReadingLayoutActualView",1],["readingLayoutTruncateMargins",1],["areConnectingLinesToRevisionsBalloonDisplayed",1],["revisionsBalloonSide",3],["revisionsBalloonWidth",1],["revisionsBalloonWidthType",1],["seekView",1],["areEditableRangesShaded",1],["areAllNonprintingCharactersDisplayed",1],["areBookmarksIndicated",3],["areCommentsDisplayed",1],["areCropMarksDisplayed",3],["areDrawingsDisplayed",3],["areFieldCodesDisplayed",1],["isFirstLineOnlyDisplayed",1],["isFormatDisplayed",1],["areFormatChangesDisplayed",1],["isHiddenTextDisplayed",3],["isHighlightingDisplayed",3],["areOptionalHyphensDisplayed",3],["areInkAnnotationsDisplayed",1],["areInsertionsAndDeletionsDisplayed",1],["isMainTextLayerVisible",1],["areObjectAnchorsDisplayed",3],["areOptionalBreaksDisplayed",3],["areOtherAuthorsVisible",1],["areParagraphsMarksDisplayed",3],["arePicturePlaceholdersDisplayed",3],["areRevisionsAndCommentsDisplayed",1],["areSpacesIndicated",3],["areTabsDisplayed",3],["areTextBoundariesDisplayed",3],["isXmlMarkupVisible",1],["splitSpecial",1],["areTableGridlinesDisplayed",1],[195,1],["areLinesWrappedToWindow",3]],[["revisionsFilter",137,2,0,0,4]],[[186,0,2,0,4],["collapseAllHeadings"],["collapseOutline",1],["expandAllHeadings"],["expandOutline",1],["nextHeaderFooter"],["previousHeaderFooter"],["showAllHeadings"],["showHeading",1]]],[128,6,[[184,2],[188,3],[195,3],[394,1],[264,1],[401,1],[402,1],[485,1],[486,1],["geometricShapeType",1],[189,1],["isChild",3],["allowOverlap",1],["leftRelative",1],["topRelative",1],["widthRelative",1],["heightRelative",1],["relativeHorizontalSize",1],["relativeVerticalSize",1],[393,1],["rotation",1],[265,1],[395,1]],[[340,11,35,0,0,4],["shapeGroup",129,35,0,0,4],["parentGroup",128,35,0,0,4],["canvas",130,35,0,0,4],["parentCanvas",128,35,0,0,4],[389,132,35,0,0,4],["textFrame",133,35,0,0,4],[487,134,35,0,0,4]],[[186,0,2,0,4],[227,1,2,0,4],[191],["moveHorizontally",1],["moveVertically",1],["scaleHeight",3],["scaleWidth",3]]],[129,6,[[184,2],[188,3]],[[488,128,35,0,0,4],[222,131,19,0,0,4]],[[186,0,2,0,4]],[[489,131,0,6,0,4]]],[130,6,[[184,2],[188,3]],[[488,128,35,0,0,4],[222,131,19,0,0,4]],[[186,0,2,0,4]]],[131,3,[[184,2]],0,[[186,0,2,0,4]],[[199,128,1,18,0,4],[200,128,0,2,0,4],[201,128,0,2,0,4],[321,128,1,2,0,4],[323,128,1,2,0,4],["getByIds",131,1,6,0,4],[322,131,1,6,0,4],["getByGeometricTypes",131,1,6,0,4],["group",128],["getByNames",131,1,6,0,4]],0,128],[132,6,[[184,2],[195,3],[490,1],[491,1],[492,1]],0,[[186,0,2,0,4],["setSolidColor",1],[224]]],[133,6,[[184,2],[493,1],[494,1],[495,1],[496,1],[456,1],["autoSizeSetting",1],[497,1],["hasText",3],["noTextRotation",1],["wordWrap",1]],0,[[186,0,2,0,4]]],[134,6,[[184,2],[195,1],["leftDistance",1],["rightDistance",1],["topDistance",1],["bottomDistance",1],["side",1]],0,[[186,0,2,0,4]]],[135,2,[[184,2],[267,1]],0,[[186,0,2,0,4]]],[136,3,[[184,2]],0,[[186,0,2,0,4]],[[194,135,1,18,0,4]],0,135],[137,2,[[184,2],["markup",1],[403,1]],[["reviewers",136,18,0,0,4]],[[186,0,2,0,4],["toggleShowAllReviewers"]]],[138,2,[[184,2]],[[190,92,35,0,0,4]],[[186,0,2,0,4],[191]],[["insertItemBefore",138],["insertItemAfter",138]]],[139,2,[[184,2]],0,[[186,0,2,0,4]],[[187,138,1,2,0,4]]],[140,2,[[184,2],[374,3],[484,11],["formatDescription",3],[269,3],[195,3]],[["movedRange",92,35,0,0,4],[190,92,35,0,0,4]],[[186,0,2,0,4],[196],[197]]],[141,3,[[184,2]],0,[[186,0,2,0,4],[192],[193]],[[194,140,1,18,0,4]],0,140],[142,2,[[184,2],[498,1],[499,1],[310,1],["dateDisplayFormat",1],[500,1],[188,3],[501,3],["dateStorageFormat",1],["dateDisplayLocale",1],["dateCalendarType",1],[311,1],[263,1],[313,1],[392,3]],[[190,92,35,0,0,4],[318,39,35,0,0,4],[312,18,35,0,0,4]],[[186,0,2,0,4],[502],[380],[191,1],[503,1]]],[143,2,[[184,2],[498,1],[499,1],[310,1],[500,1],[188,3],[501,3],[311,1],[263,1],[313,1],[392,3]],[[190,92,35,0,0,4],[318,39,35,0,0,4],[312,18,35,0,0,4]],[[186,0,2,0,4],[502],[380],[191,1],[503,1]]],[144,2,[[184,2],[498,1],[499,1],[310,1],[500,1],[188,3],[501,3],[311,1],[263,1],[313,1],[392,3]],[[190,92,35,0,0,4],[318,39,35,0,0,4],[312,18,35,0,0,4]],[[186,0,2,0,4],[502],[380],[191,1],[503,1],[489]]],[145,2,[[184,2],[498,1],[499,1],[310,1],[500,1],[188,3],[501,3],["buildingBlockType",1],["buildingBlockCategory",1],[311,1],[263,1],[313,1],[392,3]],[[190,92,35,0,0,4],[318,39,35,0,0,4],[312,18,35,0,0,4]],[[186,0,2,0,4],[502],[380],[191,1],[503,1]]],[146,2,[[184,2],[498,1],[499,1],[310,1],[500,1],[188,3],[501,3],[311,1],[263,1],[313,1],[392,3],["repeatingSectionItemTitle",1],["allowInsertDeleteSection",1]],[[190,92,35,0,0,4],["xmlapping",39,35,2,0,4],[312,18,35,0,0,4],["repeatingSectionItems",139,3,0,0,4]],[[186,0,2,0,4],[502],[380],[191,1],[503,1]]],[147,2,[[184,2],[189,2],[271,2]],0,[[186,0,2,0,4]]],[148,3,[[184,2]],0,[[186,0,2,0,4]],[[187,147,1,2,0,4]],0,147],[149,2,[[184,2],["relyOnCSS"],["organizeInFolder"],["useLongFileNames"],["relyOnVectorMarkupLanguage"],["allowPng"],["screenSize"],["pixelsPerInch"],["encoding"],["folderSuffix",2],["targetBrowser"]],0,[[186,0,2,0,4],["useDefaultFolderSuffix"]]],[150,3,[[184,2]],0,[[186,0,2,0,4]],[[194,151,1,18,0,4],[187,151,1,2,0,4]],0,151],[151,2,[[184,2],[295,2],[207],[292,2],[296,2],[297],[306,2],[392,2],["validationStatus",2],["validationErrorText",2],[312]],[[190,92,2,0,0,4],[303,151,2,0,0,4],[304,151,2,0,0,4],[305,151,2,0,0,4],[301,151,2,0,0,4],[302,151,2,0,0,4],["ownerDocument",57,2,0,0,4],[300,150,18,0,0,4],[299,150,18,0,0,4]],[[186,0,2,0,4],[191],[502],[307,1],[380],[294],["setValidationError",2]],[[309,151,2],[308,150,2,4]]],[152,2,[[407],[408],[411],[412]],[[190,92,2,0,0,4],["htmlDivisions",153,18,0,0,4]],[[186,0,2,0,4],[191]],[["htmlDivisionParent",152,1]]],[153,1,0,0,0,[[187,152,1,2,0,4]],0,152],[154,2,[[184,2],[394,1],["heightRule",1],["horizontalDistanceFromText",1],["horizontalPosition",1],["lockAnchor",1],[485,1],[486,1],[487,1],["verticalDistanceFromText",1],["verticalPosition",1],[264,1],["widthRule",1]],[[287,15,19,0,0,4],[190,92,35,0,0,4],[289,102,35,0,0,4]],[[186,0,2,0,4],[502],[380],[191],[227]]],[155,3,[[184,2]],0,[[186,0,2,0,4],[191,0,2,0,4]],[[194,154,1,18,0,4],[273,154,1,10,0,4]],0,154],[156,2,[[184,2],[351,3],["modified",3],["modifiedBy",3]],0,[[186,0,2,0,4],[191,0,0,21],[373,0,0,21],["restore",0,0,21]]],[157,3,[[184,2]],0,[[186,0,2,0,4],["isVersioningEnabled"]],[[194,156,1,18,0,4]],0,156],[158,2,[[184,2],[504,2],["fontName",2],["linesToDrop",2],[388,2]],0,[[186,0,2,0,4],[224],["enable"]]],[159,2,[[184,2],[447,1],[397,3],["listType",3],["listValue",3],["isSingleList",3],["isSingleListTemplate",3]],[[416,74,3,0,0,4],[448,79,35,0,0,4]],[[186,0,2,0,4],["applyBulletDefault",1],["applyListTemplateWithLevel",2],["applyNumberDefault",1],["applyOutlineNumberDefault",1],["canContinuePreviousList",1],[364,1],[365,1],["listOutdent"],["listIndent"],[363,1]]],[160,2,[[184,2],["gradientAngle",1],["gradientColorType",3],["gradientDegree",3],["gradientStyle",3],["gradientVariant",3],[505,3],["presetGradientType",3],["presetTexture",3],["rotateWithObject",1],["textureAlignment",1],["textureHorizontalScale",1],["textureName",3],["textureOffsetX",1],["textureOffsetY",1],["textureTile",1],["textureType",3],["textureVerticalScale",1],[492,1],[195,3],[267,1]],[[490,164,35,0,0,4],[491,164,35,0,0,4]],[[186,0,2,0,4],["setOneColorGradient",3],["setPatterned",1],["setPresetGradient",3],["setPresetTextured",1],["solid"],["setTwoColorGradient",2]]],[161,2,[[184,2],["radius",1],[492,1]],[[263,164,35,0,0,4]],[[186,0,2,0,4]]],[162,2,[[184,2],["beginArrowheadLength",1],["beginArrowheadStyle",1],["beginArrowheadWidth",1],["dashStyle",1],["endArrowheadLength",1],["endArrowheadStyle",1],["endArrowheadWidth",1],["insetPen",1],[505,1],[206,1],[492,1],[267,1],["weight",1]],[[490,164,35,0,0,4],[491,164,35,0,0,4]],[[186,0,2,0,4]]],[163,2,[[184,2],[506,1],["offset",1],[383,1],[492,1],[195,1]],0,[[186,0,2,0,4]]],[164,2,[[184,2],["brightness",1],["objectThemeColor",1],["rgb",1],["tintAndShade",1],[195,3]],0,[[186,0,2,0,4]]],[165,2,[[184,2],[506,1],["obscured",1],["offsetX",1],["offsetY",1],["rotateWithShape",1],[383,1],[206,1],[492,1],[195,1],[267,1]],[[491,164,35,0,0,4]],[[186,0,2,0,4],["incrementOffsetX",1],["incrementOffsetY",1]]],[166,2,[[184,2],["bevelBottomDepth",1],["bevelBottomInset",1],["bevelBottomType",1],["bevelTopDepth",1],["bevelTopInset",1],["bevelTopType",1],["contourWidth",1],["depth",1],["extrusionColorType",1],["fieldOfView",1],["lightAngle",1],["isPerspective",1],["presetCamera",3],["presetExtrusionDirection",3],["presetLighting",1],["presetLightingDirection",1],["presetLightingSoftness",1],["presetMaterial",1],["presetThreeDimensionalFormat",3],["projectText",1],["rotationX",1],["rotationY",1],["rotationZ",1],[267,1],["z",1,0,"Z"]],[["contourColor",164,35,0,0,4],["extrusionColor",164,35,0,0,4]],[[186,0,2,0,4],["incrementRotationHorizontal",1],["incrementRotationVertical",1],["incrementRotationX",1],["incrementRotationY",1],["incrementRotationZ",1],["resetRotation"],["setExtrusionDirection",1],["setPresetCamera",1],["setThreeDimensionalFormat",1]]],[167,2,[[184,2],["bibliographyStyle",1]],[["sources",168,19,0,0,4]],[[186,0,2,0,4],["generateUniqueTag",0,2,0,4]]],[168,3,[[184,2]],0,[[186,0,2,0,4]],[[194,169,1,18,2,4],[273,169,1,8]],0,169],[169,2,[[184,2],[311,3],[298,3],["isCited",3]],0,[[186,0,2,0,4],[191],["getFieldByName",1]]],[170,2,[[184,2],[495,1],[496,1],[493,1],[494,1],["gutter",1],["pageWidth",1],["pageHeight",1],[497,1],[456,1],["mirrorMargins",1],["headerDistance",1],["footerDistance",1],["sectionStart",1],["oddAndEvenPagesHeaderFooter",1],["differentFirstPageHeaderFooter",1],["suppressEndnotes",1],["paperSize",1],["twoPagesOnOne",1],["charsLine",1],["linesPage",1],["showGrid",1],["gutterStyle",1],["sectionDirection",1],["layoutMode",1],["gutterPosition",1],["bookFoldPrinting",1],["bookFoldReversePrinting",1],["bookFoldPrintingSheets",1]],[["lineNumbering",171,33,0,0,4],["textColumns",172,19,0,0,4]],[[186,0,2,0,4],[391,0,2,0,4],["togglePortrait",0,2,0,4]]],[171,2,[[184,2],["restartMode",1],["startingNumber",1],[504,1],["countBy",1],[400,1]],0,[[186,0,2,0,4]]],[172,3,[[184,2]],0,[[186,0,2,0,4],["setCount",1],["getIsEvenlySpaced"],["setIsEvenlySpaced",1],["getFlowDirection"],["setFlowDirection",1],["getHasLineBetween"],["setHasLineBetween",1]],[[194,173,1,18,21,4],[273,173,1,8]],0,173],[173,2,[[184,2],[412,1],[264,1]],0,[[186,0,2,0,4]]],[174,2,[[184,2],[400,2],["isColumnSelectModeActive"],[440],["isExtendModeActive"],[441],["isInsertionPointAtEndOfLine",2],[442,2],[330],[437,2],[438,2],[439,2],[436,2],[497],[443],["isStartActive"],[444,2],[445,2],[207],[195,2]],[[287,15,18,0,0,4],[354,175,18,0,0,4],[351,34,18,0,0,4],[220,63,18,0,0,4],[212,64,2,0,0,4],["formattedText",92,0,0,0,4],[209,90,18,0,0,4],[190,92,2,0,0,4],[339,96,18,0,0,4],[353,175,18,0,0,4],[289,102,2,0,0,4],[216,107,18,0,0,4],["topLevelTables",107,18,0,0,4],[352,175,18,0,0,4]],[[186,0,2,0,4],["calculate"],["clearManualCharacterFormatting"],["clearCharacterStyleFormatting"],["clearFormatting"],["clearParagraphFormatting"],["clearManualParagraphFormatting"],["clearParagraphStyle"],["collapse",1],[379],["copyAsPictureToClipboard"],["copyFormat"],["createTextBox"],[380],[191,1],[360],["cancelMode"],["expand",1],["extend",1],["isInRange",1],["insertAfter",1],["insertBefore",1],["insertCells",1],["insertColumnsLeft"],["insertColumnsRight"],["insertCrossReference",4,0,21],["insertDateTime",1],["insertFormula",1],["insertNewPage"],["replaceParagraph"],["insertParagraphAfter"],["insertParagraphBefore"],["insertRowsAbove",1],["insertRowsBelow",1],["insertParagraphStyleSeparator"],["insertSymbol",2],["insertXml",2],["isInStory",1],["isEqual",1],["move",1],["moveDown",1],["moveEnd",1],["moveEndUntil",2],["moveEndWhile",2],["moveLeft",1],["moveRight",1],["moveStart",1],["moveStartUntil",2],["moveStartWhile",2],["moveUntil",2],["moveUp",1],["moveWhile",2],["nextSubdocument"],["pasteAndFormat",1],["pasteTableCellsAppendTable"],["pasteTableCellsAsNestedTable"],["pasteExcelTable",3],["pasteFormat"],["previousSubdocument"],[227],["selectCell"],["selectColumn"],["selectCurrentAlignment"],["selectCurrentColor"],["selectCurrentFont"],["selectCurrentIndent"],["selectCurrentSpacing"],["selectCurrentTabs"],["selectRow"],["setRange",2],["shrink"],["shrinkDiscontiguousSelection"],["splitTable"],["toggleCharacterCode"],["typeBackspace"],[229,1],["expandToWholeStory"]],[["convertToTable",103,1],[372,92,1],["goToNext",92,1],["goToPrevious",92,1],["getNextRange",92,1],["nextField",62],["getPreviousRange",92,1],["previousField",62]]],[175,3,[[184,2]],0,[[186,0,2,0,4]],[[194,92,1,18,0,4]],0,92],[176,2,[[184,2],["isColumn",3],[281,3],[440,1],[189,3],[443,1],[445,3]],[[190,92,35,0,0,4]],[[186,0,2,0,4],[191],[227]],[["copyTo",176,1]]],[177,3,[[184,2]],0,[[186,0,2,0,4],["exists",1]],[[194,176,1,18,0,4],[273,176,2,8]],0,176],[178,2,[[184,2],["separateAccentedLetterHeadings",3],["filter",3],["headingSeparator",3],["indexLanguage",3],["numberOfColumns",3],["rightAlignPageNumbers",3],["sortBy",3],[465,1],[195,3]],[[190,92,35,0,0,4]],[[186,0,2,0,4],[191],[396]]],[179,3,[[184,2]],0,[[186,0,2,0,4],["getFormat"],["setFormat",1,0,21],["markAllEntries",2]],[[194,178,1,18,0,4],[273,178,2,8],["markEntry",62,2,0,21]],0,178],[180,2,[[184,2]],0,[[186,0,2,0,4],[185,0,2,0,4],[187,1,2,0,4]]],[181,3,[[184,2]],0,[[186,0,2,0,4]],[[194,79,1,18,0,4],[273,79,1,8]],0,79],[182,2,[[184,2]],[[350,181,18,0,0,4]],[[186,0,2,0,4]]],[183,3,[[184,2]],0,[[186,0,2,0,4]],[[194,182,1,18,0,4],[274,182,1,2,0,4]],0,182]]},targetNamespaceObject:i})}(Word=Word||{}),void 0!==Word.Style&&function(e){e.other="Other",e.normal="Normal",e.heading1="Heading1",e.heading2="Heading2",e.heading3="Heading3",e.heading4="Heading4",e.heading5="Heading5",e.heading6="Heading6",e.heading7="Heading7",e.heading8="Heading8",e.heading9="Heading9",e.toc1="Toc1",e.toc2="Toc2",e.toc3="Toc3",e.toc4="Toc4",e.toc5="Toc5",e.toc6="Toc6",e.toc7="Toc7",e.toc8="Toc8",e.toc9="Toc9",e.footnoteText="FootnoteText",e.header="Header",e.footer="Footer",e.caption="Caption",e.footnoteReference="FootnoteReference",e.endnoteReference="EndnoteReference",e.endnoteText="EndnoteText",e.title="Title",e.subtitle="Subtitle",e.hyperlink="Hyperlink",e.strong="Strong",e.emphasis="Emphasis",e.noSpacing="NoSpacing",e.listParagraph="ListParagraph",e.quote="Quote",e.intenseQuote="IntenseQuote",e.subtleEmphasis="SubtleEmphasis",e.intenseEmphasis="IntenseEmphasis",e.subtleReference="SubtleReference",e.intenseReference="IntenseReference",e.bookTitle="BookTitle",e.bibliography="Bibliography",e.tocHeading="TocHeading",e.tableGrid="TableGrid",e.plainTable1="PlainTable1",e.plainTable2="PlainTable2",e.plainTable3="PlainTable3",e.plainTable4="PlainTable4",e.plainTable5="PlainTable5",e.tableGridLight="TableGridLight",e.gridTable1Light="GridTable1Light",e.gridTable1Light_Accent1="GridTable1Light_Accent1",e.gridTable1Light_Accent2="GridTable1Light_Accent2",e.gridTable1Light_Accent3="GridTable1Light_Accent3",e.gridTable1Light_Accent4="GridTable1Light_Accent4",e.gridTable1Light_Accent5="GridTable1Light_Accent5",e.gridTable1Light_Accent6="GridTable1Light_Accent6",e.gridTable2="GridTable2",e.gridTable2_Accent1="GridTable2_Accent1",e.gridTable2_Accent2="GridTable2_Accent2",e.gridTable2_Accent3="GridTable2_Accent3",e.gridTable2_Accent4="GridTable2_Accent4",e.gridTable2_Accent5="GridTable2_Accent5",e.gridTable2_Accent6="GridTable2_Accent6",e.gridTable3="GridTable3",e.gridTable3_Accent1="GridTable3_Accent1",e.gridTable3_Accent2="GridTable3_Accent2",e.gridTable3_Accent3="GridTable3_Accent3",e.gridTable3_Accent4="GridTable3_Accent4",e.gridTable3_Accent5="GridTable3_Accent5",e.gridTable3_Accent6="GridTable3_Accent6",e.gridTable4="GridTable4",e.gridTable4_Accent1="GridTable4_Accent1",e.gridTable4_Accent2="GridTable4_Accent2",e.gridTable4_Accent3="GridTable4_Accent3",e.gridTable4_Accent4="GridTable4_Accent4",e.gridTable4_Accent5="GridTable4_Accent5",e.gridTable4_Accent6="GridTable4_Accent6",e.gridTable5Dark="GridTable5Dark",e.gridTable5Dark_Accent1="GridTable5Dark_Accent1",e.gridTable5Dark_Accent2="GridTable5Dark_Accent2",e.gridTable5Dark_Accent3="GridTable5Dark_Accent3",e.gridTable5Dark_Accent4="GridTable5Dark_Accent4",e.gridTable5Dark_Accent5="GridTable5Dark_Accent5",e.gridTable5Dark_Accent6="GridTable5Dark_Accent6",e.gridTable6Colorful="GridTable6Colorful",e.gridTable6Colorful_Accent1="GridTable6Colorful_Accent1",e.gridTable6Colorful_Accent2="GridTable6Colorful_Accent2",e.gridTable6Colorful_Accent3="GridTable6Colorful_Accent3",e.gridTable6Colorful_Accent4="GridTable6Colorful_Accent4",e.gridTable6Colorful_Accent5="GridTable6Colorful_Accent5",e.gridTable6Colorful_Accent6="GridTable6Colorful_Accent6",e.gridTable7Colorful="GridTable7Colorful",e.gridTable7Colorful_Accent1="GridTable7Colorful_Accent1",e.gridTable7Colorful_Accent2="GridTable7Colorful_Accent2",e.gridTable7Colorful_Accent3="GridTable7Colorful_Accent3",e.gridTable7Colorful_Accent4="GridTable7Colorful_Accent4",e.gridTable7Colorful_Accent5="GridTable7Colorful_Accent5",e.gridTable7Colorful_Accent6="GridTable7Colorful_Accent6",e.listTable1Light="ListTable1Light",e.listTable1Light_Accent1="ListTable1Light_Accent1",e.listTable1Light_Accent2="ListTable1Light_Accent2",e.listTable1Light_Accent3="ListTable1Light_Accent3",e.listTable1Light_Accent4="ListTable1Light_Accent4",e.listTable1Light_Accent5="ListTable1Light_Accent5",e.listTable1Light_Accent6="ListTable1Light_Accent6",e.listTable2="ListTable2",e.listTable2_Accent1="ListTable2_Accent1",e.listTable2_Accent2="ListTable2_Accent2",e.listTable2_Accent3="ListTable2_Accent3",e.listTable2_Accent4="ListTable2_Accent4",e.listTable2_Accent5="ListTable2_Accent5",e.listTable2_Accent6="ListTable2_Accent6",e.listTable3="ListTable3",e.listTable3_Accent1="ListTable3_Accent1",e.listTable3_Accent2="ListTable3_Accent2",e.listTable3_Accent3="ListTable3_Accent3",e.listTable3_Accent4="ListTable3_Accent4",e.listTable3_Accent5="ListTable3_Accent5",e.listTable3_Accent6="ListTable3_Accent6",e.listTable4="ListTable4",e.listTable4_Accent1="ListTable4_Accent1",e.listTable4_Accent2="ListTable4_Accent2",e.listTable4_Accent3="ListTable4_Accent3",e.listTable4_Accent4="ListTable4_Accent4",e.listTable4_Accent5="ListTable4_Accent5",e.listTable4_Accent6="ListTable4_Accent6",e.listTable5Dark="ListTable5Dark",e.listTable5Dark_Accent1="ListTable5Dark_Accent1",e.listTable5Dark_Accent2="ListTable5Dark_Accent2",e.listTable5Dark_Accent3="ListTable5Dark_Accent3",e.listTable5Dark_Accent4="ListTable5Dark_Accent4",e.listTable5Dark_Accent5="ListTable5Dark_Accent5",e.listTable5Dark_Accent6="ListTable5Dark_Accent6",e.listTable6Colorful="ListTable6Colorful",e.listTable6Colorful_Accent1="ListTable6Colorful_Accent1",e.listTable6Colorful_Accent2="ListTable6Colorful_Accent2",e.listTable6Colorful_Accent3="ListTable6Colorful_Accent3",e.listTable6Colorful_Accent4="ListTable6Colorful_Accent4",e.listTable6Colorful_Accent5="ListTable6Colorful_Accent5",e.listTable6Colorful_Accent6="ListTable6Colorful_Accent6",e.listTable7Colorful="ListTable7Colorful",e.listTable7Colorful_Accent1="ListTable7Colorful_Accent1",e.listTable7Colorful_Accent2="ListTable7Colorful_Accent2",e.listTable7Colorful_Accent3="ListTable7Colorful_Accent3",e.listTable7Colorful_Accent4="ListTable7Colorful_Accent4",e.listTable7Colorful_Accent5="ListTable7Colorful_Accent5",e.listTable7Colorful_Accent6="ListTable7Colorful_Accent6"}(Word.Style),function(n){var o,e=(o=OfficeCore.RequestContext,__extends(t,o),Object.defineProperty(t.prototype,"document",{get:function(){return this.m_document},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"application",{get:function(){return null==this.m_application&&(this.m_application=OfficeExtension.BatchApiHelper.createTopLevelServiceObject(n.Application,this,"Microsoft.WordServices.Application",!1,0)),this.m_application},enumerable:!0,configurable:!0}),t);function t(e){var t=o.call(this,e)||this;return t.m_document=OfficeExtension.BatchApiHelper.createRootServiceObject(n.Document,t),t._rootObject=t.m_document,t}n.RequestContext=e,n.run=function(e,t){return OfficeExtension.ClientRequestContext._runBatch("Word.run",arguments,function(){return new n.RequestContext})}}(Word=Word||{}),function(e){var t=(Object.defineProperty(n.prototype,"type",{get:function(){return e.EventType.ActiveViewChanged},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"activeView",{get:function(){return this.m_activeView.activeView},enumerable:!0,configurable:!0}),n);function n(e){this.m_activeView=e}e.ActiveViewChangedEventArgs=t}(OSF=OSF||{}),function(c){var e=(t.prototype.verifyArguments=function(e,t){for(var n in e){var o=e[n],r=t[n];if(o.enum)switch(typeof r){case"string":if(c.OUtil.listContainsValue(o.enum,r))break;case"undefined":throw 5007;default:throw this.getInvalidParameterString()}if(o.types&&!c.OUtil.listContainsValue(o.types,typeof r))throw this.getInvalidParameterString()}},t.prototype.extractRequiredArguments=function(e,t,n){if(e.length<this._requiredCount)throw c.Utility.createParameterException(Strings.OfficeOM.L_MissingRequiredArguments);var o,r=[];for(o=0;o<this._requiredCount;o++)r.push(e[o]);this.verifyArguments(this._requiredParameters,r);var i={};for(o=0;o<this._requiredCount;o++){var a=this._requiredParameters[o],s=r[o];if(a.verify&&!a.verify(s,t,n))throw this.getInvalidParameterString();i[a.name]=s}return i},t.prototype.fillOptions=function(e,t,n,o){for(var r in e=e||{},this._supportedOptions)if(!c.OUtil.listContainsKey(e,r)){var i=void 0,a=this._supportedOptions[r];a.calculate&&t&&(i=a.calculate(t,n,o)),i||void 0===a.defaultValue||(i=a.defaultValue),e[r]=i}return e},t.prototype.constructCallArgs=function(e,t,n,o){var r={};for(var i in e)r[i]=e[i];for(var a in t)r[a]=t[a];for(var s in this._privateStateCallbacks)r[s]=this._privateStateCallbacks[s](n,o);return this._checkCallArgs&&(r=this._checkCallArgs(r,n,o)),r},t.prototype.getInvalidParameterString=function(){var e=this;c.OUtil.delayExecutionAndCache(function(){return c.OUtil.formatString(Strings.OfficeOM.L_InvalidParameters,e._displayName)})},t);function t(e,t,n,o,r){this._requiredParameters=e,this._supportedOptions=t,this._privateStateCallbacks=n,this._checkCallArgs=o,this._displayName=r,this._requiredCount=e.length}c.ApiMethodCall=e}(OSF=OSF||{}),function(c){var e=(t.prototype.verifyAndExtractCall=function(e,t,n){var o=this._apiMethods.extractRequiredArguments(e,t,n),r=this.extractOptions(e,o,t,n);return this._apiMethods.constructCallArgs(o,r,t,n)},t.prototype.processResponse=function(e,t,n,o){return 0==e?this._onSucceeded?this._onSucceeded(t,n,o):t:this._onFailed?this._onFailed(e,t):c.DDA.ErrorCodeManager.getErrorArgs(e)},t.prototype.getCallArgs=function(e){for(var t,n,o=e.length-1;o>=this._requiredCount;o--){var r=e[o];switch(typeof r){case"object":t=r;break;case"function":n=r}}return t=t||{},n&&(t[c.ParameterNames.Callback]=n),t},t.prototype.extractOptions=function(e,t,n,o){if(e.length>this._requiredCount+2)throw c.Utility.createParameterException(Strings.OfficeOM.L_TooManyArguments);for(var r,i,a=e.length-1;a>=this._requiredCount;a--){var s=e[a];switch(typeof s){case"object":if(r)throw c.Utility.createParameterException(Strings.OfficeOM.L_TooManyOptionalObjects);r=s;break;case"function":if(i)throw c.Utility.createParameterException(Strings.OfficeOM.L_TooManyOptionalFunction);i=s;break;default:throw c.Utility.createArgumentException(Strings.OfficeOM.L_InValidOptionalArgument)}}if(r=this._apiMethods.fillOptions(r,t,n,o),i){if(r[c.ParameterNames.Callback])throw Strings.OfficeOM.L_RedundantCallbackSpecification;r[c.ParameterNames.Callback]=i}return this._apiMethods.verifyArguments(this._supportedOptions,r),r},t);function t(e,t,n,o,r,i,a){this._requiredParameters=e,this._supportedOptions=t,this._privateStateCallbacks=n,this._onSucceeded=o,this._onFailed=r,this._displayName=a,this._checkCallArgs=i,this._requiredCount=e.length,this._apiMethods=new c.ApiMethodCall(e,t,n,i,a)}c.AsyncMethodCall=e}(OSF=OSF||{}),function(r){var e,i;e=r.AsyncMethodCalls||(r.AsyncMethodCalls={}),i={},e.define=function(e){var t,n,o;i[e.method]=(n=(t=e).supportedOptions?r.OUtil.createObject(t.supportedOptions):[],o=t.privateStateCallbacks?r.OUtil.createObject(t.privateStateCallbacks):[],new r.AsyncMethodCall(t.requiredArguments||[],n,o,t.onSucceeded,t.onFailed,t.checkCallArgs,t.method))},e.get=function(e){return i[e]}}(OSF=OSF||{}),(OSF||(OSF={})).AsyncMethods={AddColumnsAsync:"addColumnsAsync",AddFromSelectionAsync:"addFromSelectionAsync",AddFromNamedItemAsync:"addFromNamedItemAsync",AddFromPromptAsync:"addFromPromptAsync",AddHandlerAsync:"addHandlerAsync",AddRowsAsync:"addRowsAsync",BindingSelectionChanged:"bindingSelectionChanged",BindingDataChanged:"bindingDataChanged",ClearFormatsAsync:"clearFormatsAsync",CloseAsync:"close",CloseContainerAsync:"closeContainer",DeleteAllDataValuesAsync:"deleteAllDataValuesAsync",DisplayDialogAsync:"displayDialogAsync",ExecuteFeature:"executeFeature",ExecuteRichApiRequestAsync:"executeRichApiRequestAsync",GetAllAsync:"getAllAsync",GetAccessTokenAsync:"getAccessTokenAsync",GetByIdAsync:"getByIdAsync",GetDataAsync:"getDataAsync",GetDocumentCopyAsync:"getFileAsync",GetDocumentCopyChunkAsync:"getSliceAsync",GetFilePropertiesAsync:"getFilePropertiesAsync",GetSelectedDataAsync:"getSelectedDataAsync",GoToByIdAsync:"goToByIdAsync",OpenBrowserWindow:"openBrowserWindow",QueryFeature:"queryFeature",ReleaseByIdAsync:"releaseByIdAsync",RemoveHandlerAsync:"removeHandlerAsync",ReleaseDocumentCopyAsync:"closeAsync",SetDataAsync:"setDataAsync",SetFormatsAsync:"setFormatsAsync",SetSelectedDataAsync:"setSelectedDataAsync",SetTableOptionsAsync:"setTableOptionsAsync",GetOfficeThemeAsync:"getOfficeThemeAsync",GetDocumentThemeAsync:"getDocumentThemeAsync"},function(e){var t;(t=e.PropertyDescriptors||(e.PropertyDescriptors={})).Subset="subset",t.BindingProperties="BindingProperties";var n=(Object.defineProperty(o.prototype,"startRow",{get:function(){return this.m_subset.startRow},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"startColumn",{get:function(){return this.m_subset.startColumn},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"rowCount",{get:function(){return this.m_subset.rowCount},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"columnCount",{get:function(){return this.m_subset.columnCount},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"type",{get:function(){return e.EventType.BindingSelectionChanged},enumerable:!0,configurable:!0}),Object.defineProperty(o.prototype,"binding",{get:function(){return this.m_bindingInstance},enumerable:!0,configurable:!0}),o);function o(e,t){this.m_bindingInstance=e,this.m_subset=t}e.BindingSelectionChangedEventArgs=n;var r=(Object.defineProperty(i.prototype,"type",{get:function(){return e.EventType.BindingDataChanged},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"binding",{get:function(){return this.m_bindingInstance},enumerable:!0,configurable:!0}),i);function i(e){this.m_bindingInstance=e}e.BindingDataChangedEventArgs=r}(OSF=OSF||{}),function(e){var t,n,o,r,i,a;(t=e.PropertyDescriptors||(e.PropertyDescriptors={})).DataPartProperties="DataPartProperties",t.DataNodeProperties="DataNodeProperties",n=e.Marshaling||(e.Marshaling={}),o=n.Customxml||(n.Customxml={}),(r=o.DataNodeEventProperties||(o.DataNodeEventProperties={})).OldNode="OldNode",r.NewNode="NewNode",r.NextSiblingNode="NextSiblingNode",r.InUndoRedo="InUndoRedo",(i=e.EventDescriptors||(e.EventDescriptors={})).DataNodeInsertedEvent="DataNodeInsertedEvent",i.DataNodeReplacedEvent="DataNodeReplacedEvent",i.DataNodeDeletedEvent="DataNodeDeletedEvent",(a=e.DataNodeEventProperties||(e.DataNodeEventProperties={})).OldNode="OldNode",a.NewNode="NewNode",a.NextSiblingNode="NextSiblingNode",a.InUndoRedo="InUndoRedo";var s=(Object.defineProperty(c.prototype,"type",{get:function(){return e.EventType.DataNodeInserted},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"newNode",{get:function(){return this.m_newNode},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"inUndoRedo",{get:function(){return this.m_inUndoRedo},enumerable:!0,configurable:!0}),c);function c(e,t){this.m_newNode=e,this.m_inUndoRedo=t}e.NodeInsertedEventArgs=s;var l=(Object.defineProperty(u.prototype,"type",{get:function(){return e.EventType.DataNodeReplaced},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"oldNode",{get:function(){return this.m_oldNode},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"newNode",{get:function(){return this.m_newNode},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"inUndoRedo",{get:function(){return this.m_inUndoRedo},enumerable:!0,configurable:!0}),u);function u(e,t,n){this.m_oldNode=e,this.m_newNode=t,this.m_inUndoRedo=n}e.NodeReplacedEventArgs=l;var d=(Object.defineProperty(f.prototype,"type",{get:function(){return e.EventType.DataNodeDeleted},enumerable:!0,configurable:!0}),Object.defineProperty(f.prototype,"oldNode",{get:function(){return this.m_oldNode},enumerable:!0,configurable:!0}),Object.defineProperty(f.prototype,"oldNextSibling",{get:function(){return this.m_oldNextSibling},enumerable:!0,configurable:!0}),Object.defineProperty(f.prototype,"inUndoRedo",{get:function(){return this.m_inUndoRedo},enumerable:!0,configurable:!0}),f);function f(e,t,n){this.m_oldNode=e,this.m_oldNextSibling=t,this.m_inUndoRedo=n}e.NodeDeletedEventArgs=d}(OSF=OSF||{}),function(t){function e(e){0==e[t.PropertyDescriptors.MessageType]?t.OUtil.defineEnumerableProperties(this,{type:{value:t.EventType.DialogMessageReceived},message:{value:e[t.PropertyDescriptors.MessageContent]},origin:{value:e[t.PropertyDescriptors.MessageOrigin]}}):t.OUtil.defineEnumerableProperties(this,{type:{value:t.EventType.DialogEventReceived},error:{value:e[t.PropertyDescriptors.MessageType]}})}var n;t.DialogEventArgs=e,(n=t.PropertyDescriptors||(t.PropertyDescriptors={})).MessageType="messageType",n.MessageContent="messageContent",n.MessageOrigin="messageOrigin"}(OSF=OSF||{}),function(e){var t=(Object.defineProperty(n.prototype,"type",{get:function(){return e.EventType.DocumentSelectionChanged},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"document",{get:function(){return this.m_docInstance},enumerable:!0,configurable:!0}),n);function n(e){this.m_docInstance=e}e.DocumentSelectionChangedEventArgs=t}(OSF=OSF||{}),function(t){function e(e){t.OUtil.defineEnumerableProperties(this,{type:{value:t.EventType.DialogParentMessageReceived},message:{value:e[t.PropertyDescriptors.MessageContent]},origin:{value:e[t.PropertyDescriptors.MessageOrigin]}})}t.DialogParentEventArgs=e}(OSF=OSF||{}),function(v){var e,i;function m(e){return e==v.EventDispId.dispidObjectDeletedEvent||e==v.EventDispId.dispidObjectSelectionChangedEvent||e==v.EventDispId.dispidObjectDataChangedEvent||e==v.EventDispId.dispidContentControlAddedEvent}function y(e,t,n,o){if("number"!=typeof e)throw e;O(o=o||t.getCallArgs(n),e,v.DDA.ErrorCodeManager.getErrorArgs(e))}function b(e){return(v._OfficeAppFactory.getHostInfo().hostPlatform==v.HostInfoPlatform.web?v.WACDelegate:v.SafeArrayDelegate)[e]}function C(){return i||function(){i={};var e={GoToByIdAsync:82,GetSelectedDataAsync:64,SetSelectedDataAsync:65,GetDocumentCopyChunkAsync:80,ReleaseDocumentCopyAsync:81,GetDocumentCopyAsync:77,AddFromSelectionAsync:66,AddFromPromptAsync:67,AddFromNamedItemAsync:78,GetAllAsync:74,GetByIdAsync:68,ReleaseByIdAsync:69,GetDataAsync:70,SetDataAsync:71,AddRowsAsync:72,AddColumnsAsync:79,DeleteAllDataValuesAsync:73,RefreshAsync:75,SaveAsync:76,GetActiveViewAsync:83,GetFilePropertiesAsync:86,GetOfficeThemeAsync:85,GetDocumentThemeAsync:84,ClearFormatsAsync:87,SetTableOptionsAsync:88,SetFormatsAsync:89,GetUserIdentityInfoAsync:92,GetAccessTokenAsync:98,GetAuthContextAsync:99,ExecuteRichApiRequestAsync:93,AppCommandInvocationCompletedAsync:94,CloseContainerAsync:97,OpenBrowserWindow:102,CreateDocumentAsync:105,InsertFormAsync:106,ExecuteFeature:146,QueryFeature:147,AddDataPartAsync:128,GetDataPartByIdAsync:129,GetDataPartsByNameSpaceAsync:130,GetPartXmlAsync:131,GetPartNodesAsync:132,DeleteDataPartAsync:133,GetNodeValueAsync:134,GetNodeXmlAsync:135,GetRelativeNodesAsync:136,SetNodeValueAsync:137,SetNodeXmlAsync:138,AddDataPartNamespaceAsync:139,GetDataPartNamespaceAsync:140,GetDataPartPrefixAsync:141,GetNodeTextAsync:142,SetNodeTextAsync:143,GetSelectedTask:110,GetTask:112,GetWSSUrl:114,GetTaskField:115,GetSelectedResource:111,GetResourceField:113,GetProjectField:116,GetSelectedView:117,GetTaskByIndex:118,GetResourceByIndex:119,SetTaskField:120,SetResourceField:121,GetMaxTaskIndex:122,GetMaxResourceIndex:123,CreateTask:124};for(var t in e)v.AsyncMethods[t]&&(i[v.AsyncMethods[t]]=e[t]);var n={MessageParent:144,SendMessage:145};for(var t in n)v.SyncMethods[t]&&(i[v.SyncMethods[t]]=n[t]);var o={SettingsChanged:v.EventDispId.dispidSettingsChangedEvent,DocumentSelectionChanged:v.EventDispId.dispidDocumentSelectionChangedEvent,BindingSelectionChanged:v.EventDispId.dispidBindingSelectionChangedEvent,BindingDataChanged:v.EventDispId.dispidBindingDataChangedEvent,ActiveViewChanged:v.EventDispId.dispidActiveViewChangedEvent,OfficeThemeChanged:v.EventDispId.dispidOfficeThemeChangedEvent,DocumentThemeChanged:v.EventDispId.dispidDocumentThemeChangedEvent,AppCommandInvoked:v.EventDispId.dispidAppCommandInvokedEvent,DialogMessageReceived:v.EventDispId.dispidDialogMessageReceivedEvent,DialogParentMessageReceived:v.EventDispId.dispidDialogParentMessageReceivedEvent,ObjectDeleted:v.EventDispId.dispidObjectDeletedEvent,ObjectSelectionChanged:v.EventDispId.dispidObjectSelectionChangedEvent,ObjectDataChanged:v.EventDispId.dispidObjectDataChangedEvent,ContentControlAdded:v.EventDispId.dispidContentControlAddedEvent,LiveShareStateChanged:v.EventDispId.dispidLiveShareStateChangedEvent,RichApiMessage:v.EventDispId.dispidRichApiMessageEvent,DataNodeInserted:v.EventDispId.dispidDataNodeAddedEvent,DataNodeReplaced:v.EventDispId.dispidDataNodeReplacedEvent,DataNodeDeleted:v.EventDispId.dispidDataNodeDeletedEvent};for(var r in o)v.EventType[r]&&(i[v.EventType[r]]=o[r])}(),i}function O(e,t,n){var o=e[v.ParameterNames.Callback];if(o){var r,i={};i[v.DDA.AsyncResultEnum.Properties.Context]=e[v.ParameterNames.AsyncContext],0==t?i[v.DDA.AsyncResultEnum.Properties.Value]=n:(r={},n=n||v.DDA.ErrorCodeManager.getErrorArgs(5001),r[v.DDA.AsyncResultEnum.ErrorProperties.Code]=t||5001,r[v.DDA.AsyncResultEnum.ErrorProperties.Name]=n.name||n,r[v.DDA.AsyncResultEnum.ErrorProperties.Message]=n.message||n),o(new v.DDA.AsyncResult(i,r))}}v.DialogShownStatus={hasDialogShown:!1,isWindowDialog:!1},(e=v.DispIdHost||(v.DispIdHost={})).InvokeMethod=function(e,t,r,n){var o,i;try{var a=v.AsyncMethodCalls.get(e);i=a.verifyAndExtractCall(t,r,n);var s=C()[e],c=b("executeAsync"),l=null,u=!1,d=void 0;if(window.Excel&&window.Office.context.requirements.isSetSupported("RedirectV1Api")&&(window.Excel._RedirectV1APIs=!0,u=(o=function(e){var t=!1,n=void 0;if(void 0!==v&&v._OfficeAppFactory&&"function"==typeof v._OfficeAppFactory.getHostInfo&&v.HostInfoPlatform&&v.HostInfoPlatform.ios){var o=v._OfficeAppFactory.getHostInfo();if(o&&o.hostPlatform&&(t=o.hostPlatform===v.HostInfoPlatform.ios)&&v.AsyncMethods)for(var r=Object.keys(v.AsyncMethods),i=0;i<r.length;i++){var a=r[i];if(v.AsyncMethods[a]===e){n=a;break}}}return{isIOSPlatformDetected:t,methodId:n}}(e)).isIOSPlatformDetected,d=o.methodId),window.Excel&&window.Excel._RedirectV1APIs&&(l=window.Excel._V1APIMap[u&&void 0!==d?d:e])){var f=v.OUtil.shallowCopy(i);delete f[v.ParameterNames.AsyncContext],l.preprocess&&(f=l.preprocess(f));var p=new window.Excel.RequestContext,m=l.call(p,f);p.sync().then(function(){var e=m.value,t=e.status;delete e.status,delete e["@odata.type"],l.postprocess&&(e=l.postprocess(e,f)),0!=t&&(e=v.DDA.ErrorCodeManager.getErrorArgs(t)),O(i,t,e)}).catch(function(e){O(i,13991,null)})}else{var g;g=v.HostParameterMap.toHost(s,i);var h=(new Date).getTime();c({dispId:s,hostCallArgs:g,onCalling:function(){},onReceiving:function(){},onComplete:function(e,t){var n;n=0==e?v.HostParameterMap.fromHost(s,t):t;var o=a.processResponse(e,n,r,i);O(i,e,o),v.AppTelemetry&&v.AppTelemetry.onMethodDone(s,g,Math.abs((new Date).getTime()-h),e)}})}}catch(e){y(e,a,t,i)}},e.AddEventHandler=function(t,n,o,e){var r,i,a,s=!1;function c(e){var t;0==e&&((s?n.addObjectEventHandler(i,r[v.ParameterNames.Id],a):n.addEventHandler(i,a))||(e=13991));0!=e&&(t=v.DDA.ErrorCodeManager.getErrorArgs(e)),O(r,e,t)}try{var l=v.AsyncMethodCalls.get(v.AsyncMethods.AddHandlerAsync);if(r=l.verifyAndExtractCall(t,o,n),i=r[v.ParameterNames.EventType],a=r[v.ParameterNames.Handler],e)return void c(0);var u=C()[i],d=(s=m(u))?r[v.ParameterNames.Id]:o.id||"";if(0==(s?n.getObjectEventHandlerCount(i,d):n.getEventHandlerCount(i)))b("registerEventAsync")({eventType:i,dispId:u,targetId:d,onCalling:function(){},onReceiving:function(){},onComplete:c,onEvent:function(e){var t=v.HostParameterMap.fromHost(u,e);s?n.fireObjectEvent(d,v.manufactureEventArgs(i,d,t)):n.fireEvent(v.manufactureEventArgs(i,o,t))}});else c(0)}catch(e){y(e,l,t,r)}},e.RemoveEventHandler=function(t,e,n){var o,r,i,a=!1;function s(e){var t;0!=e&&(t=v.DDA.ErrorCodeManager.getErrorArgs(e)),O(o,e,t)}try{var c=v.AsyncMethodCalls.get(v.AsyncMethods.RemoveHandlerAsync);r=(o=c.verifyAndExtractCall(t,n,e))[v.ParameterNames.EventType],i=o[v.ParameterNames.Handler];var l,u,d=C()[r],f=(a=m(d))?o[v.ParameterNames.Id]:n.id||"";l=null===i?(u=a?e.clearObjectEventHandlers(r,f):e.clearEventHandlers(r),0):(u=a?e.removeObjectEventHandler(r,f,i):e.removeEventHandler(r,i))?0:5003;var p=a?e.getObjectEventHandlerCount(r,f):e.getEventHandlerCount(r);if(u&&0==p)b("unregisterEventAsync")({eventType:r,dispId:d,targetId:f,onCalling:function(){},onReceiving:function(){},onComplete:s});else s(l)}catch(e){y(e,c,t,o)}},e.OpenDialog=function(t,r,i){var o,a,s=v.EventType.DialogMessageReceived,c=v.EventType.DialogEventReceived;function e(e){if(0!=e)n=v.DDA.ErrorCodeManager.getErrorArgs(e);else{var t={};t.id=a,t.data=r;var n=l.processResponse(e,t,i,o);v.DialogShownStatus.hasDialogShown=!0,r.clearEventHandlers(s),r.clearEventHandlers(c)}O(o,e,n)}try{if(null!=s&&null!=c||e(5e3),null==v.AsyncMethods.DisplayDialogAsync)return void e(5001);var l=v.AsyncMethodCalls.get(v.AsyncMethods.DisplayDialogAsync);o=l.verifyAndExtractCall(t,i,r);var u=C()[s],n=b("openDialog");a=JSON.stringify(o),v.DialogShownStatus.hasDialogShown||(r.clearQueuedEvent(s),r.clearQueuedEvent(c),r.clearQueuedEvent(v.EventType.DialogParentMessageReceived)),n({eventType:s,dispId:u,targetId:a,onCalling:function(){},onReceiving:function(){},onComplete:e,onEvent:function(e){var t=v.HostParameterMap.fromHost(u,e),n=v.manufactureEventArgs(s,i,t);if(n.type==c){v.DDA.ErrorCodeManager.getErrorArgs(n.error);var o={};o.code=status||5001,n.error=new v.DDA.Error(o[v.DDA.AsyncResultEnum.ErrorProperties.Name],o[v.DDA.AsyncResultEnum.ErrorProperties.Message],o[v.DDA.AsyncResultEnum.ErrorProperties.Code])}r.fireOrQueueEvent(n),12006==t.messageType&&(r.clearEventHandlers(s),r.clearEventHandlers(c),r.clearEventHandlers(v.EventType.DialogParentMessageReceived),v.DialogShownStatus.hasDialogShown=!1)}})}catch(e){y(e,l,t,o)}},e.CloseDialog=function(t,e,n,o){var r,i,a;try{var s=v.AsyncMethodCalls.get(v.AsyncMethods.CloseAsync);r=s.verifyAndExtractCall(t,o,n),i=v.EventType.DialogMessageReceived,a=v.EventType.DialogEventReceived,n.clearEventHandlers(i),n.clearEventHandlers(a);var c=C()[i];b("closeDialog")({eventType:i,dispId:c,targetId:e,onCalling:function(){},onReceiving:function(){},onComplete:function(e){v.DialogShownStatus.hasDialogShown=!1}})}catch(e){y(e,s,t,r)}},e.MessageParent=function(e,t){var n=v.SyncMethodCalls.get(v.SyncMethods.MessageParent).verifyAndExtractCall(e,t,{});return b("messageParent")({dispId:C()[v.SyncMethods.MessageParent],hostCallArgs:n,onCalling:function(){},onReceiving:function(){}})},e.SendMessage=function(e,t,n){var o=v.SyncMethodCalls.get(v.SyncMethods.SendMessage).verifyAndExtractCall(e,n,{});return b("sendMessage")({dispId:C()[v.SyncMethods.SendMessage],hostCallArgs:o,onCalling:function(){},onReceiving:function(){}})},e.addAsyncMethods=function(t,e,n){for(var o in e){var r=e[o];t[r]||v.OUtil.defineEnumerableProperty(t,r,{value:function(e){return function(){(0,v.DispIdHost.InvokeMethod)(e,arguments,t,n)}}(r)})}},e.addEventSupport=function(e,t,n){var o=v.AsyncMethods.AddHandlerAsync,r=v.AsyncMethods.RemoveHandlerAsync;e[o]||v.OUtil.defineEnumerableProperty(e,o,{value:function(){(0,v.DispIdHost.AddEventHandler)(arguments,t,e,n)}}),e[r]||v.OUtil.defineEnumerableProperty(e,r,{value:function(){(0,v.DispIdHost.RemoveEventHandler)(arguments,t,e)}})},e.issueAsyncResult=O}(OSF=OSF||{}),function(r){r.manufactureEventArgs=function(e,t,n){var o;switch(e){case r.EventType.DocumentSelectionChanged:o=new r.DocumentSelectionChangedEventArgs(t);break;case r.EventType.BindingSelectionChanged:o=new r.BindingSelectionChangedEventArgs(r.manufactureBinding(n,t.document),n[r.PropertyDescriptors.Subset]);break;case r.EventType.BindingDataChanged:o=new r.BindingDataChangedEventArgs(r.manufactureBinding(n,t.document));break;case r.EventType.SettingsChanged:o=new r.SettingsChangedEventArgs(t);break;case r.EventType.ActiveViewChanged:o=new r.ActiveViewChangedEventArgs(n);break;case r.EventType.LiveShareStateChanged:o=new r.LiveShareStateChangedEventArgs(n);break;case r.EventType.OfficeThemeChanged:o=new r.DDA.Theming.OfficeThemeChangedEventArgs(n);break;case r.EventType.DocumentThemeChanged:o=new r.DDA.Theming.DocumentThemeChangedEventArgs(n);break;case r.EventType.DataNodeInserted:o=new r.NodeInsertedEventArgs(r.manufactureDataNode(n[r.DataNodeEventProperties.NewNode]),n[r.DataNodeEventProperties.InUndoRedo]);break;case r.EventType.DataNodeReplaced:o=new r.NodeReplacedEventArgs(r.manufactureDataNode(n[r.DataNodeEventProperties.OldNode]),r.manufactureDataNode(n[r.DataNodeEventProperties.NewNode]),n[r.DataNodeEventProperties.InUndoRedo]);break;case r.EventType.DataNodeDeleted:o=new r.NodeDeletedEventArgs(r.manufactureDataNode(n[r.DataNodeEventProperties.OldNode]),r.manufactureDataNode(n[r.DataNodeEventProperties.NextSiblingNode]),n[r.DataNodeEventProperties.InUndoRedo]);break;case r.EventType.DialogMessageReceived:o=new r.DialogEventArgs(n);break;case r.EventType.DialogParentMessageReceived:o=new r.DialogParentEventArgs(n)}return o}}(OSF=OSF||{}),function(p){var m="toHost",g="fromHost";!function(u){var t;u.self="self",u.dynamicTypes={},u.dynamicTypes[p.ParameterNames.Data]={toHost:function(e){if(null!=e&&void 0!==e.rows){var t={};t[p.TableDataProperties.TableRows]=e.rows,t[p.TableDataProperties.TableHeaders]=e.headers,e=t}return e},fromHost:function(e){return e}},u.dynamicTypes.sampleData=u.dynamicTypes.data;var d={};function o(e,t){var n,o;if(t.map)for(var r in o={},n=t.map){var i=n[r];i==u.self&&(i=r),o[i]=r}else n=t.toHost,o=t.fromHost;var a=d[e];if(a){var s=a[m];for(var c in s)n[c]=s[c];for(var l in s=a[g])o[l]=s[l]}else a=d[e]={};a[m]=n,a[g]=o}function r(e){f().addComplexType(e)}function l(e,t){var n=e?{}:void 0;for(var o in e){var r,i=e[o];if(p.ListType.isListType(o))for(var a in r=[],i)r.push(l(i[a],t));else if(p.OUtil.listContainsKey(u.dynamicTypes,o))r=u.dynamicTypes[o][t](i);else if(t==g&&f().preserveNesting(o))r=l(i,t);else{var s=d[o];if(s){var c=s[t];c&&void 0===(r=c[i])&&(r=i)}else r=i}n[o]=r}return n}function n(e,t,n){var o,r=d[e][n];if("toHost"==n)o=function e(t,n){var o;for(var r in n){var i;if(null!=(i=f().isComplexType(r)?e(t,d[r][m]):t[r])){o=o||{};var a=n[r];a==u.self&&(a=r),o[a]=f().pack(r,i)}}return o}(l(t,n),r);else if("fromHost"==n){o=l(function e(t,n,o){for(var r in o=o||{},n){var i,a,s=n[r];if(s==u.self)i=t;else{if("sourceData"==s){o[r]=t.toArray();continue}i=t[s]}if(null==i)o[r]=void 0;else if(i=f().unpack(r,i),f().isComplexType(r))a=d[r][g],f().preserveNesting(r)?o[r]=e(i,a):e(i,a,o);else if(p.ListType.isListType(r)){(a={})[p.ListType.getDescriptor(r)]=u.self;var c=new Array(i.length);for(var l in i)c[l]=e(i[l],a);o[r]=c}else o[r]=i}return o}(t,r),n)}return o}function f(){if(!t){var e=p._OfficeAppFactory.getHostInfo();t=e.hostPlatform==p.HostInfoPlatform.web?new p.WebSpecialProcessor:new p.SafeArraySpecialProcessor}return t}function i(e){var t=null;if(e){t={};for(var n=e.length,o=0;o<n;o++)t[e[o].name]=e[o].value}return t}u.define=function(e){var t={},n=i(e.toHost);e.invertible?t.map=n:e.canonical?t.toHost=t.fromHost=n:(t.toHost=n,t.fromHost=i(e.fromHost)),o(e.type,t),e.isComplexType&&r(e.type)},u.toHost=function(e,t){return n(e,t,m)},u.fromHost=function(e,t){return n(e,t,g)},u.addMapping=o,u.addComplexType=r,u.getDynamicType=function(e){return f().getDynamicType(e)},u.setDynamicType=function(e,t){f().setDynamicType(e,t)},u.doMapValues=function(e,t){return l(e,t)}}(p.HostParameterMap||(p.HostParameterMap={}))}(OSF=OSF||{}),function(t){var e,n;e=t.ListType||(t.ListType={}),n={},e.setListType=function(e,t){n[e]=t},e.isListType=function(e){return t.OUtil.listContainsKey(n,e)},e.getDescriptor=function(e){return n[e]}}(OSF=OSF||{}),function(e){var t=(Object.defineProperty(n.prototype,"type",{get:function(){return e.EventType.LiveShareStateChanged},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"liveShareState",{get:function(){return this.m_liveShareStateInstance},enumerable:!0,configurable:!0}),n);function n(e){this.m_liveShareStateInstance=e}e.LiveShareStateChangedEventArgs=t}(OSF=OSF||{}),function(e){var t;(t=e.EventType||(e.EventType={})).ActiveViewChanged="activeViewChanged",t.DialogMessageReceived="dialogMessageReceived",t.DialogParentMessageReceived="dialogParentMessageReceived",t.DialogParentEventReceived="dialogParentEventReceived",t.DialogEventReceived="dialogEventReceived",t.BindingDataChanged="bindingDataChanged",t.BindingSelectionChanged="bindingSelectionChanged",t.OfficeThemeChanged="officeThemeChanged",t.DocumentThemeChanged="documentThemeChanged",t.DataNodeDeleted="nodeDeleted",t.DataNodeInserted="nodeInserted",t.DataNodeReplaced="nodeReplaced",t.DocumentSelectionChanged="documentSelectionChanged",t.LiveShareStateChanged="liveShareStateChanged",t.NodeDeleted="nodeDeleted",t.NodeInserted="nodeInserted",t.NodeReplaced="nodeReplaced",t.SettingsChanged="settingsChanged"}(Office=Office||{}),function(e){var t;(t=e.TableDataProperties||(e.TableDataProperties={})).TableRows="TableRows",t.TableHeaders="TableHeaders"}(OSF=OSF||{}),function(p){!function(e){var t,n,o,r,i,a,s;function c(){try{var e=window.navigator.userAgent;return-1<e.indexOf("MSIE ")||-1<e.indexOf("Trident/")||-1<e.indexOf("Edge/")}catch(e){return f("Error happens in isInternetExplorer.",e),!1}}function l(e){if("undefined"!=typeof JSON)try{return JSON.stringify(e)}catch(e){}return""}(t=e.HostThemeButtonStyleKeys||(e.HostThemeButtonStyleKeys={})).ButtonBorderColor="buttonBorderColor",t.ButtonBackgroundColor="buttonBackgroundColor",(o=n=n||{}).HostButtonBorderColor="#86bfa0",o.HostButtonBackgroundColor="#d3f0e0",(i=r=r||{}).HostButtonBorderColor="#a3bde3",i.HostButtonBackgroundColor="#d5e1f2",(s=a=a||{}).HostButtonBorderColor="#f5ba9d",s.HostButtonBackgroundColor="#fcf0ed",e.finalizeProperties=function(e,t){t=t||{};for(var n=Object.getOwnPropertyNames(e),o=n.length,r=0;r<o;r++){var i=n[r],a=Object.getOwnPropertyDescriptor(e,i);a.get||a.set||(a.writable=t.writable||!1),a.configurable=t.configurable||!1,a.enumerable=t.enumerable||!0,Object.defineProperty(e,i,a)}return e},e.defineEnumerableProperties=function(e,t){return function(e,t,n){for(var o in t=t||{})d(e,o,t[o],n);return e}(e,t,["enumerable"])},e.defineEnumerableProperty=function(e,t,n){return d(e,t,n,["enumerable"])},e.listContainsKey=function(e,t){for(var n in e)if(t==n)return!0;return!1},e.augmentList=function(n,e){var t=n.push?function(e,t){n.push(t)}:function(e,t){n[e]=t};for(var o in e)t(o,e[o])},e.createObject=function(e){var t=null;if(e){t={};for(var n=e.length,o=0;o<n;o++)t[e[o].name]=e[o].value}return t},e.listContainsValue=function(e,t){for(var n in e)if(t==e[n])return!0;return!1},e.shouldUseLocalStorageToPassMessage=function(){try{for(var e=["Windows NT 6.1","Windows NT 6.2","Windows NT 6.3","Windows NT 10.0"],t=window.navigator.userAgent,n=0,o=e.length;n<o;n++)if(-1<t.indexOf(e[n]))return c();return!1}catch(e){return f("Error happens in shouldUseLocalStorageToPassMessage.",e),!1}},e.isInternetExplorer=c,e.serializeObjectToString=l,e.formatString=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var o=e;return o[0].replace(/{(\d+)}/gm,function(e,t){var n=parseInt(t,10)+1;return void 0===o[n]?"{"+t+"}":o[n]})},e.addHostInfoAsQueryParam=function(e,t){if(!e)return null;var n,o="#",r=(e=e.trim()||"").split(o),i=r.shift(),a=r.join(o),s=i.split("?");return 1<s.length?n=i+"&_host_Info="+t:0<s.length&&(n=i+"?_host_Info="+t),a?[n,o,a].join(""):n},e.getHostnamePortionForLogging=function(e){var t=e.split("."),n=t.length;return 2<=n?t[n-2]+"."+t[n-1]:1==n?t[0]:void 0},e.shallowCopy=function(e){if(null==e)return null;if(e instanceof Object){if(Array.isArray(e)){for(var t=[],n=0;n<e.length;n++)t.push(e[n]);return t}var o=e.constructor();for(var r in e)e.hasOwnProperty(r)&&(o[r]=e[r]);return o}return e},e.getXdmEventName=function(e,t){return t==p.EventType.BindingSelectionChanged||t==p.EventType.BindingDataChanged||t==p.EventType.DataNodeDeleted||t==p.EventType.DataNodeInserted||t==p.EventType.DataNodeReplaced?e+"_"+t:t},e.getCommonUI=function(){switch(Office.context.host){case Office.HostType.Excel:return n;case Office.HostType.Word:return r;case Office.HostType.PowerPoint:return a}return null},e.getDomainForUrl=function(e){if(!e)return null;var t=document.createElement("a");return t.href=e,t.protocol+"//"+t.host},e.delayExecutionAndCache=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n={calc:e[0]};return n.calc&&(n.val=n.calc.apply(this,e),delete n.calc),n.val};var u=-1;function d(e,t,n,o){for(var r in n=n||{},o){var i=o[r];null==n[i]&&(n[i]=!0)}return Object.defineProperty(e,t,n),e}function f(e,t){p.Utility.trace(e+" Exception details: "+l(t))}e.getUniqueId=function(){return(u+=1).toString()}}(p.OUtil||(p.OUtil={}))}(OSF=OSF||{}),function(e){var t;(t=e.ParameterNames||(e.ParameterNames={})).BindingType="bindingType",t.CoercionType="coercionType",t.ValueFormat="valueFormat",t.FilterType="filterType",t.Columns="columns",t.SampleData="sampleData",t.GoToType="goToType",t.SelectionMode="selectionMode",t.Id="id",t.PromptText="promptText",t.ItemName="itemName",t.FailOnCollision="failOnCollision",t.StartRow="startRow",t.StartColumn="startColumn",t.RowCount="rowCount",t.ColumnCount="columnCount",t.Rows="rows",t.OverwriteIfStale="overwriteIfStale",t.FileType="fileType",t.EventType="eventType",t.Handler="handler",t.SliceSize="sliceSize",t.SliceIndex="sliceIndex",t.ActiveView="activeView",t.Status="status",t.PlatformType="platformType",t.HostType="hostType",t.Email="email",t.OfficeTheme="officeTheme",t.DocumentTheme="documentTheme",t.ForceConsent="forceConsent",t.ForceAddAccount="forceAddAccount",t.AuthChallenge="authChallenge",t.AllowConsentPrompt="allowConsentPrompt",t.ForMSGraphAccess="forMSGraphAccess",t.AllowSignInPrompt="allowSignInPrompt",t.JsonPayload="jsonPayload",t.EnableNewHosts="enableNewHosts",t.AccountTypeFilter="accountTypeFilter",t.AddinTrustId="addinTrustId",t.Reserved="reserved",t.Tcid="tcid",t.Xml="xml",t.Namespace="namespace",t.Prefix="prefix",t.XPath="xPath",t.Text="text",t.ImageLeft="imageLeft",t.ImageTop="imageTop",t.ImageWidth="imageWidth",t.ImageHeight="imageHeight",t.TaskId="taskId",t.FieldId="fieldId",t.FieldValue="fieldValue",t.ServerUrl="serverUrl",t.ListName="listName",t.ResourceId="resourceId",t.ViewType="viewType",t.ViewName="viewName",t.GetRawValue="getRawValue",t.CellFormat="cellFormat",t.TableOptions="tableOptions",t.TaskIndex="taskIndex",t.ResourceIndex="resourceIndex",t.CustomFieldId="customFieldId",t.Url="url",t.MessageHandler="messageHandler",t.Width="width",t.Height="height",t.RequireHTTPs="requireHTTPS",t.DisplayInIframe="displayInIframe",t.HideTitle="hideTitle",t.UseDeviceIndependentPixels="useDeviceIndependentPixels",t.PromptBeforeOpen="promptBeforeOpen",t.EnforceAppDomain="enforceAppDomain",t.UrlNoHostInfo="urlNoHostInfo",t.Base64="base64",t.FormId="formId"}(OSF=OSF||{}),function(s){var e;function o(n,o){var r=(new Date).getTime();return function(e){o.onReceiving&&o.onReceiving();var t=e.toArray?e.toArray()[0]:e;return o.onComplete&&o.onComplete(t),s.AppTelemetry&&s.AppTelemetry.onRegisterDone(n,o.dispId,Math.abs((new Date).getTime()-r),t),!0}}function c(e){var t=e;if(null!=e&&e.toArray){var n=e.toArray();t=new Array(n.length);for(var o=0;o<n.length;o++)t[o]=c(n[o])}return t}(e=s.SafeArrayDelegate||(s.SafeArrayDelegate={})).executeAsync=function(a){try{a.onCalling&&a.onCalling(),s._OfficeAppFactory.getClientHostController().execute(a.dispId,function e(t){var n=t;if(s.OUtil.isArray(t))for(var o=n.length,r=0;r<o;r++)n[r]=e(n[r]);else if(s.OUtil.isDate(t))n=t.getVarDate();else if("object"==typeof t&&!s.OUtil.isArray(t))for(var i in n=[],t)s.OUtil.isFunction(t[i])||(n[i]=e(t[i]));return n}(a.hostCallArgs),function(e){var t,n;if(1==(n="number"==typeof e?(t=[],e):(t=e.toArray())[0]))return null!=(o=c(o=t[1]))&&(a._chunkResultData||(a._chunkResultData=new Array),a._chunkResultData[o[0]]=o[1]),!1;if(a.onReceiving&&a.onReceiving(),a.onComplete){var o;if(0==n){if(2<t.length){o=[];for(var r=1;r<t.length;r++)o[r-1]=t[r]}else o=t[1];if(a._chunkResultData&&null!=(o=c(o))){var i=o[o.length-1];a._chunkResultData.length==i?o[o.length-1]=a._chunkResultData:n=5001}}else o=t[1];a.onComplete(n,o)}return!0})}catch(e){s.SafeArrayDelegate.onException(e,a)}},e.registerEventAsync=function(n){n.onCalling&&n.onCalling();var e=o(!0,n);try{s._OfficeAppFactory.getClientHostController().registerEvent(n.dispId,void 0,n.targetId,function(e,t){n.onEvent&&n.onEvent(t),s.AppTelemetry&&s.AppTelemetry.onEventDone(n.dispId)},e)}catch(e){s.SafeArrayDelegate.onException(e,n)}},e.unregisterEventAsync=function(t){t.onCalling&&t.onCalling();var e=o(!1,t);try{s._OfficeAppFactory.getClientHostController().unregisterEvent(t.dispId,void 0,t.targetId,e)}catch(e){s.SafeArrayDelegate.onException(e,t)}},e.onException=function(e,t){var n,o=e.number;if(o)switch(o){case-2146828218:n=7e3;break;case-2147467259:n=t.dispId==s.EventDispId.dispidDialogMessageReceivedEvent?12007:5001;break;case-2146828283:case-2147209089:n=5010;break;case-2147208704:n=5100;break;case-2146827850:default:n=5001}t.onComplete&&t.onComplete(n||5001)},e.onExceptionSyncMethod=function(e,t){var n,o=e.number;if(o)switch(o){case-2146828218:n=7e3;break;case-2146827850:default:n=5001}return n||5001},e.getOnAfterRegisterEvent=o}(OSF=OSF||{}),function(e){var t=(Object.defineProperty(n.prototype,"type",{get:function(){return e.EventType.SettingsChanged},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"settings",{get:function(){return this.m_settingsInstance},enumerable:!0,configurable:!0}),n);function n(e){this.m_settingsInstance=e}e.SettingsChangedEventArgs=t}(OSF=OSF||{}),function(t){var e=(n.prototype.addComplexType=function(e){this._complexTypes.push(e)},n.prototype.getDynamicType=function(e){return this.dynamicTypes[e]},n.prototype.setDynamicType=function(e,t){this.dynamicTypes[e]=t},n.prototype.isComplexType=function(e){return t.OUtil.listContainsValue(this._complexTypes,e)},n.prototype.isDynamicType=function(e){return t.OUtil.listContainsKey(this.dynamicTypes,e)},n.prototype.preserveNesting=function(e){return!1},n.prototype.pack=function(e,t){return this.isDynamicType(e)?this.dynamicTypes[e].toHost(t):t},n.prototype.unpack=function(e,t){return this.isDynamicType(e)?this.dynamicTypes[e].fromHost(t):t},n);function n(e,t){this._complexTypes=e,this.dynamicTypes=t}t.SpecialProcessor=e}(OSF=OSF||{});__extends=this&&this.__extends||function(){var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};return function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}}();!function(o){var t,e=(t=o.SpecialProcessor,__extends(n,t),n.prototype.unpack=function(e,t){return this.isComplexType(e)||o.ListType.isListType(e)?void 0!==t&&void 0!==t.toArray?t.toArray():t||{}:this.isDynamicType(e)?this.dynamicTypes[e].fromHost(t):t},n);function n(){var e={};return e[o.ParameterNames.Data]={toHost:function(e){if(o.TableDataProperties&&"string"!=typeof e&&void 0!==e[o.TableDataProperties.TableRows]){var t=[];t[0]=e[o.TableDataProperties.TableRows],t[1]=e[o.TableDataProperties.TableHeaders],e=t}return e},fromHost:function(e){var t;if(e.toArray)if(2===e.dimensions())t=o.Utility.twoDVBArrayToJaggedArray(e);else{var n=e.toArray();2===n.length&&(null!=n[0]&&n[0].toArray||null!=n[1]&&n[1].toArray)?((t={})[o.TableDataProperties.TableRows]=o.Utility.twoDVBArrayToJaggedArray(n[0]),t[o.TableDataProperties.TableHeaders]=o.Utility.twoDVBArrayToJaggedArray(n[1])):t=n}else t=e;return t}},t.call(this,[],e)||this}o.SafeArraySpecialProcessor=e}(OSF=OSF||{}),function(s){var e=(t.prototype.verifyAndExtractCall=function(e,t,n){var o=this._apiMethods.extractRequiredArguments(e,t,n),r=this.extractOptions(e,o,t,n);return this._apiMethods.constructCallArgs(o,r,t,n)},t.prototype.extractOptions=function(e,t,n,o){if(e.length>this._requiredCount+1)throw s.Utility.createParameterException(Strings.OfficeOM.L_TooManyArguments);for(var r,i=e.length-1;i>=this._requiredCount;i--){var a=e[i];switch(typeof a){case"object":if(r)throw s.Utility.createParameterException(Strings.OfficeOM.L_TooManyArguments);r=a;break;default:throw s.Utility.createArgumentException(Strings.OfficeOM.L_InValidOptionalArgument)}}return r=this._apiMethods.fillOptions(r,t,n,o),this._apiMethods.verifyArguments(this._supportedOptions,r),r},t);function t(e,t,n,o,r){this._requiredCount=e.length,this._apiMethods=new s.ApiMethodCall(e,t,n,o,r),this._supportedOptions=t}s.SyncMethodCall=e}(OSF=OSF||{}),function(o){var e,r;e=o.SyncMethodCalls||(o.SyncMethodCalls={}),r={},e.define=function(e){var t,n;r[e.method]=(n=(t=e).supportedOptions?o.OUtil.createObject(t.supportedOptions):[],new o.SyncMethodCall(t.requiredArguments||[],n,t.privateStateCallbacks,t.checkCallArgs,t.method.displayName))},e.get=function(e){return r[e]}}(OSF=OSF||{}),(OSF||(OSF={})).SyncMethods={MessageParent:"messageParent",MessageChild:"messageChild",SendMessage:"sendMessage",AddMessageHandler:"addEventHandler"},function(l){var e;(function(e){var t,n,o,r;function i(e){for(var t=[{name:l.DDA.Theming.DocumentThemeEnum.PrimaryFontColor,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.PrimaryBackgroundColor,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.SecondaryFontColor,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.SecondaryBackgroundColor,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.Accent1,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.Accent2,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.Accent3,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.Accent4,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.Accent5,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.Accent6,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.Hyperlink,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.FollowedHyperlink,needToConvertToHex:!0},{name:l.DDA.Theming.DocumentThemeEnum.HeaderLatinFont,needToConvertToHex:!1},{name:l.DDA.Theming.DocumentThemeEnum.HeaderEastAsianFont,needToConvertToHex:!1},{name:l.DDA.Theming.DocumentThemeEnum.HeaderScriptFont,needToConvertToHex:!1},{name:l.DDA.Theming.DocumentThemeEnum.HeaderLocalizedFont,needToConvertToHex:!1},{name:l.DDA.Theming.DocumentThemeEnum.BodyLatinFont,needToConvertToHex:!1},{name:l.DDA.Theming.DocumentThemeEnum.BodyEastAsianFont,needToConvertToHex:!1},{name:l.DDA.Theming.DocumentThemeEnum.BodyScriptFont,needToConvertToHex:!1},{name:l.DDA.Theming.DocumentThemeEnum.BodyLocalizedFont,needToConvertToHex:!1}],n={},o=0;o<t.length;o++)t[o].needToConvertToHex?n[t[o].name]=l.OUtil.convertIntToCssHexColor(e[t[o].name]):n[t[o].name]=e[t[o].name];return n}function a(e){var t={};if(e){var n=l.DDA.Theming.OfficeThemeEnum,o={bodyBackgroundColor:{name:n.BodyBackgroundColor,convertToHex:!0},bodyForegroundColor:{name:n.BodyForegroundColor,convertToHex:!0},controlBackgroundColor:{name:n.ControlBackgroundColor,convertToHex:!0},controlForegroundColor:{name:n.ControlForegroundColor,convertToHex:!0},primaryFontColor:{name:n.BodyForegroundColor,convertToHex:!0},primaryBackgroundColor:{name:n.BodyBackgroundColor,convertToHex:!0},secondaryFontColor:{name:n.ControlForegroundColor,convertToHex:!0},secondaryBackgroundColor:{name:n.ControlBackgroundColor,convertToHex:!0},fluentThemeData:{name:n.FluentThemeData,convertToHex:!1}};for(var r in e){var i=!1,a=r;o[r]&&(a=o[r].name,i=o[r].convertToHex),t[a]=i?l.OUtil.convertIntToCssHexColor(e[r]):e[r]}null==t[n.IsDarkTheme]&&(t[n.IsDarkTheme]=l.DDA.Theming.GetIsDarkThemeFromCSSHexColor(t[n.BodyBackgroundColor])),null==t[n.ThemeId]&&(t[n.ThemeId]=t[n.IsDarkTheme]?l.DDA.Theming.ThemeId.Black:l.DDA.Theming.ThemeId.White)}return t}(t=e.DocumentThemeEnum||(e.DocumentThemeEnum={})).PrimaryFontColor="primaryFontColor",t.PrimaryBackgroundColor="primaryBackgroundColor",t.SecondaryFontColor="secondaryFontColor",t.SecondaryBackgroundColor="secondaryBackgroundColor",t.Accent1="accent1",t.Accent2="accent2",t.Accent3="accent3",t.Accent4="accent4",t.Accent5="accent5",t.Accent6="accent6",t.Hyperlink="hyperlink",t.FollowedHyperlink="followedHyperlink",t.HeaderLatinFont="headerLatinFont",t.HeaderEastAsianFont="headerEastAsianFont",t.HeaderScriptFont="headerScriptFont",t.HeaderLocalizedFont="headerLocalizedFont",t.BodyLatinFont="bodyLatinFont",t.BodyEastAsianFont="bodyEastAsianFont",t.BodyScriptFont="bodyScriptFont",t.BodyLocalizedFont="bodyLocalizedFont",(n=e.OfficeThemeEnum||(e.OfficeThemeEnum={})).BodyBackgroundColor="bodyBackgroundColor",n.BodyForegroundColor="bodyForegroundColor",n.ControlBackgroundColor="controlBackgroundColor",n.ControlForegroundColor="controlForegroundColor",n.IsDarkTheme="isDarkTheme",n.ThemeId="themeId",n.FluentThemeData="fluentThemeData",(o=e.OfficeThemeEnumWac||(e.OfficeThemeEnumWac={})).PrimaryFontColor="primaryFontColor",o.PrimaryBackgroundColor="primaryBackgroundColor",o.SecondaryFontColor="secondaryFontColor",o.SecondaryBackgroundColor="secondaryBackgroundColor",o.IsDarkTheme="isDarkTheme",o.ThemeId="themeId",(r=e.ThemeId||(e.ThemeId={}))[r.Colorful=0]="Colorful",r[r.DarkGray=1]="DarkGray",r[r.Black=2]="Black",r[r.White=3]="White",e.ConvertToDocumentTheme=i,e.GetIsDarkThemeFromCSSHexColor=function(e){var t="#"===e.charAt(0)?e.substring(1,7):e;return.299*parseInt(t.substring(0,2),16)+.587*parseInt(t.substring(2,4),16)+.114*parseInt(t.substring(4,6),16)<186},e.ConvertToOfficeTheme=a;function s(e){var t=null,n=l._OfficeAppFactory.getHostInfo();t=n.hostPlatform==l.HostInfoPlatform.web?e:a(e);var o=l.DDA.Theming.OfficeThemeEnum;void 0===t[o.IsDarkTheme]&&(t.isDarkTheme=l.DDA.Theming.GetIsDarkThemeFromCSSHexColor(e[o.BodyBackgroundColor])),void 0===t[o.ThemeId]&&(t.themeId=t.isDarkTheme?l.DDA.Theming.ThemeId.Black:l.DDA.Theming.ThemeId.White),n.hostPlatform!=l.HostInfoPlatform.web&&"mac"!=n.hostPlatform.toLowerCase()&&"ios"!=n.hostPlatform.toLowerCase()||Office.context&&Office.context.officeTheme&&(Office.context.officeTheme.bodyBackgroundColor=t.bodyBackgroundColor,Office.context.officeTheme.bodyForegroundColor=t.bodyForegroundColor,Office.context.officeTheme.controlBackgroundColor=t.controlBackgroundColor,Office.context.officeTheme.controlForegroundColor=t.controlForegroundColor,Office.context.officeTheme.isDarkTheme=t.isDarkTheme,Office.context.officeTheme.themeId=t.themeId),l.OUtil.defineEnumerableProperties(this,{type:{value:Microsoft.Office.WebExtension.EventType.OfficeThemeChanged},officeTheme:{value:t}})}e.OfficeThemeChangedEventArgs=s;function c(e){var t=i(e);l.OUtil.defineEnumerableProperties(this,{type:{value:Microsoft.Office.WebExtension.EventType.DocumentThemeChanged},documentTheme:{value:t}})}e.DocumentThemeChangedEventArgs=c})((e=l.DDA||(l.DDA={})).Theming||(e.Theming={}))}(OSF=OSF||{}),function(t){var e,n;e=t.V10ApiFeatureRegistry||(t.V10ApiFeatureRegistry={}),n=[],e.initialize=function(){n.forEach(function(e){e.defineMethodsFunc(),t.OUtil.getHostPlatform()==t.HostInfoPlatform.web?"function"==typeof e.defineWebParameterMapFunc&&e.defineWebParameterMapFunc():"function"==typeof e.defineSafeArrayParameterMapFunc&&e.defineSafeArrayParameterMapFunc(),"function"==typeof e.initializeFunc&&e.initializeFunc()})},e.register=function(e){n.push(e)}}(OSF=OSF||{}),function(a){var e,t;function n(o,r){var i=(new Date).getTime();return function(e,t){var n;if(r.onReceiving&&r.onReceiving(),0!=e)switch(e){case-5:n=7e3;break;default:n=5001}else n=t?t.Error?t.Error:0:5001;r.onComplete&&r.onComplete(n),a.AppTelemetry&&a.AppTelemetry.onRegisterDone(o,r.dispId,Math.abs((new Date).getTime()-i),n)}}(e=a.WACDelegate||(a.WACDelegate={})).version=1,(t=e.UniqueArguments||(e.UniqueArguments={})).Data="Data",t.Properties="Properties",t.BindingRequest="DdaBindingsMethod",t.BindingResponse="Bindings",t.SingleBindingResponse="singleBindingResponse",t.GetData="DdaGetBindingData",t.AddRowsColumns="DdaAddRowsColumns",t.SetData="DdaSetBindingData",t.ClearFormats="DdaClearBindingFormats",t.SetFormats="DdaSetBindingFormats",t.SettingsRequest="DdaSettingsMethod",t.BindingEventSource="ddaBinding",t.ArrayData="ArrayData",e.executeAsync=function(o){o.hostCallArgs||(o.hostCallArgs={}),o.hostCallArgs.DdaMethod={ControlId:a._OfficeAppFactory.getId(),Version:a.WACDelegate.version,DispatchId:o.dispId},o.hostCallArgs.__timeout__=-1,o.onCalling&&o.onCalling(),a.getClientEndPoint()&&a.getClientEndPoint().invoke("executeMethod",function(e,t){var n;if(o.onReceiving&&o.onReceiving(),0==e)a.WACDelegate.version=t.Version,n=t.Error;else switch(e){case-5:n=7e3;break;default:n=5001}o.onComplete&&o.onComplete(n,t)},o.hostCallArgs)},e.getOnAfterRegisterEvent=n,e.registerEventAsync=function(t){t.onCalling&&t.onCalling(),a.getClientEndPoint()&&a.getClientEndPoint().registerForEvent(a.OUtil.getXdmEventName(t.targetId,t.eventType),function(e){t.onEvent&&t.onEvent(e),a.AppTelemetry&&a.AppTelemetry.onEventDone(t.dispId)},n(!0,t),{controlId:a._OfficeAppFactory.getId(),eventDispId:t.dispId,targetId:t.targetId})},e.unregisterEventAsync=function(e){e.onCalling&&e.onCalling(),a.getClientEndPoint()&&a.getClientEndPoint().unregisterForEvent(a.OUtil.getXdmEventName(e.targetId,e.eventType),n(!1,e),{controlId:a._OfficeAppFactory.getId(),eventDispId:e.dispId,targetId:e.targetId})}}(OSF=OSF||{}),function(t){var n,e=(n=t.SpecialProcessor,__extends(o,n),o);function o(){var e=[t.WACDelegate.UniqueArguments.SingleBindingResponse,t.WACDelegate.UniqueArguments.BindingRequest,t.WACDelegate.UniqueArguments.BindingResponse,t.WACDelegate.UniqueArguments.GetData,t.WACDelegate.UniqueArguments.AddRowsColumns,t.WACDelegate.UniqueArguments.SetData,t.WACDelegate.UniqueArguments.ClearFormats,t.WACDelegate.UniqueArguments.SetFormats,t.WACDelegate.UniqueArguments.SettingsRequest,t.WACDelegate.UniqueArguments.BindingEventSource];return n.call(this,e,{})||this}t.WebSpecialProcessor=e}(OSF=OSF||{});__extends=this&&this.__extends||function(){var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};return function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}}();!function(e){var t,n,o;t=e.context||(e.context={}),n=t.document||(t.document={}),(o=n.bindings||(n.bindings={}))._eventDispatches=[],o.addFromSelectionAsync=function(e,t,n){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.AddFromSelectionAsync,arguments,this,void 0)},o.addFromNamedItemAsync=function(e,t,n,o){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.AddFromNamedItemAsync,arguments,this,void 0)},o.addFromPromptAsync=function(e,t,n){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.AddFromPromptAsync,arguments,this,void 0)},o.getAllAsync=function(e,t){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.GetAllAsync,arguments,this,void 0)},o.getByIdAsync=function(e,t,n){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.GetByIdAsync,arguments,this,void 0)},o.releaseByIdAsync=function(e,t,n){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.ReleaseByIdAsync,arguments,this,void 0)}}(Office=Office||{}),function(s){var e,t,n,o,r,i,a;function c(e){return s.manufactureBinding(e,Office.context.document)}function l(e){return e.id}function u(e,t,n){var o=e[s.ParameterNames.Data];return s.TableDataProperties&&o&&(null!=o[s.TableDataProperties.TableRows]||null!=o[s.TableDataProperties.TableHeaders])&&(o=Office.manufactureTableData(o)),null==(o=s.DataCoercion.coerceData(o,n[s.ParameterNames.CoercionType]))?null:o}(e=s.BindingProperties||(s.BindingProperties={})).Id="BindingId",e.Type="bindingType",e.RowCount="RowCount",e.ColumnCount="BindingColumnCount",e.HasHeaders="HasHeaders",(s.ListDescriptors||(s.ListDescriptors={})).BindingList="BindingList",s.ListType.setListType(s.ListDescriptors.BindingList,s.PropertyDescriptors.BindingProperties),(s.EventDescriptors||(s.EventDescriptors={})).BindingSelectionChangedEvent="BindingSelectionChangedEvent",t=s.Marshaling||(s.Marshaling={}),(n=t.BindingParameterKeys||(t.BindingParameterKeys={})).Id="BindingId",n.BindingType="BindingType",n.ItemName="ItemName",n.StartRow="StartRow",n.StartCol="StartCol",n.RowCount="RowCount",n.ColCount="ColCount",(o=t.TableBindingParameterKeys||(t.TableBindingParameterKeys={})).TableHeaders="TableHeaders",o.TableRows="TableRows",(r=t.AppBindingKeys||(t.AppBindingKeys={})).BindingId="Name",r.BindingType="BindingType",r[r.BindingProperties=0]="BindingProperties",r.BindingEventSource="ddaBinding",r.RowCount="RowCount",r.ColumnCount="ColCount",r.HasHeaders="HasHeaders",(i=t.TableSubsetKeys||(t.TableSubsetKeys={})).TableSubset="subset",i.StartRow="startRow",i.StartColumn="startColumn",i.RowCount="rowCount",i.ColumnCount="columnCount",(a=t.BindingType||(t.BindingType={}))[a.Table=1]="Table",a[a.Text=2]="Text",a[a.Matrix=3]="Matrix",s.Bindings||(s.Bindings={}),s.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){s.AsyncMethodCalls.define({method:s.AsyncMethods.AddFromPromptAsync,requiredArguments:[{name:s.ParameterNames.BindingType,enum:Office.BindingType}],supportedOptions:[{name:s.ParameterNames.Id,value:{types:["string"],calculate:I}},{name:s.ParameterNames.PromptText,value:{types:["string"],calculate:function(){return Strings.OfficeOM.L_AddBindingFromPromptDefaultText}}},{name:s.ParameterNames.SampleData,value:{types:["object"],defaultValue:null}}],privateStateCallbacks:[],onSucceeded:function(e){return s.manufactureBinding(e,Office.context.document)}}),s.AsyncMethodCalls.define({method:s.AsyncMethods.AddFromSelectionAsync,requiredArguments:[{name:s.ParameterNames.BindingType,enum:Office.BindingType}],supportedOptions:[{name:s.ParameterNames.Id,value:{types:["string"],calculate:I}},{name:s.ParameterNames.Columns,value:{types:["object"],defaultValue:null}}],privateStateCallbacks:[],onSucceeded:c}),s.AsyncMethodCalls.define({method:s.AsyncMethods.AddFromNamedItemAsync,requiredArguments:[{name:s.ParameterNames.ItemName,types:["string"]},{name:s.ParameterNames.BindingType,enum:Office.BindingType}],supportedOptions:[{name:s.ParameterNames.Id,value:{types:["string"],calculate:I}},{name:s.ParameterNames.Columns,value:{types:["object"],defaultValue:null}}],privateStateCallbacks:[{name:s.ParameterNames.FailOnCollision,value:function(){return!0}}],onSucceeded:c}),s.AsyncMethodCalls.define({method:s.AsyncMethods.GetAllAsync,requiredArguments:[],supportedOptions:[],privateStateCallbacks:[],onSucceeded:function(e){return e[s.ListDescriptors.BindingList].map(c)}}),s.AsyncMethodCalls.define({method:s.AsyncMethods.GetByIdAsync,requiredArguments:[{name:s.ParameterNames.Id,types:["string"]}],supportedOptions:[],privateStateCallbacks:[],onSucceeded:c}),s.AsyncMethodCalls.define({method:s.AsyncMethods.ReleaseByIdAsync,requiredArguments:[{name:s.ParameterNames.Id,types:["string"]}],supportedOptions:[],privateStateCallbacks:[],onSucceeded:function(e,t,n){var o=n[s.ParameterNames.Id];delete t._eventDispatches[o]}}),s.AsyncMethodCalls.define({method:s.AsyncMethods.GetDataAsync,requiredArguments:[],supportedOptions:[{name:s.ParameterNames.CoercionType,value:{enum:Office.CoercionType,calculate:function(e,t){return s.DataCoercion.getCoercionDefaultForBinding(t.type)}}},{name:s.ParameterNames.ValueFormat,value:{enum:Office.ValueFormat,defaultValue:Office.ValueFormat.Unformatted}},{name:s.ParameterNames.FilterType,value:{enum:Office.FilterType,defaultValue:Office.FilterType.All}},{name:s.ParameterNames.Rows,value:{types:["object","string"],defaultValue:null}},{name:s.ParameterNames.Columns,value:{types:["object"],defaultValue:null}},{name:s.ParameterNames.StartRow,value:{types:["number"],defaultValue:0}},{name:s.ParameterNames.StartColumn,value:{types:["number"],defaultValue:0}},{name:s.ParameterNames.RowCount,value:{types:["number"],defaultValue:0}},{name:s.ParameterNames.ColumnCount,value:{types:["number"],defaultValue:0}}],checkCallArgs:function(e,t,n){if(0==e[s.ParameterNames.StartRow]&&0==e[s.ParameterNames.StartColumn]&&0==e[s.ParameterNames.RowCount]&&0==e[s.ParameterNames.ColumnCount]&&(delete e[s.ParameterNames.StartRow],delete e[s.ParameterNames.StartColumn],delete e[s.ParameterNames.RowCount],delete e[s.ParameterNames.ColumnCount]),e[s.ParameterNames.CoercionType]!=s.DataCoercion.getCoercionDefaultForBinding(t.type)&&(e[s.ParameterNames.StartRow]||e[s.ParameterNames.StartColumn]||e[s.ParameterNames.RowCount]||e[s.ParameterNames.ColumnCount]))throw 1002;return e},privateStateCallbacks:[{name:s.ParameterNames.Id,value:l}],onSucceeded:u}),s.AsyncMethodCalls.define({method:s.AsyncMethods.SetDataAsync,requiredArguments:[{name:s.ParameterNames.Data,types:["string","object","number","boolean"]}],supportedOptions:[{name:s.ParameterNames.CoercionType,value:{enum:Office.CoercionType,calculate:function(e){return s.DataCoercion.determineCoercionType(e[s.ParameterNames.Data])}}},{name:s.ParameterNames.Rows,value:{types:["object","string"],defaultValue:null}},{name:s.ParameterNames.Columns,value:{types:["object"],defaultValue:null}},{name:s.ParameterNames.StartRow,value:{types:["number"],defaultValue:0}},{name:s.ParameterNames.StartColumn,value:{types:["number"],defaultValue:0}}],checkCallArgs:function(e,t,n){if(0==e[s.ParameterNames.StartRow]&&0==e[s.ParameterNames.StartColumn]&&(delete e[s.ParameterNames.StartRow],delete e[s.ParameterNames.StartColumn]),e[s.ParameterNames.CoercionType]!=s.DataCoercion.getCoercionDefaultForBinding(t.type)&&(e[s.ParameterNames.StartRow]||e[s.ParameterNames.StartColumn]))throw 1002;return e},privateStateCallbacks:[{name:s.ParameterNames.Id,value:l}]})},defineSafeArrayParameterMapFunc:function(){s.HostParameterMap.define({type:"bindingSpecificData",fromHost:[{name:s.BindingProperties.RowCount,value:0},{name:s.BindingProperties.ColumnCount,value:1},{name:s.BindingProperties.HasHeaders,value:2}],isComplexType:!0}),s.HostParameterMap.define({type:s.PropertyDescriptors.Subset,toHost:[{name:"offset",value:0},{name:"run",value:1}],canonical:!0,isComplexType:!0}),s.HostParameterMap.define({type:"offset",toHost:[{name:s.ParameterNames.StartRow,value:0},{name:s.ParameterNames.StartColumn,value:1}],canonical:!0,isComplexType:!0}),s.HostParameterMap.define({type:"run",toHost:[{name:s.ParameterNames.RowCount,value:0},{name:s.ParameterNames.ColumnCount,value:1}],canonical:!0,isComplexType:!0}),s.HostParameterMap.define({type:"run",toHost:[{name:s.ParameterNames.RowCount,value:0},{name:s.ParameterNames.ColumnCount,value:1}],canonical:!0,isComplexType:!0}),s.HostParameterMap.define({type:79,toHost:[{name:s.ParameterNames.Id,value:0},{name:s.ParameterNames.Data,value:1}]}),s.HostParameterMap.define({type:73,toHost:[{name:s.ParameterNames.Id,value:0}]}),s.HostParameterMap.define({type:s.PropertyDescriptors.BindingProperties,fromHost:[{name:s.BindingProperties.Id,value:0},{name:s.BindingProperties.Type,value:1},{name:"bindingSpecificData",value:2}],isComplexType:!0}),s.HostParameterMap.define({type:s.ParameterNames.BindingType,toHost:[{name:Office.BindingType.Text,value:0},{name:Office.BindingType.Matrix,value:1},{name:Office.BindingType.Table,value:2}],invertible:!0}),s.HostParameterMap.define({type:66,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.HostParameterMap.self}],toHost:[{name:s.ParameterNames.Id,value:0},{name:s.ParameterNames.BindingType,value:1}]}),s.HostParameterMap.define({type:78,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.HostParameterMap.self}],toHost:[{name:s.ParameterNames.ItemName,value:0},{name:s.ParameterNames.Id,value:1},{name:s.ParameterNames.BindingType,value:2},{name:s.ParameterNames.FailOnCollision,value:3}]}),s.HostParameterMap.define({type:67,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.HostParameterMap.self}],toHost:[{name:s.ParameterNames.Id,value:0},{name:s.ParameterNames.BindingType,value:1},{name:s.ParameterNames.PromptText,value:2}]}),s.HostParameterMap.define({type:69,toHost:[{name:s.ParameterNames.Id,value:0}]}),s.HostParameterMap.define({type:68,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.HostParameterMap.self}],toHost:[{name:s.ParameterNames.Id,value:0}]}),s.HostParameterMap.define({type:74,fromHost:[{name:s.ListDescriptors.BindingList,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:70,fromHost:[{name:s.ParameterNames.Data,value:s.HostParameterMap.self}],toHost:[{name:s.ParameterNames.Id,value:0},{name:s.ParameterNames.CoercionType,value:1},{name:s.ParameterNames.ValueFormat,value:2},{name:s.ParameterNames.FilterType,value:3},{name:s.PropertyDescriptors.Subset,value:4}]}),s.HostParameterMap.define({type:71,toHost:[{name:s.ParameterNames.Id,value:0},{name:s.ParameterNames.CoercionType,value:1},{name:s.ParameterNames.Data,value:2},{name:"offset",value:3}]})},defineWebParameterMapFunc:function(){s.HostParameterMap.define({type:72,toHost:[{name:s.WACDelegate.UniqueArguments.AddRowsColumns,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:79,toHost:[{name:s.WACDelegate.UniqueArguments.AddRowsColumns,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:73,toHost:[{name:s.WACDelegate.UniqueArguments.BindingRequest,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:s.WACDelegate.UniqueArguments.AddRowsColumns,toHost:[{name:s.ParameterNames.Id,value:"BindingId"},{name:s.ParameterNames.Data,value:s.WACDelegate.UniqueArguments.Data}]}),s.HostParameterMap.define({type:s.PropertyDescriptors.Subset,fromHost:[{name:s.ParameterNames.StartRow,value:"StartRow"},{name:s.ParameterNames.StartColumn,value:"StartCol"},{name:s.ParameterNames.RowCount,value:"RowCount"},{name:s.ParameterNames.ColumnCount,value:"ColCount"}]}),s.HostParameterMap.define({type:s.WACDelegate.UniqueArguments.BindingRequest,toHost:[{name:s.ParameterNames.ItemName,value:"ItemName"},{name:s.ParameterNames.Id,value:"BindingId"},{name:s.ParameterNames.BindingType,value:"BindingType"},{name:s.ParameterNames.PromptText,value:"PromptText"},{name:s.ParameterNames.Columns,value:"Columns"},{name:s.ParameterNames.SampleData,value:"SampleData"},{name:s.ParameterNames.FailOnCollision,value:"FailOnCollision"}]}),s.HostParameterMap.addComplexType(s.PropertyDescriptors.BindingProperties),s.HostParameterMap.define({type:s.ParameterNames.BindingType,toHost:[{name:Office.BindingType.Text,value:2},{name:Office.BindingType.Matrix,value:3},{name:Office.BindingType.Table,value:1}],invertible:!0}),s.HostParameterMap.define({type:s.PropertyDescriptors.BindingProperties,fromHost:[{name:s.BindingProperties.Id,value:"Name"},{name:s.BindingProperties.Type,value:"BindingType"},{name:s.BindingProperties.RowCount,value:"RowCount"},{name:s.BindingProperties.ColumnCount,value:"ColCount"},{name:s.BindingProperties.HasHeaders,value:"HasHeaders"}]}),s.HostParameterMap.define({type:s.WACDelegate.UniqueArguments.SingleBindingResponse,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:0}]}),s.HostParameterMap.define({type:66,fromHost:[{name:s.WACDelegate.UniqueArguments.SingleBindingResponse,value:s.WACDelegate.UniqueArguments.BindingResponse}],toHost:[{name:s.WACDelegate.UniqueArguments.BindingRequest,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:67,fromHost:[{name:s.WACDelegate.UniqueArguments.SingleBindingResponse,value:s.WACDelegate.UniqueArguments.BindingResponse}],toHost:[{name:s.WACDelegate.UniqueArguments.BindingRequest,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:78,fromHost:[{name:s.WACDelegate.UniqueArguments.SingleBindingResponse,value:s.WACDelegate.UniqueArguments.BindingResponse}],toHost:[{name:s.WACDelegate.UniqueArguments.BindingRequest,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:69,toHost:[{name:s.WACDelegate.UniqueArguments.BindingRequest,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:68,fromHost:[{name:s.WACDelegate.UniqueArguments.SingleBindingResponse,value:s.WACDelegate.UniqueArguments.BindingResponse}],toHost:[{name:s.WACDelegate.UniqueArguments.BindingRequest,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:74,fromHost:[{name:s.ListDescriptors.BindingList,value:s.WACDelegate.UniqueArguments.BindingResponse}]}),s.HostParameterMap.define({type:70,fromHost:[{name:s.ParameterNames.Data,value:s.WACDelegate.UniqueArguments.Data}],toHost:[{name:s.WACDelegate.UniqueArguments.GetData,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:71,toHost:[{name:s.WACDelegate.UniqueArguments.SetData,value:s.HostParameterMap.self}]})},initializeFunc:function(){s.manufactureBinding=function(e,t){var n,o=e[s.BindingProperties.Id],r=e[s.BindingProperties.RowCount],i=e[s.BindingProperties.ColumnCount],a=e[s.BindingProperties.HasHeaders];switch(e[s.BindingProperties.Type]){case Office.BindingType.Text:n=new s.TextBinding(o,t);break;case Office.BindingType.Matrix:n=null,n=new s.MatrixBinding(o,t,r,i);break;case Office.BindingType.Table:n=new(s._OfficeAppFactory.getHostInfo().hostType==s.HostInfoHostType.excel&&Office.context.document&&s.ExcelTableBinding?s.ExcelTableBinding:s.TableBinding)(o,t,r,i,a);break;default:n=new s.UnknownBinding(o,t)}return n}}}),s.BindingEvents||(s.BindingEvents={}),s.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){},defineSafeArrayParameterMapFunc:function(){s.HostParameterMap.define({type:s.EventDispId.dispidBindingSelectionChangedEvent,fromHost:[{name:s.EventDescriptors.BindingSelectionChangedEvent,value:s.HostParameterMap.self}],isComplexType:!0}),s.HostParameterMap.define({type:s.EventDispId.dispidBindingDataChangedEvent,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.HostParameterMap.self}]})},defineWebParameterMapFunc:function(){s.HostParameterMap.define({type:s.EventDescriptors.BindingSelectionChangedEvent,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.WACDelegate.UniqueArguments.BindingEventSource},{name:s.PropertyDescriptors.Subset,value:s.PropertyDescriptors.Subset}]}),s.HostParameterMap.define({type:s.EventDispId.dispidBindingSelectionChangedEvent,fromHost:[{name:s.EventDescriptors.BindingSelectionChangedEvent,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:s.EventDispId.dispidBindingDataChangedEvent,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.WACDelegate.UniqueArguments.BindingEventSource}]})}});var d=(Object.defineProperty(f.prototype,"onFail",{get:function(){return this.m_errorCallback},set:function(e){var t=typeof e;if("undefined"!=t&&"function"!=t)throw s.OUtil.formatString(Strings.OfficeOM.L_CallbackNotAFunction,t);this.m_errorCallback=e},enumerable:!0,configurable:!0}),f.prototype._fetch=function(t){if(this.m_binding)t&&t(this.m_binding);else if(!this.m_binding){var n=this;Office.context.document.bindings.getByIdAsync(this.m_id,function(e){e.status==Office.AsyncResultStatus.Succeeded?(s.OUtil.defineEnumerableProperty(n,"binding",{value:e.value}),t&&t(n.m_binding)):n.onFail&&n.onFail(e)})}return this},f.prototype.getDataAsync=function(){var t=arguments;return this._fetch(function(e){e.getDataAsync.apply(e,t)}),this},f.prototype.setDataAsync=function(){var t=arguments;return this._fetch(function(e){e.setDataAsync.apply(e,t)}),this},f.prototype.addHandlerAsync=function(){var t=arguments;return this._fetch(function(e){e.addHandlerAsync.apply(e,t)}),this},f.prototype.removeHandlerAsync=function(){var t=arguments;return this._fetch(function(e){e.removeHandlerAsync.apply(e,t)}),this},f.prototype.setTableOptionsAsync=function(){var t=arguments;return this._fetch(function(e){e.setTableOptionsAsync.apply(e,t)}),this},f.prototype.setFormatsAsync=function(){var t=arguments;return this._fetch(function(e){e.setFormatsAsync.apply(e,t)}),this},f.prototype.clearFormatsAsync=function(){var t=arguments;return this._fetch(function(e){e.clearFormatsAsync.apply(e,t)}),this},f);function f(e){this.m_id=e}s.BindingPromise=d;var p=(Object.defineProperty(m.prototype,"document",{get:function(){return this.m_docInstance},enumerable:!0,configurable:!0}),Object.defineProperty(m.prototype,"id",{get:function(){return this.m_id},enumerable:!0,configurable:!0}),m);function m(e,t){this.m_id=e,this.m_docInstance=t}s.UnknownBinding=p;var g=(h.prototype.getDataAsync=function(e,t){s.DispIdHost.InvokeMethod(s.AsyncMethods.GetDataAsync,arguments,this,void 0)},h.prototype.setDataAsync=function(e,t,n){s.DispIdHost.InvokeMethod(s.AsyncMethods.SetDataAsync,arguments,this,void 0)},Object.defineProperty(h.prototype,"document",{get:function(){return this.m_docInstance},enumerable:!0,configurable:!0}),Object.defineProperty(h.prototype,"id",{get:function(){return this.m_id},enumerable:!0,configurable:!0}),h);function h(e,t){this.m_id=e,this.m_docInstance=t;var n=s.EventType,o=t.bindings._eventDispatches;o[e]||(o[e]=new s.EventDispatch([n.BindingSelectionChanged,n.BindingDataChanged]));var r=o[e];s.DispIdHost.addEventSupport(this,r)}s.Binding=g;var v,y=(v=s.Binding,__extends(b,v),Object.defineProperty(b.prototype,"type",{get:function(){return Office.BindingType.Matrix},enumerable:!0,configurable:!0}),Object.defineProperty(b.prototype,"rowCount",{get:function(){return this.m_rows?this.m_rows:0},enumerable:!0,configurable:!0}),Object.defineProperty(b.prototype,"columnCount",{get:function(){return this.m_cols?this.m_cols:0},enumerable:!0,configurable:!0}),b);function b(e,t,n,o){var r=v.call(this,e,t)||this;return r.m_rows=n,r.m_cols=o,r}s.MatrixBinding=y;var C,O=(C=s.Binding,__extends(_,C),Object.defineProperty(_.prototype,"type",{get:function(){return Office.BindingType.Table},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"rowCount",{get:function(){return this.m_rows?this.m_rows:0},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"columnCount",{get:function(){return this.m_cols?this.m_cols:0},enumerable:!0,configurable:!0}),Object.defineProperty(_.prototype,"hasHeaders",{get:function(){return!!this.m_hasHeaders&&this.m_hasHeaders},enumerable:!0,configurable:!0}),_.prototype.addRowsAsync=function(e,t,n){s.DispIdHost.InvokeMethod(s.AsyncMethods.AddRowsAsync,arguments,this,void 0)},_.prototype.addColumnsAsync=function(e,t,n){s.DispIdHost.InvokeMethod(s.AsyncMethods.AddColumnsAsync,arguments,this,void 0)},_.prototype.deleteAllDataValuesAsync=function(e,t){s.DispIdHost.InvokeMethod(s.AsyncMethods.DeleteAllDataValuesAsync,arguments,this,void 0)},_);function _(e,t,n,o,r){var i=C.call(this,e,t)||this;return i.m_rows=n,i.m_cols=o,i.m_hasHeaders=r,i}s.TableBinding=O;var A,S=(A=s.TableBinding,__extends(P,A),P.prototype.clearFormatsAsync=function(e,t){s.DispIdHost.InvokeMethod(s.AsyncMethods.ClearFormatsAsync,arguments,this,void 0)},P.prototype.setTableOptionsAsync=function(e,t,n){s.DispIdHost.InvokeMethod(s.AsyncMethods.SetTableOptionsAsync,arguments,this,void 0)},P.prototype.setFormatsAsync=function(e,t,n){s.DispIdHost.InvokeMethod(s.AsyncMethods.SetFormatsAsync,arguments,this,void 0)},P);function P(e,t,n,o,r){var i=A.call(this,e,t,n,o,r)||this;return s.OUtil.finalizeProperties(i),i}function T(e){return e.id}s.ExcelTableBinding=S,s.TableBindingMethods||(s.TableBindingMethods={}),s.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){s.AsyncMethodCalls.define({method:s.AsyncMethods.AddRowsAsync,requiredArguments:[{name:s.ParameterNames.Data,types:["object"]}],supportedOptions:[],privateStateCallbacks:[{name:s.ParameterNames.Id,value:T}]}),s.AsyncMethodCalls.define({method:s.AsyncMethods.AddColumnsAsync,requiredArguments:[{name:s.ParameterNames.Data,types:["object"]}],supportedOptions:[],privateStateCallbacks:[{name:s.ParameterNames.Id,value:T}]}),s.AsyncMethodCalls.define({method:s.AsyncMethods.DeleteAllDataValuesAsync,requiredArguments:[],supportedOptions:[],privateStateCallbacks:[{name:s.ParameterNames.Id,value:T}]})}});var E,D=(E=s.Binding,__extends(w,E),Object.defineProperty(w.prototype,"type",{get:function(){return Office.BindingType.Text},enumerable:!0,configurable:!0}),w);function w(e,t){return E.call(this,e,t)||this}function I(){return"UnnamedBinding_"+s.OUtil.getUniqueId()+"_"+(new Date).getTime()}s.TextBinding=D,s.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){s.AsyncMethodCalls.define({method:s.AsyncMethods.BindingSelectionChanged,requiredArguments:[],supportedOptions:[],privateStateCallbacks:[]}),s.AsyncMethodCalls.define({method:s.AsyncMethods.BindingDataChanged,requiredArguments:[],supportedOptions:[],privateStateCallbacks:[]})},defineSafeArrayParameterMapFunc:function(){s.HostParameterMap.define({type:s.EventDescriptors.BindingSelectionChangedEvent,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:0},{name:s.PropertyDescriptors.Subset,value:1}],isComplexType:!0}),s.HostParameterMap.define({type:s.EventDispId.dispidBindingSelectionChangedEvent,fromHost:[{name:s.EventDescriptors.BindingSelectionChangedEvent,value:s.HostParameterMap.self}],isComplexType:!0}),s.HostParameterMap.define({type:s.EventDispId.dispidBindingDataChangedEvent,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.HostParameterMap.self}]})},defineWebParameterMapFunc:function(){s.HostParameterMap.define({type:s.EventDescriptors.BindingSelectionChangedEvent,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.WACDelegate.UniqueArguments.BindingEventSource},{name:s.PropertyDescriptors.Subset,value:s.PropertyDescriptors.Subset}]}),s.HostParameterMap.define({type:s.EventDispId.dispidBindingSelectionChangedEvent,fromHost:[{name:s.EventDescriptors.BindingSelectionChangedEvent,value:s.HostParameterMap.self}]}),s.HostParameterMap.define({type:s.EventDispId.dispidBindingDataChangedEvent,fromHost:[{name:s.PropertyDescriptors.BindingProperties,value:s.WACDelegate.UniqueArguments.BindingEventSource}]})}})}(OSF=OSF||{}),function(e){var t,n,o;t=e.context||(e.context={}),n=t.document||(t.document={}),(o=n.customXmlParts||(n.customXmlParts={}))._eventDispatches=[],o.addAsync=function(e,t,n){"function"==typeof t&&(n=t);var o={toSafeArrayHost:function(){return[e]},fromSafeArrayHost:function(e){var t={id:e[0],DataPartBuiltIn:e[1]};return OSF.processDataPart(t)},toWebHost:function(){return{xml:e}},fromWebHost:function(e){var t={id:e.DataPartProperties.id,DataPartBuiltIn:e.DataPartProperties.DataPartBuiltIn};return OSF.processDataPart(t)}};OSF._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(128,o,n,null!=t?t.asyncContext:void 0)},o.getByIdAsync=function(e,t,n){"function"==typeof t&&(n=t);var o={toSafeArrayHost:function(){return[e]},fromSafeArrayHost:function(e){var t={id:e[0],DataPartBuiltIn:e[1]};return OSF.processDataPart(t)},toWebHost:function(){return{id:e}},fromWebHost:function(e){var t={id:e.DataPartProperties.id,DataPartBuiltIn:e.DataPartProperties.DataPartBuiltIn};return OSF.processDataPart(t)}};OSF._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(129,o,n,null!=t?t.asyncContext:void 0)},o.getByNamespaceAsync=function(e,t,n){"function"==typeof t&&(n=t);var o={toSafeArrayHost:function(){return[e]},fromSafeArrayHost:function(e){var t=[];if(e)for(var n=0;n<e.length;n++){var o={id:e[n][0],DataPartBuiltIn:e[n][1]},r=OSF.processDataPart(o);t.push(r)}return t},toWebHost:function(){return{namespace:e}},fromWebHost:function(e){for(var t=[],n=0;n<e.DataPartList.length;n++){var o={id:e.DataPartList[n].id,DataPartBuiltIn:e.DataPartList[n].DataPartBuiltIn},r=OSF.processDataPart(o);t.push(r)}return t}};OSF._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(130,o,n,null!=t?t.asyncContext:void 0)}}(Office=Office||{}),function(a){var e,t,n;(e=a.DataPartProperties||(a.DataPartProperties={})).Id="id",e.BuiltIn="DataPartBuiltIn",(t=a.DataNodeProperties||(a.DataNodeProperties={})).Handle="DataNodeHandle",t.BaseName="DataNodeBaseName",t.NamespaceUri="DataNodeNamespaceUri",t.NodeType="DataNodeType",(n=a.ListDescriptors||(a.ListDescriptors={})).DataPartList="DataPartList",n.DataNodeList="DataNodeList",a.ListType.setListType(a.ListDescriptors.DataPartList,a.PropertyDescriptors.DataPartProperties),a.ListType.setListType(a.ListDescriptors.DataNodeList,a.PropertyDescriptors.DataPartProperties);var o=(Object.defineProperty(r.prototype,"builtIn",{get:function(){return this.m_builtIn},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"id",{get:function(){return this.m_id},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"namespaceManager",{get:function(){return new i(this.m_id)},enumerable:!0,configurable:!0}),r.prototype.deleteAsync=function(e,t){var n=this;"function"==typeof e&&(t=e);var o={toSafeArrayHost:function(){return[null==n.m_id?void 0:n.m_id]},fromSafeArrayHost:function(e){},toWebHost:function(){return{id:null==n.m_id?void 0:n.m_id}},fromWebHost:function(e){return{}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(133,o,t,null!=e?e.asyncContext:void 0)},r.prototype.getNodesAsync=function(e,t,n){var o=this;"function"==typeof t&&(n=t);var r={toSafeArrayHost:function(){return[null==o.m_id?void 0:o.m_id,e]},fromSafeArrayHost:function(e){for(var t=[],n=0;n<e.length;n++){var o={DataNodeHandle:e[n][0],DataNodeBaseName:e[n][1],DataNodeNamespaceUri:e[n][2],DataNodeType:e[n][3]},r=a.processDataNode(o);t.push(r)}return t},toWebHost:function(){return{id:null==o.m_id?void 0:o.m_id,xpath:e}},fromWebHost:function(e){for(var t=[],n=0;n<e.DataNodeList.length;n++){var o={DataNodeHandle:e.DataNodeList[n].DataNodeHandle,DataNodeBaseName:e.DataNodeList[n].DataNodeBaseName,DataNodeNamespaceUri:e.DataNodeList[n].DataNodeNamespaceUri,DataNodeType:e.DataNodeList[n].DataNodeType},r=a.processDataNode(o);t.push(r)}return t}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(132,r,n,null!=t?t.asyncContext:void 0)},r.prototype.getXmlAsync=function(e,t){var n=this;"function"==typeof e&&(t=e);var o={toSafeArrayHost:function(){return[null==n.m_id?void 0:n.m_id]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{id:null==n.m_id?void 0:n.m_id}},fromWebHost:function(e){return{data:e.Data}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(131,o,t,null!=e?e.asyncContext:void 0)},r);function r(e,t,n){this.m_customXmlParts=e,this.m_id=t,this.m_builtIn=n;var o=e._eventDispatches,r=o[t];if(!r){var i=a.EventType;r=new a.EventDispatch([i.DataNodeDeleted,i.DataNodeInserted,i.DataNodeReplaced]),o[t]=r}a.DispIdHost.addEventSupport(this,r)}a.CustomXmlPart=o;var i=(s.prototype.addNamespaceAsync=function(e,t,n,o){var r=this;"function"==typeof n&&(o=n);var i={toSafeArrayHost:function(){return[null==r.m_partId?void 0:r.m_partId,e,t]},fromSafeArrayHost:function(e){},toWebHost:function(){return{id:null==r.m_partId?void 0:r.m_partId,prefix:e,namespace:t}},fromWebHost:function(e){return{}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(139,i,o,null!=n?n.asyncContext:void 0)},s.prototype.getNamespaceAsync=function(e,t,n){var o=this;"function"==typeof t&&(n=t);var r={toSafeArrayHost:function(){return[null==o.m_partId?void 0:o.m_partId,e]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{id:null==o.m_partId?void 0:o.m_partId,prefix:e}},fromWebHost:function(e){return{data:e.Data}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(140,r,n,null!=t?t.asyncContext:void 0)},s.prototype.getPrefixAsync=function(e,t,n){var o=this;"function"==typeof t&&(n=t);var r={toSafeArrayHost:function(){return[null==o.m_partId?void 0:o.m_partId,e]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{id:null==o.m_partId?void 0:o.m_partId,namespace:e}},fromWebHost:function(e){return{data:e.Data}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(141,r,n,null!=t?t.asyncContext:void 0)},s);function s(e){this.m_partId=e}a.CustomXmlPrefixMappings=i;var c,l,u,d,f,p,m,g=(Object.defineProperty(h.prototype,"baseName",{get:function(){return this.m_baseName},enumerable:!0,configurable:!0}),Object.defineProperty(h.prototype,"namespaceUri",{get:function(){return this.m_ns},enumerable:!0,configurable:!0}),Object.defineProperty(h.prototype,"nodeType",{get:function(){return this.m_nodeType},enumerable:!0,configurable:!0}),h.prototype.getNodesAsync=function(e,t,n){var o=this;"function"==typeof t&&(n=t);var r={toSafeArrayHost:function(){return[v(o,o.m_handle),e]},fromSafeArrayHost:function(e){for(var t=[],n=0;n<e.length;n++){var o={DataNodeBaseName:e[n][2],DataNodeNamespaceUri:e[n][3],DataNodeType:e[n][4]},r=a.processDataNode(o);t.push(r)}return t},toWebHost:function(){return{DataNodeHandle:v(o,o.m_handle),xpath:e}},fromWebHost:function(e){for(var t=[],n=0;n<e.DataNodeList.length;n++){var o={DataNodeHandle:e.DataNodeList[n].DataNodeHandle,DataNodeBaseName:e.DataNodeList[n].DataNodeBaseName,DataNodeNamespaceUri:e.DataNodeList[n].DataNodeNamespaceUri,DataNodeType:e.DataNodeList[n].DataNodeType},r=a.processDataNode(o);t.push(r)}return t}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(136,r,n,null!=t?t.asyncContext:void 0)},h.prototype.getNodeValueAsync=function(e,t){var n=this;"function"==typeof e&&(t=e);var o={toSafeArrayHost:function(){return[v(n,n.m_handle)]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{DataNodeHandle:v(n,n.m_handle)}},fromWebHost:function(e){return{data:e.Data}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(134,o,t,null!=e?e.asyncContext:void 0)},h.prototype.setNodeValueAsync=function(e,t,n){var o=this;"function"==typeof t&&(n=t);var r={toSafeArrayHost:function(){return[v(o,o.m_handle),e]},fromSafeArrayHost:function(e){},toWebHost:function(){return{DataNodeHandle:v(o,o.m_handle),Data:e}},fromWebHost:function(e){return{}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(137,r,n,null!=t?t.asyncContext:void 0)},h.prototype.getXmlAsync=function(e,t){var n=this;"function"==typeof e&&(t=e);var o={toSafeArrayHost:function(){return[v(n,n.m_handle)]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{DataNodeHandle:v(n,n.m_handle)}},fromWebHost:function(e){return{data:e.Data}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(135,o,t,null!=e?e.asyncContext:void 0)},h.prototype.setXmlAsync=function(e,t,n){var o=this;"function"==typeof t&&(n=t);var r={toSafeArrayHost:function(){return[v(o,o.m_handle),e]},fromSafeArrayHost:function(e){},toWebHost:function(){return{DataNodeHandle:v(o,o.m_handle),xml:e}},fromWebHost:function(e){return{}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(138,r,n,null!=t?t.asyncContext:void 0)},h.prototype.getTextAsync=function(e,t){var n=this;"function"==typeof e&&(t=e);var o={toSafeArrayHost:function(){return[v(n,n.m_handle)]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{DataNodeHandle:v(n,n.m_handle)}},fromWebHost:function(e){return{data:e.Data}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(142,o,t,null!=e?e.asyncContext:void 0)},h.prototype.setTextAsync=function(e,t,n){var o=this;"function"==typeof t&&(n=t);var r={toSafeArrayHost:function(){return[v(o,o.m_handle),e]},fromSafeArrayHost:function(e){},toWebHost:function(){return{DataNodeHandle:v(o,o.m_handle),undefined:e}},fromWebHost:function(e){return{}}};a._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(143,r,n,null!=t?t.asyncContext:void 0)},h);function h(e,t,n,o){this.m_handle=e,this.m_nodeType=t,this.m_ns=n,this.m_baseName=o}function v(e,t){return t}a.CustomXmlNode=g,a.manufactureDataNode=function(e){if(e)return new a.CustomXmlNode(e[a.DataNodeProperties.Handle],e[a.DataNodeProperties.NodeType],e[a.DataNodeProperties.NamespaceUri],e[a.DataNodeProperties.BaseName])},a.manufactureDataPart=function(e,t){return new a.CustomXmlPart(t,e[a.DataPartProperties.Id],e[a.DataPartProperties.BuiltIn])},c=a.Marshaling||(a.Marshaling={}),l=c.Customxml||(c.Customxml={}),(u=l.CustomXmlPartsKeys||(l.CustomXmlPartsKeys={})).Id="id",u.Namespace="namespace",u.Xml="xml",u.XPath="xpath",u.Prefix="prefix",(d=l.DataPartProperties||(l.DataPartProperties={})).Id="id",d.BuiltIn="DataPartBuiltIn",(f=l.PropertyDescriptors||(l.PropertyDescriptors={})).DataPartProperties="DataPartProperties",f.DataNodeProperties="DataNodeProperties",(p=l.DataNodeProperties||(l.DataNodeProperties={})).Handle="DataNodeHandle",p.BaseName="DataNodeBaseName",p.NamespaceUri="DataNodeNamespaceUri",p.NodeType="DataNodeType",(m=l.ListDescriptors||(l.ListDescriptors={})).DataPartList="DataPartList",m.DataNodeList="DataNodeList",a.CustomXml||(a.CustomXml={}),a.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){},defineSafeArrayParameterMapFunc:function(){a.HostParameterMap.define({type:a.EventDescriptors.DataNodeInsertedEvent,fromHost:[{name:a.DataNodeEventProperties.InUndoRedo,value:0},{name:a.DataNodeEventProperties.NewNode,value:1}],isComplexType:!0}),a.HostParameterMap.define({type:a.EventDescriptors.DataNodeReplacedEvent,fromHost:[{name:a.DataNodeEventProperties.InUndoRedo,value:0},{name:a.DataNodeEventProperties.OldNode,value:1},{name:a.DataNodeEventProperties.NewNode,value:2}],isComplexType:!0}),a.HostParameterMap.define({type:a.EventDescriptors.DataNodeDeletedEvent,fromHost:[{name:a.DataNodeEventProperties.InUndoRedo,value:0},{name:a.DataNodeEventProperties.OldNode,value:1},{name:a.DataNodeEventProperties.NextSiblingNode,value:2}],isComplexType:!0}),a.HostParameterMap.define({type:a.DataNodeEventProperties.OldNode,fromHost:[{name:a.PropertyDescriptors.DataNodeProperties,value:a.HostParameterMap.self}],isComplexType:!0}),a.HostParameterMap.define({type:a.DataNodeEventProperties.NewNode,fromHost:[{name:a.PropertyDescriptors.DataNodeProperties,value:a.HostParameterMap.self}],isComplexType:!0}),a.HostParameterMap.define({type:a.DataNodeEventProperties.NextSiblingNode,fromHost:[{name:a.PropertyDescriptors.DataNodeProperties,value:a.HostParameterMap.self}],isComplexType:!0}),a.HostParameterMap.define({type:a.EventDispId.dispidDataNodeAddedEvent,fromHost:[{name:a.EventDescriptors.DataNodeInsertedEvent,value:a.HostParameterMap.self}]}),a.HostParameterMap.define({type:a.EventDispId.dispidDataNodeReplacedEvent,fromHost:[{name:a.EventDescriptors.DataNodeReplacedEvent,value:a.HostParameterMap.self}]}),a.HostParameterMap.define({type:a.EventDispId.dispidDataNodeDeletedEvent,fromHost:[{name:a.EventDescriptors.DataNodeDeletedEvent,value:a.HostParameterMap.self}]})},defineWebParameterMapFunc:function(){a.HostParameterMap.define({type:a.EventDescriptors.DataNodeInsertedEvent,fromHost:[{name:a.DataNodeEventProperties.InUndoRedo,value:a.Marshaling.Customxml.DataNodeEventProperties.InUndoRedo},{name:a.DataNodeEventProperties.NewNode,value:a.Marshaling.Customxml.DataNodeEventProperties.NewNode}],isComplexType:!0}),a.HostParameterMap.define({type:a.EventDescriptors.DataNodeReplacedEvent,fromHost:[{name:a.DataNodeEventProperties.InUndoRedo,value:a.Marshaling.Customxml.DataNodeEventProperties.InUndoRedo},{name:a.DataNodeEventProperties.OldNode,value:a.Marshaling.Customxml.DataNodeEventProperties.OldNode},{name:a.DataNodeEventProperties.NewNode,value:a.Marshaling.Customxml.DataNodeEventProperties.NewNode}],isComplexType:!0}),a.HostParameterMap.define({type:a.EventDescriptors.DataNodeDeletedEvent,fromHost:[{name:a.DataNodeEventProperties.InUndoRedo,value:a.Marshaling.Customxml.DataNodeEventProperties.InUndoRedo},{name:a.DataNodeEventProperties.OldNode,value:a.Marshaling.Customxml.DataNodeEventProperties.OldNode},{name:a.DataNodeEventProperties.NextSiblingNode,value:a.Marshaling.Customxml.DataNodeEventProperties.NextSiblingNode}],isComplexType:!0}),a.HostParameterMap.define({type:a.DataNodeEventProperties.OldNode,fromHost:[{name:a.PropertyDescriptors.DataNodeProperties,value:a.HostParameterMap.self}],isComplexType:!0}),a.HostParameterMap.define({type:a.DataNodeEventProperties.NewNode,fromHost:[{name:a.PropertyDescriptors.DataNodeProperties,value:a.HostParameterMap.self}],isComplexType:!0}),a.HostParameterMap.define({type:a.DataNodeEventProperties.NextSiblingNode,fromHost:[{name:a.PropertyDescriptors.DataNodeProperties,value:a.HostParameterMap.self}],isComplexType:!0}),a.HostParameterMap.define({type:a.EventDispId.dispidDataNodeAddedEvent,fromHost:[{name:a.EventDescriptors.DataNodeInsertedEvent,value:a.HostParameterMap.self}]}),a.HostParameterMap.define({type:a.EventDispId.dispidDataNodeReplacedEvent,fromHost:[{name:a.EventDescriptors.DataNodeReplacedEvent,value:a.HostParameterMap.self}]}),a.HostParameterMap.define({type:a.EventDispId.dispidDataNodeDeletedEvent,fromHost:[{name:a.EventDescriptors.DataNodeDeletedEvent,value:a.HostParameterMap.self}]})}}),a.processDataPart=function(e){return a.manufactureDataPart(e,Office.context.document.customXmlParts)},a.processDataNode=function(e){return a.manufactureDataNode(e)}}(OSF=OSF||{}),function(r){var e;function o(e){if(null==e||null==e)return null;var t=null,n=typeof e;return void 0!==e.rows?t=Office.CoercionType.Table:r.OUtil.isArray(e)?t=Office.CoercionType.Matrix:"string"!=n&&"number"!=n&&"boolean"!=n&&!r.OUtil.isDate(e)||(t=Office.CoercionType.Text),t}function i(e,t,n){return(n=n||o(e))&&n!=t&&(e=function(e,t){var n;switch(e){case Office.CoercionType.Table:n=t;break;case Office.CoercionType.Matrix:n=function(e){var t=e.rows;null!=e.headers&&t.unshift(e.headers);return t}(t);break;case Office.CoercionType.SlideRange:r.manufactureSlideRange&&null==(n=r.manufactureSlideRange(s(t)))&&(n=s(t));break;case Office.CoercionType.Text:case Office.CoercionType.Html:case Office.CoercionType.Ooxml:default:n=s(t)}return n}(t,function(e,t){null==t&&(t=o(e));var n;switch(t){case Office.CoercionType.Table:n=e;break;case Office.CoercionType.Matrix:n=new Office.TableData(e);break;case Office.CoercionType.Text:case Office.CoercionType.Html:case Office.CoercionType.Ooxml:default:n=new Office.TableData(function(e){for(var t=e.split("\n"),n=0;n<t.length;n++)t[n]=t[n].split("\t");return t}(e))}return n}(e,n))),e}function a(e){if(1==e.length&&1==e[0].length)return""+e[0][0];for(var t="",n=0;n<e.length;n++)t+=e[n].join("\t")+"\n";return t.substring(0,t.length-1)}function s(e){var t="";null!=e.headers&&(t=a([e.headers])+"\n");var n=a(e.rows);return""==n&&(t=t.substring(0,t.length-1)),t+n}e=r.DataCoercion||(r.DataCoercion={}),r.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){},defineSafeArrayParameterMapFunc:function(){r.HostParameterMap.define({type:r.ParameterNames.CoercionType,toHost:[{name:Office.CoercionType.Text,value:0},{name:Office.CoercionType.Matrix,value:1},{name:Office.CoercionType.Table,value:2},{name:Office.CoercionType.Html,value:3},{name:Office.CoercionType.Ooxml,value:4},{name:Office.CoercionType.OoxmlPackage,value:5},{name:Office.CoercionType.PdfFile,value:6},{name:Office.CoercionType.SlideRange,value:7}]});var e=r._OfficeAppFactory.getHostInfo();e.hostPlatform!=r.HostInfoPlatform.win32&&e.hostPlatform!=r.HostInfoPlatform.mac&&e.hostPlatform!=r.HostInfoPlatform.ios&&e.hostPlatform!=r.HostInfoPlatform.android||(r.OUtil.augmentList(Office.CoercionType,{Image:"image"}),r.OUtil.augmentList(Office.CoercionType,{XmlSvg:"xmlSvg"}),r.HostParameterMap.define({type:r.ParameterNames.CoercionType,toHost:[{name:"image",value:8},{name:"xmlSvg",value:9}]}));r.HostParameterMap.define({type:r.ParameterNames.ValueFormat,toHost:[{name:Office.ValueFormat.Unformatted,value:0},{name:Office.ValueFormat.Formatted,value:1}]}),r.HostParameterMap.define({type:r.ParameterNames.FilterType,toHost:[{name:Office.FilterType.All,value:0}]})},defineWebParameterMapFunc:function(){r.OUtil.augmentList(Office.CoercionType,{Image:"image"}),r.OUtil.augmentList(Office.CoercionType,{XmlSvg:"xmlSvg"}),r.HostParameterMap.define({type:r.ParameterNames.CoercionType,toHost:[{name:Office.CoercionType.Text,value:0},{name:Office.CoercionType.Matrix,value:1},{name:Office.CoercionType.Table,value:2},{name:Office.CoercionType.Html,value:3},{name:Office.CoercionType.Ooxml,value:4},{name:Office.CoercionType.OoxmlPackage,value:5},{name:Office.CoercionType.PdfFile,value:6},{name:Office.CoercionType.SlideRange,value:7},{name:"image",value:8},{name:"xmlSvg",value:9}]}),r.HostParameterMap.define({type:r.ParameterNames.ValueFormat,toHost:[{name:Office.ValueFormat.Unformatted,value:0},{name:Office.ValueFormat.Formatted,value:1}]}),r.HostParameterMap.define({type:r.ParameterNames.FilterType,toHost:[{name:Office.FilterType.All,value:0}]})}}),e.findArrayDimensionality=function e(t){if(r.OUtil.isArray(t)){for(var n=0,o=0;o<t.length;o++)n=Math.max(n,e(t[o]));return n+1}return 0},e.getCoercionDefaultForBinding=function(e){switch(e){case Office.BindingType.Matrix:return Office.CoercionType.Matrix;case Office.BindingType.Table:return Office.CoercionType.Table;case Office.BindingType.Text:default:return Office.CoercionType.Text}},e.getBindingDefaultForCoercion=function(e){switch(e){case Office.CoercionType.Matrix:return Office.BindingType.Matrix;case Office.CoercionType.Table:return Office.BindingType.Table;case Office.CoercionType.Text:case Office.CoercionType.Html:case Office.CoercionType.Ooxml:default:return Office.BindingType.Text}},e.determineCoercionType=o,e.coerceData=i,e.serializeDynamicData=function(e){if(null!=e&&void 0!==e.rows){var t={};t[r.TableDataProperties.TableRows]=e.rows,t[r.TableDataProperties.TableHeaders]=e.headers,e=t}var n;if(r._OfficeAppFactory.getHostInfo().hostPlatform==r.HostInfoPlatform.web)return"string"!=typeof e&&void 0!==e[r.TableDataProperties.TableRows]?((n={}).Rows=e[r.TableDataProperties.TableRows],n.Headers=e[r.TableDataProperties.TableHeaders],e=n):r.DataCoercion.determineCoercionType(e)==Office.CoercionType.Text&&(e=[[e]]),e;if(r.TableDataProperties&&"string"!=typeof e&&void 0!==e[r.TableDataProperties.TableRows]){(n=[])[0]=e[r.TableDataProperties.TableRows],n[1]=e[r.TableDataProperties.TableHeaders],e=n}return e},e.deserializeDynamicData=function(e,t){var n=null;if(r._OfficeAppFactory.getHostInfo().hostPlatform==r.HostInfoPlatform.web)null!=e.Rows?((n={})[r.TableDataProperties.TableRows]=e.Rows,n[r.TableDataProperties.TableHeaders]=e.Headers):n=e,!n||null==n[r.TableDataProperties.TableRows]&&null==n[r.TableDataProperties.TableHeaders]||(n=Office.manufactureTableData(n)),n=i(n,t);else{if(2===e.length){(n={})[r.TableDataProperties.TableRows]=e[0],n[r.TableDataProperties.TableHeaders]=e[1],n=Office.manufactureTableData(n)}else n=e;n=i(n,t)}return n}}(OSF=OSF||{}),function(e){var t,n,o;((t=e.Marshaling||(e.Marshaling={})).GetDataKeys||(t.GetDataKeys={})).CoercionType="CoerceType",(n=t.SetDataKeys||(t.SetDataKeys={})).CoercionType="CoerceType",n.Data="Data",n.ImageLeft="ImageLeft",n.ImageTop="ImageTop",n.ImageWidth="ImageWidth",n.ImageHeight="ImageHeight",(o=t.CoercionTypeKeys||(t.CoercionTypeKeys={})).Html="html",o.Ooxml="ooxml",o.SlideRange="slideRange",o.Text="text",o.Table="table",o.Matrix="matrix",o.Image="image",o.XmlSvg="xmlSvg",e.DataIO||(e.DataIO={}),e.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){},defineWebParameterMapFunc:function(){e.HostParameterMap.define({type:e.WACDelegate.UniqueArguments.GetData,toHost:[{name:e.ParameterNames.Id,value:"BindingId"},{name:e.ParameterNames.CoercionType,value:"CoerceType"},{name:e.ParameterNames.ValueFormat,value:"ValueFormat"},{name:e.ParameterNames.FilterType,value:"FilterType"},{name:e.ParameterNames.Rows,value:"Rows"},{name:e.ParameterNames.Columns,value:"Columns"},{name:e.ParameterNames.StartRow,value:"StartRow"},{name:e.ParameterNames.StartColumn,value:"StartCol"},{name:e.ParameterNames.RowCount,value:"RowCount"},{name:e.ParameterNames.ColumnCount,value:"ColCount"}]}),e.HostParameterMap.define({type:e.WACDelegate.UniqueArguments.SetData,toHost:[{name:e.ParameterNames.Id,value:"BindingId"},{name:e.ParameterNames.CoercionType,value:"CoerceType"},{name:e.ParameterNames.Data,value:e.WACDelegate.UniqueArguments.Data},{name:e.ParameterNames.Rows,value:"Rows"},{name:e.ParameterNames.Columns,value:"Columns"},{name:e.ParameterNames.StartRow,value:"StartRow"},{name:e.ParameterNames.StartColumn,value:"StartCol"},{name:e.ParameterNames.ImageLeft,value:"ImageLeft"},{name:e.ParameterNames.ImageTop,value:"ImageTop"},{name:e.ParameterNames.ImageWidth,value:"ImageWidth"},{name:e.ParameterNames.ImageHeight,value:"ImageHeight"}]})}})}(OSF=OSF||{}),function(e){var t,n,o,r,i;t=e.Marshaling||(e.Marshaling={}),(n=t.DialogMessageReceivedEventKeys||(t.DialogMessageReceivedEventKeys={})).MessageType="messageType",n.MessageContent="messageContent",n.MessageOrigin="messageOrigin",(o=t.DialogParentMessageReceivedEventKeys||(t.DialogParentMessageReceivedEventKeys={})).MessageType="messageType",o.MessageContent="messageContent",o.MessageOrigin="messageOrigin",(r=t.MessageParentKeys||(t.MessageParentKeys={})).MessageToParent="messageToParent",r.TargetOrigin="targetOrigin",(t.DialogNotificationShownEventType||(t.DialogNotificationShownEventType={})).DialogNotificationShown="dialogNotificationShown",(i=t.SendMessageKeys||(t.SendMessageKeys={})).MessageContent="messageContent",i.TargetOrigin="targetOrigin"}(OSF=OSF||{}),function(u){var e;(e=u.EventDescriptors||(u.EventDescriptors={})).DialogParentMessageReceivedEvent="DialogParentMessageReceivedEvent",e.DialogMessageReceivedEvent="DialogMessageReceivedEvent",u.DialogParentMessageEventDispatch=new u.EventDispatch([u.EventType.DialogParentMessageReceived,u.EventType.DialogParentEventReceived]),u.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){u.AsyncMethodCalls.define({method:u.AsyncMethods.DisplayDialogAsync,requiredArguments:[{name:u.ParameterNames.Url,types:["string"]}],supportedOptions:[{name:u.ParameterNames.Width,value:{types:["number"],defaultValue:99}},{name:u.ParameterNames.Height,value:{types:["number"],defaultValue:99}},{name:u.ParameterNames.RequireHTTPs,value:{types:["boolean"],defaultValue:!0}},{name:u.ParameterNames.DisplayInIframe,value:{types:["boolean"],defaultValue:!1}},{name:u.ParameterNames.HideTitle,value:{types:["boolean"],defaultValue:!1}},{name:u.ParameterNames.UseDeviceIndependentPixels,value:{types:["boolean"],defaultValue:!1}},{name:u.ParameterNames.PromptBeforeOpen,value:{types:["boolean"],defaultValue:!0}},{name:u.ParameterNames.EnforceAppDomain,value:{types:["boolean"],defaultValue:!0}},{name:u.ParameterNames.UrlNoHostInfo,value:{types:["boolean"],defaultValue:!1}}],privateStateCallbacks:[],onSucceeded:function(e,t,n){var o=e[u.ParameterNames.Id],r=e[u.ParameterNames.Data],i={},a=u.AsyncMethods.CloseAsync;u.OUtil.defineEnumerableProperty(i,a,{value:function(){(0,u.DispIdHost.CloseDialog)(arguments,o,r,i)}});var s=u.SyncMethods.AddMessageHandler;if(u.OUtil.defineEnumerableProperty(i,s,{value:function(){var e=u.SyncMethodCalls.get(u.SyncMethods.AddMessageHandler).verifyAndExtractCall(arguments,i,r),t=e[u.ParameterNames.EventType],n=e[u.ParameterNames.Handler];return r.addEventHandlerAndFireQueuedEvent(t,n)}}),!0===u.EnableSendMessageDialogAPI){var c=u.SyncMethods.SendMessage;u.OUtil.defineEnumerableProperty(i,c,{value:function(){return(0,u.DispIdHost.SendMessage)(arguments,r,i)}})}if(!0===u.EnableMessageChildDialogAPI){var l=u.SyncMethods.MessageChild;u.OUtil.defineEnumerableProperty(i,l,{value:function(){return(0,u.DispIdHost.SendMessage)(arguments,r,i)}})}return i},checkCallArgs:function(e,t,n){return e[u.ParameterNames.Width]<=0&&(e[u.ParameterNames.Width]=1),!e[u.ParameterNames.UseDeviceIndependentPixels]&&100<e[u.ParameterNames.Width]&&(e[u.ParameterNames.Width]=99),e[u.ParameterNames.Height]<=0&&(e[u.ParameterNames.Height]=1),!e[u.ParameterNames.UseDeviceIndependentPixels]&&100<e[u.ParameterNames.Height]&&(e[u.ParameterNames.Height]=99),e[u.ParameterNames.RequireHTTPs]||(e[u.ParameterNames.RequireHTTPs]=!0),e}}),u.AsyncMethodCalls.define({method:u.AsyncMethods.CloseAsync,requiredArguments:[],supportedOptions:[],privateStateCallbacks:[]}),u.SyncMethodCalls.define({method:u.SyncMethods.MessageParent,requiredArguments:[{name:u.ParameterNames.MessageToParent,types:["string","number","boolean"]}],supportedOptions:[{name:u.ParameterNames.TargetOrigin,value:{types:["string"],defaultValue:""}}]}),u.SyncMethodCalls.define({method:u.SyncMethods.AddMessageHandler,requiredArguments:[{name:u.ParameterNames.EventType,enum:u.EventType,verify:function(e,t,n){return n.supportsEvent(e)}},{name:u.ParameterNames.Handler,types:["function"]}],supportedOptions:[]}),u.SyncMethodCalls.define({method:u.SyncMethods.SendMessage,requiredArguments:[{name:u.ParameterNames.MessageContent,types:["string"]}],supportedOptions:[{name:u.ParameterNames.TargetOrigin,value:{types:["string"],defaultValue:""}}],privateStateCallbacks:[]})},defineSafeArrayParameterMapFunc:function(){u.HostParameterMap.define({type:u.EventDispId.dispidDialogMessageReceivedEvent,fromHost:[{name:u.EventDescriptors.DialogMessageReceivedEvent,value:u.HostParameterMap.self}],isComplexType:!0}),u.HostParameterMap.define({type:u.EventDescriptors.DialogMessageReceivedEvent,fromHost:[{name:u.PropertyDescriptors.MessageType,value:0},{name:u.PropertyDescriptors.MessageContent,value:1},{name:u.PropertyDescriptors.MessageOrigin,value:2}],isComplexType:!0}),u.HostParameterMap.define({type:u.EventDispId.dispidDialogParentMessageReceivedEvent,fromHost:[{name:u.EventDescriptors.DialogParentMessageReceivedEvent,value:u.HostParameterMap.self}],isComplexType:!0}),u.HostParameterMap.define({type:u.EventDescriptors.DialogParentMessageReceivedEvent,fromHost:[{name:u.PropertyDescriptors.MessageType,value:0},{name:u.PropertyDescriptors.MessageContent,value:1},{name:u.PropertyDescriptors.MessageOrigin,value:2}],isComplexType:!0})},defineWebParameterMapFunc:function(){u.HostParameterMap.define({type:u.EventDispId.dispidDialogMessageReceivedEvent,fromHost:[{name:u.EventDescriptors.DialogMessageReceivedEvent,value:u.HostParameterMap.self}]}),u.HostParameterMap.addComplexType(u.EventDescriptors.DialogMessageReceivedEvent),u.HostParameterMap.define({type:u.EventDescriptors.DialogMessageReceivedEvent,fromHost:[{name:u.PropertyDescriptors.MessageType,value:u.Marshaling.DialogMessageReceivedEventKeys.MessageType},{name:u.PropertyDescriptors.MessageContent,value:u.Marshaling.DialogMessageReceivedEventKeys.MessageContent},{name:u.PropertyDescriptors.MessageOrigin,value:u.Marshaling.DialogMessageReceivedEventKeys.MessageOrigin}]}),u.HostParameterMap.define({type:u.EventDispId.dispidDialogParentMessageReceivedEvent,fromHost:[{name:u.EventDescriptors.DialogParentMessageReceivedEvent,value:u.HostParameterMap.self}]}),u.HostParameterMap.addComplexType(u.EventDescriptors.DialogParentMessageReceivedEvent),u.HostParameterMap.define({type:u.EventDescriptors.DialogParentMessageReceivedEvent,fromHost:[{name:u.PropertyDescriptors.MessageType,value:u.Marshaling.DialogParentMessageReceivedEventKeys.MessageType},{name:u.PropertyDescriptors.MessageContent,value:u.Marshaling.DialogParentMessageReceivedEventKeys.MessageContent},{name:u.PropertyDescriptors.MessageOrigin,value:u.Marshaling.DialogMessageReceivedEventKeys.MessageOrigin}]}),u.HostParameterMap.define({type:144,toHost:[{name:u.ParameterNames.MessageToParent,value:u.Marshaling.MessageParentKeys.MessageToParent},{name:u.ParameterNames.TargetOrigin,value:u.Marshaling.MessageParentKeys.TargetOrigin}]}),u.HostParameterMap.define({type:145,toHost:[{name:u.ParameterNames.MessageContent,value:u.Marshaling.SendMessageKeys.MessageContent},{name:u.ParameterNames.TargetOrigin,value:u.Marshaling.MessageParentKeys.TargetOrigin}]})},initializeFunc:function(){var e=u.OUtil.isPopupWindow();u.EnableMessageChildDialogAPI=!0,"onenote"==u._OfficeAppFactory.getHostInfo().hostType?u.EnableSendMessageDialogAPI=!1:u.EnableSendMessageDialogAPI=!0;var t=Office.context.ui;if(u.OUtil.isDialog()){var n=u.SyncMethods.MessageParent;t[n]||u.OUtil.defineEnumerableProperty(t,n,{value:function(){return(0,u.DispIdHost.MessageParent)(arguments,t)}});var o=u.SyncMethods.AddMessageHandler;t[o]||void 0===u.DialogParentMessageEventDispatch||u.DispIdHost.addEventSupport(t,u.DialogParentMessageEventDispatch,e),e&&u.WacDialogAction.registerMessageReceivedEvent()}else{var r;r=null!=u.EventType.DialogParentMessageReceived?new u.EventDispatch([u.EventType.DialogMessageReceived,u.EventType.DialogEventReceived,u.EventType.DialogParentMessageReceived]):new u.EventDispatch([u.EventType.DialogMessageReceived,u.EventType.DialogEventReceived]);var i=u.AsyncMethods.DisplayDialogAsync;t[i]||u.OUtil.defineEnumerableProperty(t,i,{value:function(){(0,u.DispIdHost.OpenDialog)(arguments,r,t)}})}u.OUtil.finalizeProperties(t)}})}(OSF=OSF||{});var OfficeExt,DialogApiManager=function(){function e(){}return e.messageChildRichApiBridge=function(){if(!0===OSF.EnableMessageChildDialogAPI)return(0,OSF.DispIdHost.SendMessage)(arguments,null,null)},e}();__assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)};!function(b){var e,t,f,p,m,g,s,h,v,y,r,n,i,a,o,C,c,l,O,_;function u(e,t){var n=t.message,o=t.targetOrigin;if(o)e.postMessage(n,o);else{var r=b._OfficeAppFactory.getOfficeAppContext().get_appDomains(),i=window.location.origin;if(i=i||window.location.protocol+"//"+window.location.hostname+(window.location.port?":"+window.location.port:""),r)for(var a=0;a<r.length&&-1!==r[a].indexOf("://");a++)e.postMessage(n,r[a]);b.XdmCommunicationManager.checkUrlWithAppDomains(r,i)||e.postMessage(n,i)}}function d(){try{g&&g.id==C&&h&&h(12009)}catch(e){b.AppTelemetry&&b.AppTelemetry.logAppException("Error happened during executing displayDialogAsync callback."+e)}I()}function A(e,t){var n=!1,o=b.WacCommonUICssManager.getDialogCssManager(t);m=F(o),document.body.insertBefore(m,document.body.firstChild),(g=function(e,t){var n=document.createElement("div");n.style.cssText=e.getDialogNotificationPanelCSS(),k(n);var o=document.createElement("div");o.style.cssText=e.getCrossZoneNotificationTextPanelCSS(),o.id=O;var r=document.createElement("a");r.id=l,r.href="#",r.innerText=Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink,r.setAttribute("onclick","window.open('https://support.microsoft.com/en-us/help/17479/windows-internet-explorer-11-change-security-privacy-settings', '_blank', 'fullscreen=1')");var i=document.createElement("span");if(Strings.OfficeOM.L_NewWindowCrossZone){var a=Strings.OfficeOM.L_NewWindowCrossZone.replace(/{1+}/gm,b.OUtil.getDomainForUrl(t)).split("{0}");i.appendChild(document.createTextNode(a[0])),i.appendChild(r),i.appendChild(document.createTextNode(a[1]))}return o.appendChild(i),n.appendChild(o),n}(o,e)).id=c;var r=R(o),i=E(o,Strings.OfficeOM.L_DialogOK?Strings.OfficeOM.L_DialogOK:"OK");r.appendChild(i),g.appendChild(r),document.body.insertBefore(g,document.body.firstChild),v=!0,i.onclick=function(){I()},i.addEventListener("keydown",function(e){9==e.keyCode?(document.getElementById(l).focus(),e.preventDefault(),e.stopPropagation()):13==e.keyCode&&(n=!0,e.preventDefault(),e.stopPropagation())},!1),i.addEventListener("keyup",function(e){13==e.keyCode&&n&&(n=!1,I(),e.preventDefault(),e.stopPropagation())},!1),document.getElementById(l).addEventListener("keydown",function(e){9==e.keyCode&&(i.focus(),e.preventDefault(),e.stopPropagation())},!1),window.focus(),i.focus()}function S(e){if(e.source==f)try{var t=e.origin;if(!function(e,t,n){if(void 0===n&&(n=!0),!e||!t)return!1;var o=b.OUtil.parseUrl(e),r=b.OUtil.parseUrl(t),i=b._OfficeAppFactory.getOfficeAppContext().get_appDomains();if(!("https:"===o.protocol))return!1;var a=o.protocol===r.protocol&&o.hostname===r.hostname&&o.port===r.port,s=b.XdmCommunicationManager.checkUrlWithAppDomains(i,e),c=a||s;return!c&&n&&(c=b.XdmCommunicationManager.isTargetSubdomainOfSourceLocation(t,e)),c}(t,b._OfficeAppFactory.getOfficeAppContext().get_docUrl(),!0))throw new Error("Received a message from a dialog with an untrusted domain.");var n={};n[b.Marshaling.DialogMessageReceivedEventKeys.MessageType]=0,n[b.Marshaling.DialogMessageReceivedEventKeys.MessageContent]=e.data,n[b.Marshaling.DialogMessageReceivedEventKeys.MessageOrigin]=t,p(n)}catch(e){b.AppTelemetry&&b.AppTelemetry.logAppException("Error happened during receive message handler."+e)}}function P(e){var t=b._OfficeAppFactory.getId()+r;if(e.key==t)try{var n={};n[b.Marshaling.DialogMessageReceivedEventKeys.MessageType]=0,n[b.Marshaling.DialogMessageReceivedEventKeys.MessageContent]=e.newValue,n[b.Marshaling.DialogMessageReceivedEventKeys.MessageOrigin]=e.origin,p(n)}catch(e){b.AppTelemetry&&b.AppTelemetry.logAppException("Error happened during storage changed handler."+e)}}function T(e){var t=b._OfficeAppFactory.getHostInfo(),n=[t.hostType,t.hostPlatform,t.hostSpecificFileVersion,t.hostLocale,t.osfControlAppCorrelationId,"isDialog",t.disableLogging?"disableLogging":"",t.flags&b.HostInfoFlags.PublicAddin].join("$"),o=b._OfficeAppFactory.getOfficeAppContext();o.set_taskpaneUrl(window.location.origin),o.get_taskpaneUrl()||o.set_taskpaneUrl(window.location.protocol+"//"+window.location.hostname+(window.location.port?":"+window.location.port:""));var r=e.url;e[b.ShowWindowDialogParameterKeys.UrlNoHostInfo]||(r=b.OUtil.addHostInfoAsQueryParam(r,n));var i=JSON.parse(window.name);i.hostInfo=n;var a=__assign({},o);if(a._appName===b.AppName.ExcelWebApp){if(!a._settings&&a._settingsFunc){var s=a._settingsFunc();a._settings=Object.keys(s).map(function(e){return[e,s[e]]})}if(!a._hostSettings&&a._hostSettingsFunc){var c=a._hostSettingsFunc();a._hostSettings=Object.keys(c).map(function(e){return[e,c[e]]})}i.appContext=a}else i.appContext=o;var l=e[b.ShowWindowDialogParameterKeys.Width]*screen.width/100,u=e[b.ShowWindowDialogParameterKeys.Height]*screen.height/100,d="width="+l+", height="+u+", left="+(o.get_clientWindowWidth()/2-l/2)+", top="+(o.get_clientWindowHeight()/2-u/2)+",channelmode=no,directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=yes,toolbar=no";if(null==(f=window.open(r,b.OUtil.serializeObjectToString(i),d)))return b.AppTelemetry.logAppCommonMessage("Encountered cross zone issue in displayDialogAsync api."),x(),A(r,t.hostType),void h(12011);b.OUtil.shouldUseLocalStorageToPassMessage()?window.addEventListener("storage",P):window.addEventListener("message",S),y=window.setInterval(function(){try{if(null==f||f.closed){window.clearInterval(y),b.OUtil.shouldUseLocalStorageToPassMessage()?window.removeEventListener("storage",P):window.removeEventListener("message",S);var e={};e[b.Marshaling.DialogMessageReceivedEventKeys.MessageType]=12006,p(e)}}catch(e){b.AppTelemetry&&b.AppTelemetry.logAppException("Error happened during check or handle window close."+e)}},1e3),null!=h?h(0):b.AppTelemetry&&b.AppTelemetry.logAppException("showDialogCallback can not be null.")}function E(e,t){var n=document.createElement("input");n.setAttribute("type","button"),n.style.cssText=e.getDialogButtonCSS(),n.style.borderColor=i,n.style.backgroundColor=a,n.setAttribute("value",t);function o(){D(n)}function r(){w(n)}return n.addEventListener("mouseover",o),n.addEventListener("focus",o),n.addEventListener("mouseout",r),n.addEventListener("focusout",r),n}function D(e){null!=n?(e.style.borderColor=n.HostButtonBorderColor,e.style.backgroundColor=n.HostButtonBackgroundColor):b.OUtil.getCommonUI()?(e.style.borderColor=b.OUtil.getCommonUI().HostButtonBorderColor,e.style.backgroundColor=b.OUtil.getCommonUI().HostButtonBackgroundColor):e.style.backgroundColor=o}function w(e){e.style.borderColor=i,e.style.backgroundColor=a}function I(){_.onCalling=function(e){x(),N(e)},b.WACDelegate.unregisterEventAsync(_)}function x(){null!=g&&(document.body.removeChild(g),g=null),null!=m&&(document.body.removeChild(m),m=null)}function F(e){var t=document.createElement("div");return t.style.cssText=e.getOverlayElementCSS(),t}function R(e){var t=document.createElement("div");return t.style.cssText=e.getDialogNotificationButtonPanelCSS(),"rtl"==document.documentElement.getAttribute("dir")?t.style.cssFloat="left":t.style.cssFloat="right",t}function N(e){if(0!=e){var t=document.querySelectorAll(b._OfficeAppFactory.getInitializationHelper().getTabbableElements());b.OUtil.focusToFirstTabbable(t,!1)}}function k(e){e.setAttribute("role","dialog"),e.setAttribute("aria-describedby",O)}(e=b.ShowWindowDialogParameterKeys||(b.ShowWindowDialogParameterKeys={})).Url="url",e.Width="width",e.Height="height",e.DisplayInIframe="displayInIframe",e.HideTitle="hideTitle",e.UseDeviceIndependentPixels="useDeviceIndependentPixels",e.PromptBeforeOpen="promptBeforeOpen",e.EnforceAppDomain="enforceAppDomain",e.UrlNoHostInfo="urlNoHostInfo",e.TargetOrigin="targetOrigin",function(e){var t="excel",n="word",o="powerpoint",r="outlook",i="visio";e.getDialogCssManager=function(e){switch(e){case t:case n:case o:case r:case i:default:return new a}};var a=(s.prototype.getOverlayElementCSS=function(){return this.overlayElementCSS.join(";")},s.prototype.getDialogNotificationPanelCSS=function(){return this.dialogNotificationPanelCSS.join(";")},s.prototype.getNewWindowNotificationTextPanelCSS=function(){return this.newWindowNotificationTextPanelCSS.join(";")},s.prototype.getNewWindowNotificationTextSpanCSS=function(){return this.newWindowNotificationTextSpanCSS.join(";")},s.prototype.getCrossZoneNotificationTextPanelCSS=function(){return this.crossZoneNotificationTextPanelCSS.join(";")},s.prototype.getDialogNotificationButtonPanelCSS=function(){return this.dialogNotificationButtonPanelCSS},s.prototype.getDialogButtonCSS=function(){return this.buttonStyleCSS.join(";")},s);function s(){this.overlayElementCSS=["position: absolute","top: 0","left: 0","width: 100%","height: 100%","background-color: rgba(198, 198, 198, 0.5)","z-index: 99998"],this.dialogNotificationPanelCSS=["width: 100%","height: 190px","position: absolute","z-index: 99999","background-color: rgba(255, 255, 255, 1)","left: 0px","top: 50%","margin-top: -95px"],this.newWindowNotificationTextPanelCSS=["margin: 20px 14px","font-family: Segoe UI,Arial,Verdana,sans-serif","font-size: 14px","height: 100px","line-height: 100px"],this.newWindowNotificationTextSpanCSS=["display: inline-block","line-height: normal","vertical-align: middle"],this.crossZoneNotificationTextPanelCSS=["margin: 20px 14px","font-family: Segoe UI,Arial,Verdana,sans-serif","font-size: 14px","height: 100px"],this.dialogNotificationButtonPanelCSS="margin:0px 9px",this.buttonStyleCSS=["text-align: center","width: 70px","height: 25px","font-size: 14px","font-family: Segoe UI,Arial,Verdana,sans-serif","margin: 0px 5px","border-width: 1px","border-style: solid"]}e.DefaultDialogCSSManager=a}(b.WacCommonUICssManager||(b.WacCommonUICssManager={})),t=b.WacDialogAction||(b.WacDialogAction={}),v=!(s="osfDialogInternal:action=closeDialog"),y=-1,r="messageParentKey",n=h=g=m=p=f=null,i="#ababab",a="#ffffff",o="#ccc",C="newWindowNotificaiton",c="crossZoneNotification",l="configureBrowserLink",O="dialogNotificationTextPanel",_={dispId:b.EventDispId.dispidDialogNotificationShownInAddinEvent,eventType:b.Marshaling.DialogNotificationShownEventType.DialogNotificationShown,onComplete:null,onCalling:null},t.setHostThemeButtonStyle=function(e){var t=e.input;null!=t&&(n={HostButtonBorderColor:t[b.OUtil.HostThemeButtonStyleKeys.ButtonBorderColor],HostButtonBackgroundColor:t[b.OUtil.HostThemeButtonStyleKeys.ButtonBackgroundColor]}),e.completed()},t.removeEventListenersForDialog=function(e){!function(e){function t(){b._OfficeAppFactory.getWebAppState().focused||(b._OfficeAppFactory.getWebAppState().focused=!0),b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,b.AgaveHostAction.Select])}function n(){b&&(b._OfficeAppFactory.getWebAppState().focused&&(b._OfficeAppFactory.getWebAppState().focused=!1),b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,b.AgaveHostAction.UnSelect]))}function o(e){if(e.preventDefault=e.preventDefault||function(){e.returnValue=!1},117==e.keyCode&&(e.ctrlKey||e.metaKey)){e.preventDefault();var t=b.AgaveHostAction.CtrlF6Exit;e.shiftKey&&(t=b.AgaveHostAction.CtrlF6ExitShift),b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,t])}else if(9==e.keyCode){e.preventDefault();var n=document.querySelectorAll(i._tabbableElements);b.OUtil.focusToNextTabbable(n,e.target||e.srcElement,e.shiftKey)||(i._hostInfo.isDialog?b.OUtil.focusToFirstTabbable(n,e.shiftKey):e.shiftKey?b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,b.AgaveHostAction.TabExitShift]):b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,b.AgaveHostAction.TabExit]))}else if(27==e.keyCode)e.preventDefault(),d(),b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,b.AgaveHostAction.EscExit]);else if(113==e.keyCode)e.preventDefault(),b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,b.AgaveHostAction.F2Exit]);else if((e.ctrlKey||e.metaKey||e.shiftKey||e.altKey)&&1<=e.keyCode&&e.keyCode<=255){var o={keyCode:e.keyCode,shiftKey:e.shiftKey,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey};b.getClientEndPoint().invoke("ContextActivationManager_notifyHost",null,[i._webAppState.id,b.AgaveHostAction.KeyboardShortcuts,o])}}function r(e){117==e.keyCode&&e.ctrlKey&&(e.preventDefault?e.preventDefault():e.returnValue=!1)}var i=this;e?(b.OUtil.addEventListener(window,"focus",t),b.OUtil.addEventListener(window,"blur",n),b.OUtil.addEventListener(window,"keydown",o),b.OUtil.addEventListener(window,"keypress",r)):(b.OUtil.removeEventListener(window,"focus",t),b.OUtil.removeEventListener(window,"blur",n),b.OUtil.removeEventListener(window,"keydown",o),b.OUtil.removeEventListener(window,"keypress",r))}(!1),e.completed()},t.handleNewWindowDialog=function(t){try{if(l=t,u=b._OfficeAppFactory.getOfficeAppContext().get_appDomains(),d=l.url,!(b.XdmCommunicationManager.checkUrlWithAppDomains(u,d)||b._OfficeAppFactory.getOfficeAppContext().get_docUrl()&&b.XdmCommunicationManager.isTargetSubdomainOfSourceLocation(b._OfficeAppFactory.getOfficeAppContext().get_docUrl(),d)))return void h(12004);if(!t[b.ShowWindowDialogParameterKeys.PromptBeforeOpen])return void T(t);var n=v=!1,e=b._OfficeAppFactory.getHostInfo(),o=b.WacCommonUICssManager.getDialogCssManager(e.hostType),r=b.OUtil.formatString(Strings.OfficeOM.L_ShowWindowDialogNotification,b._OfficeAppFactory.getOfficeAppContext().get_addinName());m=F(o),document.body.insertBefore(m,document.body.firstChild),(g=function(e,t){var n=document.createElement("div");n.style.cssText=e.getDialogNotificationPanelCSS(),k(n);var o=document.createElement("div");o.style.cssText=e.getNewWindowNotificationTextPanelCSS(),o.id=O,"rtl"==document.documentElement.getAttribute("dir")?o.style.paddingRight="30px":o.style.paddingLeft="30px";var r=document.createElement("span");return r.style.cssText=e.getNewWindowNotificationTextSpanCSS(),r.innerText=t,o.appendChild(r),n.appendChild(o),n}(o,r)).id=C;var i=R(o),a=E(o,Strings.OfficeOM.L_ShowWindowDialogNotificationAllow),s=E(o,Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore);function c(e){_.onCalling=function(e){x(),N(e),h(12009)},b.WACDelegate.unregisterEventAsync(_),e.preventDefault(),e.stopPropagation()}i.appendChild(a),i.appendChild(s),g.appendChild(i),document.body.insertBefore(g,document.body.firstChild),a.onclick=function(e){T(t),v||I(),e.preventDefault(),e.stopPropagation()},s.onclick=c,a.addEventListener("keydown",function(e){e.shiftKey&&9==e.keyCode&&(w(a),D(s),s.focus(),e.preventDefault(),e.stopPropagation())},!1),s.addEventListener("keydown",function(e){e.shiftKey||9!=e.keyCode?13==e.keyCode&&(n=!0,e.preventDefault(),e.stopPropagation()):(w(s),D(a),a.focus(),e.preventDefault(),e.stopPropagation())},!1),s.addEventListener("keyup",function(e){13==e.keyCode&&n&&(n=!1,c(e))},!1),window.focus(),_.onCalling=function(e){a.focus()},b.WACDelegate.registerEventAsync(_)}catch(e){b.AppTelemetry&&b.AppTelemetry.logAppException("Exception happens at new window dialog."+e),h(5001)}var l,u,d},t.closeDialog=function(t){try{if(null!=f){var e=b._OfficeAppFactory.getOfficeAppContext().get_appDomains();if(e)for(var n=0;n<e.length&&-1!==e[n].indexOf("://");n++)f.postMessage(s,e[n]);null==f||f.closed||f.close(),b.OUtil.shouldUseLocalStorageToPassMessage()?window.removeEventListener("storage",P):window.removeEventListener("message",S),window.clearInterval(y),f=null,t(0)}else t(5001)}catch(e){b.AppTelemetry&&b.AppTelemetry.logAppException("Exception happens at close window dialog."+e),t(5001)}},t.messageParent=function(e){var t=e.hostCallArgs[b.ParameterNames.MessageToParent],n=e.hostCallArgs[b.ParameterNames.TargetOrigin]||null;if(b.OUtil.shouldUseLocalStorageToPassMessage())try{var o=b._OfficeAppFactory.getId()+r;window.localStorage.setItem(o,t)}catch(e){b.AppTelemetry&&b.AppTelemetry.logAppException("Error happened during messageParent method:"+e)}else u(window.opener,{message:t,targetOrigin:n})},t.sendMessage=function(e){if(null!=f){var t=e.hostCallArgs,n=t[b.ParameterNames.TargetOrigin]||null;delete t[b.ParameterNames.TargetOrigin],"string"!=typeof t&&(t=JSON.stringify(t)),u(f,{message:t,targetOrigin:n})}},t.postDialogMessage=u,t.registerMessageReceivedEvent=function(){window.addEventListener("message",function(e){var t=e.origin;if(e.source==window.opener&&(!0===window.office_disable_receive_dialog_message_prompt||b.WacDialogAction.validateTaskpaneDomain(t,!0)))if("string"==typeof e.data&&-1<e.data.indexOf(s))window.close();else{var n=e.data,o=typeof n;if(n&&("object"==o||"string"==o)){var r="string"==o?JSON.parse(n):n,i={};i[b.Marshaling.DialogMessageReceivedEventKeys.MessageContent]=r.messageContent,i[b.Marshaling.DialogMessageReceivedEventKeys.MessageOrigin]=e.origin;var a=b.manufactureEventArgs(b.EventType.DialogParentMessageReceived,null,i);b.DialogParentMessageEventDispatch.fireEvent(a)}}})},t.setHandlerAndShowDialogCallback=function(e,t){p=e,h=t},t.escDismissDialogNotification=d,t.showCrossZoneNotification=A,t.getWithExpiry=function(e,t){var n=e.getItem(t);if(!n)return"undefined";var o=JSON.parse(n);return o.expiry&&o.value?(new Date).getTime()>o.expiry?(e.removeItem(t),"undefined"):o.value:"undefined"},t.setWithExpiry=function(e,t,n){var o={value:n,expiry:(new Date).getTime()+864e5};e.setItem(t,JSON.stringify(o))},t.getLocalStorage=function(){return b.SafeStorage?new b.SafeStorage(window.localStorage):window.localStorage},t.getSessionStorage=function(){return b.SafeStorage?new b.SafeStorage(window.sessionStorage):window.sessionStorage},t.getUrlProtocolHostnamePort=function(e){var t=e.port?":"+e.port:"";return e.protocol+"//"+e.hostname+t},t.validateTaskpaneDomain=function(e,t){try{if(!e)return!1;t=t||!0;var n=window.location.origin;n=n||window.location.protocol+"//"+window.location.hostname+(window.location.port?":"+window.location.port:"");var o=b.OUtil.parseUrl(n,!0),r=b.OUtil.parseUrl(e,!0);if(!(o.protocol&&o.hostname&&r.protocol&&r.hostname&&void 0!==r.port))return!1;var i=(h=r,(g=o).hostname==h.hostname&&g.protocol==h.protocol&&(y=h,(v=g).port==y.port||""==v.port&&"http:"==v.protocol&&"80"==y.port||""==v.port&&"https:"==v.protocol&&"443"==y.port||""==y.port&&"http:"==y.protocol&&"80"==v.port||""==y.port&&"https:"==y.protocol&&"443"==v.port)),a=!1;if(t&&(a=b.XdmCommunicationManager.isTargetSubdomainOfSourceLocation(e,n)),i||a)return!0;var s=this.getLocalStorage(),c=this.getSessionStorage(),l="_trusts_"+(r.protocol+"//"+r.hostname+(r.port?":"+r.port:"")),u=this.getWithExpiry(s,l),d=this.getWithExpiry(c,l);if("true"===u)return!0;if("false"===d)return!1;var f=this.getUrlProtocolHostnamePort(r),p=this.getUrlProtocolHostnamePort(o),m='You are about to send and receive potentially sensitive information from "'+p+'". Only click OK if you trust the following website recieving the sensitive information: "'+f+'".';return Strings.OfficeOM.L_ConfirmDialogApiTrustsParent&&(m=Strings.OfficeOM.L_ConfirmDialogApiTrustsParent.replace("{0}",p).replace("{1}",f)),window.confirm(m)?(this.setWithExpiry(s,l,"true"),this.setWithExpiry(c,l,"true"),!0):(this.setWithExpiry(s,l,"false"),this.setWithExpiry(c,l,"false"),!1)}catch(e){return b.AppTelemetry&&b.AppTelemetry.logAppException("Error happened during validateTaskpaneDomain method:"+e),!1}var g,h,v,y}}(OSF=OSF||{}),function(o){var e;(e=o.SafeArrayDelegate||(o.SafeArrayDelegate={})).openDialog=function(n){try{n.onCalling&&n.onCalling();var e=o.SafeArrayDelegate.getOnAfterRegisterEvent(!0,n);o._OfficeAppFactory.getClientHostController().openDialog(n.dispId,void 0,n.targetId,function(e,t){n.onEvent&&n.onEvent(t),o.AppTelemetry&&o.AppTelemetry.onEventDone(n.dispId)},e)}catch(e){o.SafeArrayDelegate.onException(e,n)}},e.closeDialog=function(t){t.onCalling&&t.onCalling();var e=o.SafeArrayDelegate.getOnAfterRegisterEvent(!1,t);try{o._OfficeAppFactory.getClientHostController().closeDialog(t.dispId,void 0,t.targetId,e)}catch(e){o.SafeArrayDelegate.onException(e,t)}},e.messageParent=function(e){try{e.onCalling&&e.onCalling();var t=(new Date).getTime(),n=o._OfficeAppFactory.getClientHostController().messageParent(e.hostCallArgs);return e.onReceiving&&e.onReceiving(),o.AppTelemetry&&o.AppTelemetry.onMethodDone(e.dispId,e.hostCallArgs,Math.abs((new Date).getTime()-t),n),n}catch(e){return o.SafeArrayDelegate.onExceptionSyncMethod(e)}},e.sendMessage=function(e){try{e.onCalling&&e.onCalling();(new Date).getTime();var t=o._OfficeAppFactory.getClientHostController().sendMessage(e.hostCallArgs);return e.onReceiving&&e.onReceiving(),t}catch(e){return o.SafeArrayDelegate.onExceptionSyncMethod(e)}}}(OSF=OSF||{}),function(h){var v;(v=h.WACDelegate||(h.WACDelegate={})).openDialog=function(t){var e=JSON.parse(t.targetId),n=v.getOnAfterRegisterEvent(!0,t);function o(e){var t={Error:e};try{n(0,t)}catch(e){h.AppTelemetry&&h.AppTelemetry.logAppException("Exception happens at showDialogCallback."+e)}}if(h.DialogShownStatus.hasDialogShown)o(12007);else{var r=e[h.ShowWindowDialogParameterKeys.Url].toLowerCase(),i=window.location.href.toLowerCase();if(h.AppTelemetry){var a=!1,s=!1,c=!1,l=!1,u="",d="";if(h.OUtil){var f=h.OUtil.parseUrl(r),p=h.OUtil.parseUrl(i);a=f.protocol===p.protocol&&f.hostname===p.hostname&&f.port===p.port,u=h.OUtil.getHostnamePortionForLogging(f.hostname),a?d=u:(d=h.OUtil.getHostnamePortionForLogging(p.hostname),s=h.XdmCommunicationManager.isTargetSubdomainOfSourceLocation(r,i),c=h.XdmCommunicationManager.isTargetSubdomainOfSourceLocation(i,r));var m=h._OfficeAppFactory.getOfficeAppContext().get_appDomains();l=h.XdmCommunicationManager.checkUrlWithAppDomains(m,r)}var g="openDialog isInline: "+e[h.ShowWindowDialogParameterKeys.DisplayInIframe].toString()+", taskpaneHostname: "+d+", dialogHostName: "+u+", isSameDomain: "+a.toString()+", parentIsSubdomain: "+s.toString()+", childIsSubdomain: "+c.toString()+", isAppDomain: "+l.toString();h.AppTelemetry.logAppCommonMessage(g)}null!=r&&"https://"===r.substr(0,"https://".length)?e[h.ShowWindowDialogParameterKeys.DisplayInIframe]?(h.DialogShownStatus.isWindowDialog=!1,h.WACDelegate.registerEventAsync(t)):(h.DialogShownStatus.isWindowDialog=!0,h.WacDialogAction.setHandlerAndShowDialogCallback(function(e){t.onEvent&&t.onEvent(e),h.AppTelemetry&&h.AppTelemetry.onEventDone(t.dispId)},o),h.WacDialogAction.handleNewWindowDialog(e)):"http://"===r.substr(0,"http://".length)?o(12005):o(12003)}},v.validateTaskpaneDomain=function(e,t){return h.WacDialogAction.validateTaskpaneDomain(e,t)},v.messageParent=function(e){var t=e.hostCallArgs.targetOrigin,n=!!t;if(n&&"*"!=t){var o=h.WacDialogAction.getLocalStorage(),r=h.WacDialogAction.getSessionStorage(),i="_trusts_",a=h.OUtil.parseUrl(t,!0);i+=a.protocol+"//"+a.hostname+(a.port?":"+a.port:""),h.WacDialogAction.setWithExpiry(o,i,"true"),h.WacDialogAction.setWithExpiry(r,i,"true")}if(null!=window.opener){if(!n){var s=h._OfficeAppFactory.getOfficeAppContext().get_taskpaneUrl();if(s){if(!h.WacDialogAction.validateTaskpaneDomain(s,!0)){var c="messageParent called but the taskpane domain is untrusted: "+s;throw h.AppTelemetry&&h.AppTelemetry.logAppException(c),new Error(c)}}else s=window.location.origin;e.hostCallArgs.targetOrigin=s}h.WacDialogAction.messageParent(e)}else{var l=window.location.origin;l=l||window.location.protocol+"//"+window.location.hostname+(window.location.port?":"+window.location.port:""),n||(e.hostCallArgs.targetOrigin=l),h.WACDelegate.executeAsync(e)}},v.sendMessage=function(e){h.DialogShownStatus.hasDialogShown&&(h.DialogShownStatus.isWindowDialog?h.WacDialogAction.sendMessage(e):h.WACDelegate.executeAsync(e))},v.closeDialog=function(e){var n=v.getOnAfterRegisterEvent(!1,e);function t(e){var t={Error:e};try{n(0,t)}catch(e){h.AppTelemetry&&h.AppTelemetry.logAppException("Exception happens at closeDialogCallback."+e)}}h.DialogShownStatus.hasDialogShown?h.DialogShownStatus.isWindowDialog?(e.onCalling&&e.onCalling(),h.WacDialogAction.closeDialog(t)):h.WACDelegate.unregisterEventAsync(e):t(12006)}}(OSF=OSF||{}),function(t){t.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){},defineSafeArrayParameterMapFunc:function(){t.HostParameterMap.define({type:t.EventDispId.dispidDocumentSelectionChangedEvent})},defineWebParameterMapFunc:function(){t.HostParameterMap.define({type:t.EventDispId.dispidDocumentSelectionChangedEvent})},initializeFunc:function(){var e=Office.context.document;t.DispIdHost.addEventSupport(e,new t.EventDispatch([t.EventType.DocumentSelectionChanged,t.EventType.ActiveViewChanged]))}})}(OSF=OSF||{}),function(e){e.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){e.AsyncMethodCalls.define({method:e.AsyncMethods.AddHandlerAsync,requiredArguments:[{name:e.ParameterNames.EventType,enum:e.EventType,verify:function(e,t,n){return n.supportsEvent(e)}},{name:e.ParameterNames.Handler,types:["function"]}],supportedOptions:[],privateStateCallbacks:[]}),e.AsyncMethodCalls.define({method:e.AsyncMethods.RemoveHandlerAsync,requiredArguments:[{name:e.ParameterNames.EventType,enum:e.EventType,verify:function(e,t,n){return n.supportsEvent(e)}}],supportedOptions:[{name:e.ParameterNames.Handler,value:{types:["function","object"],defaultValue:null}}],privateStateCallbacks:[]})}})}(OSF=OSF||{}),function(t){var e;function n(){t.HostParameterMap.define({type:t.PropertyDescriptors.FeatureProperties,fromHost:[{name:t.PropertyDescriptors.TcidEnabled,value:0},{name:t.PropertyDescriptors.TcidVisible,value:1}],isComplexType:!0}),t.HostParameterMap.define({type:146,toHost:[{name:t.ParameterNames.Tcid,value:0}]}),t.HostParameterMap.define({type:147,fromHost:[{name:t.PropertyDescriptors.FeatureProperties,value:t.HostParameterMap.self}],toHost:[{name:t.ParameterNames.Tcid,value:0}]})}(e=t.PropertyDescriptors||(t.PropertyDescriptors={})).FeatureProperties="FeatureProperties",e.TcidEnabled="TcidEnabled",e.TcidVisible="TcidVisible",t.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){t.AsyncMethodCalls.define({method:t.AsyncMethods.ExecuteFeature,requiredArguments:[{name:t.ParameterNames.Tcid,types:["number"]}],privateStateCallbacks:[]}),t.AsyncMethodCalls.define({method:t.AsyncMethods.QueryFeature,requiredArguments:[{name:t.ParameterNames.Tcid,types:["number"]}],privateStateCallbacks:[]})},defineSafeArrayParameterMapFunc:n,defineWebParameterMapFunc:n,initializeFunc:function(){var e=Office.context.ui;t.DispIdHost.addAsyncMethods(e,[t.AsyncMethods.ExecuteFeature]),t.DispIdHost.addAsyncMethods(e,[t.AsyncMethods.QueryFeature])}})}(OSF=OSF||{}),function(e){var t,n;((t=e.context||(e.context={})).extensionLifeCycle||(t.extensionLifeCycle={})).launchExtensionComponent=function(e,t,n,o,r){var i=OSF.OUtil.Guid.generateNewGuid();null==r&&(r={OptionalProperties:{},DevProperties:{}}),r.OptionalProperties.InstanceToken=i;var a={ExtId:e,ComponentType:t,ComponentId:n,HostProps:o,OptionalProps:r};if(OSF._OfficeAppFactory.getHostInfo().hostPlatform!=OSF.HostInfoPlatform.web)throw OSF.Utility.createNotImplementedException();var s=OSF._OfficeAppFactory.getWebAppState();return s.clientEndPoint.invoke("ContextActivationManager_notifyHost",null,[s.id,OSF.AgaveHostAction.LaunchExtensionComponent,a]),{Id:e,ComponentType:t,ComponentId:n,InstanceToken:i,LaunchProperties:r}},(n=e.ExtensionLifeCycle||(e.ExtensionLifeCycle={})).close=function(e){OSF._OfficeAppFactory.getClientHostController().closeSdxDialog(e)},n.resize=function(e,t){OSF.Utility.isNullOrUndefined(e)||OSF.Utility.isNullOrUndefined(t)||"number"!=typeof e||"number"!=typeof t?OSF.Utility.debugLog("Invaid dialog width or height. Kindly provide two numbers as input parameters."):OSF._OfficeAppFactory.getClientHostController().resizeSdxDialog(e,t)}}(Office=Office||{}),function(e){var t=(Object.defineProperty(n.prototype,"size",{get:function(){return this.m_fileSize},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sliceCount",{get:function(){return Math.ceil(this.m_fileSize/this.m_sliceSize)},enumerable:!0,configurable:!0}),n.prototype.getSliceAsync=function(e,t){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.GetDocumentCopyChunkAsync,arguments,this,this.m_privateState)},n.prototype.closeAsync=function(e){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.ReleaseDocumentCopyAsync,arguments,this,this.m_privateState)},n);function n(e,t,n){this.m_fileSize=t,this.m_sliceSize=n,this.m_privateState={},this.m_privateState[OSF.FileProperties.Handle]=e,this.m_privateState[OSF.FileProperties.SliceSize]=n}e.File=t}(Office=Office||{}),function(o){var e;((e=o.context||(o.context={})).document||(e.document={})).getFileAsync=function(e,t,n){OSF.DispIdHost.InvokeMethod(OSF.AsyncMethods.GetDocumentCopyAsync,arguments,o.context.document,void 0)}}(Office=Office||{}),function(r){var e,t,n,o,i,a,s,c;(e=r.PropertyDescriptors||(r.PropertyDescriptors={})).FileProperties="FileProperties",e.FileSliceProperties="FileSliceProperties",(t=r.FileProperties||(r.FileProperties={})).Handle="FileHandle",t.FileSize="FileSize",t.SliceSize="sliceSize",(r.additionalParameter||(r.additionalParameter={})).FileSliceOffset="fileSliceoffset",n=r.Marshaling||(r.Marshaling={}),o=n.File||(n.File={}),(i=o.FilePropertiesKeys||(o.FilePropertiesKeys={}))[i.Handle=0]="Handle",i[i.FileSize=1]="FileSize",(a=o.SlicePropertiesKeys||(o.SlicePropertiesKeys={}))[a.Data=0]="Data",a[a.SliceSize=1]="SliceSize",(s=o.FileType||(o.FileType={}))[s.Text=0]="Text",s[s.Compressed=1]="Compressed",s[s.Pdf=2]="Pdf",(c=o.ParameterKeys||(o.ParameterKeys={}))[c.FileType=0]="FileType",c[c.SliceSize=1]="SliceSize",c[c.Handle=2]="Handle",c[c.SliceIndex=3]="SliceIndex",r.File||(r.File={}),r.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){r.AsyncMethodCalls.define({method:r.AsyncMethods.GetDocumentCopyAsync,requiredArguments:[{name:r.ParameterNames.FileType,enum:Office.FileType}],supportedOptions:[{name:r.ParameterNames.SliceSize,value:{types:["number"],defaultValue:r.OUtil.getHostPlatform()==r.HostInfoPlatform.ios?65536:4194304}}],checkCallArgs:function(e,t,n){var o=e[r.ParameterNames.SliceSize];if(o<=0||4194304<o)throw 11002;return e},onSucceeded:function(e,t,n){return new Office.File(e[r.FileProperties.Handle],e[r.FileProperties.FileSize],n[r.ParameterNames.SliceSize])}}),r.AsyncMethodCalls.define({method:r.AsyncMethods.GetDocumentCopyChunkAsync,requiredArguments:[{name:r.ParameterNames.SliceIndex,types:["number"]}],privateStateCallbacks:[{name:r.FileProperties.Handle,value:function(e,t){return t[r.FileProperties.Handle]}},{name:r.FileProperties.SliceSize,value:function(e,t){return t[r.FileProperties.SliceSize]}}],checkCallArgs:function(e,t,n){var o=e[r.ParameterNames.SliceIndex];if(o<0||o>=t.sliceCount)throw 5008;return e[r.additionalParameter.FileSliceOffset]=parseInt((o*n[r.FileProperties.SliceSize]).toString()),e},onSucceeded:function(e,t,n){var o={};return r.OUtil.defineEnumerableProperties(o,{data:{value:r.OUtil.getHostPlatform()==r.HostInfoPlatform.mac?r.OUtil.shallowCopy(e[r.ParameterNames.Data]):e[r.ParameterNames.Data]},index:{value:n[r.ParameterNames.SliceIndex]},size:{value:e[r.FileProperties.SliceSize]}}),o}}),r.AsyncMethodCalls.define({method:r.AsyncMethods.ReleaseDocumentCopyAsync,privateStateCallbacks:[{name:r.FileProperties.Handle,value:function(e,t){return t[r.FileProperties.Handle]}}]})},defineSafeArrayParameterMapFunc:function(){r.HostParameterMap.define({type:r.PropertyDescriptors.FileProperties,fromHost:[{name:r.FileProperties.Handle,value:0},{name:r.FileProperties.FileSize,value:1}],isComplexType:!0}),r.HostParameterMap.define({type:r.PropertyDescriptors.FileSliceProperties,fromHost:[{name:r.ParameterNames.Data,value:0},{name:r.FileProperties.SliceSize,value:1}],isComplexType:!0}),r.HostParameterMap.define({type:r.ParameterNames.FileType,toHost:[{name:Office.FileType.Text,value:0},{name:Office.FileType.Compressed,value:5},{name:Office.FileType.Pdf,value:6}]}),r.HostParameterMap.define({type:77,toHost:[{name:r.ParameterNames.FileType,value:0}],fromHost:[{name:r.PropertyDescriptors.FileProperties,value:r.HostParameterMap.self}]}),r.HostParameterMap.define({type:80,toHost:[{name:r.FileProperties.Handle,value:0},{name:r.additionalParameter.FileSliceOffset,value:1},{name:r.FileProperties.SliceSize,value:2}],fromHost:[{name:r.PropertyDescriptors.FileSliceProperties,value:r.HostParameterMap.self}]}),r.HostParameterMap.define({type:81,toHost:[{name:r.FileProperties.Handle,value:0}]})},defineWebParameterMapFunc:function(){r.HostParameterMap.addComplexType(r.PropertyDescriptors.FileProperties),r.HostParameterMap.addComplexType(r.PropertyDescriptors.FileSliceProperties),r.HostParameterMap.define({type:r.PropertyDescriptors.FileProperties,fromHost:[{name:r.FileProperties.Handle,value:r.Marshaling.File.FilePropertiesKeys.Handle},{name:r.FileProperties.FileSize,value:r.Marshaling.File.FilePropertiesKeys.FileSize}]}),r.HostParameterMap.define({type:r.PropertyDescriptors.FileSliceProperties,fromHost:[{name:r.ParameterNames.Data,value:r.Marshaling.File.SlicePropertiesKeys.Data},{name:r.FileProperties.SliceSize,value:r.Marshaling.File.SlicePropertiesKeys.SliceSize}]}),r.HostParameterMap.define({type:r.ParameterNames.FileType,toHost:[{name:Office.FileType.Text,value:r.Marshaling.File.FileType.Text},{name:Office.FileType.Compressed,value:r.Marshaling.File.FileType.Compressed},{name:Office.FileType.Pdf,value:r.Marshaling.File.FileType.Pdf}]}),r.HostParameterMap.define({type:77,toHost:[{name:r.ParameterNames.FileType,value:r.Marshaling.File.ParameterKeys.FileType},{name:r.ParameterNames.SliceSize,value:r.Marshaling.File.ParameterKeys.SliceSize}],fromHost:[{name:r.PropertyDescriptors.FileProperties,value:r.HostParameterMap.self}]}),r.HostParameterMap.define({type:80,toHost:[{name:r.FileProperties.Handle,value:r.Marshaling.File.ParameterKeys.Handle},{name:r.ParameterNames.SliceIndex,value:r.Marshaling.File.ParameterKeys.SliceIndex}],fromHost:[{name:r.PropertyDescriptors.FileSliceProperties,value:r.HostParameterMap.self}]}),r.HostParameterMap.define({type:81,toHost:[{name:r.FileProperties.Handle,value:r.Marshaling.File.ParameterKeys.Handle}]})}})}(OSF=OSF||{}),(OfficeExt||(OfficeExt={})).FileProperties=function(e){OSF.OUtil.defineEnumerableProperties(this,{url:{value:e[OSF.FilePropertiesDescriptor.Url]}})},function(t){var e,n;t.FilePropertiesDescriptor={Url:"Url"},(t.PropertyDescriptors||(t.PropertyDescriptors={})).FilePropertiesDescriptor="FilePropertiesDescriptor",e=t.Marshaling||(t.Marshaling={}),(n=e.FilePropertiesKeys||(e.FilePropertiesKeys={}))[n.Properties=0]="Properties",n[n.Url=1]="Url",t.FileProperties||(t.FileProperties={}),t.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){t.AsyncMethodCalls.define({method:t.AsyncMethods.GetFilePropertiesAsync,fromHost:[{name:t.PropertyDescriptors.FilePropertiesDescriptor,value:0}],requiredArguments:[],supportedOptions:[],onSucceeded:function(e,t,n){return new OfficeExt.FileProperties(e)}})},defineSafeArrayParameterMapFunc:function(){t.HostParameterMap.define({type:t.PropertyDescriptors.FilePropertiesDescriptor,fromHost:[{name:t.FilePropertiesDescriptor.Url,value:0}],isComplexType:!0}),t.HostParameterMap.define({type:86,fromHost:[{name:t.PropertyDescriptors.FilePropertiesDescriptor,value:t.HostParameterMap.self}]})},defineWebParameterMapFunc:function(){t.HostParameterMap.addComplexType(t.PropertyDescriptors.FilePropertiesDescriptor),t.HostParameterMap.define({type:t.PropertyDescriptors.FilePropertiesDescriptor,fromHost:[{name:t.FilePropertiesDescriptor.Url,value:t.Marshaling.FilePropertiesKeys.Url}]}),t.HostParameterMap.define({type:86,fromHost:[{name:t.PropertyDescriptors.FilePropertiesDescriptor,value:t.Marshaling.FilePropertiesKeys.Properties}]})},initializeFunc:function(){var e=Office.context.document;t.DispIdHost.addAsyncMethods(e,[t.AsyncMethods.GetFilePropertiesAsync])}})}(OSF=OSF||{});var Office,OSF;__awaiter=this&&this.__awaiter||function(i,a,s,c){return new(s=s||Promise)(function(e,t){function n(e){try{r(c.next(e))}catch(e){t(e)}}function o(e){try{r(c.throw(e))}catch(e){t(e)}}function r(t){t.done?e(t.value):new s(function(e){e(t.value)}).then(n,o)}r((c=c.apply(i,a||[])).next())})},__generator=this&&this.__generator||function(n,o){var r,i,a,e,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return e={next:t(0),throw:t(1),return:t(2)},"function"==typeof Symbol&&(e[Symbol.iterator]=function(){return this}),e;function t(t){return function(e){return function(t){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,i&&(a=2&t[0]?i.return:t[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,t[1])).done)return a;switch(i=0,a&&(t=[2&t[0],a.value]),t[0]){case 0:case 1:a=t;break;case 4:return s.label++,{value:t[1],done:!1};case 5:s.label++,i=t[1],t=[0];continue;case 7:t=s.ops.pop(),s.trys.pop();continue;default:if(!(a=0<(a=s.trys).length&&a[a.length-1])&&(6===t[0]||2===t[0])){s=0;continue}if(3===t[0]&&(!a||t[1]>a[0]&&t[1]<a[3])){s.label=t[1];break}if(6===t[0]&&s.label<a[1]){s.label=a[1],a=t;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(t);break}a[2]&&s.ops.pop(),s.trys.pop();continue}t=o.call(n,s)}catch(e){t=[6,e],i=0}finally{r=a=0}if(5&t[0])throw t[1];return{value:t[0]?t[1]:void 0,done:!0}}([t,e])}}};!function(a){var o;function e(){this._events=[]}a.NestedAppAuth||(a.NestedAppAuth={}),e.prototype.postMessage=function(e){var t,n,o,r,i=this;t=e,n=function(t){"succeeded"==t.status&&i._events.forEach(function(e){e(t.value)})},o=a._OfficeAppFactory.getAsyncMethodExecutor(),r={toSafeArrayHost:function(){return[]},fromSafeArrayHost:function(e){return null},toWebHost:function(){return{requestPayload:t}},fromWebHost:function(e){return e.responsePayload}},o.executeAsync(209,r,n)},e.prototype.addEventListener=function(e,t){"message"===e&&this._events.push(t)},e.prototype.removeEventListener=function(e,t){"message"===e&&(this._events=this._events.filter(function(e){return e!=t}))},o=e,a.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){},initializeFunc:function(){var e=a._OfficeAppFactory.getOfficeAppContext(),t=e.get_nestedAppAuthBridgeType();if(1===t)window.nestedAppAuthBridge=new o;else if(2===t&&!window.nestedAppAuthBridge){var n=e.get_topFrameOrigin();n&&a._OfficeAppFactory.getInitializationHelper().setCreateNaaBridge(function(){return function(n){return __awaiter(this,void 0,void 0,function(){var t;return __generator(this,function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),t=a.LoadScriptHelper.getHostBundleJsBasePath()+"webauth/hubsdknaabridge.min.js",[4,a.OUtil.loadScriptPromise(t,a.LoadScriptHelper.getTrustedTypesPolicy())];case 1:return e.sent()&&HubSdkNaaBridge.initializeBridge(n),[3,3];case 2:return e.sent(),[3,3];case 3:return[2]}})})}(n)})}}})}(OSF=OSF||{}),function(o){var e;((e=o.DDA||(o.DDA={})).Auth||(e.Auth={})).getAuthContextAsync=function(e){function t(e){var t=e.userObjectId||"",n=e.tenantId||"",o=e.userPrincipalName||"";return{userObjectId:t,tenantId:n,userPrincipalName:o,authorityType:e.authorityType||"",authorityBaseUrl:e.authorityBaseUrl||"",puid:e.puid||"",loginHint:e.loginHint||o}}var n={toSafeArrayHost:function(){return[]},fromSafeArrayHost:function(e){try{return t(JSON.parse(e))}catch(e){return null}},toWebHost:function(){return{}},fromWebHost:function(e){return t(e)}};o._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(205,n,e)}}(OSF=OSF||{}),function(o){(o.auth||(o.auth={})).getAuthContext=function(){return new o.Promise(function(t,n){OSF.DDA.Auth.getAuthContextAsync(function(e){e.status===o.AsyncResultStatus.Succeeded?t(e.value):n(e.error)})})}}(Office=Office||{}),(Office||(Office={})).select=function(e,t){var n;if(e&&"string"==typeof e){var o=e.indexOf("#");if(-1!=o){var r=e.substring(0,o),i=e.substring(o+1);switch(r){case"binding":case"bindings":i&&(n=new OSF.BindingPromise(i))}}}if(n)return n.onFail=t,n;if(t){var a=typeof t;if("function"!=a)throw OSF.OUtil.formatString(Strings.OfficeOM.L_CallbackNotAFunction,a);var s={};s[OSF.ParameterNames.Callback]=t,OSF.DispIdHost.issueAsyncResult(s,5004,OSF.DDA.ErrorCodeManager.getErrorArgs(5004))}},function(s){var e,t;function c(e){var t=0;switch(e){case s.CoercionType.Text:t=0;break;case s.CoercionType.Matrix:t=1;break;case s.CoercionType.Table:t=2;break;case s.CoercionType.Html:t=3;break;case s.CoercionType.Ooxml:t=4;break;case s.CoercionType.OoxmlPackage:t=5;break;case s.CoercionType.PdfFile:t=6;break;case s.CoercionType.SlideRange:t=7;break;case"image":t=8;break;case"xmlSvg":t=9}return t}e=s.context||(s.context={}),(t=e.document||(e.document={})).setSelectedDataAsync=function(t,n,e){var o=null==n.coercionType?OSF.DataCoercion.determineCoercionType(t):n.coercionType;"function"==typeof n&&(e=n);var r={toSafeArrayHost:function(){var e=OSF._OfficeAppFactory.getHostInfo();return e.hostType.toLowerCase()==s.HostType.Word.toLowerCase()||e.hostType.toLowerCase()==s.HostType.PowerPoint.toLowerCase()||e.hostType.toLowerCase()==s.HostType.OneNote.toLowerCase()||e.hostType.toLowerCase()==s.HostType.Visio.toLowerCase()||"image"==o||"xmlSvg"==o?[c(o),OSF.DataCoercion.serializeDynamicData(t),null!=n.imageLeft&&n.imageLeft,null!=n.imageTop&&n.imageTop,null!=n.imageWidth&&n.imageWidth,null!=n.imageHeight&&n.imageHeight]:e.hostType.toLowerCase()==s.HostType.Excel.toLowerCase()?[c(o),OSF.DataCoercion.serializeDynamicData(t),null==n.cellFormat?[]:n.cellFormat,null==n.tableOptions?[]:n.tableOptions,null!=n.imageWidth&&n.imageWidth,null!=n.imageHeight&&n.imageHeight]:[c(o),OSF.DataCoercion.serializeDynamicData(t),null==n.cellFormat?[]:n.cellFormat,null==n.tableOptions?[]:n.tableOptions]},fromSafeArrayHost:function(e){return e},toWebHost:function(){return{DdaSetBindingData:{CoerceType:o,Data:OSF.DataCoercion.serializeDynamicData(t),CellFormat:[],TableOptions:[]}}},fromWebHost:function(e){return e}};OSF._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(65,r,e,null)},t.getSelectedDataAsync=function(t,e,n){var o,r=s.ValueFormat.Unformatted,i=s.FilterType.All;"function"==typeof e?n=e:void 0!==e&&(void 0!==e.valueFormat&&(r=e.valueFormat),void 0!==e.filterType&&(i=e.filterType),void 0!==e.asyncContext&&(o=e.asyncContext));var a={toSafeArrayHost:function(){return[c(t),function(e){var t=0;switch(e){case s.ValueFormat.Unformatted:t=0;break;case s.ValueFormat.Formatted:t=1}return t}(r),function(e){var t=0;switch(e){case s.FilterType.All:t=0;break;case s.FilterType.OnlyVisible:t=1}return t}(i)]},fromSafeArrayHost:function(e){return OSF.DataCoercion.deserializeDynamicData(e,t)},toWebHost:function(){return{DdaGetBindingData:{CoerceType:t,ValueFormat:r,FilterType:i}}},fromWebHost:function(e){return OSF.DataCoercion.deserializeDynamicData(e.Data,t)}};OSF._OfficeAppFactory.getAsyncMethodExecutor().executeAsync(64,a,n,o)}}(Office=Office||{}),function(t){var e=(Object.defineProperty(n.prototype,"headers",{get:function(){return this._header},set:function(e){this._header=this.fixData(e)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"rows",{get:function(){return this._rows},set:function(e){this._rows=null==e||OSF.OUtil.isArray(e)&&0==e.length?[]:this.fixData(e)},enumerable:!0,configurable:!0}),n.prototype.fixData=function(e){if(null==e||null==e)return null;try{for(var t=OSF.DataCoercion.findArrayDimensionality(e);t<2;t++)e=[e];return e}catch(e){}},n);function n(e,t){this._rows=e,this._header=t}t.TableData=e,t.manufactureTableData=function(e){return new t.TableData(e[OSF.TableDataProperties.TableRows],e[OSF.TableDataProperties.TableHeaders])}}(Office=Office||{}),function(e){e.BootStrapExtension.prepareApiSurface=function(){return new Promise(function(){e.V10ApiFeatureRegistry.initialize()})}}(OSF=OSF||{}),function(a){var e;(function(o){var e;(e=o.EventDescriptors||(o.EventDescriptors={})).OfficeThemeChangedEvent="OfficeThemeChangedEvent",e.DocumentThemeChangedEvent="DocumentThemeChangedEvent",a.V10ApiFeatureRegistry.register({defineMethodsFunc:function(){a.AsyncMethodCalls.define({method:a.AsyncMethods.GetDocumentThemeAsync,requiredArguments:[],supportedOptions:[],privateStateCallbacks:[],onSucceeded:a.DDA.Theming.ConvertToDocumentTheme}),a.AsyncMethodCalls.define({method:a.AsyncMethods.GetOfficeThemeAsync,requiredArguments:[],supportedOptions:[],privateStateCallbacks:[],onSucceeded:a.DDA.Theming.ConvertToOfficeTheme})},defineSafeArrayParameterMapFunc:function(){a.HostParameterMap.define({type:85,fromHost:[{name:a.ParameterNames.OfficeTheme,value:a.HostParameterMap.self}]}),a.HostParameterMap.define({type:a.ParameterNames.OfficeTheme,fromHost:[{name:a.DDA.Theming.OfficeThemeEnum.BodyForegroundColor,value:0},{name:a.DDA.Theming.OfficeThemeEnum.BodyBackgroundColor,value:1},{name:a.DDA.Theming.OfficeThemeEnum.ControlForegroundColor,value:2},{name:a.DDA.Theming.OfficeThemeEnum.ControlBackgroundColor,value:3},{name:a.DDA.Theming.OfficeThemeEnum.ThemeId,value:4},{name:a.DDA.Theming.OfficeThemeEnum.IsDarkTheme,value:5},{name:a.DDA.Theming.OfficeThemeEnum.FluentThemeData,value:6}],isComplexType:!0}),a.HostParameterMap.define({type:a.EventDispId.dispidOfficeThemeChangedEvent,fromHost:[{name:a.DDA.Theming.EventDescriptors.OfficeThemeChangedEvent,value:a.HostParameterMap.self}],isComplexType:!0}),a.HostParameterMap.define({type:a.DDA.Theming.EventDescriptors.OfficeThemeChangedEvent,fromHost:[{name:a.ParameterNames.OfficeTheme,value:a.HostParameterMap.self}],isComplexType:!0})},defineWebParameterMapFunc:function(){a.HostParameterMap.addComplexType(a.ParameterNames.DocumentTheme),a.HostParameterMap.addComplexType(a.ParameterNames.OfficeTheme),a.HostParameterMap.define({type:a.EventDispId.dispidOfficeThemeChangedEvent,fromHost:[{name:a.ParameterNames.OfficeTheme,value:a.HostParameterMap.self}]}),a.HostParameterMap.define({type:a.ParameterNames.OfficeTheme,fromHost:[{name:a.DDA.Theming.OfficeThemeEnum.BodyForegroundColor,value:a.DDA.Theming.OfficeThemeEnumWac.PrimaryFontColor},{name:a.DDA.Theming.OfficeThemeEnum.BodyBackgroundColor,value:a.DDA.Theming.OfficeThemeEnumWac.PrimaryBackgroundColor},{name:a.DDA.Theming.OfficeThemeEnum.ControlForegroundColor,value:a.DDA.Theming.OfficeThemeEnumWac.SecondaryFontColor},{name:a.DDA.Theming.OfficeThemeEnum.ControlBackgroundColor,value:a.DDA.Theming.OfficeThemeEnumWac.SecondaryBackgroundColor}],isComplexType:!0})},initializeFunc:function(){var e=a._OfficeAppFactory.getHostInfo(),t=e.hostType.toLowerCase();if(e.hostPlatform==a.HostInfoPlatform.web&&(t==Office.HostType.Word.toLowerCase()||t==Office.HostType.PowerPoint.toLowerCase())&&Office.context.officeTheme){var n=o.GetIsDarkThemeFromCSSHexColor(Office.context.officeTheme.bodyBackgroundColor);Office.context.officeTheme[a.DDA.Theming.OfficeThemeEnum.IsDarkTheme]=n,Office.context.officeTheme[a.DDA.Theming.OfficeThemeEnum.ThemeId]=n?a.DDA.Theming.ThemeId.Black:a.DDA.Theming.ThemeId.White}Office.context&&Office.context.themeManager&&Office.context.themeManager.InitializeAndChangeOnce()}});var t=(n.prototype.InitializeThemeManager=function(){this._eventTarget=this,a.DispIdHost.addAsyncMethods(this,[a.AsyncMethods.GetOfficeThemeAsync,a.AsyncMethods.GetDocumentThemeAsync]),a.DispIdHost.addEventSupport(this,new a.EventDispatch([Microsoft.Office.WebExtension.EventType.OfficeThemeChanged,Microsoft.Office.WebExtension.EventType.DocumentThemeChanged]))},n.prototype.InitializeAndChangeOnce=function(e){var t=this;this._officeCss=this._getOfficeThemesCss(),this._officeCss?(this._onAsyncCallsCompleted=e,this._asyncCallsCompleted={},this._asyncCallsCompleted[a.AsyncMethods.GetOfficeThemeAsync]=!1,this._asyncCallsCompleted[a.AsyncMethods.GetDocumentThemeAsync]=!1,this._getAndProcessThemeData(this._eventTarget.getOfficeThemeAsync,function(e){t._processOfficeThemeData(e)},a.AsyncMethods.GetOfficeThemeAsync)):e&&e()},n.prototype.isDarkTheme=function(){var e=!1;if(Office.context&&Office.context.officeTheme&&Office.context.officeTheme.bodyBackgroundColor){var t=Office.context.officeTheme.bodyBackgroundColor;e=o.GetIsDarkThemeFromCSSHexColor(t)}return e},n.prototype._getOfficeThemesCss=function(){try{return function(){for(var e="officethemes.css",t=0;t<document.styleSheets.length;t++){var n=document.styleSheets[t];if(!n.disabled&&n.href&&e==n.href.substring(n.href.length-e.length,n.href.length).toLowerCase())return n.cssRules||n.rules?n:(a.AppTelemetry&&a.AppTelemetry.logAppException("Browser styleSheet object does not implement cssRules or rules property. Viloates browser's css access rule"),null)}}()}catch(e){return a.AppTelemetry&&a.AppTelemetry.logAppException("Exception thrown when trying to read officethems.css:["+e+"]"),null}},n.prototype._changeCss=function(e,t,n){for(var o=e.cssRules?e.cssRules.length:e.rules.length,r=0;r<o;r++){var i=(e.cssRules?e.cssRules[r]:e.rules[r]).selectorText;i&&i.toLowerCase()==t.toLowerCase()&&(e.cssRules?(e.deleteRule(r),e.insertRule(i+n,r)):(e.removeRule(r),e.addRule(i,n,r)))}},n.prototype._changeDocumentThemeData=function(e){for(var t=[{name:a.DDA.Theming.DocumentThemeEnum.PrimaryFontColor,cssSelector:".office-docTheme-primary-fontColor",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.PrimaryBackgroundColor,cssSelector:".office-docTheme-primary-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.SecondaryFontColor,cssSelector:".office-docTheme-secondary-fontColor",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.SecondaryBackgroundColor,cssSelector:".office-docTheme-secondary-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent1,cssSelector:".office-contentAccent1-color",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent2,cssSelector:".office-contentAccent2-color",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent3,cssSelector:".office-contentAccent3-color",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent4,cssSelector:".office-contentAccent4-color",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent5,cssSelector:".office-contentAccent5-color",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent6,cssSelector:".office-contentAccent6-color",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent1,cssSelector:".office-contentAccent1-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent2,cssSelector:".office-contentAccent2-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent3,cssSelector:".office-contentAccent3-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent4,cssSelector:".office-contentAccent4-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent5,cssSelector:".office-contentAccent5-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent6,cssSelector:".office-contentAccent6-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent1,cssSelector:".office-contentAccent1-borderColor",cssProperty:"border-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent2,cssSelector:".office-contentAccent2-borderColor",cssProperty:"border-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent3,cssSelector:".office-contentAccent3-borderColor",cssProperty:"border-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent4,cssSelector:".office-contentAccent4-borderColor",cssProperty:"border-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent5,cssSelector:".office-contentAccent5-borderColor",cssProperty:"border-color"},{name:a.DDA.Theming.DocumentThemeEnum.Accent6,cssSelector:".office-contentAccent6-borderColor",cssProperty:"border-color"},{name:a.DDA.Theming.DocumentThemeEnum.Hyperlink,cssSelector:".office-a",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.FollowedHyperlink,cssSelector:".office-a:visited",cssProperty:"color"},{name:a.DDA.Theming.DocumentThemeEnum.HeaderLatinFont,cssSelector:".office-headerFont-latin",cssProperty:"font-family"},{name:a.DDA.Theming.DocumentThemeEnum.HeaderEastAsianFont,cssSelector:".office-headerFont-eastAsian",cssProperty:"font-family"},{name:a.DDA.Theming.DocumentThemeEnum.HeaderScriptFont,cssSelector:".office-headerFont-script",cssProperty:"font-family"},{name:a.DDA.Theming.DocumentThemeEnum.HeaderLocalizedFont,cssSelector:".office-headerFont-localized",cssProperty:"font-family"},{name:a.DDA.Theming.DocumentThemeEnum.BodyLatinFont,cssSelector:".office-bodyFont-latin",cssProperty:"font-family"},{name:a.DDA.Theming.DocumentThemeEnum.BodyEastAsianFont,cssSelector:".office-bodyFont-eastAsian",cssProperty:"font-family"},{name:a.DDA.Theming.DocumentThemeEnum.BodyScriptFont,cssSelector:".office-bodyFont-script",cssProperty:"font-family"},{name:a.DDA.Theming.DocumentThemeEnum.BodyLocalizedFont,cssSelector:".office-bodyFont-localized",cssProperty:"font-family"}],n=e.type==a.EventType.DocumentThemeChanged?e.documentTheme:e,o=0;o<t.length;o++)if(null===this._previousDocumentThemeData||this._previousDocumentThemeData[t[o].name]!=n[t[o].name])if(null!=n[t[o].name]&&""!=n[t[o].name]){var r=n[t[o].name];"font-family"===t[o].cssProperty&&(r='"'+r.replace(new RegExp('"',"g"),'\\"')+'"'),this._changeCss(this._officeCss,t[o].cssSelector,"{"+t[o].cssProperty+":"+r+";}")}else this._changeCss(this._officeCss,t[o].cssSelector,"{}");this._previousDocumentThemeData=n},n.prototype._changeOfficeThemeData=function(e){for(var t=[{name:a.DDA.Theming.OfficeThemeEnum.BodyForegroundColor,cssSelector:".office-officeTheme-primary-fontColor",cssProperty:"color"},{name:a.DDA.Theming.OfficeThemeEnum.BodyBackgroundColor,cssSelector:".office-officeTheme-primary-bgColor",cssProperty:"background-color"},{name:a.DDA.Theming.OfficeThemeEnum.ControlForegroundColor,cssSelector:".office-officeTheme-secondary-fontColor",cssProperty:"color"},{name:a.DDA.Theming.OfficeThemeEnum.ControlBackgroundColor,cssSelector:".office-officeTheme-secondary-bgColor",cssProperty:"background-color"}],n=e.type==a.EventType.OfficeThemeChanged?e.officeTheme:e,o=0;o<t.length;o++)null!==this._previousOfficeThemeData&&this._previousOfficeThemeData[t[o].name]==n[t[o].name]||void 0!==n[t[o].name]&&this._changeCss(this._officeCss,t[o].cssSelector,"{"+t[o].cssProperty+":"+n[t[o].name]+";}");this._previousOfficeThemeData=n},n.prototype._getAndProcessThemeData=function(e,n,o){var r=this,t=a._OfficeAppFactory.getHostInfo();if(t&&t.hostPlatform==a.HostInfoPlatform.web){if(o==a.AsyncMethods.GetOfficeThemeAsync&&Office.context.officeTheme){var i={};i[a.DDA.Theming.OfficeThemeEnum.BodyBackgroundColor]=Office.context.officeTheme.bodyBackgroundColor,i[a.DDA.Theming.OfficeThemeEnum.BodyForegroundColor]=Office.context.officeTheme.bodyForegroundColor,i[a.DDA.Theming.OfficeThemeEnum.ControlBackgroundColor]=Office.context.officeTheme.controlBackgroundColor,i[a.DDA.Theming.OfficeThemeEnum.ControlForegroundColor]=Office.context.officeTheme.controlForegroundColor,i[a.DDA.Theming.OfficeThemeEnum.IsDarkTheme]=Office.context.officeTheme.isDarkTheme,i[a.DDA.Theming.OfficeThemeEnum.ThemeId]=Office.context.officeTheme.isDarkTheme?a.DDA.Theming.ThemeId.Black:a.DDA.Theming.ThemeId.White,i[a.DDA.Theming.OfficeThemeEnum.FluentThemeData]=Office.context.officeTheme.fluentThemeData,n(i)}}else e(function(e){if("succeeded"==e.status){var t=e.value;n(t)}r._areAllCallsCompleted(o)&&r._onAsyncCallsCompleted&&(r._onAsyncCallsCompleted(),r._onAsyncCallsCompleted=null)})},n.prototype._processOfficeThemeData=function(e){var t=this;this._changeOfficeThemeData(e),this._eventTarget.addHandlerAsync(Microsoft.Office.WebExtension.EventType.OfficeThemeChanged,function(e){t._changeOfficeThemeData(e)},null)},n.prototype._processDocumentThemeData=function(e){var t=this;this._changeDocumentThemeData(e),this._eventTarget.addHandlerAsync(Microsoft.Office.WebExtension.EventType.DocumentThemeChanged,function(e){t._changeDocumentThemeData(e)},null)},n.prototype._areAllCallsCompleted=function(e){var t;if(!(t=this._asyncCallsCompleted))return!0;for(var n in e&&t.hasOwnProperty(e)&&(t[e]=!0),t)if(!t.hasOwnProperty(n)||!t[n])return!1;return!0},n);function n(){this._eventTarget=null,this._previousDocumentThemeData=null,this._previousOfficeThemeData=null,this._officeCss=null,this._asyncCallsCompleted=null,this._onAsyncCallsCompleted=null}o.InternalThemeHandler=t})((e=a.DDA||(a.DDA={})).Theming||(e.Theming={}))}(OSF=OSF||{}),function(e){var t,n;t=e.context||(e.context={}),OSF.definePropertyOnNamespace(t,"themeManager",function(){return n||(n=new OSF.DDA.Theming.InternalThemeHandler).InitializeThemeManager(),n})}(Office=Office||{}),function(e){if(!function(){try{return"object"==typeof process&&"[object process]"===String(process)}catch(e){return}}()&&!e.isOfficeReactNative()){try{e.Flights=e.OUtil.parseFlights(!0),e.DisabledChangeGates=e.OUtil.parseDisabledChangeGates(!0)}catch(e){}function t(){OSFPerformance.hostSpecificFileName=e.LoadScriptHelper.getHostBundleJsName(),Office.onReadyInternal(function(){OSFPerfUtil.sendPerformanceTelemetry()}),e._OfficeAppFactory.getHostInfo().hostLocale&&setTimeout(function(){e.OUtil.ensureOfficeStringsJs().catch(function(e){console.error(e)})},0)}e._OfficeAppFactory.bootstrap(function(){},function(e){e instanceof Error?console.warn(e.message):console.warn(JSON.stringify(e))}),"complete"===document.readyState||"interactive"===document.readyState?t():window.addEventListener("DOMContentLoaded",function(e){t()})}}(OSF=OSF||{}),OSFPerformance.hostInitializationEnd=OSFPerformance.now(),OSFPerformance.totalJSHeapSize=OSFPerformance.getTotalJSHeapSize(),OSFPerformance.usedJSHeapSize=OSFPerformance.getUsedJSHeapSize(),OSFPerformance.jsHeapSizeLimit=OSFPerformance.getJSHeapSizeLimit();
//NULL-TERMINATED���`I�҃���hw4��d�h����.$/��˩,�
����{�
vn�2ŀ
�25� 
39�,

Q39�8

�39�D

�3<�P
�3�7\
4X�h
f4G��t
�4[��
5[��
 c5���

6����
�6���
&=7��
W7!�
]7@�
]7@�T�
�72��
�7��
�7
h��
P8
P8�T
U8!�{
v8'�|
�8@�
*�8R�(
/9,�P
[9�\
m9#�h
"�97�t
�9|��
 C:G��
�:G��
�:K��
;f��
 �;���
�;��
(�<<���
�<��
�<
�7�
=$�
$=��
(=��
�=8� 

�=��,
�=L�8
4??F�D
&�?&�P
�?ـ\
�@���h
 

A!��t
+A7��
bA)��
�A&��
�A��
$=���
�AS��
"B��
6B9��
oBS��
�B���

�UR��
jR��
NS���
�S-�
 )T*�
STI�(
�TF�4
�TD�@
&U[�L
�U?�X

�U-�d
�U�p
�U\�|
ZVe��
�Va��
 W6��
VW=��
$=���
�W��
:	�X����
&&Y��
?Y*��
iY2�
<�Z:�� 
&�Z*�,
�ZA�8
"@[��D

�[��P

�\6�\
�\=�h
 ]J�t
j]���
�]��
^9��
?^���

�^
*���
$=��
$=��
!_��
!_��
!_��
%_À�
(�_���
	!_��
$=��
`��
�`*��
�`���

ra�
�au��
 b�� 
6
�c���,
qd���`
e�l
e�x
1e7��
he��
�e��
�ef��
 f���
�f���
W7!�
g&�
g&�T�
8g
��
Bg���
�g/��
"�g/�
""h0�
Rhm� 
"�h/�,
�h{�8
ii�D
tiI�P
"�j[�\
k��h
�k[�t
�k���
"�l!��
�lO��
�lX��
Jm
��
(
U8!�{�
P8�
^n(�|�
P8�T�
�nJ��
�nÀ�
"�o���
&
p4��
Rp��
"�q!�
r!�
<r!�(
]r�4
yr!�@
�r!�L
�r)�X
�r)�d

sG�p
Tsb�|
�s=��
�s)��
t+��
Gt!��
htr��
�t;��
ub��
wu4��
�uq��
2vl��
�vH��
�v�
�v\�
Ew$�$
iw�0
(
kx�<
�x;�H
�xh�T

&({FS��`
#{|
�l
�|
�x
�|
��
�|
��
�|
��
�|
��
�|F��
�|
��
}
��
}
��
}
��
%}
��
/}
��
9}
�
C}
�
M}
� 
W}
�,
a}
�8
k}
�D
u}
�P
}
�\
�}
�h
�}
�t
�}
��
�}
��
�}
��
�}��
�}
��
�}
��
�}��
�}
��
�}
��
~
��
~
��
~
�
%~
�
/~
�
9~+�(
d~�4
:p��\
��9�h
���t

��U��
.�d��
*"w�̀�
 C���
b���
u�	��
~�	��
��	��
��	��
��	��
��	��
��7��
�	��
���
��	��
�	��
���
#���
5�N��
����
��8�
"ˊb�
-��� 
@�
�,
D�4�,
6 4x�!�8
����D
��i�P
�e�\

�s�h
�J�t
<�
���
I����
0�/��
X5���
�
$ �8��

X���
T0p����
"	,�T��

��7�
*��A�) 
*$=��,
��[,
S�ˀ8
.
�K�T
0i�Ӏ`
.<�F�|
��
��
��
��
��
��
��
��
��
��
��
d��
���
+�k��
"��k��
"���
���
"���
��5�
�
�$
�2�0
�
�7<
)�
�7H
3�wT
B�
�7`
L�
�7l
V�wx
e�
�7�
o�w�
~�K��
ɣ���
2
K�
��
4V��
4o�I�D
"���P
ȧ5�\
���h

��t
���
1���
H���
$=��
$=��
_���
r�
��
|�	��
%}
��
��
��
��
��
��
��
��
��
��
�
��
�
���
ب�(
�
�4
��
�@
r�
�L
|�	�X
%}
�d
�
�p

��|
����
"����
ʫU��
*�0��
O�����
$����
�����
 5�&��
$[����
�
A�� 
02�}�� 
����� 
1�G�( 
x�$�4 
4��:�@ 
ֵ.�L 
"��X 
�K�d 
b�K�� 
��
/�� 
ܶ���� 
_�O�� 
����� 


 _��� 
}�
J�� 
"ǹ;��� 
����!
&��&��!
$
���(!
(����4!
(���@!
$��A�L!
�)�X!
�)�d!
8�)�p!
a�d�|!
 ſd��!
 )�_��!
0��E��!
�g��!
04����!
 �D��!
� ��!
3�%��!
X�I�"
��%�"
��+� "
&��k�,"
,\�k�8"
,��/�D"
��6�P"
,���\"
"	��D�h"
�~�t"
��`��"
<	��<��"
20�
���"
=���"
40�
��"
Z�R��"
����"
����"
��V��"
	/���"
K���"
~�	�#
j��#
x�+�#
����#
$$=�� #
d��� #
s��,#
��-��8#
��-��D#
$=��P#
����P#
&����l#
x�0�x#
����#
�����#
*��b��#
�Z��#
j��{�#
{��#
���|�#
���T�#
��.�7$
��W�$

+����$
W7!($
��($
���T4$
����@$
*��/�L$
"��/�X$
"��Z�d$
E�C�p$
��)�|$
����$
��6��$
����$
�h��$

$=���$
��i��$
"��{��$
&j�
i��$
"����$
����$
��π�$
��9��%
 ��€%

����4%
�8j���
\%
"(���x%
F��
�%
Y����%
l���%
�m��%
	��*��%
�/��%
E����%
�����%
	��I��%
0����&
v�4�&
����&
��{�$&
4�\��0&
"���<&
����H&
*N�o�T&
��?��`&
��
��l&
&��M��&
.��q��&
,B�8��&
z�W��&
&��^��&
(/�W��&
&�����&
&A�d��&
����'
��*�'
��+�0'
	�#�L'
,�'�h'
S����'
$�����'


������'
W7!�'
�&�'
�&�T�'
C�e��'
	����'
��'��'
��$��'
�C�(
R�3�(
��)�(
��z�$(
�g/�0(
"�g/�<(
"(�
�H(
2�
H�T(
z�c�`(
 ��9��l(
�9��(
O�a��(
����(
�����(
U����(
e�
��(
0o�#�v�)
����)
�����)

$=���)
I�$��)
m���)
����)
��u��)
���)
4���)
N�u��)
���)
���)
��d�*
]��*
y��*
��P�(*
�#�4*
��@*
 ��L*
!�i�X*
��#�d*
���p*
��|*
���*
"�#��*
����*
�ŀ�*
����*

d����*
x�)��*
��)��*
�"��*
���*
��+
��+
��+
�'�(+
��4+
�Ȁ@+
�!��L+
�ŀ�X+
"�d+
*s3��+
�)��+
���+
���+
�%��+
<��+
Z!��+
{��+
����+
*Q��+

d�,
|��,
 ���,
 �u� ,
_�,,
��?��8,
b
H�D,
 �;�P,
*�T�\,
&9!�h,
Z0�t,
&�A��,
"�0��,
&�[��,
V	S��,
�	�{�,
!_�,
�	�|�,
�	�T�,
�	��,

=
��,
"?i��,
$�:��,
�^��,
$@
��,
 K��-
�
�-
�
�-
���(-
 	p�4-
��@-
b��L-
�,�X-
�؀d-
2	�Ȁp-

bB��|-
�[��-
 �g��-
f}��-
*���-
�
i��-
&����-
����-
��
��-
����-
hg��-
�{�.
 Jy�.
�G�.

ɀ$.
*�T�0.
'��<.
?B�H.
��T.
�
�T.
��`.
�8�l.

$=��x.
�\�x.
�	�{�.
!_�.
�	�|�.
3�T�.
D���.
$����.
,!_�{�.
!_�.
��|�.
!_�T�.
�M��.
��.
(
V���.
&f
�7�.
pw�.
��.
$�#��.
��/

�C�/
0# 쁙 /
*�!>��,/
&0#'�H/
W#Q�T/
0#'�`/
�#�l/
�#��x/
2 [&��/
t&��/
"|)��/
*�*a���/
�9�-��/
�-��/
.=��/
K.*��/
u.#�0
�.�0
*�/r��0
%0y��(0
�0Z�40
&�3�@0
4:�L0
E4
�X0
O4�d0
n4A�p0
 �4�|0
�4���0
d58��0

�5���0
�5.��0
�5-��0
6"��0
16���0
.�6"��0
�6*��0
7G��0
"4Y:A�1
�:\�1
"�:��1
$�;[�$1
*�;x�01
m<?�<1
�<
O�H1
&�<4�T1
/=T�`1
(�>��l1
8@��x1
	�@���1

wAo��1
 �A ��1
B
€�1
&	�B��1
(�CJ��1
"�CQ��1
"FD��1
�D
F��2
&E�2
)E��2
"
�E�(2
�'�I�P2
�I�\2
�IL�h2
'J/�t2
VJ4��2
�J���2

K ��2
6K/��2
eKF��2
�K��2
�K���2
 <L���2
 �L��2
�L���2
(�M&��2
�M>��2

�N�3

OP��3
]O�3
zO�(3
�Ob�43
�O!�@3
P�L3
0P
>�X3
"nP �d3
�P|�p3
(
Q�|3
Q��3
4Q���3
(
�Q��3
$=��3
$=��3
�Q��3
R
!��3
&3Rm��3
*�R���3
41S:��3
kS#��3
�Sހ�3
"lTA��4
���4
�T#�4
�T'�$4
�T8�04

�5��<4
/U.�H4
�5-�T4
6"�`4
]U��l4
.�6"�x4
�U*��4
V��4
 .Y��4
Yf��4
"uYw��4
�Y[��4
*GZx��4
m<?��4
�Z
O��4
&�<4��4
[k��4
	y[@�5
*�\��5
	Q]��05
�]
I�L5
^��X5
$�^�d5
�^�p5
�^�|5
>_
>���5
&|_��5
�_v��5
"

`���5
��I��5
�aL��5
'J/��5
b4��5
9b���5
 $=���5
�b.���5
cI�6
Zc!��6
{c=�6
�c�$6
�c��06

Wd$�<6
{d �H6
&�e=�d6
�eʀp6

�fY�|6
]O��6
zO��6
�f��6
"
�O!��6
�g
 ��6
&
hl��6
*�R���6
41S:��6
kS#��6
vhh��6
�T#�7
�T'�7
�h��7
mi-�$7
�iЀ07
jj"�<7
&�j
�H7
"�jπT7
zkM�`7
�kQ�l7
lh�x7
mi-���7
�l��7
0jn���7
 	�n���7
	�o ��7
�ok��7
	3p
���7
 �p��7
�q�8
�q#�8
(�t�8
�tU�8
"$=��(8
Fu)��(8
oun�48
$�u>�P8
v*�\8
Ev�)h8
$0w��8
Kw��8
fwp���8
�w-��8
xE�8
Hx4���8
|x
c��8
�x~��8
.]y�
�8
ly
���8
2\z�9
 	F{���9
.0w�$9
Kw�09
�{I�<9
C|/�H9
r|��T9
 }>�`9
W}�|9
r}��9
�})��9
�}a���9
~��9
+~��9
H~��9
d~��9
w~"��9
�~.��9
�~J��9
"��:
"�n�:
 	�0�:
 9�&�$:
_�&�0:
��)�<:
���H:
���H:
ʀ��yH:
,c�$�T:
"��C`:
��*�l:
Ɓ��x:
*p���:
��9���:
���:
�3���:
�o��:
&$=���:
��u���:
��&��:
����:
&�2��:
$=�;
E�i�;
��-�;
ۇ/�;

���$;
&&��ˁ0;
,P8�L;
V�a�L;
���h;
6�:�t;
p�D��;
$=
��;
$=��;
$=
��;
��/��;
&$=��;
�+��;
&�
9��;
&$=��;
G���;
$=��;
$=��;
Z���;
x����;
$=���;
����;
����;
 ��'��;
ޑ=��;
ii�<
�M�<
h�Y�<
��$�(<
�P�4<
5�+�P<
`�V�\<
��/�x<
�$��<
	�H��<
Q���<
`�D��<
�����<
	8�>���<
v�.��<
��;��<
ߕ;��<
�/��<
I�>��<
���=
��Y�=
�>� =
-�;�,=
h�?�8=
���D=
$=�P=
��X�P=
���\=
0�%�h=
1��t=
7�"�t=
Y�M��=
��0��=
֙��=
�4��=
$=���=
&����=
 ֚"��=
����=
"�9�>
��>
,	1�7�(>
h���4>
&��7�@>
5�̀L>
,�R��X>
T��d>
,	`�2�p>
��9�|>
"ˠR���>
����>
.�=��>
X�F��>
"��€�>
.`�"��>
��'��>
"�����>
&3�z��>
����>
ʤ"�?
��?
�q�?
u�"�$?
��'�0?
���<?
ۥ�H?
���T?
��`?
(��9�l?
0��x?
B�N�x?
����?
��8��?
"��b��?
-����?
����?
�V�$=���?
$=���?
��8��?
��Հ�?
(	�����?
"$=��?
$=��?
$=�)�?
$=�?
$=��?
$=�
�?
$=��?
R����?
j�!��?
��D��?
���@
���
@
��E�� @
1��,@
@��8@
$=�D@
Y�-�D@
��-�P@
��-��\@
��-��h@

���t@
�-��@
I����@
 ���@
&�<���@
b����@
���]�@
 	�����@
(��-���@
��Q���@
F�
S���@
��0��@
���A
��!�A
$=�A
� ��A
!�c��(A
��
5�4A
&����@A
$=��LA
���LA
����XA
��\��dA
	J�-��pA
w�-��|A
$=��A
�����A
>[���A
!_��A
!_��A
p���A
��"��A
��Ȁ�A
&	n�J��A
��s��A
 +�_��A
��$��A
��<��A
���B
��S�B
R��B
f�1�$B
��@�0B
��7�<B
���HB
��րTB
	����`B
*d���lB
*
���xB
�����B
"��
��B
���7�B
��,��B
��K��B
!�!��B
B���B
[�4��B
��8��B
��z��B
A���B
\��C
v���C
��| C
���,C
"	����8C
.	Q�0�DC
���PC
f���\C
���hC
$��!�tC
��!��C
�(��C
.�H��C
v�!��C
����C
�����C
(�N��C
v�9��C
����C
����C
����C
����C
&��9�D
�M�D
X��D
t�΀(D
 	B�-�4D
o�h�@D
���7LD
��%�XD
�"�dD
1��pD
D�"�|D
f���D
y�"��D
��'��D
����D
����D
����D
����D
$�����D
$
H�À�D
*�R��D
]�E�E
���E
.��̀E
.	n���$E
$
(���0E
��7�LE
�C�XE
 1�1�dE
b�5�pE
���|E
����E
����E
�9��E
���E
*
&�
���E
 ��
���E
 8����E
��
�7�E
�
�7�E
�;��E

�,�F
"$=�F
6���F
&��y�F
L9
�74F
C
�7@F
M
�7LF
W$�7XF
{�7dF
��7pF
�	�7|F
C
�7�F
M
�7�F
�
�7�F
�
�7�F
�
�7�F
�
�7�F
�w�F
�
�7�F
�xw�F
h
�7�F
r
�7G
|wG
�5�G
�J�$G

��0G
&�C�<G
�*�HG
B�HG
_�TG
r
Q�`G
"�q�lG
$4	�xG
<
/��G
"k
!��G

�

���G
L�=��G
�>��G
���G

�7�G
)
��G
G
���G
$
D5��G
y���G
&
t5�H
� �H
��� H
Jـ,H
 #��8H
4�M�DH
G�PH
J�\H
c
�7hH
m	�7tH
v
�7�H
�w��H
&����H
0x0��H
4	�|�7�H
$[��H

d��H
���H
����H
(�#��H
�?��H
��I
"h׀I

?
�I
2D݀(I
!�4I
*0��@I
	���LI
"���XI
&KʀdI
" ��pI
� S�|I
!L��I
:`"���I
$�"u��I
W#���I
�#
���I
$�$���I
 c%��I
6
i&��I
,I'��I
84(
d��I
:�)E�J
6
�*,�J
	+�J
"+�$J
*:,��0J
 �,��<J
 D-ҀHJ
".q�TJ
 �.K�`J
 �.	�7lJ
�.V�7xJ
&1/V�7�J
&�/
�7�J
�/)w�J
�/���J
z0���J
 	717��J
n1G��J
�1��J
�1O��J
<6ȀK
�6ӀK
�7��$K
[��0K
881�<K
i8�HK
�8�TK
�8
�7`K
�83�7lK
�8�7xK
�8:�7�K
'90�7�K
W9\�7�K
$�97�7�K
�9
�7�K
�9
�7�K
�9w�K

:U��K
 b:H��K
"�:���K
0M;��K
$=�L
l;,�L
�;:�L
�;؀ L
�<#�,L
�<6�8L
=�DL
=�PL
,2?��\L

�?C�hL
2@>�tL

pA���L
8jDf��L
"�D��L
�D��L
�De��L
 dE��L
tE	��L
}EJ��L
tE	��L
�Eہ�L
(~�	��L
�G(��L
�G:��L
H:�M
>H�M
tE	�M
VHM�M
:�H:�$M
�Hb�0M
?I-�<M
lIL�HM
:�IM�TM
:J|�`M
N�L�lM
��	�xM
�L�xM
�L�)�M
�L���M
�LK��M
"(M���M
ii��M
!Nd��M
�N)��M
�N��M
�Nۀ�M
�O$��M
�O��M
�O��M
�O���M
&�P��N
0�Q �$N
�QJ�0N

R�<N
RQ�HN
mR
�7TN
wR|�7`N
�RW�lN
JS �xN
jSv��N
�S
�7�N
�S
�7�N
�S
�7�N
�Sb��N
`T��N
vT]��N
�T
�7�N
�T��N
�T
�7�N
�T	�7�N
U
�7O
�.	�7O
U
�7 O
Ux�,O
$�UX�8O
 �US�DO
 >V��PO
<
<X �\O
\X�hO
mX �tO
�X2��O
�X��O
�X��O
�X���O
(	xY2��O
�Y��O
�Y��O
�.	�7�O
�Y<��O
Z���O
	�[/��O
�[!��O
�[1�P
�[/�P
\!�P
;\1�(P
l\9�4P
�\?�@P
�\F�LP
"*]F�XP
"p]F�dP
"�]F�pP
"�]|�|P
�[/��P
x_!��P
�_8��P
�[/��P
�_!��P
�_8��P
*`@��P
j`F��P
�`;��P
�`H��P
 3aH�Q
 {aH�Q
 �aH�Q
 b �$Q
+bJ�0Q
ub>�<Q
�b!�HQ
�bu�TQ
"Ic��`Q
&�c��lQ
$�d�xQ
�d��Q
�d��Q
�d
�7�Q
�d8��Q
�d'��Q
e8��Q
Te(��Q
|e��Q
|e��Q
�e��Q
2�fV��Q
�f+�R
)g�R
=g(� R
eg݀,R
&
Bhx�8R
 	�hu�DR
/i��PR
$	$=�\R
�i�\R
�iH�hR
()j
\�tR
*�jw��R
*�jv��R
(rko��R
(�k���R
,�lR��R
(�ld��R
$<m���R
(�m
���R
(in
���R
,�n7��R
%o΀�R
 
�oC�S
6p�S
Pp0�S
�p��(S

q#�4S
&=r@�@S
}r�LS
�r��XS

*s�dS
<sa�pS
�s��|S
(�ù�S
hv���S
 	w���S
�wX��S
xX��S
vx|��S
	�x���S

|y(��S
�yj��S
	zj��S
	xzf�T
�z�T
�zԀT
�{��$T
K|B�0T
�| �<T
�}ƀHT
0s~8�TT
�~�`T
$���lT
 }�/�xT
����T
Ā;��T
tE	��T
��b��T
 a�>��T
tE	��T
��
���T
*Y���T
h�c��T
 ˂P��T
�
a��T
|�7��T

����U
 3���U
 ��0�$U
�%�0U
�<�<U
D�#�HU
g�m�TU
&ԅ�`U
�G�`U
 9� �7lU
Y� wxU
y�G��U
 ~�	�7�U
��w�U
ކ
��U
4�
���U
*��;��U
ъJ��U
"�N��U
$i�Y��U
,‹#��U
�
,��U
&�1��U
B�5�V
w�?�V
$��H� V
,��=�,V
 ;�R�8V
8��F�DV
(Ӎ*�PV
��4�\V

1���hV
"�̀tV
 
������V
"
y�(��V
(��U��V
-����V
��q��V
g�G��V
�����V
"9�8��V
.q�.��V
��d��V
�{��V
~��W
n�-�W
��*�W
ŕ�(W
וu�4W
$L���@W
6C�I�LW
 ����XW
�N�7dW
,a�ȀpW
&)��|W
:E����W
̚�7�W
,a�Ȁ�W
&̛	��W
8՜;��W
����W
.�8��W
<G�;��W
��b��W
>�&��W

��X
.��&�X
 �r�X
.
��+�$X
&��&�0X
�^�<X
,A��HX
Z��TX
s��`X
���lX
��9�xX
ߩB��X
(!�V��X
w�0��X
"��B��X
&���X
����X
���X
2���X
N���X
g���X
{����X
(�(�Y
&C�T�Y
��:�7 Y
$ѭJ�,Y
�7�8Y
*R�%�DY
"w���PY
&,��7\Y
:��7hY
U��7tY
d�7�7�Y
��
��Y
��7�7�Y
ܱ
��Y
�7�7�Y
���Y
4�7�7�Y
��
��Y
k�;��Y
����Y
����Y
زE�Z
�2�Z
O��Z
8i�:�(Z
 ��j�4Z
 
�d�7@Z
,q�&�!LZ
��7�
XZ
ζj�dZ
 8�ρ7pZ
,�H�|Z
O���Z
k�I��Z
����Z
й7�
�Z
�[��Z
b�K��Z
��d��Z
��7�Z
$���Z
$=��Z
=�0��Z
m��[
$=�[
��9�[
���[
ݻ4�$[
�uq�0[
2�I�<[
Z�
(�H[
���T[
"���`[
"���l[
"Ӽ�x[
"���[
"���[
 ���[
 ���[
�P��[

^�/��[
��#N�[
����[
þ��[
~�	��[
޾,��[

�E��[
O�7��[
����\
 [���\
".�+� \
Y�~�,\
(���8\
��$�D\
�l�P\
 }���\\
&��h\
� �t\
$
;���\
A�Z��\
����\
����\
"
��#��\
��\��\
"�,��\
=�$��\
d~��\
a�	�]
j�Y�]
����]
����$]
��h�0]
]����<]
��€H]
��4�T]
����`]
 ���l]
��p�x]
&�
��]
#����]


��Q���]
���]
1���]
I�&��]
o�<��]
��#��]
��E��]
���]
(�3��]
[�;��]
��;�^
���^
��� ^
����,^
q����8^
&��D^
&�,�P^
&R��\^
m�-�h^
&��"�t^
��"��^
��\��^
:�0��^
֙��^
j�g��^
��;��^
&�C��^

$=���^
O����^

����^
 ֚"��^
����_
 b�,�$_
��P�0_
��;��<_
�_�X_
x���t_
+�G��_
r�(��_
��C��_
��ڀ��_
"��΁b�_
(
����_
��o�b�_
"��`
�N�`
���`
��8�`
"b�b�(`
-���4`
�� �@`
( ���L`
��-�X`
 �-��d`
M���p`
k����|`
��-���`
&�.��`
T�(��`
|�H��`
�� ��`
(	��̀�`
		��T��`
 �*��`
.���`
A�a��`
 ��6��a
�����a
 e�ـa
 >��7$a
D�#�$a
*g�4�0a
*��;�<a
��5�Ha
 �%�Ta
&0��7`a
"$=la
$=�la
!_�!la
����
la
����a
��k��a
"�T���a
v�L��a
��7��a
��)��a
"�)�b
K�)�b
t���b
���$b
�8�0b
>�]�<b
��t�Hb
�7�Tb
ii�`b
F�Z�lb
ii�xb
�����b
ii��b
1���b
J�9��b
��$��b
����b
�����b
("��)��b
��/��b
��<���b
8�j��b
��4�c
��5�c
b�� c
�4��,c
?�;��8c
$=�Dc
z�H�Dc
��;�`c
$=�lc
��M�lc
J�B��c
$=���c
����c
.m���)�c
�u��c
	c�-�c
��$��c
��5��c
�?��c
(�+$d
S�E�d
 !_�d
��$�d
��5�(d
!_�4d
�$a4d
�-�@d
B�N�Ld
���Xd
���dd
�h�$pd
*2�-�|d
!_��d
_�$���d
��-��d
!_��d
��b�d
���d
ب��d
���d
����d
�%$�d
:���d
V���d
t�-�e
��,ae
���e
 b�@�4e
���$Pe
���\e
���he
��)�te
$�b�e
;�C��e
~���e
����e
��i��e
�
��e
(���e
9�)��e

b��7�e
h�-��e
*��-��e
*�4��e
*��4�f
**�4�f
*^�;�f
��5�(f
 �%�4f
&��7@f
"$=Lf
$=�Lf
!_�!Lf
r��
Lf
$���hf
�tf
N�tf
����f
��8��f
"`b��f
-����f
�
H��f

c��f
 ��9���f
�9��f
ma�g
���g
���g
[��$g
e�
�$g
0o�#�v�g
����g
k4��g
�uq��g
2�u�h
&	 mi-�h
�7h
?�h
(Y!�$h
*z,�0h
(�,�<h
(�;�Hh

5�Th
 B%�`h
&g�lh
˃xh
*mi-���h
J-�)�h
w�7�h
}!��h
*�!��h
*�
N��h
4

@��h
4M
+��h
&x
9��h
&�
;��h
�
5��h
 !%��h
&F�i
^�7i
d
�7i
n+�7i
$�Y� i
��,i
�8i
5�Di
 S"�Pi
u�\i
�f�hi

���ti
T�(��i
�6��i
'Q��i
M���i
x+��i
�"��i
$����i
 b���i
�&��i
����i

bV��i
���j
(���j
���j
�;�7(j
5�74j
T5�7@j
�7�7Lj
�
�7Xj
�0�7dj
�0�7pj
*0�7|j
Z0�7�j
�.��j
�%��j
�h��j
EL���j
�*��j
���j
����j
v*��j
���j
���k
[�k
w�k
���$k
%#�0k
H�<k
b��Hk
�*�Tk
�`k
.��lk
	�"�xk
1��k
7��k
Q���k
 ����k
�"��k
�"̂�k
&	"mi-��k
e%�7�k
k%h��k
*�%I��k
*&;��k
W&5��k
 �&%�l
&�&�l
�&�� l
&	
s(9�<l
�(>�Hl
�(:-
Tl
$)��`l
A)4|ll
u)#�xl
�)��l
�)܀�l
�*���l
 i+6��l
�+ۀ�l
z,���l
�,@��l
�,n��l
2C0
G�)�l
�0ނ�l
0h3*��l
�3�m
�3��m
\4�� m
.7%�<m
<7=�Hm
���Tm
y7"�`m
�7*�lm
�7�xm
�7���m
"
g98��m
�9%��m
�9/��m
�9��m

:���m
2(�>���m
"|?���m
"@���m
"�@
��m
$=�n
�Ai�n

B�n
B_�$n

B�0n
wB#�<n
�B�Hn
�B:�Tn
�C!�`n
D�ln
-De�xn
�D��n
�D'��n
�DA��n

G؀��n
 �G.��n
H<���n
&OHm��n
�H"��n
 �I��n
�I��n
J���n
*�K��o
,mL.�$o
�L��0o
 	=MB��<o
M�Ho
�M��To
�M�`o
�MX�lo
"Ny�)xo
,�O
)��o
&�O
8��o
�O��o
P��o
&3S��o
OS��o
iS@��o
�S/��o
�S9�p
!_�p
Ts�p
�T;�p
�Tm�$p
,U2�0p
^U�<p
sU�Hp
*"V$=�Tp
�|��Tp
$=�`p
�|��`p
-}3�lp
$=��xp
`}
R�xp
�}N��p
~7��p
7~;��p
r~5���p
�~���p
7S��p
�;��p
�A��p
"�B��p
H���p
_�.��p
��I�q
ր�q
�4� q
$�I�,q
m��8q
��;�Dq
A�Pq
"�=�\q
H��hq
@��tq
S�;��q
��A��q
"�q
	H���q
@���q
S�;��q
��A��q
"σB��q
H���q
@���q
�;��q
L�A�r
"��B�r
H��r
@��(r
τ;�4r

�A�@r
"K�8�Lr
��4�Xr
@��dr
��;�pr
�A�|r
"3�8��r
k���r
@���r
��;��r
†A��r
"�F��r
H���r
I�.��r
w�M��r
ր��r
ć;�s
��A�s
"@�F�s
H��$s
��.�0s
��M�<s
ր�Hs
�4�Ts
5�C�`s
x�L�ls
p�xs
ĉ5�7�s
��4��s
-�L��s
y�?��s
����s
̊4��s
�L��s
L���s
`�4��s
��L��s
�?��s
���t
��t
/�i�7 t
��&�,t
���8t
Ќ�Dt
Ќ�Dt
Ռ(�Dt
��(�Pt

%�E��\t
j�#�ht
���tt
�����t
%�E��t
2�#��t
U���t
o���t
����t
����t
��Ȁ�t
��#��t
����t
�t
	d��u
���u
����u
1��(u
M��4u
g�:�@u
����Lu
 	=�l�Xu
 $=�du
����du
$$=�pu
$=�pu
[�1�pu
!_�|u
b��|u
����u
����u
•���u
Y�#��u
|�#��u
��#��u
–��u
����u
	��\��u
�!��u

��v
$�\�v
���v
���$v
����0v
g��<v
���Hv
����Tv
N�#�`v
q��lv
��ˀxv
Z���v
r�!��v
����v
��W��v
����v

��,��v
ٜ"��v
����v
���v
1����v
����v
͝�w
���w
g�� w
���,w
����8w
�#�Dw
@��Pw
Z���\w
�#�hw
��tw
����w
(ġ#��w
���w
����w
(��<��w
EL��w
ɣU��w
�[��w
y���w
��F��w
y���w
Ϥ��x
 y��x
��x
c�i�(x
̥#�4x
�3�@x
��Lx
�(�Xx
)��dx
 y��px
�F�|x
Y�,��x
"
��c��x
�
���x
& ������x
&���x
:����y
"�e�y
"��j�) y
�C�<y
0���Xy
 	±��dy
y�)�py
���|y
��&��y
�<��y
�_���y
|�*��y
����y
�����y
m�*��y
����y
��π�y
	��!��y
��!�z
Ƶ�z
�b�z
B�a�$z
��+�0z

ζM��<z
�#�Hz
>��Tz
X���`z
��*�lz
'��xz
E�€�z
�!��z
(���z
B�b��z
��#��z
ǹ��z
����z
 $=���z
m�*��z
�����z
��#��z
Ѽ��z
�Z�{
E�0��{
u��0{
��#�<{
���H{
����T{
W�I�`{
���l{
���x{
־���{
	g���{
����{
�����{
	.�#��{
Q���{
k����{

#�"��{
E�#��{
h���{
�����{
	���|
��,��|
��
8� |
���,|
���8|
$��#�D|
���P|
����\|
	�"��h|
��!�t|
����|
��b��|
>���|
Z���|
t����|
�#��|
+���|
I����|
	��"���|
�!��|
3���|
M�b�}
��#�}
���}
����(}
t��4}
���@}
����L}
>��X}
Z��d}
t���p}
��|}
$���}
>����}
����}
����}
����}
��#��}
����}
�����}
u�d��}
��,���}
��O��~
$=��~
(�&�~
N�*�~
x��$~
����0~
"
L�*�<~
v��H~
����T~
 &�#�`~
I��l~
c���x~
��h��~
�_��~
S�#��~
v���~
�����~
,�D��~
"p���~
��F��~
 
��D��~
"���~
.�6��~
d�D�
"���
��Z� 
 �D�,
"`��8
z�Z�D
 ��D�P
"��\
6�D�h
 z�1�t
"��!��
����
��b��
H�]��
��,��
��#��
����
�����
j�#��
����
�����
/�#��
R���
l����
��#�(�
��4�
1���@�
���L�
���X�
����d�
��<�p�
�_�|�
��D���
"����
����
	��D���
"C����
a��Ā

Q�"�Ѐ
s�!�܀
����
��b��
�π�

��,���
��#��
��$�
�	�0�
 
%�#�<�
H��H�
b�e�T�
��.�`�
��#�l�
��x�
2�e���
��.���
��#���
�����
������
	�L����
��!�́
���؁
�b��
h�#��
�����
�����
	P�4���
��!� �
���,�
��b�8�
!�<�D�
��,�P�
]�#�\�
���h�
����t�
"�*���
L����
f�����
��(���
�#���
>����
X��Ȃ
4A�(�Ԃ
i�*��
����
������

i�Z��
��#��
����
���(�

���4�

��,�@�
��X�L�
��j�X�
g�J�d�
���p�
���|�
��1���
����
*�ƃ��
&��(���
�#���
;��ă
U�ɀЃ
�B�܃
����
��8��
"`�b��
-����
�
2M����D�
$	�z��P�
|����\�
$=�h�
$=��h�
$=��h�
$=�h�
$=�h�
$=��h�
$=�)h�
$=��h�
$=�h�
$=�h�
$=��h�
$=��h�
$=�h�
$=��h�
$=�
h�
$=�h�
$=��h�
$=��h�
$=�h�
$=��h�
$=�h�
w�1�h�
��,�t�
Ը'���
��'���
"�'���
I�'���
p�'���
��'���
��X�Ȅ
 	�X�Ԅ
 	n�X��
 	w�1��
��,���
ƺ'��
�'��
�'��
;�'�(�
b�'�4�
��'�@�
��'�L�
׻'�X�
��'�d�
%�'�p�
L���|�
<Ѽ>���
�8���
G�>���
��E���
ʽE���
w�1�ą
��,�Ѕ
�'�܅
6�'��
]�'��
��'��
��'��
Ҿ'��
ƺ'�$�
�'�0�
b�'�<�
��'�H�
��'�T�
׻'�`�
��'�l�
%�'�x�
��'���
 �'���
G�'���
n�'���
L�����
<Ѽ>���
�8�̆
��E�؆
ʽE��
��;��
п;���
�?��
J�?��
��?� �
�g�,�
/��8�
I��D�
c��P�
}��\�
���h�
���t�
����
����
�����
����
3����
M����
g��ȇ
���ԇ
����
����
�����
����
���
���
7���(�
8���4�
���@�
���L�
���X�
��1�d�
�1�p�
5�1�|�
f�1���
��1���
w�1���
��,���
ƺ'���
�'�Ĉ
�'�Ј
;�'�܈
b�'��
��'��
��'��
׻'��
��'��
%�'�$�
L���0�
<��@�<�
�8�H�
G�>�T�
��E�`�
ʽE�l�
w�1�x�
��,���
ƺ'���
�'���
b�'���
��'���
��'���
׻'�̉
��'�؉
%�'��
L����
<Ѽ>���
�8��
��E��
ʽE� �
�#�7,�
+�(w8�
"S�/�D�
����P�
 /�/�\�
^�E�h�
��b�t�
 �C���
H�Z���
"������
4L�����
<L�����
<"�����
(��S��Ȋ
�
�7Ԋ
�M�7�
&j�.��
��"���
��z��
&4����
C��7�
W��7(�
g�h�4�

��>��@�

���L�
0���X�
&
��
��d�
8D�
��p�
.��(�|�
	�9���
B�X���

�������
(	 �U���
"u�
h���
"����ċ
g�
��Ћ
4�<�܋
U����
2���
�ā�
*����
�����
���7$�
��70�
��7<�
/��7H�
?��7T�
S�
�7`�
]��7l�
S�
�7x�
q�
���
0~�����
��!���
��!���
���7��
��
�7��
��
�7̌
��7،
�
�7�
��
�7�
��
�7��
��7�
�
�7�
2�
�7 �
��
�7,�
<�I�8�
����D�
$	N�z�P�
&����\�
���7h�
��
�7t�
�����

�i���
 v�ƀ��

<�]����
��
S����
"��F�)��
2�+��ȍ
]�X�ԍ
&��
���
B	%i�x���
"��!��
$=!�
$=m�
�Ӏd�
,
��
�� �
>s����H�
($=!T�
$=mT�
���T�
&��ށ`�
Dy�D��|�
$=!��
$=m��
������
<y�����
&$=!��
$=m��
(�c����
&��
؀Ȏ
0	$=!�
$=m�
c��d�
|����
$$=!��
$=m��
�����
$$=!�
$=m�
��d��
2����
��4��
$,��� �
&��2~,�
$��,~8�
 ��D�
*���P�
&( �*�\�
J��h�
	9���t�
����
5�i���
L��i����
&�����
8������
RN�z���
�=��ȏ
�R�zԏ
P8�S�
W����
 ���
����
���
-�!��
N���
e�H�(�
���4�
�!�@�
��L�
�z�X�
&]���d�
l��7p�
��
�7|�
��*���
��t���
(	�����
"�	/���
�	
T�ؐ
,-	9��
f	���
,
	H���
0L	#��
"o	&��
�	G� �
&�	�,�
UR�8�
�=�D�
�	-�P�
!	��\�
&�	Q���
	H���
L	����
�	N���
D	����
$�	y���
W	p�̑
�	@�ؑ
	`��
g	��
�	p���

�	@��
4		π�
*
	y�� �
 |
	��,�
$	��H�
.	��T�
(�
	��`�
*0	R�|�
�	~���
&	����
�	/���
�	z���
&]	��Ȓ
l	�7Ԓ
�	
�7�
�	���

	"	����
:	��
S	��
d	��
z	%�(�
�	%�4�
@��@�
�	/�@�
�	/�L�
"	�X�
4	N�X�
���d�
��8�p�
"�	b�|�
-�����
�	?���
#	K����
"n	w�z��
�	�S��
"�	~�ē
H	8�Г

�	S��ܓ
( �U��
"�	
��
*
�	=��
'	���
*
���
�	=�$�
�	�0�
'�	9��<�
",	Ɓ�H�
0�	'��T�
$!	`��`�
 y!	��l�
$5"	?�x�
t"	���
�"	����
#	���
0#	���
$	@����
^$	���
*O%	��̔
$	&	~�ؔ
�&	���
*
1'	R��
�'	����
&
(	/��
I(	���

8)	� �
J)	N� �
���,�
��8�8�
"�)	b�D�
-���P�
�)	��\�

�*	7�h�
"�*	
7�t�
"�*	7���
".+	7���
"e+	7���
"�+	7���
"�+	0���
8
33	)����
,3	
�ȕ
63	��ԕ

�3	��
�3	���
4	����
"	�4	
5�)�
�4	>�
5	C��
,,3	
�
(�
I5	#�4�
l5	Q��@�
�5	%L�
*�<	��X�
�<	)Pd�
=	~p�
#=	+Pp�
N=	)P|�
w=	"����
�=	A���
	�>	+����
?	����
�?	�Y
��
(�F	��Ė
&$�N	��Ж
�N	��ܖ
.$=�
WP	��Y
�

�P	��
R	
�7�
!R	Nw�
oR	b��
�R	��$�
 	`S	�0�
~S	�<�
�S	�H�
�S	�T�
�S	�`�
�S	�l�
T	�x�
4T	���
ST	���
qT	���
�T	���
�T	���
�T	���
�T	�̗
��
�7ؗ
�T	�7�

U	2��
"<U	2���
"��
�7�
�T	�7�
nU	�7 �
�U	�7,�
�U	�78�
�U	�7D�
�U	�7P�
�U	�7\�
�U	�7h�
�U	2�t�
"	V	2���
";V	2���
"mV	2���
"�V	2���
"�V	2���
"W	?��
	BX	�7Ș
UX	{Ԙ
�X	�Y
�
�P	��
�Y	n���
FZ	���
&j��{�
�Z	/�
�Z	�|(�
	[	9�T4�
B[	��@�
&j��{L�
�Z	/X�
�[	�|d�
	[	9�Tp�
�[	��|�
&j��{��
Y\	b��
"�\	�|��
�\	u�T��
@]	p���
:'�a	��ę
"	Hb	��Й
Wb	
*�ܙ
Ќ��
�b	
�7�
�T	�7�
�b	$�7�
�b	���
&2c	*�{�
$=$�
\c	(�|$�
�	�T0�
�c	��0�
&d	2�{<�
@d	�H�
&�d	1�|T�
�d	��T`�
�e	��l�
&2c	*�{x�
P8��
\c	(�|��
���T��
f	
����
&�f	<�{��
$=��
�f	<�|��
�	�T��
!g	����
&�g	4�{̚
P8ؚ
�g	3�|ؚ
���T�
h	���
&�g	4�{��
P8�
�h	3�|�
���T�
�h	
�7 �
�h	
�7,�
�h	
�78�
�h	��D�
&wi	.�{P�
�i	q\�
$j	.�|h�
�d	��Tt�
Dj	����
&�j	&�{��
P8��
�j	%�|��
���T��
k	����
&wi	.�{��
$=ț
�k	-�|ț
�	�Tԛ
�k	��ԛ
&�j	&�{�
P8�
�j	%�|�
���T��
Ll	���
&wi	.�{�
$=�
�l	.�|�
�	�T(�
m	��(�
&�j	&�{4�
P8@�
�j	%�|@�
���TL�
�m	��X�
&wi	.�{d�
$=p�
n	.�|p�
�	�T|�
?n	l�|�
"�n	H���
$=��
�n	/�Y
��
&"r	����
 �u	/���
(v	���
?v	��Ĝ
 �v	��М
	�w	F��ܜ
 �w	��
"�x	��
"z	����
(�z	u���
$=�
�z	�Y
�
(�}	J�$�
&6�	m�0�
(��	m�<�
�	��H�
��	��T�
)�	2�`�
&
[�	%�l�
$=x�
��	��x�
*3�	����
�	���
&��	�P��
&
��	2~��
$э	j~��
"	;�	+~��
 ;�	+~̝
 f�	'�؝
��	���
��	��Y
�
&
?�	���
D�	���
(]�	'~�
��	,~ �
 ��	�,�
$=�8�
Ė	8�8�
��	4�D�
�uq�P�
20�	��\�
$"��	8�h�
(��	|�t�
s�	����
2x�	���
��	t���
��	I���
D�	7���
{�	��̞
.3�	���
�	�
�
47�	��
�	��
:�	Ԁ(�
�	ŀ�D�
 ӧ	�P�
�	�\�
�	��h�
��	(�t�
Ϩ	0����
��	���
�	Y����
s�	1���
��	t���
�	S���
k�	2��ȟ
��	��ԟ

	0�	d���
��	0��
ī	���
ܫ	��
�	��
�	��
$�	�(�
<�	
�4�
F�	�@�
^�	^�L�
��	�X�
۬	��d�
$p�	���p�
	��	���|�
	��	c���
&�3���
4:���
�	؃��
2)��	F���
�	*��
/�	<���
k�	b��
Ͷ	���
V�	4��
��	�(�
��	��4�
0.�	�P�
$�	��l�
��	"�x�
��	8���
 �	���
��	����
	��	c���
�	L���
:�	L���
��	8���
��	S�̡
P�	M��
^�	���
(	0	R�(�
��	��4�
&	w�	
�P�
*��	��l�
�	[���
y�	���
@#��	U���
1'	R���
��	!�Ȣ
�	?�Ԣ
&K�	V��
��	���
 	9�	U����
��	G��
$= �
��	+�Y
 �
��	+�,�
�	l��8�
 
l�	)�D�
��	P�
 ��	��\�
��	��h�
��	s�t�
#�	
����
 	0�	���
��	e����
B�	e���

��	���
,��	(���
��	��ȣ
l�	��ԣ
$�	W���
Y�	
�7�
c�	'�7��
��	>��
&��	>��
&�	>��
D�	F�(�
$��	Ӂ4�
$]�	�@�
$�	2�L�
D�	[PX�
��	~d�
��	~p�
��	w�|�
	J�	�P��
(��	~��
�	��Y
��
$��	����
 0�	B���
r�	ɀĤ
;�	jФ
��	&Pܤ
��	��Y
�
c�	���
	&�	@���
f�	
H��
��	c��
 ��9��$�
�9�@�
�	a�\�
���h�
r�	��t�
��	����
e�
���
0o�#�v8�
���D�
�	}�D�
��	�P�
��	b�\�
��	6��h�
���t�
�	�{��
!_��
4�	�|��
D�	�T��
O�	$���
s�	6���
��	���
$=��
��	�����
	Y�	�Ȧ
p�	#�Ԧ
��	��
��	��
��	?���
��	\��
1�	����

�	�{�
��	+�
�	�|8�
��	�T8�
��	,�D�
�	)�P�
H�	6�\�
~�	K�h�
��	+�t�
(��	R���
F�	Հ���
	�	����
&��	�{��
 P8��
��	I�|��
P8�T��
&�	���
&	�	��{ȧ
��	%ԧ
��	(�|�
��	*�T�
�	����
(��	���
��	
�7�
��	w�
��	
�7(�
��	Jw4�
@�	_�@�
��	P�\�
�	�h�

�	%�t�
2�	���
M�	=���
��	0���
��	,����
�	���
	��	7�Y
��
�	��Ȩ
`�	o��Ԩ
�	���
 ��	���
 	"�	���
;�	h��
��	.��
(�
ƀ,�
&	�
��8�
B%>
��D�
0�	
�P�
 �
c�\�
2
O�h�
�
�t�
�
O���
�
���

^���
 `
8���
�
I���
�
���
 �
j���
	Y
��
o
+���
�
��
$=��
�
C��
{� �
��h��m/�;�:{�:�S���v�۱��W��*�ޞ��>@��9HZ��Zf���V�u�w�V|���(u^ɦ�W�Z�ʺO��Ģ�4�b�$fr4��a�h!�i���hx	�kOg��E��У�%\ZI9[��.h�ئӅق|:V9���3���o-N�f���nv�+#E����5�J������M�i��9wo�o 4S��	���C����t��>g*��b�$S@S��0���TkHC#����ڔ�%�
G��jM���L%�ZaKҖ�����g�q����ï��k��u�C�Y��q����O!�e��;�_��!ha�'�h�7_��Z�BS�W���3�Q����z
3w°?��^*C9vg�3bB
ȶ������+ۣ�4��)e�V�����߲q�:��>��5~?��A�Ⳍw[^����)���A�
�Ǹ]p�-��p�"W%�aV(~���y�bDDz�'*������n�˻��X��u4R���4y�!����8�25e���r��ؗ��^�{ҿ�g��42���ߪCV�V��+�$	�+�bz����N�O\�0|o��9�ڈBPzR����H�u_R<Jt�B��!nY��ѩ���c�ڰ�,��q�H0ߚK'}�t�NC�2I��6z�}�[9=؈����e/�*��v����iS�k��������1I��4���p�qxoZh����P��/���M����"�o�O�����bS�3j�Y>���5.3xWA/A|�GA{��D?�wO��L�1�6���6�3
���H#\A�x;�i�ذ�X2�]3��^��|�c�9�[��b���C`����F�X�w>�C+�ێ����'J3]nJ�7:���t=_|��WYf��!?޸��E�8�q)D��_T;���ѱgR<�G ��i�\$S�%EyS��?:U�[������~H� ����'��J<=iP���O5��$�Sɜ[K�\�B/�|�"��zW�U�r8�#=D�"Ui�}�L��`�ac�*U^��t�+�MuGES|���~X���3���3�e���(�{�ܖ���;��(������g�!�
1w�U��i|�>�o�D�T�iN��t�����z�oݫ
����1f*�ڧ:�*�k��3��4�@�6� �D��[�#�R�(�}�7��n��^���*ς8�i��@,x�W�W�!�>ʑp]9�64ޙ��͏�	�
%:��5ap�Bk�Ǜ7`ўٿ��1ި�j���7�$6���E�;��0a�[��,*�Mد���za�A��3yEĎ�4�G���ٷ�R�� 8#Ș=�!�\xkv�r�
�/����n	�s�w������^���<���{d�J�A��wΡ5�1��&����~�\�Ѿ>���%��k�Z��㏯)FأM�St(c�j�\�g��ђ�R�t��]�C�����R#JI�=Rp�5N?U��z��6H�Z6�_�%�Q$�N��ďA�T�W���^D���g=��<��B5ɰ;�0֖�]x@l���Vƍ�W�qq���<ח)0ɖD�R��&���%�=2)WrmT��f�cv�����1�������o7��}�2%	��
S���=lX<�Vi��_�T|�K!n�UƏ��I3�"���)��h7��G�7CBO�j�o<�h1����3���k:��ȃ$9�M�S`mo��|)��u�
*�wc�=���ɩ��j�'n$���1U�'_�9���W{�u�z��#��.Q�+���O�
�p��EbU�OE�����"�k=�MSF
�*>�\k������|W��:L��\�wx>FӯDg>#�3�l��o���"W�Iu�hG����4Fa�� b�=H��
N|��/���V�7�2���5�!��7��-�r
R�=�Cp�d{Z�3�C�6���,	�b6�O�ls��(�㷆:��7�U-����V�h����,4Tf���6M�Q�o�}<�B��"7�sF$<p�Z��A;-��f͐��mc}
���A-�)���r�L��:Qj�=s��1L��o��)��|�	+�plb2V��B�w�Vt�q)�>��zs>Z�
j��pL����.w�2D��E������?��M&��yR�`�R;m[C1�b_��rS�:�n�8}�-�I�V����$���'�rjbd_N��zf(e~�<�Y�7�]J�ȱ�!$�H�C�Vt`��:D�$0�6��3��e�ґ��·y�2����Ž"��"�xE):��[���]l�na���[�P>��U1�ȏ
C����B�M��`�p��G�_�k��8��{i��Kd���B�$8��5���!u�G���.����\��
��,��4��G�R�����������MK�p(�=0r�w�4��o@���T����O��o�(naD*��3�u�CU���
4c�r���^z�ӥ�IJ�Ҳ�a�
�?����o�Ks�R��Oj�~�i�2�<0�ԈdM�T�;����*D��7�i�c���=�&ǁ&R<���Y�f�K��,g=���{�rਔڵ�����
}�j�_p�U7p$eM�t�I�	�5��i���)���>�;dQ5'�_<�쑏)�����"QÒ�`�Ā���2�FM�����������Z�,<ɞ�����v��j�1.�����c�4$W�6d8kM\g�4�?L#�y�w��ċ"Ml�oq�.2�=n~,�Qh-�H���P�"tUd8�_�b��s
w�]x@�ǘk2���Ɠt���j7���5�l`��Z��4�뱝hc��EHS�,WLG����׎D3�~�DIM�[�b�J����[�!�����˽5�KF�}@/��95�>\#�T-Ӎv��Ί�4>N$�Gp��]�ږr_�
P3_b��%$��=���T�����#��N�[��|����ٕ4d��a�n��.�q�o��=�憟��yT��>D�Em�������6D�iG�A��*������x�Y�*N�X�t��/G#��}a��~=
D�:�2(]�-ў�,Qg
�jQ�&�r�REbl�K��Ue~�9Zҩ�`�3u�DB�l��װz̅"���a�����6t����ٜ{�,�a�B�Ko9`D�f�V� a9�=�4bژĀ��MŅ�L){ry��^��S$�_����F+Ch��@-�H��}�ߐf�I����2�;<l������H��>��P��b���f"�g3m���jR+0a,uR<�}��"��e�7LD�U��b6��5����z�@��W�_GL�5͗`����o�@�@r�����1nψ3r_Hi
�����`���d7Qt�;�;
s�o����߆�]	y�S9��b��#B-�g�e��p��2�6�[��N^=���Ž�f}�L>y<�}v�T%�o7�ZU�����-j(G�AsZEٵtx�Ӕ)ox��'�q�;Ҹ���ﰱ��y;��o��r����i,z��:�8}j��k*���"_z{U�瞤M�.�����zZ��N�L����#%:���^�@lFVQ�Fn�����v�'+�B�f�gg\�1�#y�ǀ�1Q�3��3u,�ȵ>�|�b�p��5�ӱ&'�>�9�~��͈2$��Y,'�Ş��B]�ߖ���ۃ��M�m�==y���R��:�|�Q��_+b��q_��[�P�[OO-n�{�T�IgZ�;�ף�{�۷���"D����a
Lj<��-*x�k:qГ��MO�>����E�MY�-.�g4�yϤ��*I���+h����2Z,՝��wg�A��Pw�����>�+
/�/��E��x���l��%�W���3p�����z��…
^��I
�\;w;5:�5‰��X���*��O�%��g��g9y@�)	���ϝ��V��	T^�5do"�<�ԉ�V�+��<U��{9�|�9�ĝ	����g�:�1�ѳ��I<@�q�nM	�� ��x
�`/5�\�O[�p0�їeQTr���V����O�*\,D��Q�x0�.���F1�ͨ�uF�F���	��)
�צRÒʝ�\*����=���_��S�FV��|L~����ݩ�>f��m<���[��c�Vg�^��%�^D�2��oD^>8Ô*����lǡ�_�fL6ȍ[M4޲$b��jGY��}�h~�Ԍ��;/Z�k�����Hg�[ý��m��R}B�Pf@����T%bS�8,�nc:o]$��J-#I|rlmu��aЌ�����ruL
��9Ch�N5,���s*5=�I���}Q>H��*r˥ͽ��}�P;6iY���:b�Y)��H����N�.dle�J%�꜠
!�x�7w�A�)�gw����o�CS6D�1����I�LB�	��FFEHuB̚����+�y\=^���ce�6~����I�<U]1%s§fd��/��4����!�6ZZƛ�0ӑ@�C���K�yJy����ԋ�B�i����*I�D2�`;şe��7�݀Y.�e$����Cj'�\�:Bz��v�^��q}��||���Ž���Յ�tl�o��^(�C�$w����}�1ҽ!�,C�PD)ZL-�L3��Q�p�G��py��.hC�>(&����r'���Y�<j.�Q����$l�&礈��mjM(���=����3V5�_u���j�g2��3�'�S2GW��_+Nd��`|E�>�^O�6��N9Sբ*���
bD�rv	b^��[<]F��x5|�V��غ�^��K�Ƽ��ߢPs�ճ�7$�*đ�S镫��ݘ��
���N����d4��z&�����@��|Z�c�g���T��_����nM�j��Spo�=��=�{����R��w��v榑O��2��M%�^�R˷��5��2��	m�Ď�_@t�����x%�Er���敭�r[�K۲�oW ��y��!����Q��8�c� �
��'򫍛&��ʟ�ک��ƹ�h�xw�N�7��,ڣ���lY.\5�� �/�mHI�@a��e=W�Vn�!��hPH}�:Ŭ����F֏L�����O�Kt�Ԝ��zj[�|ȰX�;��vR�˰x��&�O>Z�$��,n^�������#�4��a�y_�]����3]�6�����5��*��INE�}m��	�PJ�����
f��>)y]J�ыpZ�A�����l��ĬO�ԍ�r�(f�7���"�e�Y�?�
�ضt���dP����\u��?�NO���[�J��#<��$�6R�T�7����"\��'�T�Ol"��MCT������̴�Q:�׿3_"���=��
�$Y��U�E�Ym�o���Z��֓I�g^-��jԞ��֌֎�8y���}�:r�H���L���h�_��P��>gN���|
A8�`�����*'��|
�7
��wJ,@�ai"-��%��O���>��G������5��Z�~��d'1C
��k�y���/����;�� d���ز�h��+a%@~ݕ��i2���Qn<�hJQg4��=�TZS���]��}��zl�|�=�A�P��x�g;F�d멆qC��:�������"k�^��Sĕ�A,_�����ֽ�g��'�rɔ��@3��=�8j��.�K�q�^c�L�j���^C��Y�x��(��\='���[�9Z�J�o��Ǝڵ�;���+�� e�Is?ݡ��tt�K�Q
�c���\b��j��Q,>I��>�)oLY�4y�i�8�s���o�������r�3s$��onL4���_{��bX���rY^Q��R�mS�t� #��B+������R��B�a��{�f�J����qt�hv6����8]I,ڀA1�>�g�"���k��k�����-?�舊�X��8,�!bD2��i��7��Tn`O��t):6P\�$�&x��/�*I�	�P{@�0ݻ�Ǒp Q!��x�r>��J𷫑Sĉ0�.�/K_��⿀kJJ�Cƾ�Po6Š�p�$��"���J��]�v|1���4��W^N�t�ԗ�1�r&��'cr�^T�����,�����Y����vam[I� /1	$%ノ�C+qC��\��
�r=A�W���_A:�g�Y��`���*�Ǭ��9"���¿���Xڗ_gy~Q5��	��>����鏵�j�1g��^�~/��/�"���`BG���&
e��V"W>��I ��\"�2��.�f!ۏһLG�h����mG4�"r!�<jOsQ�Nj~sU��
��ӍЭ	9�^D�/Z�d�����>�*��W��X��B����4���#�o��[�$"t�c}����m��%)�C&a�I23t��%sޥF�2լI��a��[�C+�Z,h��NpEj8��>'�������!q�Y�zI�Գ��ӧ�2I^�ˌ�
�sIy�I�s=#O�P�X�����zd[v�e�Og��ќ���xm[�$�6�V�vQtv{V�v^���N���Y�ܿ>"
�g��08�T>�1jc披9`�/wʮ�k��0������Il��'�>�**�U��N�#���z�|�Q����n�?�ɳ�օ��}%�i��0�k���ew�"ԇȶ�n�
�ёh6��Z��2���ɣ���O"#mn/_���=MPZ,����β,Rl�b�K��v�wj���B5��?*4���r�E�I���:��UI����O���jz_䬏{l��^	���1L4[?9
�L���[2=����lm������5�n�7�|����V̨��[b��1O7b7i��b��
�
�$M��M[�"0n�����scD��ظ�[
.S���|�`$�c�z�c΀ZZ��8n�'����$��mB����%�y3{�
�����nd8���z,}8�s	������.ۭ8��&�
RD[����!8��PPy���V�.�����W��[+�?֥�U�YZ�zM�;7
��':���k��uT����u\�:=F!���p�=���(E�#$��clP�4\�6�Y��������e��BK[M�`�̓�uuP§�B��MU&�L���缟�)�Of���?nv�Ȼ��$��r�sQ�h�S���x�{�UG�����Y�<4n!��(#�`�m��ΐ��C`��Ӗ%-Ȋ���9�E)T�p�Z��_�}d)������TƑ�Л�3��G-�;"Qע�;���r�)Vӧ���8�44��~ց���
�����U�S�Õd_]ֹ^'MsCoE/�c�H�tZ+�Ay��+��5����7;iOtw^�xp0bO�=|l���}�|��b
�o:aZi�� ��mCA�.�l#	��t�1G�0vQ��t���D#��{�b����՝bKs�P�oP��Xp
ρi�6�^��+}z!�#5p��O���5�}@��d!
��w��*Q��4��=W�&L��u���+Dأ}�����׉hx��,�Wz��2�����-0R�byj�;H�b�q�pg�r':��ҁm��^�1	�6���
�q��da�"�STC�q��Q�ѫz���\	���zM�4Dt"_TN+/y7�p�����G`E����b�%���	�p+���b"ӄ�I �H�Y"Jm�`O���@3Uj�I�p�+��qx2JЖY���1�/ִ�&7�|iy��O@P"gY�܎�%B.̙���{ZW2.G��AGq����'8n�z�^�\X}�s���<�+t)��Ҧ��L�-�1�ͦ0zn�p���K�M�M��Rδ��#	kc��,T��s� (4�D���b��E=�l�<%aK�9��r������GS��˯��O���W"�!��e��nS@���B;��B�2�r�lc�,4闎����d@z�<
*%s�� f��&����nn�޲�鎢�{������
^Q�-�Ռ	cuLjv;h�8
�EhM�$�T{z����8�[�:��Y�ǝQ�W�v�'�.��p@d�h�
�dHslt�F&C�JL��\݃�/�\ٍE���ne@}�	�5<�Uݟ���J����,��S��ۮ�k�E�w~�g�Ֆv�ې��y:Ԝ�������ڣhl2夭G�h�L�����>��o
�|K
��5^{�W��2����8n�}e��w�B��	1CG����g��%T�5 ��e�k��k��7����`�Ʊ�f%��H騈4�r[)d���|$`tO{U��O�eJWe�]����eG�ͫUv=X�PZ�eo�}�»8��%�R�罰�
}���zg�E�P]=�sk�4�Ht/��>%:��KZt�/C14{�����x��[1q���<��y�������Ҷ�:�U�FQ��.Zy��H��f���ڴ��pP����]�� ���Ŭ�b!���[4#P���[w�������w+��!�J5����9,0i�^����V4����~Q�$��3u�qv��:��V��W���!���"�WE[o~��ă���z�QC���-x���C>26�q�D�r��hD#*�Э�*��G�nm�A������c�0͹d������8!ef_����/)����n���/S���¼̐g�����\N�qO��W�-�(�h�}��kS�i�b�	��O5_$ٓ	�h�M���T��3�l�M���I�[}'�D����9����P.��㏕X��WgG`�W��L�o��2�ϰ��֠ϫ�U�i���»�2(�����l�Z/��k���D����ǔ��J���\��jU�|�	�2����zg3f[#��Gk4� '��W	Y��7X�)vl�̙B�UC���\��xR^��7�����_P<SI��j��Jڲ��{^e��WiD�X#c��X���B/���X�pl۶D�gF�j3q综ܜK2i#������|�N]+��$�e���*IYT���M��m�Jj$g��y&��#ٜ������e��E�d݀d�i��x(��\!,X�E
�C[F���j5߮��A�b�!��{��+��.�����wt�m0#6��6�)LcZ���4���a������1�}�i��
�ң猡{M��ڊ���F�n����e.n�kRh�T�t�L���Ќ��4bl���2�����C�*|����_��.�Ⱍ���JRȻ�n���~���Qn��K��=!{� �@�=n�6Pby���ךּ+��o���T�%'na*;"P���v�}C��.��W8Z�p�<�)y)UL.Yά���#��ݶ�Žԏ��8Ӗ��Dw��BxE���yF�x�<����ڨԱڭ���w��w��u�7��ng����;	��Q�W�ȉD�]kQ��)B-�_�"%�sNE	6�~�9Jpّܘ/�3��%�+�\X�����Y�iK�G�o�W؟�sG����=���b�L�L��{�V�y��l\�� 71/2y�sдSM�mfZsT�����7��dO��5֨n���
y�(ߥI�(��֞Xլ%��+��.[��Ɂ��ƖЩ��3(�<.�š3�2fπ֣��<���V��v�(&�jk�x�k:��7�F;o�QK#�?�]���_�(<gPN_�kA�q�963�gђ���yf%Ӣ|��"k�WF�7�5�E#A.���|s�qKۦN�Q1�`\m��0�T�v���2dzk�0���U�Mw�ؽ�S}Wl���6\ۺDZ��N�?ރ��	9�5K�ʪ�O�"�4�=Ax���}����6
vI�2�&u[�&0 ����;����d�L�>T�f�֒W&�.�ZZ�iq@�xΫZ�W���Ր[Lq���-�y�������8o�C�w�/��76�	&;ȅR]�;Y+c��.
z�w� hn"F�D|�n�]��K�ٰ�KC�X�"{g�_&�D�v-�3T���@�]��@8�(&�F��|[8��Z#`QK�0�� � g�j��Mť���c`�ˮ����ύDvs�D�'*}c���꫏�D+}5u�Ҵ�*N�8����'sL^�M��0��= g��mk9԰���9p�^�[�p#��T��x�;7w�_^O�ꜱa�����;����A	0�["���]�����]�"{S�V�G���P�T��)��E��ME,2l��r��P?BC6�+N��w]G�$�$���ڕ� ��2����M��@O��<W�R��]9�����u���i�bK'����;4w[T���@Icͱ�؏&�k8�}A�=�������5�`�l�ԓVt?��x7�,m4H��>�
�����>B��d#ٿ�WF���]��GM�OM����y:
Y�B��
���Y1�lh!aL��c�f}/:�;N�+�TMG��
�0�iǷL�)�L���A���
��$BI[,tZ���'�5
�0�3�5�>�-@?�8�C��2�J!b0�Eߴ��/���|'dY� HZ�h���@Pltq
w@fK��IU(���p����w:O5���O��2�]�V��&�� ��?z��j��ˠ@����P���@kE�S���E`�(��7Dt���h8۪WϜ���!�,{/�U�S�w8%%��b<u֢v1F ��T��F&h�wES�isJ��y��U�8��V��C�Ā�%��B����f�7�p��X�G-Z
��J~�8r���@��}�y��8:Ĩ7�u�h��$�u��%t�s|�+}�$֑�(9�o3nK�][���:�O$~9j�G*��r:(�Ɇ��W�)�,�����c�U,�ތ3Q&���v�����1��Q��ɤ�
�{��w����pI"���3XH�<�JH6ۓ��t�.Tp��Z3>�1�NZzQ2έ�O,fD	�>!��9.�?�V�\EDOMd�.�8����~��y�Z���{�#d@�j,Iԉ�u�߲�(�U�ml�Vט
�/ӑe�
�_m$뻞4��q�F4�f�<��O��u�OB��'FZ��9�[]I�p4�}[�>�߰�ԝ��/���Q�
o�IQ���H[W��u���K��Q/�?
��Z��
�6�Ak*^-�DH�u��>#<���A�.6��s�o���Ww������>
B�Bf�d�dd=��6�D	�>-}��R3\��^�,�v���"��&�̼�d�&1�ǾZu5�� �D��J���ơ���
Y9h�4#��#Ѓ�;O��trb�e2QC��a:>�#�U:6�ą?�J�ωE�e�E�B�#7�E�"Xp�঒$�^�Z�����e�	P�����y��z}�~�$|�����8��B��~\�1�+zZa��P�q�re�o0P�4���SP�ۗ(ҝ�����N
����i�};�ڄ�?p�sͰz�g�����H,�Z�+�+�H�$D��r0fd���cTIp�M��Ct�IM�LPʪ��i��"���ͼ��3�nZ����O���S(Kl`Dj^˽I^�~��
C+�v:�sߧ�<`�\���BϿ4]A�9^�*������ŋ���~�B[z��j�&iK,I�x�W�_.�	)����N�F=���v/g����u�c��2�ƥ�uq��:�7��/9������ݬ���ܜ�u��r_ݨ36MR��*a}�ƺ�0�2u>}D��Ƣ�F�Sn$��wN�QIe�d�f��ː���;��n��SVa�~��<�j��[r�{�-
�Ÿ��7�1��N�$��	�(!'����B�@��ӗT����<����6d����l�v��e�f:.�5��������3��ӄ���5ff�uk�G�%��tk����w=T����s��u��L�K��r~_��O��L��L0G��-�u�7'��}n�S����(��~e�c���"�O�2�
�N�'><T4!�1,��:JB٘����H�����_6k-�J%v�ZJ"v+T&�1�j%����o!�I6�P�8B�2#��g��8��?ۚn��w��$���Rǫ�a.4ح#A�K*5���T��R[�H��V��/��,�t~���=�7&��w�Y�%AG7��s��ǜ��/yv<�C���ț�*���Q���cF���0�i��0w���N��P��U�2���ګt;���J�����E�#����6�}'���IHo��'}D�&U����cU�ȅ�81q�%��M��^����7֔i��ٺ�sfi~�zZ��x���l�6,xL*!��'t���T��ʉ=��'`�5�����v��(dA�{���>r�k@�Ȯ8ſw"q�O�Q���$q�+&3��8A�G���K�ɮ�b�{�KMc�W<�XB�>hp�C9�;�kH:��r0�
��8/S|&��2ۙ����*3�tV�V:�L�\�Ck�|Y�^EAڎ�5ǜ����C��|Y��/a����@Vz�t�_�?�f�F�̸1,,��
%^r���qO՗"���9��>���~�z�v��7�r9�9��V�{�
�b�����4tӁ^��?�!��K�s��ĸc�]��qG��#�淶,*��ؘ}�7v�ǪMo�~�S]�S��'����%od��;F&�Ģ�{Q,J����v7�<�&ɩCczS���5�:-�-�O��Яi-[+�f�M��2M��R����
�KF&�z`!� g9�2∛�!�r������Y#ڮ���r�*N���>E�%V�mE}�������WN14����pj�Z��u$�UO�,M<u�fr��d�~��a5�J-Ƙ����
2S�#}A��"<0Y�,V��hE��o�U��w��tqBF$�v���<J�{�@�����z��Eݴ,�L��Hň�c�<C���T&N�ǎ�Jq�nQ��C��v��VPվ��ĥ%��9�g�
2z�G��x'|r��g���*<hL�G:X�7�"�u?ץr3��o�ݱ���}R�|�9U+q���Њf)��s��_��(XX*�5��ö�>��6A����̘�Zʑ���HD�:����7fVb������|*\�F�F� b��n���Rq>�����5�{��.��oSzXA��b���]�{^��@r�{nj&+2�%���r�x2��–�Ӹ:n|�yt�s�5.J�U��6v ����&tht7�B� c���޿�V�P��<�ѣ�������3��8��6C�]�����z��w��x��6��<_�>�a�	�yX$N�+k�rp�!Vret�FR.M�dqe��~<%J�X�7��Y`��h=��pX�����9��{�7SR@U{VlE�.�kTጲ�0A�̵�6���Y���	�Hd��7��6}��+��_�a��y��=~�	��+��}M|��W�� ���>9�V}z�k}q�Yn;��n$��8S�����ixz������Be#gƗ�X+5%�󷄿M�l��gpt��a��SF�����@��D�c�Br\R��]2ֿ����5�M"h949�}﷍�DϬn���6�PL��I֍7�]�)ߙ|M-��J�ܿ�־��D/�׶i�7�4��(R|�2y��P)ɛ�����6�Ѩ7��-�_nq��ª�x	8e�F���R�<١VyW�T8f��6�R�
r��lo㗁4[F���/��붞�W���n�7S�F�1P��ɞ�p5r��aXK��O�ۧ�~u���s��[�"���ڏ���	��y�jlE�Fskք�AN�Xu��9f�ð#��Od+~"#s�lY����q��69��x@e��'1�y��c�XS����f��+��`LH�3�5�U��ј�M�$z�{��}y؛3v�,1K�<��M�6��ʂ?N�J���t��M�|�i���V)o4�յ{5}��)��)珉��\%�,�����Nŵ��ys��!�Ȋ,/^Z�lK<l�C��W
/t��Ay>��;��N"RY/��x�=��䜗���葉�1n�&��dKE�p L��]/�y�X�Y�M_\���x�������=8K_<�u��(�C�!(�5�„KU_w��,x��rx@���vPd��f���z���y��WmM�P��Q>ѐ�	��B����;���Z?��Ҹ1mkcO�z|m�衤x��y\�Lj���6BT8sg����?���N�g��&6o	�J����i�c��o�Gy����"(+;���E��H��G�7r�1������\��N�ᮦu��%�A�_UV����TG�e�I�i�d�;�����`�����Q�SY�(Fp�}��{ږ"6%�{<�Q74B���5�O�$�h@Y6���z=�7�vέ�x#T]�Ud��#�������F��ʕr!M^�G�ͽ���_��]5�,�$V���L����G����Q�HXA�F���tn=�9<�=��
�oC��O �Ʀ-(�R@�yɭd�k�/z�?0����U�M��ӷ���wut�D�$� W�;R�?R�3R�7R�+R�/R�_uAuXie\ie*Pie9Tie�)ie�-ie�CuA�~a��ra��va��ja��na��ba��GuA)�����������������´���sje��<��-��Z��K��x��v�B����۶��ۡ��ې��ۃ���r9���0q��sb��s���s���s���s���s��u�)����r/�US�1�v�z��:��:�YV�kJR�k{^�kTZ�k�f�k�b�k�n�k�j�k�v�k3j4X5�d�������L޹G��C�-;U�Ƒh�����DD��Sz��q�^&����>OJ0�&B�И����ݽ̝>֨�9��m����}؁���xm���p/W��+ōb>y�0
��(g�$�L�)��Я�從���*B��͎�jFl�]�3����0n5�L������Ɋ�С{����$"��|�َ�9�1��)�1����P!~�ιg�!<0�\ŖfyŮ�(PR�W����K}��՚a��W�sMB��dq���)$��*I.#��*I?�+m��xב�x׀�x�s x׺=Eb�X�%�T�%�P�%W-�%F)�%I%�%��5��L�J�@�J�D�J�X�J�\�J�P�J�ݔ�a/�+_�׍�$f2y�lW�%~���jEZ�wT$kjm���f둌�
f�eXHM�����0����}���A�O��⪪��w���&��JU���/��Y�)d=�%��j��>5c���e�i���y��CdO.�GHw�z���a�s��c����+4թ�Z��2�d�?�Q��
~�
?�.�Q�c�jO�d�PIA�H�GO5�:l-�tԲ�_鸬��r�����f�$����DDa�A���=l��Π��=�Q�дs�$�[�ܺ
�	�7�Q�l�u%l���i��_� ���4�*�����C5�jbߢ�ip^@D��%^i�!^i�-^i�)^i]^iw�;��%c��!c��OeWנ�XR[�k�axS@m`煆��9�9��`(���BM����_�u/��zh�W�
yh�NM�2�m9���r���<H<���	��@�f�߭�f�$����M�����z�H4��P ��NKgJ�9�n�
��^�g�C��*�O�;Y:�Ά�(<-�c>ˮ�n�������t �P(��$s�sJ�ɯrP{��Ꮣ�A��3c������?F��~������Rv~���6		t	~	
�	�	

x
x
	�
�
�
��d
j
�
�
	*��d
T\�	Pb��
x��Lrr
��	�H��
j��	�	�2^�	�t������N���R6 � � � H"v"	�"	�"�"�#�#$:$<$F$�$�$
�$% %"%t%�%b&d&�&�&�&
�'�'<(�)>*�*
`+,,�,
D-�-P.�.�.�.�.P/j/	n/�/�/0�022
�2�2�2�2D3^3�34
�4�4
�4
~5	�5	\6�6�6D7X7�8n9�9�:z;�;�;	�<�=
>z>�>�?�?�?�@�@\A�A8B8BtB\C
�C�CD~D�D�D"EPE
F�F�FfG�G�G�H	:I�I8J�JlKvKLFL�L	�MBN�N�NFO�P�PVQ"R�R	RS�S	�S�STT�T(UZU�U8VrW�W�X�YZlZ�Z�Z[�\f]�]	^^�^p_�_b$,46LO^+�0V�������8
Xn
�������	��LX����	�6$|&�
�
��4DR^v�(\rt~�����4LP`|���
 ""���
���		(	(	+N	�	!&
(
.
4
T
\
r
�
�
�

�
"<B
J
``����
	Jd�
�����
�
(P
P
�
�
�
	�
�
$n�����	
Hlvv6T�����f
|�����
..
DP�
���
���r���	���	�vA�:
T��
((
:T����
�		8V%t�8U��f�	��
��$������
��
:
p
����

$088ll ����(4>l	vv���<<Ln��)!rx�  
> H � � � � �!H!�!("	R"�"�"	�" #*#*#�#
�#�#	\$�$�$�$
�$�$	�$"%v%�%�%,\&f&v&~&�&
�&�&�&�'�'
�'�'�'�'

(
("("(<(R(x(�(�("�(�(\)j)n)�)	�)�)
�)
*	**2*H*#�*�*�*�*+&+P+h+r+�+,	,,,X,�,�,�,�,-(-.-�-
�-�-�-�-�-�-(�-&.j.r.
�.�.�.�./"/
</X/	�/�/
�/�/�/�/0<0<0v0�0�0�01@1	@1X1
j1�1�1�1
�1�1�1�1

2262�2�2�2%63	h3p3p3�3�3�3�3�3�3�3�3(4T4�4�4�4�4
5 H5
n5�5�5
�5	�5�5�5
6
.6.�6�6+R7�7�7�7
�7
8
8 8 86868z8�8�8*�8�8�9::�:�:�:.;
D;z;�;	�;<j<�<�<.
==<=L=
`=`=�=�=�=�=
>>>R>l>v>	�>�>�>�>?0?X?�?�?	�?�?	�?�?�?@h@h@�@�@�@�@�@�@A A A A>AJAfA�A
�A�AB@B@B\BxB'�BC'rC	�C�C�CDDD2DTDbD�D�D�D4EPEPEXE
pE�E�E:F:F0lF�F�F��F�F�FTG�GH)RH"�H
�H�H>IvI�I	�I	�I�I�I"J
fJ�J�J�JK	KK"K
0K0�K�K	�K�K�K�K�K	&L6L
fLfLtL~L
�L�L	�L�L�L�L�L�L�L�L
�L�LMM<M zM#�M�MN&N&N*N,N8NVNtN�N�N�N�N�N,O,O4OBOFO`O`OnO�O�O�O�O�O�O
�P�P�P�P
�P
Q.Q(|Q�Q�Q
�Q�Q�Q�Q0RTRhR	nRnRrR�R�R�R
�RFS\S^SnS�S�S
�S�S
fT	fT�T�T�TUU(^UjU2�U�Ut�UVLV�V�V�VWWBWlWzW�W�W�W�W�W�WX.X8X8X�X!�Xk�Y	�YZZ6Z6Z6Z\Z^Z�Z�Z�Z�Z
[$[
R[
^[t[�[�[
�[	�[�[�[0\�\�\$]%f]
�]�]�]�]	�]�]�]^^6^f^�^�^�^
�^��_N�_``�`�`�`aa
a	\abafai6bRb	dbfbhbjblb�b�b�b�b�b�b�b�b�b
�b
ccc
(c0c@c\c
tcvc|c�c�c�c�c��d�e�e�e�eZBfVf�f�f�f�f�f�f�fgg
g g
:g@gFgfg�g	�g�g�g�g�ghhhZhdhnhzh
zh�h
�h�h
�h)i@i
XiXiZi`i`i �ijj	,jJj
Ljdjdj"�j�j�j�j�j�j
�j4k6kBkBkDkFknk
pk	rk�k�k
�k�k�k�k�k�k�k�k�NlNmjmlmlmnmpmpm|m�m�m�m�m�m
nn>n^nrn�n�n	�n�nooo2o:o"|o�o�o�o�o�o
�o�o�o
p*p*pNp�p!�p�p�p
qq q6q<qbq�q�q
�q�q!r
rBrfs
s0sBs
Zs�s�s�s�s)�stt&t2t@t^txt�t�t�t8>uvu'�u	�u�u
�u v	0v7�v�v�vw(w3�w�w�w�w
�w
�w�w�w�wxTxfx<�xyy*y.�y"�y�yz$Jz�z�z�z �z44{"t{z{�{�{)�{|	$|B|P|'�|�|
}2}(�}"�}
�}~
R~'�~�~	�~�~ul���H���'���@�f�z���"���:�p�����ƂƂ�� �4�������ȃ%���"B�R���̄"�4�h�$����*�j�~�������Ԇ	��@�\�l� �����*�H�v�����
��"�%:�^�<Ɖ�8X���%Ҋ�A��'܋��X�t���
�� �
�:|�~���ȍ��$�V�b�~���������ȎȎЎڎ�*�.�4�4�8�8�F�p�x�x�|�������������N�d�n�t�����
��������Ɛ
Ɛ���
������H�N�N�����������ȑڑ��H�	V�Z�\�z�����ʒ	ڒ
ڒ��>�	L�V�x�������Гړ��H�R�`�j�
z�������(���"6�N�^�t���������J�^�
v�	����Ζ���@�&����5�����6|�1ژ����6:�N�t�x�����>��2�T�
j�	v�
��+̚	ޚ�
�$�:�^�j�j�x�����̛қ���,�4�F�^�
z���ڜ&2�B�	L�������((�
(�>�d�j�	�����:�z����������������ܠ��
4�v�����̡	��(�2�L�n�������Ԣ��B�J�V�d���������ң	��*�B�8������*�H�Z�t�t���
����ҥҥ�d�n�����/���$�P�
\�����
ʧԧ	��	����(� 4�\�h�	v�	����¨�	���
(�	0�6�	6�P�^�������Щ	ީ��
���:���������������	� �	0�
B�f�����
Ыܫ���	
�<�X����������2�	@�R�x�����
��­
­­�+���8�8�������"���
(�(�(�J�����#�������Z�����ұұ�:�L���#Ȳ$�$�L�X�̳�;"�X�
d�d�������ִ�����^�z�������ĵε�(�D�d�l�	z�
����ҶҶ��
v�����ַ�0�|���
����
ƸƸ��
 �B�P�	\�\�h����6�	@�H�^�
��
������<>���	��
���	����<�`�`�`���̼��J�f�����"�
��
���,�>�	L�L���4ؾ���>�N�j�~�~�
����ؿ�,�d�
p�������
�<�H�
T�p�p�
����������Z�����������
����
�
�,�H�������0�D�
����������
�
��4�>�>�
z���������	����	��
���
��"<�<� X�������	�����.�F�
F�Z�z�������
�"�	2�v�%������'���.�P�\�d�
������������!\�.������ B�N�h�������"�	"�8�H�	Z�Z�����"*�r�����������$�T���
��������	���� �h�h�t���������	6�\�|���	��������!8�Z�
��&�������$�
@�R�
t�t���������	�,�8�T�	b�
|�������	�������� �
n�����"�>�Z�����
��������#��	�����������^���������� �"�&�@�Z�~���
������	��J�b�t�t�����
����	����4�B�B�X�X������"�
L�
X�^�v�
��������
����
(�T�l�z�
z���!��4�B�h�$��
����	��
��
������6�N��������(�J�V�V�d�����
������
��H�h�
����	����5:�:���: �
(�8�8�j�������F8�>�`�
��6�N�^�
��?"�B���2,�+������L�^�v���
�����
X�-\�+l���2��0����#�(�&*�f�$���� ����*�>�X�f�
��7� �
(�
:�
N�t�������
���`�j�
j�~�����
������(�<�	N�
`�
h�	x�
��������
��	�b�x���
��������
���B�
z�����
��
���f�&������J�V�t���
����
����	��.�>�Z�z�
������	�����,�T������������'D�\�	|�������	�������$�>�\�~��	�
�	���$�
$�<���	����
��

��
.�2�L�n�z�z�z����T�z���
���
�)0�Z���"�
���H�
Z�	d�������	�� �/��������	�	�<�`��������8�\��������(�T������$�X������>Ph
n~
���	�
��<fv������
��(	DHXt����#.�����Z���
,%`������2
DD	T�
���
��""Nr����2	T�
��
��.	>	X	�	�		�	�	 
:
d
z
�
	�
�
�

.Nj�����.l��
D
�
�
�
8d���
�#V��	��
�	�*
VV-�3��0>\tt���
�,p���
�$@"vv$����\	\n��	�
�
��:
PZbbv	���
����.L	V
Vp
����	"
>X^	h
��	����	�  .4R\p�����
�
�@Ph|
���	�$
6
Nnt~��

	B
X	��$
$l��f�
�2h��

(Lp���� 4 ` � � � � !L!�!�!�!""P"�"�"�" #T#T#d#d#l#l#l#�#	�#�# �#$x$7�$�$
%)*%*%�%�%�%�%�%	�%
�%&#F&`&t&t&�&�&�&
�&�&
�&
V'.�'�'�'	�'
�'�'(8(1�(�(�(�(&)
 )4)l)I&*.^*�*�*�*�*2�+
�+	�+.,, , ,L,(�,�,�,$.-6-L-�-	�-�-#�-
. .Z.z.
�.(
/#`/1�/�/�/�/$6060X0"�0�0
�0#1"1.1
H1!j1�1�1�1	�1�1Sb2�2!�23 Z3~3�3
�3�3�3$@4@4)d4�4�4,�4�45(5(J5v5�58�5�566\6�6�6
�6�6�67�7�7�7$�7�7<8X8x8�8�8�8�8*F9
�9	�9�9
:
:J:�:	�:�:�:�:�:�:;P;l;�;
�;<n<�<	�<�<=@=d=j=j=x=�=�=�=�=�=�=>>>$>>>F>\>	n>n>	~>�>�>�>�>�>??
?(?
:?�?�?�? �?J�@�@�@"�@A
(A.A"pA
�A�A"�A
BB#`BxB�B�BC
.C
BC~C�C"�C"D
8D:DDD`D$�D�D�D*DEPErE&�E�E�E�E%F
4FLFrF�F�F�F	�F�FG!RGhG�G�G�G�G�G
NHnH�H
�H�H�H�H�H*JI
ZIZIjI�I?RJRJ�J�J�J;DK
ZKrK%L7vL:�LMD�M�M�M�M�M�M�MFNrN�N7�N�N�NO`OpOxO�O�O
�O�O�O�OPP&P8PZPZPdP�P�P�P�P�P	�P
�P�P�P,QlQ�Q	�Q�Q�Q�QRR
,R,R@R	PR�R�RSPS�S�S
�S3NTtT�T
�T�T�T�T�T�T�T>UbU�U�U�U�U�U�U�UVVV(V>VtV�V�V	�V�VW(W>WTW~W�W�W�W�W�W�WX
2X8XZX#�X�X�X�X	�X�X
Y:YVYnY�Y�Y�Y�Y�Y�Y�Y�YZ6Z
dZvZvZ"�Z�Z[D[f[x[�[�[�[�[\"\*\*\@\	d\�\�\�\�\�\�\]]@]
�]�]^
"^
8^�^�^�^
�^__
._J_�_�_�_�_�_�_``6D`~`�`	�`�`�`aDaPa�a�a�a b	 b:b\b�b�b�b�b8c	DcFc	Xcjc
�c
�c
d
d"d2d@d �d�d
�d�d@eTetete
�e�e
�e�e
�ef*fRf
dfnf�f�f�fg0g0gFg
`g
vg�g�g�g
�gh4h4h�h	�h�h
�h
�h
(i^i�i�i�i�ij2j8j8j�j#�j�jk"Dk
\k
�k	�k!*lXlll�l^mxm�m�m�m�m!,n
@nJnfnfn	�n�n
�n
�n
Tofo|o|o�o�o
p$p
�p�pzq�qPr
Prnrnr	nrnr�rs
:s
Pspsts�s�st8t�t
�t8u<u<uVu`u`u�u�u�u�uvv
"v>v
Xv\v�v�v�v	�vDw^w
^wnw	nw�w�w$xRxRxy yVy�y�y
�y�yzz0z0zLzbz|z�z�z�z$V{�{�{	�{	�{�{�{||h|||
�|
�|�|�|}
*}D}0�}�}"~]�~�~��'4�Mz�΀PL�X�n�mH����@�����9��}���ևc��b`�_�+t�;Ȋ��� P��X���8֍�&L�����������Ž̎�
����&�.�6�6�`�j�r�����Ώ֏ޏ��
��
 �
 �N�n���	��
֐
�
��:�:�	J�
b�~�����֑��	�
��"�"�r���Ғ
�$�V� ����ԓ	��T�|�
��
��ޔ��&�
@�D�N�j���ȕ̕��1 �P���4��d���	����$�8�
J�
|�������ʘʘ	ʘ*�
D�Z�
j���	��	��
��5>�d�x�������ܚܚ���0�R�d�t�
��
��̛��$�P�l���	������ܜ
���
T�v���$ҝn����� �
��
0�J�l�
~�
������Ÿʟ
D�D�j�����	ʠ� �H�Z�|�J4�F�F�^���RҢ"�Z�t�	��£<6�:�\�z������������� �� 6�r��� �!*�V�	h���Ԧ֦�8�h���§��J�t�t���
������*�f�����ک�*�
D�V�(������̪ت!�\�'��	��ܫ'(�(�>�Z�
t�%��
Ԭ�"B�Z�%����ܭ�2�J�*������"�#f���)��"F�Z�d�d���Ұ
�)<�����ʱ��Z�
n� ��β$�,�'x�������޳	޳޳��(�0�0�H�b�
����2�f�����	��̵�������ֶ
�B�f�
v�v���������ȷ
ڷ#� �
2�6�\�
���������2�D�H�`�|�����	��
����4�P�^�h�v���ؼ��8�T�T�	T�T�|�|�
��Ƚ�	�@�
N��������&�&�
>�r������4�N����
�	��

�8�T�t�������	��
����&�>�
V�v�������������
�
$�
$�J�Z�l���
������	�����
�8�\�d������&�R�p�
���������
�	,�	d�r�	v���
�������.���
���������	�����������8�F�;��������2�2� n���
��	������
��,�
:�
:�^����������"�2�2�N�N�t���
����	������2�@�j�|���
��	������
������������	,�	>�	P�
j�
��
������
����(�:�D�H�n���
����$��
�`���������
���$�$�	6�j�	n�|�������-��(�D�l�l�
����������6�`�	��
��
����&�&�
�����������$�V�
f�����
����
�:�P������h��� F������	�	$�8�8�
F�f�
l������Z�`�`�����������
���
,�	>�`�
t�������	�����Z�^�j�j���������
���&�>�
T�T�p���
��
����
��$�<�������������

�������*L�V��������������>�L�x�����������
�	�(�0�d�����������������,�J�X�r�r���������	�����.�6�����
��	������	.�
D�n�r���	��	���$�4�D�	V�p�z�
���������������L�X�������
�
�\�������/2�:�F�
F�b�
|�~��������$�$�N�N�b�b�b������>�T�b�b�	r�	������&�F�N�\�l���������
�����Z���������
������
����
�	���4�	D�X�b�b�.�������	�:�L�h�r���������

�	�&�<�N�f�������������"�	4�	F�F�v���
������������(�4�
R�n�|�
����	����	��
��$D�
\�j�t�|�|�������	��
��6�	F�T�z�����	������	��	�.�
>�>��������
��
�	>�Z�Z�p������	6�	��	��	��"�,�,�n���
��
����
�
�����	�^�	��
��	��
����"�(�*�.�.�����"�8�8�V�r�������	�
��$�
H�
`�`�p����
���L�~�
������
����$�F�L�����
��
��Vl	����
��6L`���FXb��(F	����*L�������	�

",	^t�	�
2	jj
���	2
Hbbb
�
��,	2	R	Z	^	^	�	�	�	�	�	

$
	4
h
�
  ��
�Rf�&

t

t
�
�
||�2N��
��Lj����
�B�
����4R���
��@
X����	Pr��
��"Vt
����8j��4b
z��(
��
�� �����
"@\
n�
��
4Nt�������,F	������.Rp
������*Bh��$~�
��	��   : j � � � !|!�!"*"F"
V"p"�"�"
�"
#$#2#
r#�#
�#�#�#�#�#
$V$j$	x$
�$�$�$%	%	,%n%x%	�%
�%
&&H&#�&
�&�&'
$'.'8'J'V'\'\'	n'�'�'�'�'
((J(^(^(
r(
�(�(�(�(�(
.)R)\)\)
l)z)z)�)�)�)	�)�)�)�)�)
�)�)*N*d*
~*	~*�*+
 +2�+�+	�+�+�+
�+,,,^,^,�,	�,�,
&-R-R-\-	�-
�-	�-...z.�.�.�.	�.0/V/
�/�/�/�/�/0J0T0|0�01(1l1�1�12	2.2J2^2h2h2h2h2�2�2�2�2
P3�3�3<4X4	�4�4	�4;H5H5�5�5D6D6�6�6	7
77	7�7�7�7	�78r8�8�8�8	�8
9
9
&949@9@9\9x9�9�9�9�9�9:
8:
P:
d:�:�:�:�:	;	;6;V;	d;�;�;
�;�;�;<
<<V<t<�<�<�<	�<N=
^=�=	�=
�=�=�=R>f>�>�>
�>"X?r?�?.@.@l@�@�@	�@�@	JA	�A:,B,BNB�B�B
�BVCVC	�C�C	�C
D	VDvD�D&E�E�E0F�F�FVG
pG�G
�G�G�G�GH.H8HLHVHpH�H�H�HII>IvIxI
�I�I�I�I
�IJJ6JPJdJ	rJ�J
�J�J
K@KvKzK�K
�K�K�KTL�L�LNM�M�MNPNPN�N	�N�N�N>OnOnO�O�O
�O
PZPpP�P	�P�P	�P
�P*QBQ
BQlQ�Q�Q�Q�Q	�Q
R	,RHR�R�R$SHSfS
�S�S�S
�STTTD"T�T	�T
�T�TUDUhU�U�U�U�U�U
V&V&VLVLV
`V
vV�V
�V�VW
*W>W�W�X�X
8Y`Y�Y�Y
�YZ4Z|Z�Z�Z�Z�Z�Z[@[
@[
�[�[�[h\	�\�\�\]J]T]x]�]
�]
�]	�]�]^
8^h^	z^�^�^�^�^�^$_`_j_v_�_�_�_�_�_`
`4`r`�`�`�`�`�`a$aHaha�a�a�a b\b�b	�b�b�b�bccrc�c�c�c�c dRdbd�d�d�d
�d^e�e�e
�e�eff
,fVf�f�f�f
g*gHgXgpg�g
�g
�g�ghDh|h	�h�h�h
�h�h�h�h	i
i&i
8iBili�i�ij	&jDj`j|j�j
�jkk>kdk�k�k�k�k
�kll6l`l�l�l�lm@m	Rm|m�m�mnnn6nXntn
�n	�n�n�n
�n�n
�n$o,obovo
�o
�o�o	�o�o	pp
,p,pBp`p	pp�p�p�pNqnq
|q	�q	0r�rBs
Rs�s�st	Jt	�t
 u
�u�u�uv:v	Fv/�v�vwfwfw
�w�w�w�w�w
0x-�x�x�x�x	�xyy
y
0y	ByZyjy�y�y�y	�y�y�y	z
8z
�z�z�z	{,{:{>{�{	�{	�{	�{|	"|8|||�|�|
�|}j}x}
�}�}
�}�} ~
:~	z~�~*b|�
�V�b���$N�
b�~�
��Ё
�
2�
L�j����������8�p�
����	�����	�
�,�,�L�b�	p�����	����
T�
���	�:�
p�	��
������ 2�D�\�l���	����ć
�����,�Z�����
�
�R������(�>�>�	������R�b�b�z�̋	�	H���	Ό	��	0�	x�	�	P�	l�	��������,�D�b�
|�|��������"�X�	j�j�~���ؐ����*���ʑ����
�`���
Βޒ�����(�
<���
��ܓt�~���
����̔	�
L�
d���!����8�D������x���
��������D�����z���	����,�R�������Қ�0�v���ܛ�N�x��6�
p����
D�������	���h���
���	J�x���
��@�p������
H�f�
��	Ң	���	�
f�ԣ�P�~�ڤ6���
��ԥ
��d�d�	�*�	f����	0�h�
��
¨2�	b�
�����<�f�������Ȫ�D�b���ƫ�>�>�z���Ь����
�	.�n�����­���
��B�	T�x����*�H�l�ȯ���6�r���
��Ұ�Z�|�ޱޱ�.�D�Z�f�
��	������	Ҳڲ�
��
��*�:�J�V�
p���	��
������ʳ&��$,4L�
�
��	�
����
DR������dn4�		XX��
��,�
��:>v�����j
�� :NN 		(	J	J	�	�	�	




P
x
�
�
�

$J�
,�d
z
�
�
6N����.����
 \j)�
>ln�
�(`	���	�	8�2z	�����
0^������&J~	~����
�
���	4@P222'	.R`~��P~����f��
�
�	��&��	�������
�T ` ` h h � � � 
� :"	>"L"R"h"	�"�"�"�"D#T#"�#�#�#�#$$
$>$�$�$�$�$%"%)v%v%
�%�%�%�%>&f&	�&�&�&'E�'
)-�)�*	�*�*�*�+ �+�+�+R,	�,�,&-Z-d-�-
�-�-.P.�.�./X/j/
l/�/�/�/0�01,1�1�122P2�2�2	3442424�4�4�4�4Z56n6
�6�6�6�6�6(7
f7
f7z7�7�78T8	d8�8
96969\9t9�9�9	�9
�9�9	�94:&t:
t:�:�:;;`;v;x;�;�;�;�;�;&<<<z<(=X=>
>
>6>�>�>$?�?
"@$�@�@A:A\A�A�A�ADB�B*�C�C	�C�C�C
�C�CD
�D�D
E@E�E*�EF
F�FzG�G�G�G�H�H�H�H�HII:I!LI@JLJ
fK�K�L�L�M8N�NOFO
nO�O�O�O$BP$VQpQ0R�R�RS"XSnS�STTHT�T�U�U�UhV�V�V�V�V
W�W�WfXfX �X0YHYzY�YZ	ZZZNZvZ�Z	�Z�Z�Z$[<[R\
R\h\�\�\�\]@]z]�]
�]�^�^
�_	@`�`	�`
�`&aDbpb|b^c�c�c�d	�dFe	*f�f�f�f�g8h�h	�i�i�i
�i�j�j�j6kFkFk�k^mhn�n!\o�o�opp �p�p	Xq�q�q0rprpr�r�r�rns�s�s�t�t@u
\u�uvpv
pv�v�w�w�w"xyVy�y&zhz�z"�{$|�|�|�|}\}�}$~ 0~�~�~n��h�!��ւ\����R�n�����	Z���+�-��F���r���:�@�����̌čҍ�4����b���)ڑ0�������#
�
���ڕ�	���^�����b����n�������
�	t���d�����Ԝ����Z�~��>|�@(�-����!���2�>�d�@"�.H�ޡ#��L���
¢-t�������Ф��
>����#@�@����h���	$�">�����¨	Ԩ���P���ܪ
~���
����
ެ��N�N�ܭ��h������p�b�b�x�x����0�6�z������
��L������/2�\������
�2�$��
�V�����"�x���������0r���	ڻ(����
F���
��������(��$�&<�������&0�P�'h�^������������	�
V�X�x���8�����`���
������x�����	��
����<��������>�~�
��
����H�Z���
��(����&F�X����z��������N�z��������
�>�N� Z�Z�Z���
��R���
���	:���h���*�P�P�b�������.�r�����v������������$�z����4�r�	��������z�z���
&�6������z�
*����
H�j�+v���(�Z���z�6�
n�$��B�^�$��\��������$����.���
�����!:�>�x��	�^��,������&�2�2����������6���� ��8������ ���
��R�h���L�r�������R�R�'��
������	���"0����
��\�x�
�
(����&`
8`t��f
t�	<v	�����`r�
��X
ll��@^h��	p	�	�	�	�	
z
�
�
�
F��
�	��

$

$
@
@
!D
p
	p
�
�
�
'�$<Zz�>
��0����
�v������(�$���6v>D	�����
dz�
�HH���
�	�
�B��
��	� $V
���2$T$Z%
l%�%
&4&�&''&n'"((
b(�(�)�) ~*�*	++8�+6,n,n,n,8�,-n-
�-�-B.�.�.�.
�.,/,/2/L/
0z0
z0�0�0�2�2�2>3�344�4�45�5�6�6�6
(7(72�7�7�7
�78b8�8F9Z9�9#�9
�9@:�:�:�:&;^;|;�;�;(,<L<"�<("=�>�>4?	D?P?|?�?�?
�?�@�@�@�@PA�A�A>B�B�BCdC�C�CPD�DE�E�E�F�F
�F4GvG�G	H NH�H�H
�H	�H
I(I
2I�I�I
&JlJ�JhK�K�K�L�MNdN	�N>OfOLP�PQ@Q�Q|R,S,�S�SdT�T�T"U"UDUNU>V�V�W�X�X�Y
�YZFZ�Z�ZZ[�["\z\�\X]
l]�]�]�]�]�]	F^1�^F_(`@`@` �`
�`*a�ab	�b�b�b2c2c�c%d.d<d)�d
�d�d,e
ff	�f�g
�ghTh�h�h�h
izi�iLj|j�j�j�jpk�k�k�k
�klxl	�l	�l�lmDm�m!pn	�n�n�n
�no2o�o�o�o�o�o8p(�p#�p�p#Bq�q�q
r$�r�r#sds�s�s�s	t`t�t�t�t&uFu�u
�u�u\v�v	*wJw�w�w�wzx�x�x#<ypyxz�z
�z{!{@{�{�{J|
J|�|4}	�}�}$�~$�$�	*�d�b�օ\�������
�����R�n���	�8�N��
&���ܕ���z�����>�����b�
�
�"�������H�
r��2���&��	�!J����
��ʟޟ��(P����>������
���
�L�2�P���������N�/`�8�P�������
P�d�|�������´���ε
�
�*�8�(�������h�	����R������
��������j���L���&N����	�R�V�
��	���~�)��>�����	\�&h�h� h�$��*�D�p����F����n�(�$�*�Z�~��������\����x�
�
0�~�p�#|�|�!>�J�J�J�����*�|����R�����"�h���$�
F���
�����@�	L���
��6���
��N���	��
��	V�h�����
$�,�2����
��� t�6�R�������
J�J�
d�n�6�����^����������2�
��,�����������3��������,�t�x�(�B���
���T��N���&�2���R�"�0�	��
�����F�R�
R�R������B�Z�|��*�4���
��:�
:�>�n��8�.���������8���.�\�V����@|�
j��"z��X����V\��2X�>���
D��
|�
�
�	��	r	|	�	�		<
B
v
%�
�
�
BBf��
"z���!:
r
�
�
�
N����
j�$&&�
���f
f�
�`�t��\���
���,,
@���
FLLx~	~
�
��$t�
4@"LLL ��
�	P%�����Zp
r	V
p6�
Lh�������
�4)������ � D!T!	T!f!
t!�!�!�!
�!""<"`"�"�"�"
#
.#
2#F#�#
$! $�$	�$�$L%X%
�%�%	�%�%4&�&�&
�&'((|(�(
�(�(.),*�*�*+�+ ,,,�,�,�,�,�,-B-h-l-�-@.T./j/j/�/80|0�0�0#N1�1�2363
f32f3944$4
24h4�4�4,5z5�56"6h6v6�6�6 727B7x7�7�78J8~80�:D;	�;@<�<�<�<
=*=�=�=">>>�>.?.?8?|?
�?�?�?�?�?�?T@
|@�@�@�@�@A(AZA�A�A�AB`B�B�B
�B
C8CVChC�C�C�CDD�D�D�D'HE#xE�EFFfF�F%
GGfG	�G�G�H
�J�J�JK
*K2KJKVK^K
�K�K �KLLFLxL�L�L�L�LM
 M MlM�M�MN	8N	8N
hN�N�N
�NOOHO|O
�O
�OP
HP
vPQ�Q
�QRzR�R~S
�S	�S�SbT�T�T�T�T�U�U
�UV�V�V
XW�W�W�W�W�W
X<X`X�X�X�X
Y2Y�Y
�YlZX[l[l[�[\.t\�\]v]
�]0_`T`�`�atb"c)rd�d,evf�f g�g�i
j
�j�j*k
�l�mn�n�n�nNo�o�o�op�p
�p�pqq4qDq�qJdr@s\s^s`s�s+�s"t\t.�t,4u'�u
�uv.vFv�v�v�v&$w>wvw�w�wxx
hx�x�x!Ny zJzJzJz"�z�z({	h{	x{�{�{�{
�{0|N|P|R|�|�| 4}�}J~�~#&0J
^	p��!��4�n�!��������� �ււ X�������
��|�΄
�B�
f���������L�†n�����
Έ�2���
ĉ����P�,Š�9������ދ�`�������B�������ڍڍ� � �b�
~�������H�`���"�<���T�6�|�����`�f������#T���ܔܔ��(�`�d���������4�x���	(�L�����������n�	ܙ�N�	j�����ܚ
��
:�<�<�������"X���М�J���	��ڝ��*�`�~���О�B�������������0�X�x�����Ơ��J�z������
�d�|�������,�,�
@�|�����#�*�p�����	��Ȥ��

�Z�
n����6�T�
t�����
Ʀ�<�z���Ƨ�	��
"�H�t�����Ш,(�	@�F�\�|�����ԩ�H�
P�
r�����Ԫ!�P�n���ҫ�J�����ڬ��D�F�����֮
�h���¯����&�V���ް�"d�
����&��|��(�4�X�
r���
��дд��

��
0�%N�z���
����ĵ	ε
���.�h�����ƶ
Զض��!
�<�F�T�n�������������
��
�"�(�
<�T�^���������
¸��
��
2�@�N�^�p�����ƹƹ�
�"�D�L�\���������ܺ��
>�V�f���
����ֻ
��	��	�� �>�\�r���
��
������(�R�
l�������
�
�6�
D�"����о־޾޾���8�\�~�	����
̿��6�6�r�����������$� J�
T�
h�n�����������8�l�r�r�������������*�H�T�
h�h�n�����������.�F�R�n�����	������$�*�:�J�l�
��������
�(�>�^���������������
���:�R�X�p���
��	����������	�4�4�`�h���
������	��
��#���%<�\�t���!���<�l������4�p���������**�^�����
����0�^�|��������H�r�������"�8�8�b������������D�z������� �4�V�t� ������.�`�|�
��������(h���%��"2�"v�(����� P�������!�L�p��������6�h����������&�>�
J�f�����
��������� F�L�T�l�
��
��
���������
�2�`�`�x���������"��)F�-��4�5r�%��
��
�����2�H�
b�~��������$�	,�D�P�r�t�z���������F�T�	\�
v��������4�L�!r� ��
����������&�X�d�����������
�J�n�r����������*�B�L�t�����������*�,�0�	B�
\�d�d�|�|�
����	������
������	"�>�`�v������	
��@�j�������	���8�V�z���!�������@�~��� ��:�d������F���!�����H�p����� �\�������!$�!f�"��%��!6�d������!V���#���>�l����� � T� �� ����	����	���
&�
&�(�	(�T�|�
����
��
��������
������0�6�L�v�
x�����0�(�@�^�`�`�	��	��	��
����
�����
�	(�.�0�
D�p�v��������
�
�	���4�:�<�
V����������
,�L�R���������
�����
��
�
�
�	$�N�N�n�p�����
���
�
��
�*�F�
H�^���!�����H���#��	��6� v������������"�(�*�N�Z�v��� �	�����<�^�^�`�z���������4�6�T�V�l�r�t�����
���&�,�J�t��������3Jnp����<^�
������
�"Vv��
�
��:`fh���
��
���8DDh��
��
�
	"PVl�����
�&(Tz�����
6N\|�	��
�.
Hnn!���
		*	H	r	�	�	�	�	�	
6
d
d
d
h
|
�
�
�
�
�
"
<@f|	|���
,
FV|�	���
F
p
�

�

�
�
�
B
V$����#^��&4``������4P#��	��$4@
T�����BNj������
0Nf�����N����*@P~	�%�0�$Z
t���H`���<j����2VV$���"Z����"6>X �������
6	Hf|��
��
�:b��	���� 8TX�����( P � 
� � � � 
� 8!	J!Z!~!~!�!�!	�!�!"L"v"�"�"�"
#*#F#l#�#
�#�#�#$$T$T$"�$�$,%@%j%�%�%�%�%�% &H&n&�&�&�&'&'6'
J'f'
�'
�'�'�'"(((0(0(^(�(�(�()D)
D)h)�)�)�)�)*
*@*d*�*�*�*�*
�*+<+`+�+�+�+�+�+$,P,|,�,�,�,-<-p-�-�-..@.t.�.�./D/P/
d/	v/�/�/�/�/�/00(080H0X0h0x0�0�0�0�0�01J1
d1
~1
�1
�1�1�1�12,2B2L2b2x2	�2
�2�2
�2�2	3
 3@3X3z3�3�3�3
4444b4z4�4�4�455$5	65
P5p5�5�5
�5�5626J6t6~6�6�6�6707T7	X7f7�7�7�7�7�78@8V8b8p8�8�8�8	�89>9j9�9�9�9�92:f:�:�:�:;6;j;�;�;<	<
<D<n<
�<	�<�<�<
�<
=<=n=�=
�=�=
�=�=�=�=�=�=
>>
(>8>p>�>�>�>�>�>?"?F?	X?
l?p?�?�?�?�?@$@.@R@t@�@�@�@�@�@�@&A^A!�A�ABBPBnB�B�B�B�BCVC �C�C�C�CDD(DbDzD
�D�D�D&E&EZE�E�E$�EF$F:FPFfF|F�F�F�F�F�F�FGFG
LGhG�G�G�G
H:H`H�H�H�H�HI6I`I�I�I�I�IJ0JRJzJ�J�J�J�J�J�J�J�J�JK,KPKPK`KjK�K�K�K�K
�KLL.L8LBL	TLTL�1 <�67�FOffice_notifyAgaveHostActionProxy._getFunction ContextActivationManager_getAppContextAsync call failed. ErrorCode is #ffffffromSafeArrayHostRestartNeededashedUpwardDiagonalaunchFileUrlInOfficeAppTelemetryDatableOriginalFormattingetClientIdL_InValidOptionalArgumentInforEachampagneBottlegacyNormal1getPersonaLifetimeToLoaddHandlerAsyncMethodCallspscopesaddAsyncMethodsbentArrowIndexecuteRequestUpdateCalendarTypeBidirectionalbanianchorRangeCustomFunctionUnexpectedNumberOfEntriesInResultBatchApiHelperformancellIndexFormatchCasetLevelBulletMicrosoft.Office.UserFeedbackServicebcdicJapaneseLatinExtendedAndJapanesectionOddaBindingProperties-esL_DataNotMatchBindingTypeinsideStarticleBodyTyperformLocalSearchDialogIsOpenDialogCallbackground-color: rgba(255, 255, 255, 1)L_DataNotMatchCoercionTypeKeysm_parentObjectPatheight: 100%7CoreUtilitype13getWindowLocationSearchineseHongKongSARDDA promises callback cannot return that same promise.IdarkTrellist1closeAsynconvertNumbersToTextensionLifeCyclearParagraphFormattinglowerRomanufactureDataNodeEventPropertiescDismissDialogNotificationShownEventTypebottomRightCellastPrintDatePickerContentControlDateStorageFormathMinuserAgentAugLoopEventType.onHostMessageReceivedEventDispIdHostParameterMappCommandInvocationCompletedDataCoercionConvertToDocumentThemeEnumCharshapeToFitTexthashowContextMenuApiErrorCodeManager_RegisterEventDescriptorscalarPropertiesaveFormatareFilePropertiesPasswordEncryptedotLineNumberingRuleftRightArrowCallouterShadowStyleftRightUpArroweavingRibbonL_FileTypeNotSupported_eventHandlersameWidthrowOnReadOnlyisometricTopUpageNumberSeparatoretrieveAndSyncustomHeadersomalightDiagonalUpageNumberTopenLinkContactUxMicrosoft.DesktopCompliance.NetworkUsagetHostInfoPlatformTypeHttpStatusCodebugInfocusouthwestar16Microsoft.DesktopCompliance.LinkedInvokeMethodIdentityTypePublicPersonalDatableNestingLevelongDateJSONPrefixFailedToLoadScriptHelpercent10LicenseFeature_StateChanged_EventArgsTransformacedonianFYROMarshalingaelicScotlandoAppInitializationLoggingetElementByIdGetDialogRequirementMatrixBindingEventSourceactionButtonHelpostMessageContentControl_Deleted_EventArgsTransformat5Microsoft.AgaveVisual.BiShimageFormatraditionalChineseNumeral2L_MissingParameterNamessageOrigincrementRotationHorizontalinkedStyleIsMOSFPerformancellDeletionCreating OTelLoggermanAustrianglePartype25bindingSpecificDataIOUtilargeConfettigrignaEritreadOnly_ObjectPathIdistributeWidthis.idTokenglishIrelandroidcreateGlobalObjectObjectPathTypeErrorOfficeCore.runAutoMacroatianisEnabledForOfficeExtensionCallingetPhonesubscribeToGroupperHeadingLevelabelingDisabledPrivacySettingsOffice.Extensibility.OfficeJs.OfficeFirstPartyAuth.GetAccessTokencodingradientDegreekAutoDetectoc5isOutOfOfficeOMWorkflowUserNotFoundefinedConvertToOfficeThemeEnumWacPartitionOsfOMTokenableAutoFit-it_createPromiseFromResultTypenglishZimbabweavegetOwnPropertyDescriptorsubstringifyClientRequestContextBasendForReviewPropertyBrowserverUrlistValuecreateRuntimeErrorExcelIOSF.ScriptMessaging.agaveHostCallbackDataNodeTypeEnableSendMessageDialogAPIVersionSequenceL_SliceSizeNotSupportedMicrosoft.Office.SharedOnline.ChangeGate.OfficeVSO_9441111_DefaultLocaleOfficeStringsIduppercaseRomanufactureTableDataPropertiescKeyCloseDialogIdSetKeyCommentTextFormathEqualistLevelNumberTypebcdicMultilingualRoeceLatin2GEThemingetPersonaForOrgByEntryIdRequiredServiceDataForEssentialServicesbusinessFaxhosafariaBrowserPipeUrlastAuthorizontalBrickoi8UniqueArgumentsongaelicIrelandnmTokenglishBelizenabledExcelWebAppSizeHeighttpStatusCodefaultValueFormatchWildCardsecondaryBackgroundColorL_NotTrustedWACDelegateardropDownListContentControlCustomXmlPrefixMappingCollectionVisibilityChangedofficeWebAuthReplyUrlsensitivityLabelNotFoundPRIVATESheetaskpaneWebExtensionsubtitleWordApiDesktop: 50%WebViewClientSettingsManagerPowerPointIOSFWebkitClientSettingsManagerGetByIdAsyncomboBoxContentControlStatextureOffsetXMS_CCannot create telemetry sink successfullyInitializeAndChangeOnce_Office_AsyncStorage_|_unusedKey_OfficeAppFactoryellowercaseRomanufactureDataPartBuiltInteractionRequiredAuthErrorCodelayExecutionAndCacheckLanguagetTimeModeletedispidDataNodeDeletedEventArgsaddRowsAsyncontourWidthis._ReferenceId_UnregisterEventExcel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.office-contentAccent2-colorful1__delay__assignorePunct__proto__awaiterativeExecutor__timeout__extendsType__generatornPaperBlack_clientHostControllerrorsquareBracketsolutionRefreshAcquisitionStateTriggerType_conversationIdentityChanged_createInvalidArgError Response:_customDataCategories_getResourceStringetPersonaForOrgEntrysawtoothGray_handleResult-ltm_nextIdarabicAsmobilePhoneTypebcdicUnitedKingdom_objectPathInfoDoNotKeepReferenceFieldName_officeOnReadyState data size is limited to m_pendingRequestartCopilotOperation is already in progressourceLibHeaderfilm_statementswanamespaceUrightBrace_webAppStatelugutterPositionm_actionInfootnoteReferenceExternalCodeService_ExternalCodeExecutionCompleted_EventArgsTransformacRomaniaaddEventListenerManagerPasteFormatTypebcdicThaiueoHalfWidthickThinMedGapplyBulletDefaultTableBehaviorequireHTTPS is required.office-contentAccent6-borderColorepeatingSectionContentControl_DataChanged_EventArgsTransformat4wmfarEastCharacterstatusBargumentNamediumWoodisRestorableObjectPatheebieJeebieswirligigbodyEastAsianFontBiasyncContextActivationManager_notifyHostPropsgetPersonaInfoAsyncubehaviorFlagsamiLappishingleariaTenantTokenforceAppDomain is not trusted.office-bodyFont-eastAsianHorizontalRotatedispidLiveShareStateChangedEventArgsisDisplayedAsIconcatchainLinkTypebcdicDenmarkNorway_onFailed to execute functionreadystatechangeTypeacockeysareFormatChangesDisplayedotspanishVenezuelanguageNoneOffice API clientEndPoint64EssentialServiceMetadataUploadScript: failed to load 'authcode' as authFlow is only supportedited*.officeapps-df.live.commentDetailsandarabicMorocconfigurablengthrowIfApiNotSupporteditUnifiedGroupContentControlEnteredirectUrightDistancefrenchMonaconsoleFormatm_contextBasetLevelAlignmentfrenchMorocconvertToHexecuteAsyncContextBoxofficethemes.cssPropertyDoesNotExistandardHistoricalDiscretionalokiAutoDiscoverUrlistItemOrNullObjectGetPartXmlAsyncomputeStatisticssSelectorganizeInFolderesponseDatamazightLatindividualinkedTitlesamplingPolicypdfFileHandleftCellMargincrementOffsetXmlAsyncustomdataFieldsheetareTableGridlinesDisplayedialogNotificationPanelCSSensitivityUnsupportedDkeyCodefinePropertyOnNamespace: Microsoft.Experiment.FlightingServicellMergetReferenceIdispIdarkGridTable1Light_Accent1.3isometricOffAxis1Righttp://document.localhost/_api/contextMenumerableadereplyPromiseResolverticalDistanceFromText_onerrorLocationRelationotSpecifiedPCannot attach eventFlagsanskrit_RegisterLokiTokenAvailableEventopPaddingetCommonUInvalid eventNametafilePicturecycledPapercent15Cannot remove eventTypeopleHatsetCallBackRichApi.Error when call window.external.GetContext() :m_flagsForTestingetFieldNamefr-fromHostIntegrationManagerError happened during messageParent method:_ntfromWebHostBridgeSessionBaseparateAccentedLetterHeadingshallowCopyramidsAboverallCapabilitype20firstPersonaInfoSourceCollectionoSpacingetFileAsyncreationDateLanguageneralException happens at Office.isTrustedHost.office-contentAccent3-bgColorganizationAccount_eventTargetAsyncMethodExecutorientationm_handlersByEventByTargetClientEndPointenseEmphasisActiverticalScrollabelingDisabledUnsupportedLabelClientRequestBasendFaxOverInternetL_SSOConnectionLostErrorMessagetDocumentThemeAsyncPrivateMainsertFormulanguageIdOthereplyEditedm_privateStateCallbackstagetOfficeAppContextPropertiesgetStringFeatureGateAsyncurrentSizenableDebugXdmCommunicationManagerarabicKuwaitAndProcessMoreInfoInnerError happened during receive message handler.office-contentAccent1-bgColorFormathDivideoemMultilingualLatinIie6areObjectAnchorsDisplayedoubleStrikeThroughasOwnPropertype14_headersaveAsQuickStyleSetNodeXmlAsyncontentLanguagear6, height=Not supported hostPlatformCheckboxContentControlCollectionRegisterDonextSiblingbnum2isometricOffAxis3Righttps://document.localhostTypeopleWavingetActionTypeaddressesothostnameAsciie4bitmapPinsertAnnotations_customSendLocalDocumentRequestFuncustomPageNumberBottom_idleBusyriaccent1OfficeStringJSensitivityLabelingDisabledAppguardashespanishArgentinactiveDocumentKindexOffice App Log Id SetDataKeysinvalidArgumentGenericEventHandlersNo result generated.office-headerFont-latinvokeMethodDispIdSubtleEmphasisArray Methods must be provided an ArrayDocument_ParagraphAdded_EventArgsTransformatSurroundingFormattingWithEmphasisComplexTypercent80get_isDialogRequestartAttemptingToSetReadOnlyPropertype15hostObjapanJisNullOrEmptyStringetPersonaPoliciesubjectjapaneseShiftJisNullOrUndefineditContactByIdentifiereferenceIdisSetSupportedOverrideFirstPartyApisUndefineditTimethodIdjoinListNumberingetPreviousRange_CommentDeselected_EventArgsTransformalteselectNodescription_labelingDisabledAppguardCannot load URL, no such page or bad URL syntax.load(,channelmode=no,directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=yes,toolbar=noneColoresponseBodyScriptFontcloseSdxDialogAppException happens at close window dialog.office-contentAccent3-borderColoriginalErrorCodebrightRoom_actionsaveChangesetTenantTokensureInstantiateObjectPathsm_requestUrlAndHeaderInfoResolverticalAlignmentmouseoverCommajoriginalDocumentTitlepreviousSubdocumentLibraryVersionspanishPanamakeDoubleDataFieldTypeflowChartMagneticDrumakeStringDataFieldCollectionarrowVerticalistOrNullObjecthighlightColorIndexecuteActionProxy._handleMessage unknown message type targetURL:fitInLineSpacingetPreviousOrNullObjectoakasatanavigationPropertiesaveDateactivePaneedToConvertToHexactlyMultiGetAllKeyscaredCatastrophic failure.newObject().BrowserTokenableNewHostspherelativeVerticalSizeOffice.js cannot be initialized.office-officeTheme-primary-bgColoreplaceShortcutsetPolicyManager, isSameDomain: bytes...HostJsVersionReceivingetPlaceholderUrichTextTableRowCollectionareTrueTypeFontsEmbeddedialogoriginalNameetingLocationm_shouldPolyfillIntenseQuoteljsVersionRoamingSettingCollection_Add-in launch failed.OfficeJsVersionScreendOfDocumentCustomFunctionInvalidFunctionMappingetCrossZoneNotificationTextPanelCSSensitivityUnsupportedUdparseIntegermanLiechtensteinclusionsysDotOfficeJSRMSLicenseError happened when popup window closed.office-contentAccent1-colorIndexBidirectionaltTextTitlegacyFlat1availabilityTooltipreventDefaultListBehaviorequestTokendReviewerCollectionewObjectApiFlagsbmpromisifyorubabyRattlegacyFlat4_processAppCommandInvocationCompletedAsyncloseUprotocoldStyleGeolocation.prototype.office-contentAccent6-bgColorepaginatepushPinNote1fromCorneremoveEventListenersForDialogetHostCallArgsUntrusted script URLigaturequiredArgumentsaveEncodingetBindingDefaultForCoercionoffsetYou cannot resolve a promise with itselfOnlyPlease call sendTelemetryEvent for events of type ACCESS_TOKENA property with the name '{0}' that represents the function's definition must exist on Excel.Script.CustomFunctions.InstanceIdarkUpwardDiagonalastSaveTime, parentIsSubdomain: notifyAgave is wrong.AssetIdarkRedispidContentControlAddedEventaccessTokendnotesplitSpecialPaneCollectionumberFullContext/xmlDocumentMacroEnabledL_OperationCancelledErrorMessagetChangePhotoUrlAndOpenInBrowser styleSheet object does not implement cssRules or rules property. Viloates browser's css access ruleftBrace_supportedOptionsisInDisconnectedModepthis._targetIdExpression, childIsSubdomain: // And then dispose {(\d+)}pashtoArrayDataNodePropertiesphotoHostButtonBackgroundColorquartoLowerCasearchOptionsetTextAsyncustomXmlNodeLevelargeScrollistCombineWithExistingListParagraphCollectionumberInCirclearCharacterStyleFormattingetTextScaleFactoremoveItemsL_CoercionTypeNotMatchBindingColumnCountoSafeArrayHostButtonBorderColorMicrosoft.Telemetry.TelemetryService.sendNonStandardEventoString()GetOfficeThemeAsyncompressKanamedItemboss3DSheetoWebHostFileIdaddErrorMessagetImageUriWithMetadata-enable-trusted-typespanishBoliviaccent5_urlNoHostInfoFlagsThe batching function returned a number of results that doesn't match the number of parameter value sets that were passed into it.MocaAddInvaid dialog width or height. Kindly provide two numbers as input parameters.office-contentAccent6-colorepeatingSectionItemTitleisMexpiresOneNoteWebAppSizeWidthaiArabiclassType_APPLYLABEL_UNSUPPORTED_UDPOSTOA property with the name '{0}' that represents the function's definition must exist on the window object.MarketplaceTypercent85	
?
, dialogHostName: Exception details: /* originally *// >>>>>Unknown error (code = , exception: Url=([^&]*), isAppDomain: _actionName:443, taskpaneHostname: sourceURL:80The batch function passed to the ".run" method didn't return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()". Only click OK if you trust the following website recieving the sensitive information: "InsertAgaveErrorUX/index.html#86bfa0#a3bde3#abababyPacifierevisionsVert#cccanContinuePreviousListCollectionotABuddynamicallyProvidedispidInitializeEvent#d3f0e0#d5e1f2#f5ba9darkHorizontalInVerticalTypersistencePrioritype7#fcf0editorspellingErrorsoftRoundCompareTargetBrowser doesn't support the required API._getObjectByReferenceId(\/.default)$allDocumentLibraryVersionCollectionVisibilityModeChangedInUndoRedoNotEmbedSystemFontspanishModernSortOrderetrieveResult.$isNullObject^(?:(\d+)\.)?(?:(\d+)\.)?(\*|\d+)$proxy^(\-|\+)?([0-9]+)%?$skipIfanstationery^(\d+)\.(\d+)\.(\d+)\.(\d+)$top: 0&_disabledChangeGates=&_flights=&_host_Info=&_xdm_Info=&wdRestPart=_api// Instantiate {1+}The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call "context.sync()" on the associated request context.trace();}*.dod.online.office365.usableHeight*.gov.online.office365.usableWidthasNoProofingrid2*.officeapps.live.combineCharacterslovako-kr*.online.office.debug.jsensitivityInsufficientPermission*.partner.officewebapps.cnarrowHorizontalistNumericEventType.annotationClickediagnostics-czecharacterWidthinThickThinSmallGapplyThemeId, left=, top=---HTTP Response---HTTP Request---areSpacesIndicatedialogNotificationButtonPanelCSSensitivityUnsupportedCrossTenantcidPrivateAPI currently unsupported.NameetingSubject_autoAdd-in not installed.OsfRuntimeVersionThePhonePt5Another dialog is already opened.ProviderNamemberCountAccessWebApp ID is missing from getAuthContextAsync. Please verify the WebApplicationInfo node in app manifest.SessionIdarkVerticallPhoneNumberSpacingetRawValuevaluateEventType_RegisterCopilotAgentEventType.onCopilotAgentEventContent.TyperspectiveLeftOTelJS.VersionotifyPaneEventfrenchCongoDRCan't read the Storage File.ensureUnchanged(Cannot use the object across different request contexts.loadRecursive(conversationIDimensions must be "number%" or number.office-a:visitedarkYellowerLetterequestHeadersarabicUAEncountered cross zone issue in displayDialogAsync api.office-bodyFont-latintAndShadefineReadOnlyPropertyWithValueClpSessionError happened during check or handle window close.office-bodyFont-localizedashDotDotherPhonenoteItemfaeroeselectColumnadvance_APPLYLABEL_LABELDISABLEDocCookieError happened during executing displayDialogAsync callback.office-bodyFont-script025MsoOLDocumentError happened during storage changed handler.office-contentAccent1-borderColoriginalSizeOfficeJSSessionOrDocError happens in isInternetExplorer.office-contentAccent2-bgColoriyaccent2OfficeSolutionFrameworkHostError happens in shouldUseLocalStorageToPassMessage.office-contentAccent2-borderColoromodernGeneralException happens at closeDialogCallback.office-contentAccent3-colorful2InvalidArgumentGenericException happens at new window dialog.office-contentAccent4-bgColoremoveLockedStylesetMockDataskIdcreateArgumentException happens at showDialogCallback.office-contentAccent4-borderColoremoveNumbersetNodeValueAsyncustomTablesourceNamecreatePropertyNotLoadedException trying to parse FeatureGates.office-contentAccent4-colorful3L_APICallFailed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.office-contentAccent5-bgColoremovePersonalInformationOnSaveConfigurationewWindowNotificationTextPanelCSSkill not found in the add-in manifest.flowChartPredefinedProcessMessageToHostandardDiscretionalockServerFile Handle is not Set.office-contentAccent5-borderColoremoveThemeGenerator is already executing.office-contentAccent5-coloremoveWhenEditedfreeBusyStatuseFullDialogAPInvalid result generated.office-docTheme-primary-bgColorepeatingSectionItemsetOsfControlAppCorrelationIdCannotGetAuthContextAsyncMissing expected object after loaded.office-docTheme-primary-fontColoreplaceChildNodecodeURIComponentbuildToJSONavigator.prototype.office-docTheme-secondary-bgColoreplaceChildSubtreeNo action function mapping.office-docTheme-secondary-fontColoreplaceParagraph_CommentDeleted_EventArgsTransformainDocument_AnnotationHovered_EventArgsTransformatDateTimeStringFormattachedTemplateTypenvironmentwoColorsNo response for the action.office-headerFont-eastAsianVerticallout2No telemetry sinks are attached.office-headerFont-localizedashDotStrokedispidDataNodeAddedEventNot implemented.office-headerFont-script050firstLineIndentwoLinesInOne or more arguments are invalid.office-officeTheme-primary-fontColorepliesetPrototypeOffice.Extensibility.OfficeJs.AddinSpecialPermissionResponseSender._send error:L_InvalidBindingOperations may not be invoked outside of a batch method.office-officeTheme-secondary-bgColoreplyWithChangesetRequestHeaderPlease enable config.extendedErrorLogging to see full statements.office-officeTheme-secondary-fontColoreportTimeForRenderinsertTableCellInsertionLocationotInsideBatchineseMacaoSARan out of memory.retrieve(NumericEventType.commentSelectedialogParentEventReceived a message from a dialog with an untrusted domain.set01RichApi telemetry call failed.update(getMsaDeviceTicketInvalidParams-appx-web:// <<<<<AddinInvokeResultLaunchFailed origin checkConsistencyJapanesectionEvendarkEdge/lib/Microsoft.People.ServiceContext/javascript3001.0.0.0.0GridTable5Dark_Accent65551.10beginArrowheadWidthinThickSmallGapplyPageBordersToAllSectionshowSourceDocumentshowInternalApiInDebugInfoemGreek437GBNum1.2basicWideMidlineGridTable2_Accent1.4.18.0GridTable3_Accent1.5GridTable4_Accent1.65539GridTable5Dark_Accent1.7GridTable6Colorful_Accent1.8GridTable7Colorful_Accent1.9Body_CommentDeselected_EventArgsTransformat16.0.0000.0000SovereignHelpercent30px-test-request-nameFarEastar12GetTaskByIndexpandToWholeStoryTypenvelopeC655365540createWebClientHostControllerHelpercent65538GridTable2_Accent65545GridTable3_Accent65547GridTable4_Accent65548GridTable6Colorful_Accent65553GridTable7Colorful_Accent65554Heading65555houseFunkyrgyz-index: 99999.9^https?://store\.office(ppe|-int)?\.com/^https?:\/\/[^:/?#]*(?::([0-9]+))?_host_Info=isInAutoSaveBehaviorestartPagetByGeometricTypestyleBuiltInStyleNamergeRecursiveQueryInfooterDistancensureRequestUrlAndHeaderInforMSGraphAccess DeniedashHeavyExportOptimizeForMSGraphAccessDeniedashLargeGappendChildNodeleteAllListItemsoOLDocumentErrorNumericEventType.annotationPopupActionProxy._handleMessage failed to execute functionlyCaptionTextgetPrototypeOffice.Extensibility.OfficeJs.AddinSkill.ExecuteActionProxy._handleMessage failed to get functionlyLabelAndNumberryInvokeActionProxy.initOnce: DOMContentLoaded event triggeredoNotDisturb4WacDialogActionProxy.initOnce: document.readyState is not loading statextureNameMicrosoft.Office.ActionServicellSplithuanianOffice.Extensibility.OfficeJs.AppActivatedX-OfficeControlIdNotFounderSolidCirclearManualParagraphFormattingettingrid1L_ActivityLimitReachedisPublicAddinNotInstalledgermanLuxembourgreenMarblegacyObliqueTopRighthomeAddressTypercent87Pt5NotAllowedPartAgaveWacSinkAnnotations_currentTestSequenceIdgetLabelingDisabledUnsupportedLabelClientObjectBaselineAlignmentionsecondaryFontColorMESSAGE_TIME_DELTAn unknown error has occured with code: AugloopAnnotationCollection_AnnotationAdded_EventArgsTransformalaysianAugloopAnnotationCollection_AnnotationChanged_EventArgsTransformat10isPictureSavedWithDocument_AnnotationClicked_EventArgsTransformat9AugloopAnnotationCollectionCustomPropertyCollectionScriptDonextSubdocumentIntelligencenableTelemetryErrorCodesAugloopAnnotationCollection_AnnotationDeleted_EventArgsTransformat11areGrammaticalErrorsShownerDocument_AnnotationInserted_EventArgsTransformatDescriptionCritiqueAnnotationParentTypercent90_RegisterAnnotationPopupActionEventDonextIfanfoldStdGermanualHyphenationConversationUrlNoHostInfooterstrictOpenXmlDocument_AnnotationRemoved_EventArgsTransformatOriginalFormattingranitems/AugloopAnnotationStateChangedisAnonymous userAddressMicrosoft.LocaleApi.LocaleApiNotAvailableaveUnifiedGroupdateResultMicrosoft.OfficeServicesManager.OfficeServicesManagerApiNotFoundDetailsmicrosoftAccountNumberedItemsaAppIdOutlookWebApplyQuickStyleSetOverridefaultTargetFrameCollectionoProofingbnum3beginArrowheadLengthinThickMedGapplyOutlineNumberDefaultOptionalDialogSetRequirementVersionbeginArrowheadStylegacyHarsh2NumericEventType.contentControlSelectionChangedisableAutoFitBehaviorequestClientAccessTokendPreviewCodefineWebParameterMapFuncopyStylesFromTemplateSunset07BadHandleft: 0pxeBorderUniversalCollectionBeforeCloseNotificationCancelledBevelTypercent95initializeFuncustomBibliographyperlinkFollowedHyperlinkStyleaddressBlock Write: BookTitleftArrowCalloutdentPreferredWidthTypebcdicUsCanadaAndJapanesectionPropertyDonextRangetBase64ImageSrcancelModeleteBookmarkCollectionlyVisiblecreateFireOneEventHandlerFunconvertToTableBorderCollectionAppActivatedCreateTaskPaneApieWedgetBorderLineStyleTypenvelopeDListTable3_Accent4BorderLocationAppClosedinsideBorderTypexperimentationinsideBorderWidthroughasGuestsvgetClientHostControllerinsertNodeBeforeadingLayoutTruncateMarginsertBreakCollectionCallDonextHeaderFooteresizeSdxDialogetHostPlatformargin:0px 9pxBreakTypersianisBridgeAvailableAsyncustomCoverPageOrientationumberFormatBuildingBlockCategoryCollectionCheckWACHostartCopilotOperation is already inprogressourceLocationOverrideBuildingBlockCollectionCloseActionCancelledBuildingBlockEntryCollectionDialogMessagetParagraphAfterOrNullObjectoSimpleCamelUpperCasetMetadataOnTileBuildingBlockGalleryContentControlAppearancellInsertionBuildingBlockTypeItemCollectionExceptionSyncMethodCallsBusinessBarTypersistentKvStoragegMessageHandler:HOSTCSheet-eeproofreadingErroru-runMustReturnPromisetLevelNumberingetCachedSessionSettingsKeyCannot evaluate: Cannot find function or type: Cannot initialize app command: Cannot send telemetry event: CannotApplyPropertyThroughSetMethoddAndEvenPagesHeaderFooteresourceNotSupportedautoCaptureWithHtml2CanvasCustomXmlPartScopedCollectionTelemetryLoadedGetNodeXmlAsyncomposeInstantMessageType.lokiTokenProviderIdentityUniqueIdAvailableEventireCaptionLabelTypersonalDistributionListTable1Light_Accent1isMailMergeDataViewavelinesToDropCaptionPositionFeatureStateChangedL_IndexOutOfRangetCellPaddingLocationGetAppContextWrappleshowHoverCardForPersonaCardPerfPointenseQuote_RegisterStateChangeTrackingModecimalayalamISubscribedocumentServerPropertiespanishPeruntimeInfollowedHyperlinkTypersistentDataFieldsL_ShowWindowDialogNotificationIgnorelyOnVectorMarkupLanguagetByChangeTrackingStatestyleBandedRowsr-cyrl-cssText_UnregisterStateChangeTrackingVersionHeaderButtonClickTrailingCharacterCaseattlebevelTopDepthinThickThinMedGapplyStyleDirectFormattingetServiceUrlNotFoundisplayFieldKindentCharacterWidthreeDimensionalFormat_doApiNotSupportedCheckInVersionTyperspectiveAboveLeftFacingetAllAsyncoverPageMovementTypebcdicRussianbrowserTokenglishAUSER_CANCELLEDdaClearBindingFormatscaleFromMiddlegetMessageType.lokiTokenProviderClientAccessTokenAvailableEventHelpercent20CloseBehaviorequestIdentityUniqueIdfluentThemeDataiwanTcanCoauthorCollectionMethodDonextParagraphStyleCoauthoringLockCollectionNotificationCoauthoringLockTyperspectiveAboveRightFacingetAllKeysCoauthoringUpdateCollectionOnPrivateEventCollapseDirectionOnShowEventMicrosoft.WordServices.ApplicationotThemeColorIndexCollectionodeDeletedExtrusionColorTyperspectiveRelaxedModeratelyGetHostCustomMessageType.lokiTokenProviderLokiTokenAvailableEventireColumnWidthaiCardinalTextComboBoxContentControlDataChangedashLineHeavyBody_CommentAdded_EventArgsTransformat13Body_CommentChanged_EventArgsTransformat14_osfEnableDialogOriginsertCommentCollectionPersistentStorageMessagetParagraphBeforeOrNullObjectoUpperCasetNavigationPaneVisibilitype23parentCommentContentRangeLocationumberRelativeContext2Body_CommentDeleted_EventArgsTransformat15CommentReplyCollectionPersonaUpdatedBody_CommentSelected_EventArgsTransformat17CompatibilityModecoArchColoroundDotConditionCodecoBlockspanishChileConditionalStyleftBracketL_GetDataParametersConflictCollectionReadyInternalistTable4_Accent2ConnectionFailureWithDetailsimmediateCallowOverlappearance_APPLYLABEL_LABELNOTFOUNDropDownListContentControlDeletedashLineLongHeavypixelsPerInchartPictureContentControlExitedashLongHeavyPOPUP_WINDOW_ERRORepeatingSectionContentControlLeveleganturquoiselectionShapeFillTypenvelopeB6buildingBlockGalleryContentControlListItemCollectionRuntimeErrorInkingTypingSpeecheckboxContentControlSelectionChangedashSmallGappendChildSubtreesbuildUpdatePickerContentControlTyperspectiveBelowercaseLetterequestPayloadSizeLimitExceededCopilotAgentsPageBorderArtfanfoldUSensitivityDocumentReadOnlyVisibleMicrosoft.DynamicRibbon.DynamicRibbonUndoType.onCopilotOperationStartedEventoggleFormsDesignCritiqueColorSchemergeSequalightVerticallbackNameShapeCustomXmlNodeCollectionCustomXmlValidationErrorTyperspectiveContrastingRightFacingetAppContextEndMicrosoft.Authentication.AuthenticationServiceCustomXmlNodeTyperspectiveContrastingLeftFacingetAllResponseHeadersL_WorkbookHiddenMessagetFootnoteBodyCustomXmlPartCollectionSnapshotImageReadyNumericEventType.annotationRemovedFromacIcelandicardinalTextFrameCustomXmlSchemaCollectionCustomFieldIdCustomXmlValidationErrorCollectionCustomFunctionDefintionMissingOnWindows NT 6.1ShapeFillCustomXmlNodeCustomer contentControlsmallScrolliveShareStateChanged_StaticCustomizedDataClassificationiso2022CnSimplifiedChineselectCurrentSpacingetByIdAsyncreateDate(RevisionTypengrave3DdaAddRowsColumnscaleFromBottomRightbuttonLabelingDisabledPrivacySettingsRequestars3DdaBindingsMethoddColumnBandingenerateNewGuidMultiRemoveDocInfoTypenglishUSER_INTERACTION_REQUIREDdaSetBindingFormatscaleFromTopLeftMicrosoft.Dialog.DialogServicelandicannotDeleteCellscaleHeightNumericEventType.paragraphChangedisconnectedispidDialogMessageReceivedEventKeysMicrosoft.Office.DialogPage.DialogPageEventType.onShowSourceDocumentsetPresetTexturedflowChartDisplayDialogAsyncolumns1ae_APPLYLABEL_LABELING_DISABLEDocPartInsertTyperspectiveFrontOleFormatchWholeWordApiHiddenDocumentCreatedashStylegacyNormal3actionButtonDocumentEncodingetPoliciesubscriptionEnabledm_builtInDocumentPropertiesize1280x1024createProcessOneProSyncFunconvertVietnameseDocumentPropertyTyperspectiveHeroicExtremeLeftFacingetAppContextStartisometricOffAxis2TopenGroupCalendarkBluenableEarlyDisposetCellPaddingetByNamespaceAsyncreateDocumentTyperspectiveHeroicExtremeRightFacingetAppContextXdmEndL_RequestTimeoutAPITookLongetCustomizationsAsyncreateNewDocumentWordCountChangedashedDownwardDiagonalastSavedByAddDataPartNamespaceAsynclassicBlue_APPLYLABEL_USERNOTFOUNDropPositionclickisDurationInAvailabilityTextypeExpressionOLEQATOCX-EndpointTypevenRowBandingradientVariantoc4iso88595CyrillicannotEditorCollectionloadScriptWithBasenameLocallbackTypeprintRevisionsBalloonWidthTypenhancedMetafileSliceoffsetXEditorTyperspectiveHeroicLeftFacingetAppContextXdmStartunprotectedForFormsetIntervalidateIntenseEmphasisMarkanjiTraditional2ACCOUNT_UNAVAILABLEncryptionTyperspectiveHeroicRightFacingetAppRuntimeStartStateblurduplicatedispidEventMinsertEndnoteLocationmessageObject_responseEndnoteReferenceKindentFirstLineCharacterWidthreePointervalidateContextureHorizontalScaleactionButtonEndnoteTextColumnCollectionOfficeJSItemLabelForIdentityError happened during validateTaskpaneDomain method:OsfControlContainerError in processPendingEventHandlerscaleWidthalfFrameSizeRulerStyleftRightRibbonButtonCollectionewValueRichApiSink Error when invoke handler: m_isInvalidAfterRequestartAudioCallowInsertDeleteSectionCollectionextTicketNetworkError when parse TicketUnknownError when unregister event: TryUpgradeLabelErrorCategoryUnexpected ErrorPointersectWithOrNullObjectrustedHostOriginsertColumnsRightmlDivisionswissFrenchartPluserInitials_createPromiseFromException happens at registerVisibilityEventOnPreloadAsetMethodApiFlagscreateCannotUpdateReadOnlyPropertyException thrown in setAgaveHostCommunication. Exception:[/.]items[/.],Office.context.webAuth:[object Array]createNotImplementedException thrown when trying to invoke getAppContextAsync. Exception:[?&],Office.context:[object Date]createParameterException thrown when trying to read officethems.css:[DuplicatedName] Function=getSliceAsyncurrentRsideToSidefinePropertyThrowUnloadedException while creating the SDX FeatureGates object. Details: isXmlMarkupVisiblevelExistences_suppressPropertyNotLoadedException while parsing officeThemeInfo. Details: NESTED_APP_AUTH_UNAVAILABLException while parsing settings. Details: RegExportCreateBookmarkscalingetBlockingFlagetErrorArgsbevelTopType_APPLYLABEL_UNSUPPORTED_CONTENTTYPExportFormathMultiplybottomDistance_APPLYLABEL_UNSUPPORTED_DKExportItemNameExportRangeScopedCollectionumberSpacingenerateCorrelationIdunregisterExternalCodeExecutionCompletedEventunregisterExternalCodeServiceRequestCompletedEventunregisterExternalCodeServiceResultEventMicrosoft.Office.ExternalCodeServiceUndoType.onUndoStackChangedEventogglePortraitAddinInvokeResultInvocationFailed orgin checkBoxmlMappingetContentSnapshotAsBase64Failed to notify the host thta app command is completedContextShadowTypenvelopeB4FailedToOpenBrowserWindows NT 6.2horizontalRotatedFarEastLineBreakLanguageIdashedHorizontalatvianDocument_WordCountChanged_EventArgsTransformulanguageIdFarEastLineBreakLevel-gradientAnglegacyObliqueRightget_topFrameOriginsertFieldShadingTextureTypenvelope9flowChartSortFieldTypenvelopeC5insertTapObjectFromFileContentFormathNotEqualistLevelsewhereadabilityStatisticsheetL_NetworkProblemRetrieveFileSaveFormathPluserIdprimaryHeadero-rotateWithShapeCollectionn-noFillFormatrixFirstPartyAuthenticationService_TokenReceived_EventArgsTransformat12L_UnsupportedUserIdentityMessagetFlowDirectionbodyLatinFontNameCollectionoLineBreakAfteresolveObjectByFullNameNumericEventType.contentControlEnteredifferentFirstPageHeaderFooterTyperformAsyncOperationisMosfSupportsDialogOriginsertFootnoteLocationoLineBreakBeforeflectionFootnoteReferenceTypenglishSouthAfricakeSliceIndexportAsFixedFormat2FootnoteTextboxTightWrappCommandInvokedocumentTaskspanishPuertoRiconIndexecuteFeaturePropertiesFreeBusyCalendarStatextureOffsetYour Office Online session has expired or is invalid. To continue, refresh the page.GBNum2GBNum3GBNum4_UnregisterSensitivityLabelChangedEventranslitFrenchartStargetOriginsertGeometricShapeTyperspectiveRightmultiGetClientSessionIdashedSmallowBreakAcrossPageCollectionumWordsendTimeGetDeferredFlightscheduleMeetingetBooleanFeatureGateAsyncrazyMazeriCyrilliconLabelResultSeveritype16GetFeatureGatextureTilecreateChildItemObjectPathUsingGetItemAtOfficeRuntimeToGetTokenPopupMessageHandlerNameGlowFormatte2GoToDirectionoProtectionTypeclipsingSquares1GoToItemailAddressessionIdwaitForPromisetOneColorGradientColorTypeekGenericEventRegistrationOrNullistTable4_Accent4_RemoveAllReferencesetTwoColorGradientStyleftCircularArroweavingAnglesNumericEventType.documentWordCountChangedisableCharacterSpaceGridTable1Light_Accent2areInsertionsAndDeletionsDisplayedottedGridTable1Light_Accent3isSnappedToGridTable1Light_Accent4InvalidUrlargeGridTable1Light_Accent5L_InvalidNodeleteAsyncorkeydownwardDiagonalightGridTable1Light_Accent61Microsoft.Office.SharedOnline.EnableMsal3SsoApiMethodCallowOnlyFormFieldshowGridTable2_Accent2RemoveHandlerAsynconflictsmallGridTable2_Accent3GridTable2_Accent4GridTable2_Accent5GridTable3_Accent2GridTable3_Accent3GridTable3_Accent4GridTable3_Accent5GridTable4_Accent2GridTable4_Accent3GridTable4_Accent4GridTable4_Accent5GridTable5Dark_Accent2GridTable5Dark_Accent3GridTable5Dark_Accent4GridTable5Dark_Accent5GridTable6Colorful_Accent2GridTable6Colorful_Accent3GridTable6Colorful_Accent4GridTable6Colorful_Accent5GridTable7Colorful_Accent2GridTable7Colorful_Accent3GridTable7Colorful_Accent4GridTable7Colorful_Accent5GutterPositionoSelectionModetachEventGutterStyleftDistanceTocHeading1fishFossilversion format incorrectangleBracketshowHeading2createIndexerObjectPathUsingParentPatheaderLocalizedFontocHeading3Heading4Heading5Heading7Heading8Heading9HeadingSeparatoresetRotationHeadingStyleCollectionoSmokingbnum4unregisterHostSkillEventfilteredHtmlDivisionCollectionoSpaceBetweenParagraphsOfSameStyle_resolveRequestUrlAndHeaderInfootnoteContinuationSeparatoremoveChardEdgetLocaleDateTimeFormattingInfollowHyperlinkCollectionoSpecifiedunregisterIdentityChangedEventunsupportedUserIdentityProviderrorInforceAddAccountDataNodeInsertedEventArgsborder-colorhaetoRomanichromeIIearth1collectUserFeedbackScreenshotInfoImageFormattachEventpowerpointsetDataAsyncustomStatusStringoldIImeModecreaseFontSizenablePreviewExecutionarabicBahrainbowIImportedStylesConflictBehavioresetStateinsertInclusionItemCollectionoTextRotation_osfHostUnregisterCallbackgroundPatternColorIndexFilterTypebn-insertDateTimexecuteRequestCreateDocumentAsyncolumnIndexSortByinsertItemBeforegroundPatternColorIndexTypersonaInfoceanmultiRemoveAppCommandsAddinInitializedbasicWideInlinePictureCollectionodeInsertedReleaseDocumentCopyAsynconflictInsertLocationodeReplacedisOfficeReactNativeRekaInstanceNotFounderlineColorCtrlF6IntenseReferencedObjectPathIdsL_UserNotSignedInteractiveFlowAbortedashedVerticallout1inuktitutrustedTypesOptInvalid argument arabicYemenuserNotSignedInvalid dataField nameBidirectionalistNoNumberingridOriginHorizontaliningridDistanceHorizontalinkToListTemplateGalleryCollectionotSetNodeValueAsyncontemporary_enableFullDialogAPInvalid event type: _osfHostAPInvalid eventContractsm_removePIInvalid integer L_InvalidGrantMessageParent2L_InvalidOrTimedOutSessionMessageFromHostartNewListTable1Light_Accent3L_InvalidResourceUrlMessageParentKeysAddinInvokeResultInvalidResultGeneratedInvalidRibbonDefinitiononIsoscelesTrapezoidleStartTimeventMessageCategoryInvokeCompleteCallback._send error:_RedirectV1APIsDialogApiManagerL_NamedItemNotFoundpresentIterativeExecutoresizeLinewColumnJustificationModecreaseSpacingotoButtonOfficeDebugJSensitivityLabelEventType.onLabelChangedEvent: Invalid number of parameters (isometricOffAxis3BottomacCyrillicaptionLabelMessageContext-align: centeredispatchMessagetLastOrNullObjectimergeFieldoffice_strings.debug.jsensitivityLabelingDisabledNoSignedInClpCompatibleUserschemaCollectioncheckboxLabelingDisabledProtectedViewNamefreezeLayoutModefaultListSeparatoroundRectangleMicrosoft.Office.Licensing.LicenseEventType.featureStateChangedateTimetadataCategoriesgetLicenseFeatureTier_getCallbackFuncFromActionAssociateTableGridLightRigTypearth2blankLineDashStyleftIndent_osfControlContextLineEndingTypebcdicArabiconNameventDispIdbidirectionalphanumerichTextInlinesPagetAddressestyleAreaWidthasChildNodesertlistTemplateGalleriesaveOriginalObjectPathInfoemCanadianFrencharsLineFormatStyleftMargincrementOffsetYe_APPLYLABEL_DOCUMENT_READONLYHubSdkNaaBridgetByTagreetingLineWidthaiLetterisNaNestedClientIdaybreakLinkFormatchPrefixisciiMalayalamIMemberInfoListApplyToc1_ResourceNotSupportedisplay: inline-blockArcanMergeTargetOriginnerShadowFormattachToListBuiltInNumberStyleftPaddingrid7autoTextListBulletterFullistContinueNumberingridDistanceVerticallout3isInOnlineModetachFromListFormatchSuffix_previewExecutionObjectIdistributionListLevelCollectionotInstalledisOnBuddyListLevelTypebcdicFinlandSwedenimplicitationSingleBindingResponseparateListTable1Light_Accent2isPopupWindowholeListTable1Light_Accent4arabicAlgeria5GermanufactureBindingListTable1Light_Accent5AnonymousDataNodeListTable1Light_Accent6processDataPartListTable2_Accent1OfficeOnlineDomainListTable2_Accent2_autoCleanupListTable2_Accent3m_callbackListTable2_Accent4_eventHandlerListTable2_Accent5_eventHandlerProxyListTable2_Accent6_methodObjectListTable3_Accent1_retrieveAndClearAutoCleanupListTable3_Accent2augmentListTable3_Accent3createHTMListTable3_Accent5createScriptURListTable3_Accent6_transferSize_APPLYLABEL_FAIListTable4_Accent1ListTable4_Accent2ListTable4_Accent3ListTable4_Accent4ListTable4_Accent5ListTable4_Accent6ListTable5Dark_Accent1ListTable5Dark_Accent2ListTable5Dark_Accent3ListTable5Dark_Accent4ListTable5Dark_Accent5ListTable5Dark_Accent6ListTable6Colorful_Accent1ListTable6Colorful_Accent2ListTable6Colorful_Accent3ListTable6Colorful_Accent4ListTable6Colorful_Accent5ListTable6Colorful_Accent6ListTable7Colorful_Accent1ListTable7Colorful_Accent2ListTable7Colorful_Accent3ListTable7Colorful_Accent4ListTable7Colorful_Accent5ListTable7Colorful_Accent6isSingleListTemplateCollectionotOnlineUnitBeforecordLinkedInSettingsComplianceListTemplateGalleryTypebcdicFrancenableUndoableFlagetEnvironmentTypeOffice.Extensibility.OfficeJs.OfficeFirstPartyAuth.LoadAttemptscreenSizeMicrosoft.People.LokiTokenProviderFactoryEverythingetCurrentTimeMSIE wovenMatchWildCardscreenTipalmsBlackeepReferencemozGetUserMediaDevices.prototype.getUserMediacriticColoroutingSlipagesEnclosingViewportraitphonesetCreateNaaBridgetPersonaForMemberTypebcdicGermanyL_AddinIsAlreadyRequestingTokenMessageType.personaLifetimePersonaUpdatedEventireRowHeightRuleftRightCircularArroweavingBraidpaperBagetActionNameMicrosoft.AppRuntime.AppRuntimePersistenceServiceProviderestorejectedMicrosoft.AppRuntime.AppRuntimeServiceCreamConeswooshArrowebauth.browserauth.msal3.jsMicrosoft.BeforeDocumentCloseNotification.BeforeDocumentCloseNotificationConversationIdSuffixMicrosoft.DesktopCompliance.ServiceUrlProviderrorMessagetLevelFontimestamparagraphPropertype21Microsoft.FirstPartyDialog.FirstPartyDialogService_DialogMessage_EventArgsTransformacTurkishiftLeftMicrosoft.InternalService.AddinInternalServicellSpacingetSubrangeOfPagesetListTypeMicrosoft.Office.AddinSkillActionService_ReplyReceived_EventArgsTransformIdivotMicrosoft.Office.AugLoopEventServicellsize640x480Microsoft.Office.AuthChallengetByNameOrNullObjectabsMicrosoft.Office.BusinessBarServicelticKnotworkAddressMicrosoft.Office.CopilotServicertificateBannerightTriangleMicrosoft.Office.DevicePermissionServiceilistTable2_Accent1Microsoft.Office.DispatchApiServicellFormatMicrosoft.Office.Licensing.MsaDeviceTicketOptionscrollIntoViewebSettingsMicrosoft.Office.NotificationServicebcdicGreekModernMicrosoft.Office.PrivateApiServicebcdicHebrewatermarksMicrosoft.Office.SensitivityServicebcdicIcelandiconPathreeDEngraveMicrosoft.Office.SharedFilePickerningByAlgorithmacHebreweb2Microsoft.Office.SharedOnline.ChangeGate.OfficeVSO_10045620_CopilotAgentTelSettingsetPasswordEncryptionOptionsharedRuntimeNotAvailableMicrosoft.Office.ShowSimpleDialogCategoryMicrosoft.Office.TaskpaneServicebcdicInternationalightHorizontalistFormatMicrosoft.Office.UndoServicebcdicItalyMicrosoft.Office.UnifiedStoreServicebcdicJapaneseKatakanaExtendedAndJapanesectionNextMicrosoft.OfficeSharedApi.ExtensionLifeCyclearAllowSignInPrompt600Microsoft.People.RichapiPcxFeatureChecksetPatternedMicrosoft.PersistentKvStorage.PersistentKvStorageServicebcdicKoreanExtendedAndKoreanMicrosoft.SkillApi.Skill invocation failed.Microsoft.TapRichApi.TapObjectTypenvelopePersonalightTrellist2Microsoft.Theme.ThemeService_OfficeThemeChanged_EventArgsTransformargin: 0px 5pxpathInfobscuredMicrosoft.WordServices.SearchOptionsCustomFunctionWindowMissingleCellTextMultiSetDataAsyncontactionButtonBackPreviouseLongFileNamessageToParent_richApiNativeBridgeSession::CreateRequestExecutoresourceIdparseErrorFromPayloaddByType_APPLYLABEL_INSUFFICIENTPERMISSIONestedAppAuthRequest:m_bridgetNextTextRangeOrNullObjectoJSONo Promise implementation foundoClearFormatsAsyncloudCalloutOfOfficeNoteItemTypebcdicLatinAmericaSpaincludeTextransferEventArgumentNo dnm token: No host localendarStatelemetryPropertiesNo tenant token: AddinInvokeResultNoActionFunctionMappingetCorrelationIdAddinInvokeResultNoResultGeneratedNoSpacingetRange_CommentSelected_EventArgsTransformapleMuffinsertAttributeventWorkbookIdNot implemented yetatarabic1NotHttpsetPlaceholderColorhyphenationZoneNoteItemCollectionotchedRightArroweb3presenceNoteNumberStyleftRelativeSizenglishUKbirthdaysimplifiedChineseGbkk-kzigZagStitchartX-OfficeScriptEventIdistanceFromTexturkmendnoteNumberFormattedispidObjectDataChangedEventOfficePlatformGlobalancedirectNumericEventType.annotationAddedb334b301e7b474db5e0f02f07c51a47-a1b5bc36-1bbe-482f-a64a-c2d9cb606706-7439moonsendDirectNumericEventType.annotationChangeddeAutoKeepReferenceUnknown ErrorevNumericEventType.annotationDeletediagonalBrickeypress_nextIdNumericEventType.annotationHoverediagonalCrosspanishEcuadorNumericEventType.annotationInsertediagonalDownNumericEventType.commentAddediagonalStripenableQueueNumericEventType.commentChangediagonalUpageHeightNumericEventType.commentDeletedialogNotificationShownNumericEventType.commentDeselectedialogNotificationTextPanelaunchTapPaneveryoneDriversionsNumericEventType.contentControlAddedialogParentMessageReceived response: NumericEventType.contentControlDataChangedialogspanishElSalvadorNumericEventType.contentControlDeletediamondsGrayNumericEventType.contentControlExitedirectReportspanishGuatemalayBruneiDarussalamIOwnerevisionsFilterNumericEventType.paragraphAddediscardUndoStatelemetrySinksNumericEventType.paragraphDeletediscretionalavendereplyMessagetParentOrSelfalselectContentControlsByTagetButtonOFFICEJSdkVersionewWindowNotificationTextSpanCSSkipUndoRecordingetRichTextoc2OFFICESTRINGSeekViewalnutL_DialogOKcreatedOneNoteIOSF.ScriptMessaging.agaveHostEventCallbackTypeisListItembeddedObjectNotFoundoNotSupportedisPrototypeOffice.Extensibility.OfficeJs.AddinSpecialPermissionHookInstallCustomFunctionsupwardDiagonalabelingDisabledProtectedViewideDownwardDiagonalastIndexOffice.Extensibility.OfficeJs.AddinSpecialPermissionRequestMethoddOnlyvalueOffice.Extensibility.OfficeJs.ApiCallOnAppActivatedIfPendingBatchInProgressOffice.Extensibility.OfficeJs.JSPerformanceTelemetryV06Office.Extensibility.OfficeJs.NestedAppAuth.GetAccessTokenAsyncolumns3Office.Extensibility.OfficeJs.OfficeFirstPartyAuth.UnexpectedAcquireadSearchCacheckGrammarathickBetweenThindiCardinalTextr-trackFormattingetCompliantAppInstanceIdOffice.actions.associatextureTypeOffice.js is loaded inside in unknown host or platform Office:[InvalidArg] Function=associatelemetryInstanceOleVerbosepiaccent3flowChartManualOperationUnitalianareOtherAuthorsVisiblegacyFlat2printOutOfMemorybasicWideOutlineLevelementooxmlPackageNotLoadedislikeepWithNextbottomOfPageColoresourceIndexecutePythonCodeAsync2getTrustedHostOriginsertCells_customSendRequestFuncustomPageNumberPageSetupVerticalAlignmentrySeparatorefreshAsyncustomEquationsoftEdgetByLocationblueTissuePaperSizebcdicSerbianBulgarianDocument_ParagraphChanged_EventArgsTransformattingIsNextLevelShownDocument_ParagraphDeleted_EventArgsTransformattingIsUserStyleNameShownadditionalParameter count mismatch: PasteDataTypebcdicSimplifiedChineseExtendedAndSimplifiedChinesectionPagesetValuePatternTypebcdicTurkishLatin5acceptedivehideHoverCardForPersonaActionsetPlaceholderTextbuildSetMockDatagstrongetInitialPersonaCollectionumberNoContext1PersonaOrganizationInfogrammaticalErrorsuperscript225PersonaPhotoInfoldedCorneremoteEndpointTypeHeaderKeyPersonaUnifiedCommunicationInfolderSuffixedSizendnoteTextPlainTable1PlainTable2PlainTable3PlainTable4PlainTable5PresetLightingSoftnessetPresetCameraccent4PresetExtrusionDirectionumberOfColumnsendingPersonaHostIdPrintOutPagesetPresetGradientTypebcdicUsCanadaAndTraditionalChinesectionStartDecoauthoringmacArabicapabilitiesize1920x1200PresetLightingDirectionumberPositionPresetMateriallowSignInPromptTextPresetThreeDimensionalFormatLeastar10flowersBlockPrintOutItemailHeaderLatinFontPrintOutRangeCollection_RegisterPrivateApiEventType.onPrivateEventriesflowChartAlternateProcessMessageFromHostandardContextualHistoricalockContentschemeflowChartProcessQueryFeaturemoveDocumentInformationQeclipsingSquares2flowChartInternalStoragenkoi8ReadabilityStatisticCollectionumberStyleL_InvalidAPICallowOnlyReadingDirectionumberedItemphasisMarkirghiz-index: 99998isInReadingLayoutMarginAConferenceventQueueCONTENT-TYPERSISTENT_ERROReadingOrderrorPointeractiveFlowAbortedAddFromNamedItemAsynclassicRedirectV1ApictureContentControl_CommentSelected_EventArgsTransformat3isReadonlyRestRequestarsTopenOrCloseUpageReflectionFormatMentionsimpChinNum1L_RequestPayloadSizeLimitExceededMessagetContentControlstyleReflectionTypenglishTrinidadTobagoToNextoc3UnifiedStoreEventType.onRefreshedAcquisitionStateEventoggleRibbonTabAlignmentimezoneBiasupportsEvent_previousDocumentThemeDatablesOfContentstringEndsWitheightRelativeHorizontalPositionavigationMethods_RegisterPersonaUpdatedEventopRelativeVerticalPositionavigatormoveStartUntilistMixedNumberingridIsOriginFromMargincreaseFontSizeventSourceRemoteEndpointTypeTRANSIENT_ERRORepeatingSectionItemCollectionb-noControleObject_RegisterReplyReceivedEventrackMineOnlybevelBottomType_APPLYLABEL_NEWLABELSENSITIVITYORDEResetOverridearlySunset05L_ResponsePayloadSizeLimitExceededMessagetCountaskpaneTitle_invokeResultCodeRevisionCollectionewObjectServerTypeFullNamepreviousLabelgianDutchangeTrackingModeleteColumnspanishCostaRicanCheckindexLanguagetAccessTokenFirstPartyOAuthCodelayCallowOnlyRevisionsBalloonMarginAMeetingrid4_RegisterUndoStackChangedEventrackRevisionsFilterestartModefaultRequestUrlAndHeadersRevisionsMarkupArrowCalloutlineLevel3RevisionsModefaultTabStopCollectionotAllowedRevisionsViewTypeRichApi telemetry failed.RichApiDataService_1RichApiRuntimeFlaggregrateRequestFlagsCloseSDXDialogHeightisFullScreenSizenvelope11mirrorIndentsendCustomerContentControl_SearchStringInvalidOrTooLongetReviewedTextoc1insertParagraphBeforeadingModeIsLayoutFrozendOfSectionDirectionexusTenantTokenglishJamaicabinsertAfteremoveObjectEventHandlerWordIOSensitivityNewLabelSensitivityOrderestartSectionStartColumnlocalStoragetNeighborhoodTextAroundSelectionTypenvelope12ExecuteFeaturelyOnCSSensitivityInsufficientPermissionl-nlistTable4_Accent1L_DialogRequireHTTPSensitivityLabelDisabledisplayBarcodeNamessagingetFieldsOfficeStringDebugJSensitivityLabelNotFoundoableApiSetInfoOrdinalistTable5Dark_Accent2buttonStyleCSSensitivityUndoClickeyupdatePageNumberscrossZoneNotificationTextPanelCSSensitivityUnsupportedContentTypenvelope14fieldShadingUniversalphaFullEventL_InvalidApiArgumentsMessageOriginlineShapeAutoSizenvelopeB5ShapeGroupCustomXmlPartsKeysinvalidRequestContextToFitShapeScaleFromanianMoldovalserializeObjectToStringetInfoItemsbg-bgetDialogButtonCSShapeScaleTypenvelopeC3customFunctionCancellationHandlerMissingetDialogNotificationButtonPanelCSShapeTextOrientationoHttpscustomFunctionImplementationMissingetDialogNotificationPanelCSShapeTextVerticalAlignmentryIdRequiredGetDocumentCopyChunkAsyncompareTargetNewWindowNotificationTextPanelCSShapeTextWrapSideleteAllCommentsShowndgetNewWindowNotificationTextSpanCSShapeTextWrapTypenvelopeC4getOverlayElementCSSharedApiUndoNotDistruboundisSharedRuntimeInternalThemeHandleriOSharedRuntimeNotAvailableftToRightGetWSSUrlaunchSimpleDialogStatextureVerticalScaleAddinInvokeResultSkillNotFoundoverlayElementCSSnapshotControlBackgroundColor_addPendingEventHandlerActionIndexiframeventObjStrongetRuntimeInfoAsync2StylisticSetFormatsAsyncontainsEndUserIdentifiableInformationSubtitleSentenceSubtleReferencenvelopeItalyisSuccessfully executed functionodeValue_UnregisterPrivateApiEventrailingTabLeaderetrieveStylesFromBase64isNativeStoragetNamespaceUrichTextTableCellCollectionotImplementedpasteTableCellsAppendTableCollectionotifyActionHandlerReadypasteTableCellsAsNestedTableColumnCollectionotifyHeaderLoadedCustomXmlValidationErrorCustomFunctionImplementationMissingleCellTableDirection_osfClientContextLineBreaksupportsAuthTokenglishPhilippinesplitTableFieldSeparatoreturnToLastReadPositionunalertableAppendTableFormatTypenvelopeMonarchedScallopshowingPlaceholderTextExcelWinRTableOfAuthoritiesCategoryCollectionget_wopiHostOriginForSingleSignOneNoteWinRTableOfAuthoritiesCollectionpresetColorsetFormatsAsyncustomTableOfContentsCollectionPowerpointWinRTableOfFiguresCollectiongetObjVarNameBasetDefaultTableStylepresetTextureAlignmentoggleCharacterCodefineSafeArrayParameterMapFuncopyFormatriedWordWinRThe Office.js is loaded outside of Office clientResult.valueFormatbindingType_APPLYLABEL_UNSUPPORTED_CROSSTENANThe argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.The cancellation handler onCanceled is missing in the function. The handler must be present as the function is defined as cancelable.The event handler cannot be registered.The function name may only contain letters, digits, underscores, and periods.The function name must contain a non-empty namespace and a non-empty short name.The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.The object is untracked.The object path '{0}' isn't working for what you're trying to do. If you're using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object's lifetime.The operation has timed out.The property '{0}' is read-only and it cannot be updated.The property with the name '{0}' on CustomFunctionMappings that represents the function's definition is not a valid function.The property with the name '{0}' on Excel.Script.CustomFunctions that represents the function's definition must contain a 'call' property that implements the function.The property with the name '{0}' that represents the function's definition is not a valid function.The request cannot be processed because the specified worksheet cannot be found. Please try again.The request failed with status code of {0}, error code {1} and the following error message: {2}The request failed with status code of {0}.The specified method is not registered on service endpoint:The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.The window object was not found.There is a pending batch in progress. The batch method may not be called inside another batch, or simultaneously with another batch.There is no window.external.There was an error registering the reply event listener!Throw error from ProcessEventHandler: Throw error from response: TicketUnauthorizedisplayInIframeset06TicketUninitializedisplayLanguagemstrokept150fromToc2insertParagraphAfteremovedToc3basicWhiteSquaresetAdvanceToc4L_CannotNavigateToc5Toc6Toc7Toc8Toc9m_responseTraceIds_IsTrackedChangeCollectionisChartDataPointTrackedChangeTypephemeralightUpwardDiagonalistIndentTriStateOptionalPropertiesTrident/TwoLinesInOneTypequationsplitVerticalockAspectRatiobliqueBottomRightUeucChineseSimplifiedChineseekViewebSitesUnderlineTypeucJapaneseendnoteContinuationNoticenableUpnCheckL_UndoNotSupportedMessagetFilePropertiesAsyncStartUnexceptedisplayTextractRequiredArgumentsUnexpectedErrorPropertiesUnifiedCommunicationAvailabilitype17UnifiedCommunicationPresenceucKoreanUnifiedCommunicationStatuseDestinationStylesRecoverygetUnifiedGroupInfoAsyncurvedUpArrowaterDropletsUnknown conversation Id.Unknown error.UnnamedBinding_osfUnittestFireEventUnset02areShortcutsInUseFormattingFromworkflowUserNotFoundbottomMarginUseMsal3CanCollectUserFeedbackEventType.onUserFeedbackResponseEventoggleShowAllReviewersupportsOauthManagercanCollectUserFeedbackEventType.onUserFeedbackUIDismissedEventoggleTagForAlertsupportsTeamsTokenFlowercaseTurkishiftDownisWriteReservedDoNotUserFeedbackScreenshotInfoSourceTypeucTaiwaneseTraditionalChineselectCellistTemplatescalarMethodsUserFeedbackTypeuropa3UserFeedbackUITypevenPagesFooterefreshRibbongetOfficeThemeDataForVisualSurfaceflowChartDelayoutModeviceIndependentBitmapleLeafrikaansevereWarning: Office.js is loaded outside of Office clientCapabilitiesareHyperlinksUsedOnWebSettingsetRangetByIdOrNullObjectableOptionsWefPopupHandlerevisedDocumentTitleactiveWindowCollectionareLinesWrappedToWindowStatexturedautoFitWindowTypevenPagesHeaderLocalizedFontiso88592CentralEuropenBrowserWindows NT 10.0areStylesUpdatedOnOpenWindows NT 6.3mossendLocalDocumentRequestartWord.runincrementRotationZWordApiOnline-height: 100pxhrSendRequestFuncamelCaseMappingsWordApiSearchFlagsetRichTextL_WriteNotSupportedWhenModalDialogOpendingUpdatesetAttributeSharedAppCommandInvocationCompletedDataNodeNamespaceUrightCellMargincrementRotationX-OfficeScriptFireRecordingEventopCellMargindonesiangetSessionStoragetLevelPictureadingLayoutSizeXIllusionsetSolidColorm_application/jsonPayloadXmlMappingCustomXmlSchemaCustomFunctionCancellationHandlerMissingleBindingResponselectSingleNodefineEnumerablePropertype43insertXmlValidationStatuseDeviceIndependentPixelsbuttonBackgroundColorightMargincrementRotationYou are about to send and receive potentially sensitive information from "getOfficeThemeAsyncrossOrigincludePictureadingLayoutSizeYou must pass a resolver function as the first argument to the promise constructorevisionNumberAddHandlerAsyncloseContainerotationYou must pass an array to race.^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$[object Function][object Object][object process][{}]\"\.\{\d\}^.*\.dod\.online\.office365\.us$^.*\.gov\.online\.office365\.us$^.*\.officeapps-df\.live\.com$^.*\.officeapps\.live\.com$^.*\.partner\.officewebapps\.cn$^Office(\.[A-Z][a-zA-Z0-9]*){2,}$^[a-zA-Z0-9_\.]{1,95}$^\s+|\s+$^consumer\.live-int\.com$^exchangelabs\.live-int\.com$^outlook-sdf\.live\.com$^outlook-sdf\.office\.com$^outlook-tdf\.live\.com$^outlook\.live\.com$^outlook\.office365\.com$^outlook\.office365\.us$^outlook\.office\.com$^partner\.outlook\.cn$^sdfpilot\.live\.com$_GetItemailOrUpn_GetObjectByReferenceIdistributeColumnspanishHonduraslopenDialog isInline: _GetObjectTypeNameByReferenceIdistributeHeightmlDivisionParentObjectPathId_HandleIdResultopDistanceautoSizeSettingCustomProperty_HandleResult_Items-my_RegisterClientAccessTokenAvailableEventopLeftCellookupNamespace2_RegisterHostMessageReceivedEventopLevelTablesurroundingStatements_RegisterIdentityUniqueIdAvailableEventopMarginitialCardRendered_RegisterRefreshedAcquisitionStateEventopRightCellookupPrefixDataiwanIbm5550_RegisterSensitivityLabelChangedEventrackMovesv-setLevelStartingNumber_RegisterUserFeedbackResponseEventradChinNum1_RegisterUserFeedbackUIDismissedEventradChinNum2L_SetDataIsTooLargetFieldByNameu-es_TestFireStateChangedEventradChinNum3_UnregisterClientAccessTokenAvailableEventradChinNum4_UnregisterCopilotAgentEventraditionalChineseAutoDetect_UnregisterHostMessageReceivedEventraditionalChineseBig5_UnregisterIdentityUniqueIdAvailableEventrailingCharacter_UnregisterLokiTokenAvailableEventrailingNonewPagetAnnotationsByTypenvType_UnregisterPersonaUpdatedEventrailingSpace_UnregisterRefreshedAcquisitionStateEventransformDocument_ContentControlAdded_EventArgsTransformatPlainTextype9_UnregisterReplyReceivedEventranslitEnglishorebirdTrackshowAsTaskpanewLabelarusian_UnregisterUndoStackChangedEventranslucentPowder_UnregisterUserFeedbackResponseEventransparency_UnregisterUserFeedbackUIDismissedEventrellist3_cacheSessionSettings_collectionPropertyPathickThinLargeGapplicationNamembershipapyrussianMoldovar fieldName_isCollectionm__navigationPropertyNamessageChildRichApiBridgeImplaceHolderRendered_onAsyncCallsCompleted_receive: request, origin=_receive: response, origin=_reference()m_registered_responseStartStylegacyFlat3m__scalarPropertyNamessageContentControl_Exited_EventArgsTransformat7m__scalarPropertyOriginalNamessageDataiwanWangetClientSessionIdm__scalarPropertyUpdateable_send: requestUrl=_startTimetal2_trusts_APPLYLABEL_OKarabicLibya4SmallNumbershowDialogCallback can not be null.isciiOriya5isKerningByAlgorithmacCroatia[href]:not([tabindex='-1']),area[href]:not([tabindex='-1']),button:not([disabled]):not([tabindex='-1']),input:not([disabled]):not([tabindex='-1']),select:not([disabled]):not([tabindex='-1']),textarea:not([disabled]):not([tabindex='-1']),*[tabindex]:not([tabindex='-1']),*[contenteditable]:not([disabled]):not([tabindex='-1'])unifiedGroupInfoemModernGreekoreanJohaboverSolidCirclearFormattingetTrackedChangesunriselectionModefineMethodOnNamespacesliceCountaddNodeleteAllInkAnnotationspanishColombiaccent6autoSumalquraccentBorderCallout1cameraccentBorderCallout2uk-uaccentBorderCallout3accentCallout1accentCallout2accentCallout3acceptAllRevisionsShownerCountaccountEmailOrUpngetHandlersaccountTypeFilterevisionsBalloonSidefineEnumerablePropertiesaddContaction=displayDialogCloseCallbackParamharichTextParagraphsetStartupBehaviorflowChartExtractionButtonBeginningetSelectionsubtle1CriticalBusinessImpactionButtonBlankannadarkDownwardDiagonalwaysPolyfillClientObjectUpdateMethodactionButtonForwardNextAlphaLowercaseInsensitiveCompareStringetDialogCssManageractionButtonHomethodPathemeInfoemHebrewebArchiveactionButtonInformationactionButtonMovietCardinalTextactionButtonReturnactionButtonSoundoVerb5actionId activateAssociationactiveThemeDisplayNamexicanSpanishiftRightm_activeViewChangedocPropertype18buildLoaddByIdocVariablegacyObliqueBottomLeftaddCollectionaddColumnsAsyncontextualAlternatesmartArtaddListItemailSubjectwistedLines2addNamespaceAsyncontourColorotationZaddStyleftUpArroweavingStripsaddToFavoritesetValidationErroraddedocumentOpenedispidDialogNotificationShownInAddinEventaddinTrustIdocumentPropertiespanishParaguayadditionalHeadingStylesettingsChangedadjacentAfterevisionsBalloonWidthTypeadjacentBeforegroundColoremoveEventHandlerfrenchMalignmentrianglesGetDataPartByIdAsyncommentsmallCapsimplifiedChineseNumeral2TransportugueseBrazilistPictureBulletterSmallowCloseOnUntitledocumentSelectionChangedispidDialogParentMessageReceivedEventKeysm_inUndoRedoNotSaveChangespanishNicaraguaranightfallowConsentPromptBeforeOpendingBatchInProgresspropertyDoesNotExistartVideoCallowOnlyCommentshowExpandedCardisColumnSelectModeActiverifyAndExtractCallowPngetSensitivityResultDetails: Invalid number of parameters (insertSymboldBidirectionaltTextDescriptionaddFromPromptAsyncontextualHistoricalDiscretionalwaysPolyfillClientObjectRetrieveMethodarabicLebanonymouseoutlineDemoteToBodyEastAsianFontget_appDomainsertColumnsLeftrimportStylesFromJsonPayloadAndSyncMethodsarabicFullWidthickThinSmallGapplyListTemplateWithLevelargestonianbevelBottomDepthinThickThinLargeGapplyQuickStyleSetNodeTextAsyncontainsStartWidthinThickLargeGapplyNumberDefaultDialogCSSManagerarabic2arabicAutoDetectrlKeyarabicEgypt075arabicIraquadArrowCalloutlineLevel1arabicJordanishadowedSquaresetLevelFontarabicLZ2arabicLZ3arabicLZ4arabicLetter1arabicLetter2arabicOmanagerequestPermissionsarabicQatargetBrowserbianLatindexes_currentTestNamearabicSyria5Irv3arabicTransparentAsmodalDialogEventArgsarabicTunisia5NorwegianareAllNonprintingCharactersDisplayedocumentThemeChangedispidDocumentCloseEventareBackgroundsDisplayedocumentWithMarkupDownArrowCalloutlineLevel4areBookmarksIndicatedocumentWorkspace1Pt5areBuiltInHeadingStylesUsedodecagonareCommentsDisplayedonutf7areConnectingLinesToRevisionsBalloonDisplayedosTextLineBreakspanishUruguayareCropMarksDisplayedot2DashedispidDocumentOpenEventareDrawingsDisplayedotDashHeavyareEditableRangesShadedotDashLineHeavyareFieldCodesDisplayedotDashedispidDocumentSelectionChangedEventArgsareFieldsUsedotDotDashHeavyareInkAnnotationsDisplayedottedDiamondispidDocumentThemeChangedEventArgsareMathDefaultsUsedottedHeavyareNewerFeaturesDisabledoubleDiamondspellingCheckedareOptionalBreaksDisplayedoubleWaverticalPercentScrolledareOptionalHyphensDisplayedoubleWavyarePageBoundariesDisplayedutcharactersWithSpacesize720x512arePageNumbersHiddenOnWebAsyncMethodExecutorarePageNumbersIncludeda-dkarePageNumbersRightAlignedataTypeareParagraphsMarksDisplayedataUpdatedarePicturePlaceholdersDisplayediagnosticLevelistTable2_Accent3areRevisionsAndCommentsDisplayedialogAPIErrorCodeareRulersDisplayedialogEventReceivedareScreenTipsDisplayedialogMessageReceivedareSpellingErrorsShownerParticleIdimensionsoption.expandAllHeadingsquareTabsDisplayedialogPagetItemOrNullObjectierNameareTextBoundariesDisplayedialogTitleareThumbnailsDisplayedialogapiArgsargshrinkDiscontiguousSelectionisciiDevanagaria-describedbyAuthorizontalAlignmentraceMessagesariaUploadUrlastChildariaVNextUploadUrlastColumnarmenianiso88596ArabicanvascendingetSharePointTenantRoothersensitivityUnsupportedUdparagraphNumbereturnTypeFullNamebrassamesectionContinuousetTimeoutlineLevelBodyTextauthorEmailastLineOnlyauthorNamessageHandlersauthorsimpChinNum2autoDetectxautoFitBehaviorevisionsHorizanyTrianglesautoFormattributesautoHyphenationautoSaveOnKeydownautoTextEntriesimpChinNum3automaticallyUpdateTargetUrlProtocolHostnamePorthographicFrontavailabilityTextBindingEventsawayazeriLatinPlaceActivatextContentControl_SelectionChanged_EventArgsTransformat8CanCollectCopilotFeedbackground-color: rgba(198, 198, 198, 0.5)_constructEventObjectForCallbackground1Rectangle_invokeCompleteCallbackground2DiagonalRectangleballoons3ColorsimpChinNum4balloonsHotAirohaHalfWidth-thexagonbalticketInvalidParamsbarCodeleteAttributelemetryResultSystemMetadatabase64m_baseNameofficebaseStylegacyHarsh1baseline-height: normalizeNamebasicBlackDashesimple1basicBlackDotsimple2basicBlackSquareservationbasicThinLinestingLevelistOutdentbasicWhiteDashesimple3basicWhiteDotsimplifiedChineseAutoDetectbasqueryFeatureTypem_batchModebatsimplifiedChineseGb18030beRightBackanurightAlignPageNumbersetTableOptionsAsyncustomWatermarksourcePathandmade1beforeDocumentCloseNotificationbehindiArabicandyCornbelgianFrenchannel is not ready.belowerHeadingLevelistItemsaveAndSetDialogInfoemBalticketUninitializedbeneathTextEncoderbengalicianbentUpArrowStripebevelBottomInset03bevelTopInset04isciiPunjabibliographyStylegacyHarsh3punjabidiOutlineInverselectLinkedControlsetWithExpirybillingetSharedFilePickerResponselectCurrentAlignmentbindServiceToProfileNamendCopilotOperationbindingDataChangedirectUserActionCallbackbindingSelectionChangedisableHostCheckbirdsFlightTreatmentNamessages received cannot be handlered. Message:blackashmirightArrowCalloutlineLevel2blockedisableLoggingetEffectiveEventFlagsbodyLocalizedFontribal1bodyScriptFontribal2bookFoldPrintingSheetsindhiPakistandardContextualDiscretionalockContentControl_CommentDeselected_EventArgsTransformat20bookFoldReversePrintingetShortcutsubtle2bookmarksinhaleselectUnlinkedControlset_taskpaneUrlistTable5Dark_Accent1border-style: solidDiamondborder-width: 1pxPathasPassword2000borderCallout1borderCallout2borderCallout3bordersipAddressesimplifiedChineseNumeral1botherAddressensitivityUnsupportedDkeyAssignments_isMockbottomCellMarginPresentationbottomLeftCellipseRibbon2bottomPaddingetStylesubtype10checkFlightBulboundingBoxdmInfont-family: Segoe UI,Arial,Verdana,sans-serifailOnCollisionbouquetribal3currentScript-bracePairregularSeal1bracketPairregularSeal2breaksize1024x768brightGreencryptionProvidereferencedArgumentObjectPathsbrightnessize10x14brokerightIndentbrownMarblegacyHarsh4buildingBlockCategorybuildingBlockEntriesize1152x882buildingBlockTypesize1152x900buildingBlocksize11x17bulgarianbulletedisableValidationbulletsize1600x1200burmesectionDirectionbusyllablebuttonBorderColorightPaddingetAttributebuttonsize1800x1440minorwegianBokmolistOutlineNumberingridOriginVerticalmWaterightToLeftoemNordichristmasTreed0a086-3498-4f91-a377-1e0265ecc0ccanOnlyFormatribal4mosaicatalanguageDetectedmoveUpageRangeSeparatoretrieveHostInfoemArabicategoriesize544x376frontabIndexcellCountribal5iso6937NonSpacingAccentralEuropeangetOrganizationAsyncrossStitcharacterFormatribal6isUniformDropdownArrowCalloutToLunchartLinkedispidActivationStatusChangedEventwriteSearchCacheckInWithVersionDocument_SearcheckSpellingetTextRangesucceededIsMonarcheckedBarBlackatakanaHalfanfoldLegalGermanipurifyJsonNotInsideBatcheckedBarColorotationXMLHttpRequestExecutorParagraph_SearcheckeredispidActiveViewChangedEventArgsisInRange_SearcheckmarkAllCitationsearchDialogIsOpendingCallbacksTableRow_SearcherokeepTogethereplyDeletedTable_Searchevron_runExplicitBatchildNodescendingradientColorTypeventArgsTransformFuncornerTabsmileyFacecustomFunctionUnexpectedNumberOfEntriesInResultBatchillyprefetchineseSingaporeadWriteAsyncontentTypenableConsoleLoggingetEnvironmentNameL_UserAbortedMessagetFooteremoveHandlerAsyncustomFootersoftMetalockAnchordinalTextunifiedCommunicationInfoemIcelandichosungroupContentControl_CommentAdded_EventArgsTransformat18_checkReceiverOriginAndRunMustReturnPromisendRequestAsyncirclesLinesize800x600officejs-domparserbianCyrillicirclesRectanglesizeBidirectionalistschemaGeneratedfulfuldeleteRowspanishDominicanRepublicircularArrowCountuzbekCyrilliclassic1iso2022CnTraditionalChineselectCurrentTabsetWidtheight: 190pxms_cclassic2AddColumnsAsynclassic3AddDataPartAsynclassic4AddFromPromptAsynclassicalWaverticalFarEastar24insertRowsAboverWhiteCirclearManualCharacterFormattingetViewableSourcesunset09getLibraryReleaseVehiclearParagraphStylegacyNormal2AddFromSelectionAsynclocksliceIndexecutionResultwoDotDashLineHeavyAddRowsAsynclosePrintPreviewersetSnapshotEnabledCloseAsyncollapseAllHeadingslideRangetByIdstyleDefinitionCloseContainerAsyncollapseOutlineSpacingrid8ReleaseByIdAsynconflictDeleteAllDataValuesAsyncolumnStripenableConcurrentFlagetEntriesByTypeDeleteDataPartAsyncolumnWidthinThindiLetter1ExecuteRichApiRequestAsyncolumns2GetActiveViewAsyncolumns4GetAllAsyncolumns5GetDataAsyncommentReactionslovenianGetDataPartNamespaceAsyncompanyNametaKeyGetDataPartPrefixAsyncompareFromBase64GetDataPartsByNameSpaceAsyncompareLocationWithis._IdGetDocumentCopyAsyncompareTargetCurrentPositionGetDocumentThemeAsyncompareTargetSelectedDataAsyncurrentPageHeaderEastAsianFontGetFilePropertiesAsyncompasswordEncryptionAlgorithmacKoreanGetNodeTextAsyncompatibilityModeleteElementurkishortDateGetNodeValueAsyncomposeEmailastRowavyHeavyGetPartNodesAsyncompressedispidAddinSkillActionReplyReceivedGetRelativeNodesAsynconditionGetSelectedDataAsynconfettiGraysmallCheckerBoardGetUserIdentityInfoAsynconfettiOutlineStyleGoToByIdAsynconfettiStreamersmallConfettigrignaEthiopictureBulletInsertFormAsynconfettiWhitemNamexpires_instanceConstructorLynconfig is empty.RefreshAsynconfigureBrowserLinkazakhmergeBarcodebugLogLevelaunchSourceoption.skipSaveAsynconsecutiveHyphensLimitalicBidirectionalistBulletterLoweb1NotSetSelectedDataAsyncontentRange_CommentAdded_EventArgsTransformainTextSetting_Value_SetTableOptionsAsyncontentTextrusionColorTypencodeURIComponentaddFromNamedItemAsyncontextualDiscretionaltKeyaddFromSelectionAsyncontinuouserNamem_tappCommandInvocationCompletedAsyncontrastingoToPreviouseMsal3clearFormatsAsynconvertAutoHyphensureArraySizecreateProcessOneEventHandlersFunconvertToTexternalNativeFunctionExists_setMappingByNodefineMethodsFuncopyAsPictureToClipboardispidAppCommandInvokedEventInvalidOperationInCellEditModeleteAllDataValuesAsyncopyToClipboardispidBindingDataChangedEventArgsapplyMixinsertCrossReferencexecutePerfLogFuncornerTrianglesnip1RectanglecheckActiveAccountByinsertTypexecuteRichApiRequestAsyncouponCutoutDashesnip2DiagonalRectangle_fetchSendRequestFuncouponCutoutDotsnip2SameRectanglegetNodesAsyncrlfcrOnlyWacRingetDataAsyncreateTextBoxmlSaveThroughXsltgetIntFeatureGateAsyncreaturesButterflygetMembersAsyncreaturesFishadingColorgetMembershipAsyncreaturesInsectsnipRoundRectanglegetNamespaceAsyncreaturesLadyBugoToTypevaluateSimpleExpressiongetNodeValueAsyncritiqueAnnotationflowersTeacupdateAttributegetPersonaInfoWithSourceAsyncurlyBracketsnowflakeFancygetPrefixAsyncurrentPageFooteround2SameRectanglegetTargetIdFuncurvedDownArrowarmMattemptingToSetReadOnlyPropertype36getTextAsyncurvedLeftArrowarmupperRomanufactureSlideRangetOoxmlPackagetHasLineBetweendArrowheadLengthis.instanceIdgetTypeAsyncurvedRightArrowatchPosition_processDocumentThemeDatabloidLowerCasetFocustom1getXmlAsyncustom2get_hostSettingsFuncustom3get_officeThemeFuncustom4get_settingsFuncustom5goToByIdAsyncustomAutoTextractOptionsofficeJsSendLocalDocumentRequestFuncustomDocumentPropertiesnowflakesl-siblingIndexecution failedispidOfficeThemeChangedEventflowChartTerminatoreleaseByIdAsyncustomFieldIdispidBindingSelectionChangedEventArgsimageTopenUpageScrollistParagraphsaveAsyncustomPageNumberTopenDocumentTextpinPersonaToQuickContactsetCustomSendLocalDocumentRequestFuncustomPropertiesombrerotateWithObjectplaqueTabsetCustomSendRequestFuncustomQuickPartsourceFullNameofficejs-restartContinuousetSelectedDataAsyncustomTextBoxmlSvgetControlIdm_customXmlPartsunregisterEventAsyncustomizationspacingetCallArgsm_documentManagementPolicyrillicAutoDetectriplehiraganadarkDiagonalDownerserverErrorisciiKannadarkDiagonalUpageColoresultHandlerinitializeBridgetMetadata-is-sdxmlTemplateMacroEnabledisFormattingPreservedOnUpdateDisplayFormatrue_recursivelyUpdateDisplayLocalegacyNormal4masterequestUpdateStorageFormattisInConflictModeltabHangingIndentjustificationModetectLanguagear9GetSelectedViewebkitGetUserMediagnosticIdispidDataNodeReplacedEventArgsm_dialogMessageHandler:flowChartMultidocumentContentControl_Entered_EventArgsTransformat6isSubdocumentDefaultPageTypeja-jpeggsBlackeywords_onInitedHandlersinsetPendArrowheadStylegacyObliqueBottomRightisTextVisibleOnScreendArrowheadWidthisPointForwardisFinitemsLowerCasetHasLineBetweendnoteContinuationSeparatoreferrerm_bindingInstanceTokendnoteSeparatorefreshAcquisitionStategetTokenglishCanadianget_eTokenglishCaribbeanhiddenglishIndonesia5SwedishapeshiftKeypoinsettiasetDNMTokenglishNewZealandispidObjectDeletedEventfromCenterprisectionsetVisibilitype8unenvelope10L_CloseFileBeforeRetrievenColumnBandingradientStylegacyObliqueTopLeftbuildRetrievenOnlyunregistereventIdispidObjectSelectionChangedEventisWarmingUpageIndexecuteMethoddPagetBookmarkRangeOrNullObjectableGridLightupdateUsingObjectDataskIndexecutiverticalPositionGetMaxResourceIndexistsquareDotGetMaxTaskIndexpandOutlineUnitAfterequestCreateControlsGetResourceByIndexpandToOrNullObjectIsUntrackedChangesAreDateAndTimeRemovedRangetAnnotationByIdoMapValues_callingIndexportAsFixedFormat3convexpressionisSelfancyisciiTelugujaratiffarEast50farEastLineBreakLanguagenerateUniqueTagray50farEastLineBreakLevelightning1fi-fieldIdispidOnSdxSendMessageEventfieldOfViewaveDoublefieldValueNotLoadedm_fileSizeprofileTypendnoteReferencefilipinoBracketsendPerformanceTelemetryfinalizePropertiesfinnishapeGroupdatesfirecrackerstealthandmade2firstAndLastLinestoryLengthangulFullinkedCompanyNamessageParentKeyboardShortcutsfirstColumnfirstLineOnlyfirstPageFooteregisterMessageReceivedEventfirstPageHeaderScriptFontm_firstPartyApisAddChangePhotoLinkOnLpcPersonaImageFlightEnabledfirstRowaveHeavyfitTextWidthreeDEffects1fitToPagestoryRangesourcesflatXmlMacroEnabledispidRichApiMessageEventflatXmlTemplateMacroEnabledispidSettingsChangedEventArgsm_flightingServiceflooddRowBandingeolocationflowChartCollatelemetryiddishowCodeserializeDynamicDataiwanEtentativeflowChartConnectoregisterOnMessageEventHandlerflowChartDecisionflowChartDocumentModelayInitializationflowChartInputOutputf8flowChartMagneticDiskyrocketflowChartMagneticTapensureOfficeStringsJsflowChartManualInputwoPagesOnOneNoteAndroidflowChartMergeometricShapeTypenvNameflowChartOfflineStorageorgianflowChartOffpageConnectorelaxedInset12flowChartOnlineStoragetAccessTokenAsyncEndflowChartOrganizationIdentifiableInformationflowChartPreparationflowChartPunchedCardisplayInIFrameflowChartPunchedTapensureOriginalNameflowChartSummingJunctionflowersDaisiestoryTypeflowersModern1flowersModern2flowersPansymbolongDashDotDotflowersRedRoselectContentControlsByTitleflowersRosessionStoragetParentTypevaluateEventTargetIdentitiesflowersTinyL_SSOUserConsentNotSupportedByCurrentAddinCategoryMessagetEnterpriseUserInfoliosfRuntimeVersionWordWebAppInfont-size: 14pxmlappingetConversationIdGetOfficeThemeInfontNamessageParent called but the taskpane domain is untrusted: _createDebugInfootnoteContinuationNoticensureTypeInitializedappendTypeNameToObjectPathInfootnoteNumberFormattedisplayWebDialogAppCommonMessagetNextOrNullObjectitleIdbuildTypeMetadataInfootnoteSeparatoremoveChildcopyObjectPathInfootnotestrikeThroughanjaReadDigiteratorgetOfficeThemeFromInfoStringetEventInforceConsentencesetupNestedAppAuthDependenciesAppPlatformTextwoPointm_variableNameToObjectPathMappSpecificCheckOriginsertContentControl_CommentChanged_EventArgsTransformat19unformattedTextypeBackspaceAfterfreezingray25frenchCameroonfrenchCanadianfrenchCotedIvoireadingDirectionfrenchHaitibetanfrenchLuxembourgentInterruptionsOnlyfrenchReunionfrenchSenegalightning2frenchWestIndiestripedRightArrowebauth.browserauth.jsfrisianNetherlandscapexpiryfromTitlegacyObliqueFrontfullNamenumTypesfullWidthreeDEffects2funnelightningBoltfindObjectUnderPatheadingswahilightDownwardDiagonalistDontMergetAncestorOrNullObjectStateisometricRightUpageNumberPagetBookmarkstyleBandedColumnsplicensetHeightCriticalUsagetByParaIdocCookieErrorL_ColIndexOutOfRangetByTitlegacyObliqueLeftL_FormatValueOutOfRangetByTypestyleFirstColumnL_GetDataIsTooLargetCellOrNullObjectaskPaneActionL_OutOfRangetCommentstyleLastColumnL_RowIndexOutOfRangetCrossReferenceItemstyleTotalRowebauth.browserauth.msal3.debug.jsL_SSOClientErrorMessagetDescendantstylesr-cyrl-rsL_SSOServerErrorMessagetEndnoteBodyBackgroundColorL_UnsupportedEnumerationMessagetFirstOrNullObjectaskpaneWidtheptagonfa-irmtemplatesubtleEmphasisAutoFormatOverrideOnReceiveMessagetFormaticketUnknownErrorProductServiceUsagetHeaderemoveHostMessageHandlerSafeStoragetHighestSensitivityLabel: Invalid number of parameters (_createNaaBridgetHtmlWithOptionstylisticSetResourceField_internalStoragetHyperlinkRangesubAddressr-latn-csauthChallengetIsEvenlySpacedocumentElementcopilotAgentsPagetItem()getLocalStoragetLevelParagraphsubStringetCallBackget_hostCustomMessagetLevelStringregorianinvalidOrTimedOutSessionMessagetMruFriendlyPathreeDEffects3isNativeDialoggableErrorMessagetNextRange_CommentChanged_EventArgsTransformakeCompatibilityDefaultRequiredDialogSetRequirementsMatrixFactorym_persistentStorageMessagetOnlyItemOrNullObjectoJsonpostDialogMessagetParagraphByUniqueLocalIdpostWebkitMessagetParentAsAnnotationprocessRequestExecutorResponseMessagetParentAsParagraphCustomFunctionNameCannotSplitparentNodebuggingerbreadManparallelogrammarCheckedResizeSdxDialogWidthasProofingrid3insideMargincreaseSpacingrid5isInPanningrid6presetMaterialistRestartNumberingridSpaceBetweenHorizontalLinesuppressEndnotesr-latn-rsprofessionalistSimpleNumberingridSpaceBetweenVerticalLinesuturnArrowebauth/hubsdknaabridge.min.jsproportionalistStringutterStylegacyPerspectiveBottomLeftiso88599TurkisharksTeethalfWidthreeDEmbossupportsBrowserAutheightRulegacyPerspectiveBottomRightm_hasHeadersImageWidthasTextoc6MaxDepthasVbProjectoc7TaskPaneWidthausaAsciinsertHtmlist4XPathawaiian_getLocalDocumentUrlPrefixLengtheaderDistanceventCallbackFunctionNamebasePatheaderEastAsianFontoc8combineQueryPatheaderLatinFontoc9createNewObjectObjectPatheaderRowCountokenValuecreatePropertyObjectPatheaderScriptFontotalJSHeapSizecreateReferenceIdObjectPatheadingSeparatoremoveNotificationCustomxmlIsXsltUsedWhenSavingetConfigPatheartBalloonpreserveNestingetHostBundleJsBasePatheartGray_targetWindowClientWidtheartswedishFinlandget_clientWindowWidtheavyhostPageSupportsAuthebrew1imageWidthebrew2innerWidthebrewLetter1invalidObjectPathebrewLetter2SampleDatableOfAuthoritiesCategoriestartsWitheight: 25pxpsvalidateObjectPathideTitlegacyPerspectiveFronthierarchyperlinkswissGermanufactureEventArgshindiLetter2historicalDiscretionalinkedDepartmentsafeArrayFlagetHostScreenshothollowercaseBulgarianhollyhomePhone2homePlatenantIdhooksInstalledhorizontalDistanceFromTextraditionalChineseNumeral1horizontalInVerticalculateApiFlagshorizontalPercentScrolledhorizontalPositionhorizontalScrollinkedOfficesampleDatamilongTime_hostInfoValueventCallbackIdisometricOffAxis2Righttps://alcdn.msauth.net/browser-1p/2.28.1/js/msal-browser-1p.min.jsHeapSizeLimithu-hungarianhyphenateCapswissItalianhypnoticketNetworkErrorhzGbSimplifiedChineselectCurrentColorisEndOfRowMarkonkanibibiobjectThemeColoresolvedm_showDisposeInfoInDebugInfoemCyrillicIie5m_biShimportBuildingBlocksysDashDotoutsideMargincrementRotationVerticallHandlersuzbekLatinlinePicturesetFormFieldsetResultCodemirrorMarginsertBookmarkAllEntriesearchStringInvalidOrTooLongetHostnamePortionForLoggingetErrorCodeFromAsyncResultEnumPagesendTelemetryEventInternalistTable4_Accent6checkUrlWithAppDomainsertCanvasyncMethodCallbackFunctionNamebuildMixinsertElementrustAllCloudEnvironmentshi-insertFileFromBase64insertInlinePictureFromBase64insertItemAfteremoveRuleinsertNewPageIsReadyinsertOoxmlAreAdvancedErrorsShowninsertParagraphStyleSeparatoreopenedinsertPictureFromBase64insertRowsBelowercaseGreekoreanAutoDetectinsertSubtreeBeforeapplyAutoFormatinsertTextBoxdmDebugLogetInstanceIfHostBridgeInitedinsertedinsertionPointenseReferenceinsideBorderColoreplaceClientObjectPropertiesWithObjectPathIdsinsideEndUserPseudonymousInformationinsideHorizontalist5insideVerticallbackFunctioninvalidOperationInCellEditModeinverselectCurrentFont_invocationId_invokeTypeisAutoUpdatedisBlockedisBreakAcrossPagesAllowedgeEllipseCalloutlineLevel5isCategoryHeaderIncludedisCheckedisChildisCitedisCompatiblegacyPerspectiveLeftisDocumentMapVisiblegacyPerspectiveRightisDraftwoDVBArrayToJaggedArrayisEmptype19isEntryFormattingKept100isEnvelopeVisiblegacyPerspectiveTopLeftisEqualist6isExperimentJsEnabledisExtendModeActiverifyArgumentsisExtraInfoRequiredisFinalist7isFirstLineOnlyDisplayedisFontsSubsetSavedisFormatDisplayedisFormsDataPrintedisFormsDataSavedisGrammarCheckedisHeadereplaceDateWithStringDateisHiddenTextDisplayedisHighlightingDisplayedisHorizontalScrollBarDisplayedisInFormsDesignoreSpaceisInStoryisInsertionPointAtEndOfLinepalightDiagonalDownisLabelIncludedisLastParagraph_CommentAdded_EventArgsTransformacroButtonisLeftScrollBarDisplayedisLinguisticDataEmbeddedisLockedisMainTextLayerVisiblegacyPerspectiveTopRightisMappedisMasterDocumentOpenedisOptimizedForWord97isPassimUsedisPerspectiversionMajorisPointerShownAsMagnifiereplaceStringDateWithDateisPostScriptPrintedOverTextisQuickStyleSetLockedisReadOnlyRecommendedisReadingLayoutActualViewavyDoubleisRightRulerDisplayedisSnappedToShapes_genericEventRegistrationsisSpellingCheckedisSplitisStartActiversionMinorwegianNynorsk-skisStyleEnforcedisTaggedisTapEnabledisTemporaryisThemeLockedisUserControlForegroundColorisVbaSignedisVersioningEnabledisVerticalRulerDisplayedisVerticalScrollBarDisplayedisVisiblegalLZisciiAssameselectCurrentIndentisciiBengaligatureconcileisciiGujaratightisciiTamilist8iso2022JpJisX02011989iso2022JpJisX02021984iso2022JpNoHalfwidthKatakanamespaceManageresetOverrideiso2022KreplyAddediso885915Latin9iso88591Latin1iso88593Latin3iso88594BalticketUnauthorizediso88597GreekoreaKs_resourceStringValuesiso88598HebrewLogicallbackIdisometricBottomDownisometricBottomUpageMovementTypeisometricLeftDownisometricLeftUpageNumberBottomacJapaneselectNextCitationisometricOffAxis1LeftisometricOffAxis1TopenEncodingetAcquisitionStateisometricOffAxis2LeftisometricOffAxis3LeftisometricOffAxis4BottomacGreek1isometricOffAxis4LeftisometricOffAxis4RightisometricRightDownisometricTopDownfieldName_m__items.japaneseAutoDetectjobInfoDepartmentjoinUnifiedGroupdateElementjustifiedjustifyinitRekanjiDigitlo-laobliqueBottomLeft_processOfficeThemeDatabulargeCheckerBoardinsertBeforemoveHighlightAnglevelTypes_underscoreCharCodem_registerEventImplainTextInlineWidthemeIdunlinkFormatmoveEndUntilistListNumOnlymoveUntilistNameOfficePromisendMailistTypeInvokeDiagnosticsLogsUploadedApplicationCountGetInitialDisplayModelayWebAuthFlowercaseRussianoption.topBottomacLatin2ExternalCodeService_ExternalCodeServiceRequestCompleted_EventArgsTransformacSimplifiedChineseGb2312ExternalCodeService_ExternalCodeServiceResult_EventArgsTransformacTraditionalChineseBig5L_SSOUnsupportedPlatformacUkrainew()m_unregisterEventImplainTextParagraph_CommentChanged_EventArgsTransformahoganyEnforceAppDomainDark1isHostNameValidWacDomainDark2Paragraph_CommentDeselected_EventArgsTransformainLight1Paragraph_CommentSelected_EventArgsTransformainLight2Skill_HostSkillEvent_EventArgsTransformargin-top: -95pxillusionsaddHostInfoAsQueryParamargin: 20px 14pxgetPlatformarkCitationpremiumarkEntryUpgradeLabel: Invalid number of parameters (ar-sakaErandomarkTocEntryGetObjectIdFromLoadOrRetrieveResultmarkdownloadConfigetElementsByTagNamemarkupMode-demarqueeToothedmaximizemayBeAvailable_startMethodTimeoutTimergeCellselectorTextConstantNamessages received cannot be handled. Message:isRequestUrlAndHeaderInfoResolvertical-align: middleDotminimizemodifiedByoffice-commongolianmorningbnum1moveDownmoveEndWhilemoveHorizontallymoveLeftmoveRightmoveStartWhilemoveVerticallymoveWhilemultiColorequirementsmusicNotesendMessageToHostAndExpectResponsetLevelPicturelativeHorizontalSizepathnameOtheresetForUpdateUsingObjectDatajikm_newNodevinewWindowNotificaitonServerUrlaunchTaskpanewsprintDateJSONSuffixm_serviceConextFieldm_nodeTypeGetAppVersionMinorthwesternaudiobliqueLeftm_originalObjectPathInfobliqueRightm_savedObjectPathInfobliqueTopLeftofficeOnReadyHostAndPlatformInfobliqueTopRightprocessForDebugStatementInfoctagonoemPortugueselectNumberoemTurkishiftRowDownoemUnitedStatesensitivityDocumentReadOnlyoffice.commonoffice.jsensitivityLabelDisabledofficeThemeChangedoffice_strings.jsensitivityNewLabelSensitivityOrderofficeconfig.jsonm_oldNextSiblingNodeleteRulem_oldNodeImageTopenOutlookPropertiesensitivityUnsupportedContentTypeoption.selectAllShapesetVisualObjectsToPersistencePrioritype33optionsensitivityUnsupportedCrossTenantIsMosfDialogInternal:action=closeDialogEventListener_validateLocalDocumentRequestarsShadowedgeRRectCalloutlineLevel6GetCommerceAllowedgeRectCalloutlineLevel7_setMethodTimeoutlineLevel8clearTimeoutlineLevel9outlineNumberedoutlinePromoteoutlinedDiamondoutset08outsideBorderColoresponsePayloadSizeLimitExceededoutsideBorderTypeoutsideBorderWidthemeManageroverlapsAfteresponseTextoverlapsBeforejectAllRevisionsShownoverwriteIfStaleunpackageserviceContextureAlignmentpostageStampageSetupdateSourceLibHeaderValuepresenceTooltipageWidthrowErrorpolishiftUpalmsColoreturnObjectGetByIdMethodNameisWarmedUpaperClipserviceEndPointm_readyToShowideUpwardDiagonalastMessageTimestampaperSizeofficeThemeTimeStamparagraphFormatparagraphserviceUrlNotFoundparchmentparentBodyOrNullObjectparentCanvasyncResultFromErrorCodeparentContentControlOrNullObjectparentGroupdateStylesparentIdparentOrNullObjectparentRowebPagePreviewTypeparentSectionOrNullObjectparentTableCellOrNullObjectparentTableOrNullObjectparenthesesetAppRuntimeStartStateget_partitionKeypartyFavoreturnValuepartyGlassetIdpasswordEncryptionKeyLengthrowIfNotLoadedpasswordEncryptionProvideribbonGallerypasteAndFormatpasteDefaultSetRequirementpasteExcelTableBindingMethodspasteFormatpatternedoffice_disable_receive_dialog_message_promptBeforeOpencilsetAppRuntimeStateOfficeJsErrorCode_ooeWriteNotSupportedWhenModalDialogOpentagonpinkTissuePapercent12Pt5isRichClientInitializationHelpercent25WebInitializationHelpercent35WebViewInitializationHelpercent37Pt5WebkitInitializationHelpercent40_asyncMethodExecutorHelpercent45_initializationHelpercent50_sovereignHelpercent55_webClientHostControllerHelpercent60createAsyncMethodExecutorHelpercent62Pt5warningetInitializationHelpercent70parseStrictLoadOptionHelpercent75microphoneOnly_testReadyImplaceholderText_testSetRichApiMessageReadyImplaid-idpl-planneribletplastic2platformTypepluserObjectId_policyManagerposition: absolutepowderichApiMessageEventCategorypreferredHeightpreferredWidthTypeprefixMappingsetDynamicTypepreload=1presetCameradiuserPrincipalNamepresetExtrusionDirectionpresetGradientTypepresetLightingDirectionpresetLightingSoftnessetHandlerAndShowDialogCallbackpresetThreeDimensionalFormatpreviewTextReplacementpreviousFieldpreviousHeaderFooterichApiMessageManagerpreviousSiblingetAppRuntimeStateprimaryFooterichApiSinkprintPreviewNameprioritype22progIdprojectTextpromptTextpromptToSaveChangesetHostThemeButtonStyleKeyspropertiesetImmediateprotectionTypeprovidedAtInitializationReasonL_ShowWindowDialogNotificationAllowConsentPrompt450pumpkin1purpleMesheetpushPinNote2pythonquadrantsetItemsquickPartsetLibraryReleaseVehiclearEventHandlersquickStyleunregisterConversation: cId=unregisterOfficeThemeChangedEventArgsunregisterOnShowWindowDialogParameterKeys_asapphirelativeHorizontalPositionCustomizationCodeNamespaceBeforelativeVerticalPositionL_UserClickIgnoremoveAllPermissionsetMethodArguments_previousOfficeThemeDatablesOfFiguresetOnHigherm_ribbon2m_richApiMessageHandlervoiceMailUrightBracket_rootObjectPropertyNamewindow.open('https://support.microsoft.com/en-us/help/17479/windows-internet-explorer-11-change-security-privacy-settings', '_blank', 'fullscreen=1')DOMParserviceResponselectRowebauth.browserauth.debug.js_addPreSyncPromisequenceName_configPromisequenceSeparatorm_sessionStartFileSliceOffset10m_subset11_createDefaultErrorResponset13_createErrorResponset14_createTimeoutPromiset15__initializeNestedAppAuthPromiset16_processOfficeJsErrorResponset17_registerPromiset18_toCamelLowerCaset19changePropertyNameToCamelLowerCaset20createErrorPromisetAsTemplateDefaultgetInvalidParameterStringetErrorFromResponsetCounthandleSafeArrayHostResponsetEnabledhandleWebHostResponsetFlowDirectionisPreloadScriptPromisetIsEvenlySpacedhandleNewWindowDialogResponsetLeftIndentprocessResponsetLevelIndentsharedRuntimeIdunshiftColumnRightuppercaseTurkishortTime_requesterWindowelshowAllHeadingshowCrossZoneNotificationgetWindowLocationHashowContactCardL_ElementMissingleWavym_skillistTable3_Accent6m_sliceSizegetResponseBodyFromSafeArraySpecialProcessorbianWebSpecialProcessortByGetSelectedResourceDataNodeHandleIsSupportedByHostar32L_BindingNotExistar4L_EventHandlerNotExistar5L_SettingNameNotExistar6L_SpecifiedIdNotExistar7ReadHostar8_isComplianceExceptedHostarsBlackclearIntervalidateAndNormalizeRequestartingNumber_subscribersDdaSetBindingDatabIndentDirectMeasurementDatabLeaderFluentThemeDatabPositionwritableCellsrcElementGetInitializationDatableColumnstartColumnL_OperationNotSupportedOnMatrixDatableDirectionL_OverwriteWorksheetDatableIdPublicNonPersonalDatableInsertAsRowstartRowidowControlaunchDialoginHintaddEventSupportDatableOfContentstatusCode_changeDocumentThemeDatableOverwriteCellstatusText_changeOfficeThemeDatablePropertype24_chunkResultDatableStyle_getAndProcessThemeDatablesOfAuthoritiestopPropagationcoerceDataiwanCnstyleSheetsV10ApiFeatureRegistryLoadConfigetInitializationDataiwanTeleTextInvalidRequestContextColorL_InvalidApiCallInContextColumnsubtleReferencePeopleApiContextEncodingetCoercionDefaultForBindingId_appContextFrameauthContextPositiongetOsfControlContextToDisplayInIframem_traceInfosbuildTrackUntrackAllabelingDisabledNoSignedInClpCompatibleUsersbootstrapezoid_tokenParamszh-twistedLines1@odata.type11buildPrototype12_osfDisableHostCheckFeedbackEligibilitype26CollectFeedbackEligibilitype27_runCommonUtilitype28CostPrioritype29HttpUtilitype30L_NoCapabilitype31OfficeJsErrorCode_ooeNoCapabilitype32RichApiMessageUtilitype34TestUtilitype35buildNavigationPropertype37buildScalarPropertype38cannotUpdateReadOnlyPropertype39checkFeedbackEligibilitype40collectFeedbackEligibilitype41costPrioritype42findArrayDimensionalitype5invokeSetPropertype6zuluiActivateukrainianunavailable_isHostOriginTrustedFunclassifiedunhideWhenUsedunicodeBigEndianunicodeLittleEndianunicodeTextuniqueLocalIdsunlockEphemeralLocksunrelatedunsubscribeFromGroupperLetterReleaseAudienceGrouppercaseBulgarianSoftwareSetuppercaseGreek_synchronousCleanuppercaseLetteruppercaseRussianpauseDefaultFolderSuffixObjectPathIfNecessaryirmuserDefinedPermissionlv-lv4_validationErrorTextDnmIntervalidationStatusm_promiseResolvertical270vietnameseCardinalTextviewableSourcesvioletL_InvalidReadForBlankRoweightaddOrRemoveEventListenersForWindowheatcontentWindowhenSelectedcustomFunctionDefintionMissingOnWindowhiteFlowersgetRequesterWindowhiteMarblewidth: 100%width: 70pxwidth=widthRelativewidthRulewindowNumberwindowStatewireFramewoodworkFaxwritePassword2002word2003word2007word2010word2013word97wordBookmarkswordWrapiFlagsworkPhone2zodiac1zodiac2zodiac3{66e7831f-81b2-42e2-823c-89e872d541b3}{}|ABTypeEnableMessageChildDialogAPISetVersionAPPUILocaleAccessControlaunchExtensionComponentForceAddAccountTypeFilter_addCommonActionFactory_updateLastUsedActionIdOfObjectPathIdCopilotAgentActionTypeGetActivationModelayMsalResultAddEventHandlerResultAddMessageHandlerAddinInvokeResultNotInstalledAddinInvokeResultSuccessAddinTrustIdAgaveVisualErrorCodeserializeSettingsAlwaysOnNecessaryServiceDataEventExcelAndroidPowerpointWebAppBindingKeysGetAppCapabilitiesVisioWebAppCommandManagerGetAppDataLocaleAppNameGetAppTypeGetAppVersionMajorVersionissueAsyncResultStatusprocessDataNodeBaseNameBasicEventL_InvalidColumnsForBindingCountTableBindingParameterKeysBindingPromiseImplicitBindingRequestionRawErrorResponseBodyForegroundColor_parseErrorResponseBodyLatinFont_parseResponseBodyLocalizedFontBody_Search2BootStrapExtensionBrokerBundleJsEnabledCancelDialogEventReceivedCannotRegisterEventL_CellFormatAmountBeyondLimitsClientResultCloseSdxDialogParentEventArgsCoerceTypeColCountCommentChangeType_removeCommonConstants_runBatchCommonResourceStringsLaunchExtensionComponentIdRestartExtensionComponentTypeCompressedConnectionFailureWithStatusGetControlIntegrationLevelaunchHelpPaneByQueryCoreConstantsCoreErrorCodesCoreResourceStringsGetCorrelationIdCriticalCensusCriticalExperimentationCtrlF6ExitShiftPersonaCustomFunctionNameContainsBadCharsShapeTextWrapCustomXmlPrefixMappingsgetSendCustomerContentTypeDailyDarkGrayDdaGetBindingDataPartPropertiesDdaGoToByIdMethodDdaMethodDdaSettingsMethodDevPropertiesDeviceConfigurationDevicePermissionTypeDiagnosticLevelaunchHelpPaneByArticleIdStringetFeatureTierL_DisplayDialogErrorCodesOfficeFirstPartyDialogParentEventReceivedResizeSDXDialogParentMessageEventDispatchIdhasDialogShownStatusProtectedDocDisableTaskPaneHeaderButtonClickedparseDisabledChangeGatesEnableNewHostsEnableTaskPaneHeaderButtonEscExitNoFocusableShiftparseFromStringetGenericEventRegistrationExperimentErrorCodesExtIdF2ExitFailOnCollisiongetXdmFieldValuePdfFilePropertiesDescriptorFilePropertiesKeysFileSizeFileSlicePropertiesKeyshostSpecificFileVersionForceConsentFormIdGetAppUILocaleGetContextDataInJsonGetDataKeysGetDocUrlaunchReasonGetFeaturesForSolutionGetHostFullVersionGetHostInfoHostTypeGetHostScreenshotGetInstanceIdGetIsDarkThemeFromCSSHexColorGetLoggingAllowedGetOriginalControlIdGetProjectFieldGetRawValueGetResourceFieldGetScriptMessengerGetSelectedTaskIdGetSettingsGetSolutionReferenceIdGetSolutionTokenReceivedGetSupportedMatrixGetTaskFieldGetTouchEnabledGoToTypeHasHeadersHideTitle_serializedHostSettingsHourlyImageHeightImageLeftInitializeThemeManagerInsertDevManifestErrormakeInt64DataFieldInterfacesL_InternalErrorDescriptioninvalidatePendingInvalidObjectPathsOfficeJsErrorCode_ooeInvalidSheetNameInvokeNativeL_APINotSupportedL_AddBindingFromPromptDefaultTextL_BindingCreationErrorL_BindingToMultipleSelectionL_BrowserAPINotSupportedL_CallbackNotAFunctionL_CannotWriteToSelectionL_CellDataAmountBeyondLimitsL_CoercionTypeNotSupportedL_ConfirmDialogApiTrustsParentL_CustomXmlErrorL_CustomXmlExceedQuotaMessageChannelaunchStoreDialogWithCopilotAgentPageShownL_CustomXmlExceedQuotaNameL_CustomXmlNodeNotFoundL_CustomXmlOutOfDateMessageChild2L_CustomXmlOutOfDateNameL_DataNotMatchBindingSizeL_DataNotMatchSelectionL_DataReadErrorL_DataWriteErrorL_DataWriteReminderL_DialogAddressNotTrustedL_DialogAlreadyOpenedL_DialogInvalidSchemeL_DialogNavigateErrorL_DocumentReadOnlyL_EventRegistrationErrorL_FormattingReminderL_GetSelectionNotSupportedL_HostErrorL_InvalidBindingErrorL_InvalidCellsValueL_InvalidCoercionL_InvalidDataFormatL_InvalidDataObjectL_InvalidFormatValueL_InvalidGetColumnsL_InvalidGetRowColumnCountsL_InvalidGetRowsL_InvalidGetStartRowColumnL_InvalidNamedItemForBindingTypeL_InvalidParametersL_InvalidSSOAddinMessageToParentL_InvalidSelectionForBindingTypeL_InvalidSetColumnsL_InvalidSetRowsL_InvalidSetStartRowColumnL_InvalidTableOptionValueL_InvalidValueL_MemoryLimitL_MissingRequiredArgumentsL_MultipleNamedItemFoundL_NavOutOfBoundL_NewWindowCrossZoneConfigureBrowserLinkL_NewWindowCrossZoneErrorStringetCustomOfficeInitializationSettingsL_NonUniformPartialGetNotSupportedL_NonUniformPartialSetNotSupportedL_OperationNotSupportedOnThisBindingTypeL_PermissionDeniedL_ReadSettingsErrorL_RedundantCallbackSpecificationL_RequestTokenUnavailableL_SaveSettingsErrorL_SelectionCannotBoundL_SelectionNotSupportCoercionTypeL_SetDataParametersConflictL_SettingsAreStaleL_SettingsCannotSaveL_SettingsStaleErrorL_ShuttingDownL_TooManyArgumentsL_TooManyIncompleteRequestsL_TooManyOptionalFunctionL_TooManyOptionalObjectsL_UnknownBindingTypeL_UnsupportedDataObjectLaunchPropertiesLaunchReasonLaunchSourceclientLibraryBuilderListDescriptorsListNameisListTypeLiveShareStateParamsMacRichClientHostControllerMaxLiveShareStateDataSizeInBytesget_appMinorVersionMouseEnterMouseLeaveNO_NETWORKNewNodeleteClientEndPointNotifyErrorNotifyHostErrorOutlookIOSFPerfUtilaunchTaskPaneByAgentIdcreateMethodObjectPathFactoryaddReferencedObjectPathsbuildHttpResponseFromOfficeJsErrorCode_ooeActivityLimitReachedOfficeJsErrorCode_ooeInvalidOrTimedOutSessionOfficeJsErrorCode_ooeRequestPayloadSizeLimitExceededOfficeJsErrorCode_ooeResponsePayloadSizeLimitExceededOfficeJsErrorCode_ooeUndoNotSupportedOfficeJsIdOfficeJsReadynamicTypesOldNodeleteServiceEndPoint_parseQueryOptionalPropsOutlookAndroidOverwriteIfStalePersonaDataUpdatedPersonaInfoAndSourcePersonaPromiseTypePersonaTypeautoPopupOptionsPosterPowerpointAndroid_addPreviewExecutionActionsPrimaryBackgroundColorPrimaryFontColorProcessedResultsProductServicePerformanceQueriesReadWriteSettingsRefreshAddinCommandsRefreshRibbonGalleryRegisterServiceRemoveEventHandlerReportAddinSkillResultRequireHTTPsisTargetSubdomainOfSourceLocationOverrideResourceIdRevisionVersionRichApiBridge_1_handleRichApiMessageManagerRichClientSettingsManagerWebkitSafeArrayAsyncMethodExecutor_buildRequestMessageSafeArrayDelegateSamplingPolicyisSdxWacSinkSecondaryBackgroundColorSecondaryFontColorUnSelectWithErrorSendMessage2SendMessageKeysSendNonStandardEventSendTelemetryEvent_recursivelySetTaskFieldmultiSetting_HandleResultSharedRuntimeIdSimpleTelemetryLoggerSkillErrorCodesgetStartupBehaviorStopExtensionComponent_onSucceededSuppressNexusSwayTabExitShiftTabInShiftTableHeadersTableRowsTableSubsetKeysTaskPaneTitleTcidEnabledTcidVisibleisTrackedObjectsUint8ClampedArrayUnformattedUninstallCustomFunctionsUseDeviceIndependentPixelsWacCommonUICssManagerget_isWebClientSettingsManagerWebViewHostControllerWebkitHostControllerWin32RichClientHostControllerWordAndroid_DebugXdmClientEndPointXdmEventMethodObjectXdmMethodObjectXdmServiceEndPointXmlSvgetDefaultDialogRequirementMatrix_IsNullaunchUpsellExperience_KeepReference_RegisterAddedEvent_RegisterAnnotationClickedEvent_RegisterAnnotationHoveredEvent_RegisterAnnotationInsertedEvent_RegisterAnnotationRemovedEvent_RegisterChangedEvent_RegisterCommentAddedEvent_RegisterCommentChangedEvent_RegisterCommentDeletedEvent_RegisterCommentDeselectedEvent_RegisterCommentSelectedEvent_RegisterContentControlAddedEvent_RegisterDataChangedEvent_RegisterDeletedEvent_RegisterEnteredEvent_RegisterExitedEvent_RegisterParagraphAddedEvent_RegisterParagraphChangedEvent_RegisterParagraphDeletedEvent_RegisterSelectionChangedEvent_RegisterWordCountChangedEvent_RemoveReference_UnregisterAddedEvent_UnregisterAnnotationClickedEvent_UnregisterAnnotationHoveredEvent_UnregisterAnnotationInsertedEvent_UnregisterAnnotationPopupActionEvent_UnregisterAnnotationRemovedEvent_UnregisterChangedEvent_UnregisterCommentAddedEvent_UnregisterCommentChangedEvent_UnregisterCommentDeletedEvent_UnregisterCommentDeselectedEvent_UnregisterCommentSelectedEvent_UnregisterContentControlAddedEvent_UnregisterDataChangedEvent_UnregisterDeletedEvent_UnregisterEnteredEvent_UnregisterExitedEvent_UnregisterParagraphAddedEvent_UnregisterParagraphChangedEvent_UnregisterParagraphDeletedEvent_UnregisterSelectionChangedEvent_UnregisterWordCountChangedEvent_V1APIMapiInformation__apiSets_actionType_addActionResultHandler_addServiceApiAction_addSetMapiNotAvailableget_addinName_apiMethodsget_appInstanceIdget_appNameget_appUILocaleget_appVersion_areAllCallsCompletedm_association_asyncCallsCompleted_autoTrackIfNecessaryWhenHandleObjectResultValue_blockWritemNotFound_blockingOthers_calculateLastUsedObjectPathIds_callDict_callerId_changeCss_checkCallArgs_checkStatusLogged_classNameget_clientMode_clientSettingsManagerget_clientWindowHeightget_commerceAllowed_complexTypes_controlIdNotFound_conversations_copyHeadersget_correlationId_createEventHandlerProxyObject_createRequestExecutorOrNullistContainsKey_customerContentQueueget_dataLocale_delegateVersionget_dialogRequirementMatrix_dialogService_displayNameget_docUrlistTable3_Accent1_eachEntry_enumerate_errorCodetermineCoercionType_eventDispatchesm_eventInfosfControlAppCorrelationId_eventName_eventResult_events_fHostTrustedget_featureGates_fixupApiFlags_formatStringetDefaultRequirementMatrix_getCurrentTestNameWithSequenceId_getLastAction_getOfficeThemesCss_getOnAfterRegisterEvent_getPendingEventHandlerActions_getPropertyValueWithoutCheckLoaded_getRequestBodyText_getState_getVersion_handleIdResult_handleNavigationPropertyResults_handleRetrieveResult_hostFacadevicePermissionget_hostFullVersion_hostTrustCheckStatusget_initialDisplayMode_input_internalConfigetDefaultVersion_invokeAppCommandCompletedMethod_invokeIdget_isFromWacAutomation_isLocalDocumentUrlistContainsValuem_isNullObject_lastRequestFlags_lastSyncEnd_lastSyncStartm_liveShareStateInstance_logBodyEnabled_logEnabled_marketplaceType_messageTypeget_nestedAppAuthBridgeType_objectPaths_officeCss_onHandleRequestError_onRunFinishedNotifiersget_osfControlType_osfHostRegisterEvent_overrideSession_parameterCount_parseHttpResponseHeaders_parseRequestFlagsAndCustomDataFromQueryStringIfAny_parseSelectExpandm_pendingProcessEventHandlers_perkvstorService_postCallbackHandlerm_preSyncPromises_processRegistration_processingResult_queuedEventsArgsget_reason_refId_registerHandlers_registerMethodObject_remainingetDeferredFlights_removeKeepReferenceAction_requestExecutor_requestFlagModifier_requestIsPendingetDescriptor_requesterUrlistTable1Light_Accent1_requiredCount_requiredParametersget_requirementMatrixm_responseTraceMessages_responseType_resultCodem_rows_scriptMessager_serializedSettings_setAsapiNotFoundDetails_setCurrentTestName_setResponseTraceIds_setScheduler_sets_settledAt_tabbableElements_targetUrlistTable1Light_Accent2get_taskpaneUrlistTable3_Accent2m_telemetryQueue_testTriggerRichApiMessageEventget_touchEnabledm_typeInited_unregisterMethodObject_updateAsNullObject_useSDXSandbox_validateInput_verifyManifestCallbackgroundColor_wacHostEnvironment_willSettleAtaccessDeniedaccess_tokenIdenityTypeactionCorrelationIdactivatedactivationModeactiveElementactivityLimitReachedaddComplexTypeaddDataFieldsaddEventContentTypeaddEventHandlerAndFireQueuedEventaddHostMessageHandleraddListeneraddMappingetDiagnosticssFloataddNotificationaddObjectEventHandleraddResourceStringValuesaddRuleaddSinkaddTraceadjustToDateTimem_declaredObjectPathMapiSetInfoOrdinalistTable1Light_Accent3m_namespaceMappCommandIdm_variableNameForObjectPathMappIdsappTypeappendDisposeCommentIfRelevantapplicationIdm_argumentObjectPathsauthVersionauthorityBaseUrlistTable1Light_Accent4authorityOverrideauthorityTypeautomaticallyClearedbaseFrameNamebindingsbodyBackgroundColorbodyForegroundColorbookTitlebooleanbuildArgumentLiteralistTable1Light_Accent5buildArgumentsExpressionbuildClientObjectTypebuildEnsureUnchangedbuildEnumTypebuildEventsbuildHandleIdResultbuildHandleResultbuildHandleRetrieveResultbuildItemsbuildMessageArrayForIRequestExecutorbuildNavigationMethodsbuildNavigationPropertiesbuildNewObjectbuildObjectPathExpressionWithParentbuildObjectPathInfoExpressionbuildQueryExpressionbuildRequestMessageBodyAndRequestFlagsbuildResponseOnErrorbuildResponseOnSuccessbuildScalarMethodsbuildScalarPropertiesbuildV0EventbuildV2EventunregisterFunca-escanCollectCopilotFeedbackcanSendAddinIdcannotApplyPropertyThroughSetMethodcannotRegisterEventcanonicalistTable1Light_Accent6capitalizeFirstLettercategorycharAtcharCodeAtcheckAndResolvePromisescheckArgumentNullistTable2_Accent2checkPermissioncheckedConfirmdoNotForwardchildItemTypeFullNameclaimsclassificationclearObjectEventHandlersclearQueuedEventclientErrorclientIDKeyclientIdm_clientObjectTypescloneEventclpSessionErrorcoercionTypecollectObjectPathInfosfControlContainerErrorcolumnCountcompareVersionsconfirmencryptOnlyconnectionFailureWithDetailsconnectionFailureWithStatusconstructCallArgsconstructMessagingArgscontrolBackgroundColorcontrolForegroundColorcontrolTypecontrolsconvertIntToCssHexColorcoolSlantcreateChildItemObjectPathUsingIndexerOrGetItemAtcreateClientHostControllercreateClientSettingsManagercreateElementcreateEnsureUnchangedActioncreateInstantiateActioncreateMethodActioncreateOMEndcreateObjectFromReferenceIdcreatePolicycreateQueryActioncreateQueryAsJsonActioncreateRecursiveQueryActioncreateRootServiceObjectcreateServiceEndPointcreateSetPropertyActioncreateSettingscreateTextNodecreateTopLevelServiceObjectcreateTraceActioncreateTraceMarkerForCallbackcreateUpdateActioncustomFunctionInvalidFunctionMappingetDomainForUrlistTable2_Accent4customFunctionNameCannotSplitcustomFunctionNameContainsBadCharscustomFunctionWindowMissingetDynamicTypecustomerContentTypecustomerContentVersionm_defaultApiSetNamegetNamedItemitfillTenantTokensureInProgressBatchIfBatchModem_eventRegistrationwfeatureNamefieldsfillOptionsfilterTypefinallyNormalizeFlagsfireEventfireObjectEventfireOnReadyfireOrQueueEventfireQueuedEventfirstChildfloorflushQueueflushTelemetryQueuegetPrimaryIdentityInfocusToFirstTabbablegetUnifiedCommunicationInfocusToNextTabbablem_isValidRequestInfocusedJSHeapSizem_genericEventInfootnoteTextfullStatementsm_getAdditionalHeadersm_getByIdMethodNamegetInvokeBlockingFlagetEventHandlerCountinitializeWebViewMessagingetEventRegistrationinitializeWebkitMessagingetFeatureGateprocessWorkBacklogetHostBundleJsNamegetInvokeTypegetIsPersonaInfoResolvedCheckgetItemAtgetItemsgetJSHeapSizeLimitgetKeysWithPrefixgetLokiTokenProvidergetMethodApiFlagsgetObjectEventHandlerCountgetObjectPathExpressiongetOfficeStringJsNamegetOnEventNamegetOwnPropertyNamessageCategorygetPersistentKvStorageServicegetPolicyManagergetPromiseTypegetQueryStringValuegetRegisterMethodObjectgetRequestUrlistTable2_Accent5getRequesterUrlistTable2_Accent6getResponseHeadersFromSafeArraygetResponseStatusCodeFromSafeArraygetResponseTypegetSensitivityResultDetailsByStringErrorCodegetSerializedHostSettingsgetSerializedSettingsgetServiceEndPointgetSnapshotEnabledgetSupportedEventsgetSupportedLocalegetTabbableElementsgetTargetIdOrDefaultgetTargetMethodNamegetTotalJSHeapSizegetTrustedTypesPolicygetUniqueIdgetUnregisterMethodObjectgetUsedJSHeapSizegetValuegetVarDategetWebAppStategetWindowNamegetWithExpirygetXdmEventNameget_idgetofficethemedataforvisualsurfacegl-esm_globalObjNamegridTable1Light_Accent1gridTable1Light_Accent2gridTable1Light_Accent3gridTable1Light_Accent4gridTable1Light_Accent5gridTable1Light_Accent6gridTable2_Accent1gridTable2_Accent2gridTable2_Accent3gridTable2_Accent4gridTable2_Accent5gridTable2_Accent6gridTable3_Accent1gridTable3_Accent2gridTable3_Accent3gridTable3_Accent4gridTable3_Accent5gridTable3_Accent6gridTable4_Accent1gridTable4_Accent2gridTable4_Accent3gridTable4_Accent4gridTable4_Accent5gridTable4_Accent6gridTable5Dark_Accent1gridTable5Dark_Accent2gridTable5Dark_Accent3gridTable5Dark_Accent4gridTable5Dark_Accent5gridTable5Dark_Accent6gridTable6Colorful_Accent1gridTable6Colorful_Accent2gridTable6Colorful_Accent3gridTable6Colorful_Accent4gridTable6Colorful_Accent5gridTable6Colorful_Accent6gridTable7Colorful_Accent1gridTable7Colorful_Accent2gridTable7Colorful_Accent3gridTable7Colorful_Accent4gridTable7Colorful_Accent5gridTable7Colorful_Accent6groupshasActionshasButtonhasCheckboxhasEventHandlerhasHandlershasIndexMethodhe-ilistTable3_Accent3heading1heading2heading3heading4heading5heading6heading7heading8heading9hostCallArgshostIdhostInitializationEndhostInitializationStarthostIntegrationManagerErrorhostJSVersionhostJsVersionhostLocalem_hostNamehostRestartNeededhostScriptProxyhostSpecificFileNamehostUserTrustedhostVersionhr-hrimageBase64imageHeightimageLeftimportScriptsinitializeEventHandlerinnerErrorinnerHeightinnerTextinsertRuleinstanceNotFoundinvalidGrantinvalidResourceUrlistTable3_Accent4invalidRibbonDefinitioninvalidSheetNameinvertibleinvokeActioninvokeCallbackinvokeDiagnosticsLogsUploadAttemptsinvokeEnsureUnchangedisAllDigitsisChangeGateEnabledisConfigAvailableisDarkThemeisDateisDebugJsisDynamicTypeisFeatureEnabledisFeedbackSentisFreemiumUpsellEnabledisFunctionisIOSPlatformDetectedisInUnittestRequestNameHeaderisLoadOptionisNativeApiInfomationisO15isOfficeOnReadyCalledisOsfSovereignVersionisPersonResolvedisPlainJsonObjectisPortPartOfUrlistTable3_Accent5m_isReadyisRemoteOverrideisSafeArrayisSovereignHostTrustedisSovereignVersionisSupportedByDeclarationisSupportedVersionisWindowDialoggerparseUrlistTable4_Accent3querySelectorAllistTable4_Accent5webAppUrlistTable5Dark_Accent3listTable5Dark_Accent4listTable5Dark_Accent5listTable5Dark_Accent6listTable6Colorful_Accent1listTable6Colorful_Accent2listTable6Colorful_Accent3listTable6Colorful_Accent4listTable6Colorful_Accent5listTable6Colorful_Accent6listTable7Colorful_Accent1listTable7Colorful_Accent2listTable7Colorful_Accent3listTable7Colorful_Accent4listTable7Colorful_Accent5listTable7Colorful_Accent6listenerslocalDocumentApiPrefixm_actionResultHandlerm_allHandlersm_apiSetsm_colsm_customRequestHeadersm_docInstancem_errorCallbackm_explicitBatchInProgressm_instantiatedObjectPathsm_isCollectionm_isLoadedm_jsonm_mappingsm_matchWildcardsm_nsm_onchangeHandlersm_operationTypem_partIdm_pendingEventHandlerActionsm_previewExecutionActionsm_proxym_referencedObjectPathsm_roamingSettingsm_serviceApiQueuem_settingsInstancem_stringsm_targetIdm_targetNamespaceObjectm_trackedObjectsm_valueNotLoadedmakeBooleanDataFieldmakeGuidDataFieldmixedmoreInfoInnerErrorobjectIsUntrackedobjectNotFoundobjectPathIdPrivateocxofficeControlIdofficeExecuteEndofficeExecuteStartDateofficeInitializationSettingsofficeJSItemLabelForIdentityErrorofficeJSRMSLicenseErrorofficeJSSessionOrDocErrorofficeJSVersionofficeJsEventRegistrationofficeJsVersionofficeOnReadyCallbacksofficeOnReadyFiredofficeOnReadyPromiseResolveofficeScriptEventIdofficeScriptFireRecordingEventofficeSolutionFrameworkHostErrorofficeThemeCacheValidPeriodopeneroutOfMemorypaddingLeftpaddingRightparamsparseAppContextFromWindowNameparseFlightsparseFloatparseHostInfoFromWindowNameparseInfoFromWindowNameparseInfoWithGivenFragmentparseXdmInfoFromWindowNameparseXdmInfoWithGivenFragmentpartAFieldswriteNotSupportedWhenModalDialogOpendingStatementsplainTable1plainTable2plainTable3plainTable4plainTable5platformRemappingsport1port2posterpostprocessActionResultsprepareApiSurfaceprepareHostSpecificSurfacepreprocessActionspreviousObjectsprimaryBackgroundColorprimaryFontColorprocessEnsureUnchangedActionprocessInstantiateActionprocessMethodActionprocessOneActionprocessPreSyncPromisesprocessQueryActionprocessQueryAsJsonActionprocessRecursiveQueryActionprocessRetrieveResultprocessSetPropertyActionprocessTelemetryEventsprocessTraceActionprocessUpdateActionprocessingInstructionpropertyNotLoadedpropertyTypeFullNamepropsproviderNamept-ptpuidqatquoteunregisterForEventuiLocaleunexpectedErroruniqueInstanceupdateNotificationupnCheckur-pkvalidateReferencedObjectPathsvalidateTelemetryEventvaluesvi-vnvisibilityModevisiblewaitForFunctionwin32winrtwordCountzh-cnQ0
Q�Q�ttZ��l�
2	�*�R}|Q��#Y1%puy=�3	Sc uqqQqQ�qQ8rQrQ�sABBQ@
rrq�.S��P
R�<QD
rQC
sAqrra�S���Q7a�uVosowz~R_�S	-	,	QAtQ�twwQ:
vQ.	rQ�a�rQErQrrQ<	r
Q�sAijQ3rr	rRj�Rj�R_�Ro�RjPR_hRj�R��Rt�R_aRj�RjaR��R�aR��Rj�R_�R__R_f�=X�	�
�����	�������4
]
H
I
��
�&!�Pn
��[tu�
��������Y�������j��a�R��a��B/���C!����
�
���*����"
���
h�$M
�
:��
�
�
�
�
�";	:	�
�
5�
�
�
�k��UTXW\[�
��
�
�
Q�Q^P��l�	���
���a��3�G^{~H���p�V>�	�	���
�
�
�;��8	�`��	�n>[�%���$�
J[��a�_�Q����1�W�S���Q�	Q>S��'$Q�R�'$QW
V�v	NI�'Q�W�Z�7���Q�R�
Q)Q.
X�	�2���-Q2
�p?
t2��Y3�
���-��	Q��W2����	�
Q�V�2��
Qf Z���
��e�	��8Q'U_�&��Q�S�
��QZ
S���Qc Q<#a�[�#��"	�`D�Q���_`U&�����*��
���
Q�S��{QT����Qe
T�NP�Q�S���QWQiQ
S�	t;QP
Twv .QS
R�5QB
QL
T���.QE	Q�	Q�Q�	Q�Q'Q�QQrQ
sabcaoS��~Q�S���Q(\V��`����gQ�Q;a�T�]
+Q�Q�
QvQ�QQ�rQ�
u;Q	tu<u=Q�tQ�rR��r<=Qg#tQztQi#tQ� tQ�
vQ�ttQ]uQ�r>ru?u@Q�	rR�	�r?@Q|urQvQ�tQtQvQ=tQ�tQ�"tQ�ttQ�rQzsABBwCwDQ�ttQNrQ�sACDQ(tQ�tQ
tQ8tQXtQ\ttrErFr	Q�tQY
uQYvQvQ�vQ�vQ�vQSvQH
vQ�vQ|vQvQ�vQ�vQ_vQ�vQ�vQ�vQ�vQ7vQ�vQvQ�vQ#vQsvQ�vQ#vt
rGrHrIrJrKrLrMrNrOrPrQrRrSrTQW
qQ�qrUrVQrrKrLQs#qrQ�uQ�tQ�	tQrqa�qQ�qQzqQH	qQ2qQEqQ�qQ�
qQQqQnqQ�qQ	qQ�	qQ�qQ�	qQ�
qQ�qQsqQ�qQ�qQqQ�
qQ�
qT�mt
r
vWWwXXvYYvZZtu[tv\rQ�uQ�uQ.uQ�uQ"uQ�
uQ�uQ1uQ�	uQ�uQ�uQTuQtuQuQ�uQP"uQ�urQ<#qa�qQ�qQ�qr]rQ�uQ#uQ�u
Q�uQ"u#Q�u
Q�tQ5vw^Q�tQ9vQ9u	Q;u	a���
�c[�q�"�DErQ�tw_w`Q�tQX
uQ"uQ�uQ^
rQ\
sa_`Q�
qrQ�vwbwcQ�vwdweQ;vwfwgQ�rQ�safgQ�rQ�sadevhuw^QUtQttQxuQ)uQ�ttQ�uQEqQ�qQluQ�qQ�qrQuQXuQ0uQ@tQ~
vQ~vQ:uQ�xtv\Q�ttQ�vtQ5	tQttQgtu;tQ�rQ�sABBQ6u!sQ#tQ!tQu Q�"urQ�vQua�qr Q�vt!v\ Q�tt"Q�tQA
vt#Q�	tQ�tt$Q�tQItt%QFrQ�sABBQ�#u(s&Q�tQ�"tQ�t	wi
wj
Q�rRX�rBBr'v\'QBu'u(Q�tt)Q�tQ`vQ=
vt*Q0tt+Q�tukult,QYrQXsAklQ�vumunQGvQ�vt-QkrQjsABBQarQ`sAmnQtuoupQ�turQ�tQ_tQ]#tQ>"tQ�tQ�tt.QG
rQF
sAopQ�!vQ$vQLvt/Q�vQ�vQvusutQGv
Q�"vt0Q�	rQ�	sAstQ[vQxvQyvQM tQSvt1wuuvuwt2Q�rQ�sAvwQ|vQ}vwxwyQ~vQ�tuzu{Q�tw|w}Q�tt3QVrQ^sAxyQZrQ�sAz{Q]rQ�sA|}QzvQ$vt4Q�tt5uut6QUtt7Q�vw;Q�vQ�vt8Q[#tu~ut9QrQ�sA~Q�tQ�tQ�tu�u�u�u�t:Q�rQ�sA��QrQsA��a�rQqqR��Ro�Q�QxQ�QoQ`Rj�QjRjz
Q_Q}Q�R_z
R_�Q�R��Ro�Rt�R��Z��76�
���\a�[dDeEyz���������������!()4�
������qW��RS�a~����;�;Y(	)	7	T	U	e	f	�	8,T�	�	:
�
�
�b���h
i
���"2�G v*	�|iaS�P�?@�����������jk��c=
>


�o��L�|��7&'SAt�F��`
ts0	1	-.DE��	���	���	�L���h
WR_`3�;
~		acS$� �"b��Ux
~P:a�ZO���
|}� � �a��9��N�S
P�T6��"��x��7�L#�
@�
:<t�>� � � � &� � �� � *?� � �a�Q'$a�T����a�QE"a~�-o)�^`��?���7l	�M �<03��
�K}s�"O����	�"�
���:_^`afa��ab
pc
�vB�F�\.}�����a��5��n��C�W@O
��=.�^m�j~t��H(i����W�����}34E�����o����a��p
���T
��H�>�,�	���F@
�M�����MV��1�
|�$�utu��������	W	_	@�#$!M3���i	e������32_
1�d�"k���
�G������!��	�
�
?
���|���
l�QmU���9�QSE�g
QyR|Q�
R|8Q�T�	4rHQ*R�QH[K
0�$'�/7�Q=U�?��Q%[�
����HQTS�G�	Q�SBQ�Rm�Q�T���Q
a�S�CQ�
R/'
Qa�����������������y�O��c�Q�Rk�QJQ^���	\�i����Pe�\D�	��Q�S��QHQa�Q+Q$
Q�#a���g�
�c["=>�����Q}W%>�
\O1qQi	U���Q�V�#���	��Q�S�U
Q7Z�[���/'
��QS��QF	^������(��G���uQ#V
���Q�^6o���5(b�9��8QnYH���)+b4zQ�TH���Qra�Z�+�B��W��
�#QpQ�#a���
c�ed��2=��
��(�(��
Q�T�#H�	�Q�UH�	��Q
S,e�Q�	W8��+�mQa�U�
6K8�Q�ДV�2#3#4#5#6#7#8#9#:#dD��7:BD�"��QL�+��(9�g$���"���#�#�#�#�#��"�"�"�"�"�"�"�"#########	#
###
################### #!#"###$#%#&#'#(#�!�!�!"""C"��J"j�"�"�"G!H!�!1#W#v#�noC�#��#y��u�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#�#Q�T�eG"Q�Y����zm���Q�SzR�Q�UC@-�y
QMR��QPR��Q�R�{TC@-�QJa�Ra]Q>
S��nQ�Uv
TWja	Q�W��T
.N/HQ���W���S
����b|����zQ�Q�a�Q=Q�	S��TQ�a�R�QS���Q�a����
d2 k/	K��op�������RQ�U�1���Q�	U�Q�Љ��
�
10Pc����
�Cd�� �
d���p
���S�����������5�����
��	�6���s
3X�
��
�[
^
�
�
(�
C
�	�
�
�
:�
����
Y�
��0h����j�	I>9%
 
1
M
H����0j�	��%�:	���
#�
����O�f�Q
��Q,UXYZ[�Q�
VZ�7���Q�S� sQb͞R4�QR�Ea�U�&
��g
QkTR�47Z��<5+-./]Q�R��Q�R�nQ�Q�a�S�1�Q�S��
�
Q�	a��?�
6K8������<�����;��,g�abc�
�
�
�
�cn�9:�8��
�����]�	�n�<:���I
��9���Q}\hk�4F�\z��
�
pa���t��u�vwxyz{|}~����J�Q;S��{QP	S=�Q�V�~��TQX�%[	R�	�
�
QX�%4q�
?
�
Q�
V�%�
?
�
Q���
	*��	q�~�����������	{/}#W��rhg�	
+	�T:WV�
�j��n�U�;Xk�!���a
;45
0j
RD`��x���v��
5��1r	$�	LMN���IJK,*4�
�
Y����(�����K	i��]:�X
�bh�le�
^o�pm�_�VN���w@X�
�0QMW��wl�@�#QzSH��Qxa�VL#B�Z�#Qma�Sp^�#Q�W�	�s��LQ}a�T����QvR��QqS���Q�R�=QS�LQja���
Y���cee��3>����+(��3�Q�	Y�+�B��W��
Qc��
��i
e?[I�d����)���	D	�Up?�����$�Q�%#��'J�/R-��$����hM����)��'�R��H,�O
[
J����,.2�Tb
o����
���(�TB�Nh�����CTLw��	u%\����#$B��
Q��"�
kc��kqd	��
�����
��QWS�G	Q�R=�Qa�S��sQoT�
��QvS�8Q�	So��QS��"&Qp��\
'[�


M	�����*q�����u	RZ�u�(��+0Do@<z����-�������Q�����
������IJK�LNP�x{RSUX����������������N�
s	k�c������d��r���0�!gZx�[/8x���~G���@	rsT��������y�y��3E,�(/�
G�9���c�b��/�������
2�O���
�/��
,��PC�����*Q�S�4%Q�T��
a����
l~{�hY��~v���F]P���?ACDE�KQuQxQ]Yg���
�ZQfWzW$+v6Q1T�#�JQ6Q�#a�U�W�*tQcT�#JNQIQ���Jr�
I���E���H��JQQ+SJ��Q�S\�WQ�a�T<5��QQNW�#�mwl
��Q�U�#, �Q�X�#L��Z�Q�a�_�������8�����zQ�	��#�n���v�7�!	�]��?�yG�?J/Q�	]�#��0��� !"�	Q�	V�#�
��\Q�	S
�@Q< Wy	���9�QS�{	�Q�S���Q�S4�-Q��7�#z��u�x{}�4�d���
pc
� OK�<�q	q������
�2�\���U�L�b�MQ��?�#���n[y��EDe;�=���pt�����g����������	�����
����_��zv����	Q�U�#P��a�T��
H�
Q���#!?��	K�	b	<��u
`GO�N	O	I	J	YA	B		�Q�U�#�
H�
�a�T��PQ�T�#<�Q���#�'S��(2�Q���Q���#T
L
6
c
	p�K 
�OS�s��CHKQ���#���F��!w���'�+�A�Q�Q�#a�Y	�$()6��
QmS�#l�	Qj�,�#	�$()6��
?��/
|@�q
��& 3!"#%&'�
Q���C<
��"�@4�����������Q�Z�#�
H�
��	��PQ~S�#�>Q�������h��F�Mz�|%Q�Sx
�lQ�Z>������]dfQ�R*QB[��o
��V
6��.Q�a�Sme
�Q�a����o
��V
6�04	5(
����.Wg(Q�S�1�Qza�Rg-Q�R�DQ�S7�*Q2R��Q�R�G	Q9a�R�zQ=S~�	�#QAR�mQ�a�WS~�X���a�]�p
Z��
����h	�Q
S�NQ{S �HQ5a�RD�	QK	ZjBfdekj��Q�RdfQ
a�U�b	+Q#
Q]U����wa|Rh�Qk
S���Qn
a�QqQ�Q	S��HQ	R�	�Q�	T��l�QiS\V�Q�RV
YQ�TH�	��Q��'*����R
+,1�rfe)��I=�IZgknOw����l���
8QPQWU�	�
T
�Q:R��a�Q&R��	Q�S�7
Q�R;�Q�R�Q�Q@R9�QRO|QPS��9	Q�Ry�Q�T�
�>�Q���c'
�/q�q%[7I
�9��Q�R�Q�
��
�;`�����9:�������]�	�QjZR�<4q��[[	ra�UHSM77Q�Zd���Z
��� Q9�i�
��	���@Z[�
�d3
Q]�$�����1��2Q�U���/'
QYY	&��[	r�	lKQ�W�	�	G3��QHRUtQ;TyJ
�Q�a��*�����������V���v�4���	�G�
	�*GL��^��	I�a���
�
QyVLL��n�Q���6��o
�V
���54	0��(
Q&	a�T�	���	Q�a�R��QEV�
�c�M�QV��	��+�Q�a�Tz��_QY	a�V;I�J*Q-W���-��Q]	R�3Qa	R�x
Q�VBb����Q1\�����Q���
�
QQ�Tt
H_
Q`
S�MQ�Q�T46��	Q�QB
S.e0Q�a�S�
�Q�T�8!ir�QQru�q�v�Q�
rQ}rr�r�Qnrv�\#Q[u\#q�Q�Q%q�q�v�r�rq�q�r�Q�ru�Q&tQ�uYQ�uQ&qv�\Q.qrQ'urv�r�r�r	Q�tv�v�v�Q�rQq�R� � Q�rQ
q�R� � QrQs���Q
rr
Q�u|v��#Q�	u�Q-u�Qu9Q{tQVtQ�tQQtQ�u:r�r�s�s�rv�Zv�1v�0v�@#v�Hv�v�Kv�kQ\u_v�0QQuQ]u_v�Qv�Qv�?v�Fv��	r�q�u�u�u�u�t�\t�\t�\t�Yt�0t�\u�G
v�]v�\u�gv�]v�"v�1v�~w�����w�����w�����w��w�rr�rr	r
rrQ�qrQbqQ�qQ�qr
Q'qQoqQqqQ5qQ6qQ7qrv�Q�uv�v�rQfv�
Q�qrrv�r
r�rrQqrv�vQSr\rv�trtrQ(urv�rQJurvQ7qrrQSuQ4rQ5v�tQ�qQ�qrvrv�Q�	qQ�qQ�
qrQbuvQuQ�u rr v�rrr�rQlqr!Q0u%v#!r�\Q�r$r"v�!v�!v�!rrrrrrr#s�#r$Q u!#r%v�$v�$v�$QQ�	Q5Q�r&v�@v [v!fQfqt"#Q�qr'Q�u/#Q_u6#Q
qQqr(Q�qQ�
qQ�
qv�)Q8qr$r)r*q%r+q&Q�tv�*t*Q�s+r,rv�-QL!qr-Q]u/#r.v�/r'r(r)r�r*r/v+.v,.v-/#v./#v//#Q:u6#v0/#v1/#Q�qQZqq2QvqQ!qr3QqQqt4.s5/r6r7r8r9QqQ�qQ�qQArr0v:xv;gv<xv=gQUu#
Q�u<Qu=v>'#Q]u�#Q�u�#Q�u�#QEu�#QQu�#r�QR	sQQ	sv?]v@]QrQ&q�R� � QrQ)s���QvrQ�q�R� � QCrQ-q�R� � QXrQ8q�R� � r1v�0vA0Qmu1Q�	u1vB1v�0vC0v�0Q�u1rDQ,
qr
r2q�r3v�2r�2r�2rEr4
r5qFv�4t4vG4s*sHr6Qu/#Q�	u+Q�u(Qu,Q@tQ�qQ�qQ�qQ�qQ�
qQ*qQ�qQCsQ�
su4.u5/r7v�6t6Q�u8vG6r8Q�u6Q�u6rIQ�qQ)rs�QkrsJQjrQ�rQ�rsKs�Q�
rsLsMQgrQ>rQlrQRrQorQOrQ:rQ�rQdrQ�rQs
rQSrQurQrQ9rQlrQQrQ�rQVrQ�rQK
rQ~rQKrQ�rQrQ!rQCrQ�rQ
rQ�rQXrQ_rQ�rQtrQ|	rQ�	rQz	rQ;rQ�rQ�rQrQ2rsNsOsPsQQ6rQ�rQvrQwrsRQ�rQ�rQhrQrQ#rQFrQ,rQ�rQ
rQ�	rQgrQ�rQfrQerQbrQyrQ�rQrQ�rQrQNrQ�rQ�
rQ�
rQ�
rQ^rQ}rQmrQ6rQf
rQ�rQ�rr9vS`vT#vU;#vVbvW7Q�uX	Qg
uW#	Qu{Q8u�vX�vYDvZ�#v[�Q�u�v\�v]�v^�Q�uQuoQ�uqQ
usQ�uuQ�u;QGu;v�kv_"v�Zv`�va�vb�v�?Qzucv�\Q�u]v�KQ�u�QOuZQ�u�Q�u]Q:u]Q�
u�Q�
tQ�
tQ� tQ�trctduerfQ�qQtQXta tadtQttgQ�sQ�sQ�s	thQsQ�sQ�st�Q�sQ�stiQ�sQ�sQ�sQ�sQ�sQ�sQ>sQVsQYsQ_sQ6	stjt%tktltmQ�sQlsQvstnQ=sQ�sQ�
sQ�	sQ�sQ�sQMsQQsQ;sQ�sQ�sQZsQ4sQ�sQosQ]sQ-stoQ�sQ6sQ�sQ�
sQ�sQ�sQRsQ<sQ�sQsQ�sQ�
sQ�sQDsQ�sQ�sQ^sQ�sQ�sQ�sQ�	sQ|sQsQ�sQ�sQ�sQ�sQ_u\
vp\vq\Q�
u	v�]
v�]
Q}uQ{uurdvscu�`Q�t
Q�uYQ`u]u�\ut\u5�u4�Q�t1Q�t1Q$t1Q<t1Q�r
Q�q�R� � Qr
Qq�R� � Qr
Qq�R� � Q
rQ�q�R�� Qr
Q�q�R� � QrQ#q�R� � Q
rQ3q�R� � Q�rQ�q�R� � Q�rQ7q�R� � Q�rQ�q�R� � sIr:vS`vT#v�1vU;#vVbvW7tcuutdvp\vq\v�1urdvscu�`QqrvQ�qr_Q�qQ�
qQqQRqQ�qQ�qrQqQ�qQ�qr;QTu5r<vw3qxty2r=a�qs�sMQ�rszr>Q�u\#v�v�0v;gv=gv:xv<xQ�uIQyuRt�Q$su�Q�sQDsQbtu{t|v}>v~>r?v�>v�>v�>wB?BrQ�qQ�qQ�qQ?qQ�r	Q�rQ�rs�sQ�rQ�rQR
rs�Q�rs�Q�rs�Q�
rQ�rQ�rQx	rQ�rQrQ�rQSrQ�rs�QKrQ�rQ�rQarQ�rQm	rr@vv��#QJu�#Qqu�#Q�u�#Qu�#Qiu�#Q�u�#Qst�t�QL	sr�rArBv�AtAQOqQ�qQJqQN
qQ�qQqQqrCqjQ�qrDv�CtCQ;qrEQ(u\Q6uQ5Qpq�v�Ev�Ev�Er�Q�qr�r�Q�rrGQ4uY
Q\tt�
t�
u�
t�0u�\
u�\
u�\
u�Y
u�\
v}Gv~Gv�Gv�Gv�GQ1qQ�qQ�qQcqQZqQ�qrIQ�	q�Q�qQGqrJQ.qQ�qQ�tQsQ�
tQ�sQzqQ�qQ�
qQ�uZQo
u@v�JvAJv�JvCJv�JQIqr�rLQeuYQyuZQfuYr�Q�qQ�qQ�qQ�qQ�qQqQ�qQqQ�
qrMv�Mv�Mv�MQ0qs�rOQ�uNrPQu\#v}Pv~Pv�Pv�Pv�PQ�qQ[qQ�	qQ�
qQ�qQ�qQ�qQqqrRqiQtquQqqQuqr�rrSQuv�\v}Sv~Sv�Sv�Sv�SrUv�TQU
uTv]�v}Uv~Uv�Uv�Uv�Us�QWrQarQsrQ7rQ�rQ�rQ<rQCrs�Q�rQrs
s�QgrQvrQ
rQ�	rQDrs�s�QrrQtrQ)rsQQrQRrrWQNuVQKuUv�v�W#v�W#tgQ�sQNsQ>sQ�sQsrXv�Wv�Wv�Wr�r�r�r�r�r�r�r�r�QGrQ�rQ_rs�rYv�1v�JQ�uL#Q=uJQ�uL#v!f#Q�	sQ�s
Q`t
t�t�t�t�Qst�t�t�t�t�t�t�Q
sQsQ
st�t�t�t�t�t�Gv?]Q�	tJQ�	tJv}YQFuYv~YQGuYQw
u\Q�
u
u��	u��	u��	u��	u�Yu�YrZQ�	sQ�sv�Yv�YQ�	uYv�YQ�	uYvAYvCYQluYuYQqqQxqQJqQqr[sss�s�s�s�ss�QgrQ�rQxrs�s�s�s�Q�rQ@rQ�rs�s�ss�Q�
rQ�rQ&rs�s�s�Q�rQ-rsr\v�Zv�H
v�Kv�kv�T	v�yQ�
u�#Q�umvvS`vQ8uQ�tQitQsQ>tQ�tQ�tQ<tQ�
tQ�tQ�t\Q+t\Q�
u\Q�u]Q�t\Q,t\Q�
u\Q�u\Q�tPQtPQt!Qzt>QS	tEv�\v�\v�\Q,qQ�qQ�qQgqQjqQ�#qQ�qr^Q�rr_Q�u
Q}u
v}_v~_r`v�_v�_v�_rrarbv�ata	vGarcv�dQ�
udQ�
udQ�rsHsQ�rQ�rQ�rQ�rQ�rQ/rQ%$rQors�szQ�rQ3	rrdv�@#v [#v�O#v!e#Quh#v3Q�u�#QNud!Q}	sr�s�s�rer�QX	qr�Q`	qrfQUqr�r�Q�qQ�qQwqQqqQuqQ�qQjqr�r�r�r�ss6rgQ�uwv�kQ�umv!fQ�qQ�qQ+qQm
Q�
u�r�Q�sQfstnt�Q"sQswQruxQ�txv�zt�gv}gQuYQ�uYQsuxv~gQuYQ�uYu�\Q�rs�Q�qQ�qQ�
qQ�
qQv
qQ3rQ�rs�Q�rQ�rrhvv!eQ�t&r�Q�qQ�qr�riv�iv�irjQ�
v�itiQriQ�rirkv�gv�gv�gQ\	qQMqQ^qQ�qQ�qrlvv�yv!f#q�r�q�rmq�v�ltlQiqQAqQ�qQ�qQ�qQ�qQHqQ6qQuqr�rnroQ�tQnqv�ntnrprqv�pv�pr�r�r�r�r�r�r�r�r�rrv�Bq�rsv�rs�>trQ�	qQ]qrtruv�tttQMqr�QTqQ�qrvQ~
uyv�\t�t�v�wuoxv}vv~vu�0rwt�t�v�vv�vv�vQ,qr�rxQYuvQ[	ulQ�qt?Q�Q*QGst�Qsstot�wv}xv~xryt�t�tot�t?v�xv�xv�xrzrRrOrLrNQ�
qr�r�rQrPr�rKrIr{Q#uQ&uv^�qcr|Qv�{v�{rvr�r}v}}v~}r~v�}v�}v�}QzqQ�qQ,qQ>qQhqQGqQkqQ�qQ�qQlqQ�qQ�qQ�qQpqQwqQqQXqQ�qQ�qQ!
qQqQ�qQqQ	qQqQqQqQNqQPqQaqQUqQVqQ*qQqQ�qQdqQ�qQ'qQlqQ4qQ5qQ6qQ�qQAqQCqQFqQ�qQ�qQj
qrQ2u�Q�Q�qQ?Q�qQ{Q�Q�Q	qr�r�r�r�Q
qQ8qQ9qQ�
qQqQOqQqQqQ]qQiqr�Q�u�#QUu�#QTu�#QRu�#v��#Qu�#v��#Q�qQ�qQ�qQqr�v��#v��v��r�r�v��v��v��vA�vC�Q�u�vB�Q�u�Q�q�Q�u�r�r�r�r�Q�
qr�r�r�r�Q�
qr�Q�qQV	qQ^qr�Q	qQwqQ�
qQOqQcqr�r�r�v��Q�qr�r�Q�u�QE
r�Q^	q�Qq�r�v��Q	qr�Q�u\#r�v��r�r�Qsqr�r�QxqQuqQ$qr�r�v>'#v8#q�q|r�r�r�q�Q%qQ"qr�Q�qQqr�Q+u'#Q	u�r�rr�r�v��Q[Q�Q�
Q�Q�QF
Q?Q�Q�qQ�r�Q=r�v��v��r'q�r$r(q)r2r�QAqQ@qq8r�v/�v0�v1�v-�v.�Qu9v,�v+�Q�qs5�t4�q�q�q�q�r�Q.u�Q�
r�v��u�Q�qQ�qQ�qQ�qr�Q�qQ�qQPqr�r�u�v��v�
r_Q�qQ�qr�t�tuQf
sr�Q�v��r�Q,qQ�qr�r�Q�qQ�qQ8
qQ9
qr�v�Jv�O#Q?qQ�qQ�qQ4qQ*qrlrmQ�Q
rkQxqQuqQ�qQ�qQ�qr�Q�qQ�qQVqQAqQ
qQ�qQqQ�qQ�qQ`qQ�qr�v��#v��#Q�qQ�
qQ�qQ�qQ�Q�qQ�qr�v�#Q0qQ5qQbqQ�qQ9qQ�qQ�qQ�qr�QFqr�r�Q�qr�QqQqQ�qQ�qr�Q�
qQ�qQ�qQ�qr�Q�qQ�	qQ�qQ�qQqQ�qQ�qQLqQqQ�qQqQ�qQ�qQjqQ�qQ�qQ�qQ�qQ�qQ�qQ�qQ�qQjqQ�
qQ�qr�Q�u�#Qu�#Q�qQqQ�
qQ�
qQy
qQ'	Q�qQ�qQ�qQ�qr�Q�u�Q�tr�v��t�r7Q9qr�Q�
qQ3qQFqQqQqQ�qQ�qQ�qQ�qQ�qQ�qQLqQ
qQ�	qQ�	qQ�qQ�qQ1qQY
qQ4qQ�qQ�qQ�qr�Q:u�!Qu�u�QbtQ8qQ�qr�Qqr�r�r�Q�qQ�Q�qQ�Q�qQ8Q�qv��t�r�r�Q�q�QIq�QZqr�qJr�r�r�r�q�q�Qwr�r�r�r�vb�v_"v�?QDu\vS`va�v�kQ�
ukv`�Q!Q�Q�Q=QIQ�Q�Q�qq{Q
Q�QqhQ]QoqQqQlqQTqQ�qQqQ�Q-QsQZ	qQ�qQQQ
QMQ�qQqQQ�qQ�
qQYqQFqQ�qQ�qQ�qQ�qQ�qQ�qQ�qQqQqQ�qQ�qQGqQqQQhqQ�Q�QjqQkQ7QN
Q�Q�Q�Q.Q�Q�Q�Q�Qa
qQFQGQ�Q�QEr�Q�Qbrgst\Qr\Qr\Q�r\Qq>Q r\Q�q>r�v�\Q�qr�r�r�r�Qr�r�Q�qv��t�Q�qQ
qQ�qQ/qQ�qQ�qQ�qr�r�Q�Q�sQqv��t�Q�t>r�u�r�v�OtOr�v^�r�v��v�a�Q�Q)R)�QeT�)e"Q"S�e"Q�W�VBL;y�XL���:C��U�*|
{
S�	��T�*|
X�	M�*�
��R�)Q�a�R�"D#�#��?���c*�����k�������6�(��&�R<�aPQ	Qa1TIJ�HbSU�q?\ico��R\iR�L!co��QAa�Te#� �1�3�� ="Pf��]�
���"0#J#i2���M�<��Pm�3�$��^2��& $$$-$�����ms�qu�;��d����0ja����7����Ol�1n�:F�r�)S,$Vq#�#�#�#��#Rp#b��S�B#R!a�Q�a�Q9ta�R�#da�S��"S��Sb��S\iqX�XDu����Yn��.J���c�B}�@'�hi�f.��������b*Q
b'aQa6Rl�aQa6Sl�aQb6=b��Q9c>6b��a�R��b��Q$Q�a�RT�6*R�SR��R�(R�"�R;+a�a�T�`"M"]��d�m0���H�QS�_"L"Q<a�S+3VS%/�U4!{|�!�����������������y�O��c�a�Vbl����X��#��S���T���S�"�V|��$ca�Q�#a�\���b@�k"�4-R�5S�#78S�tGUa��;�R��R��#�D�(���?���������&��������"k6�:�n���3�����R�������y��� ���Q<aPc�b��b�QB"a�c���QZa@Q�
a?T6Ia�%��j�
(h�/$n6��*
�[q
�`���k���qT���!!X �st��7�Q�e�����"qrnRp=!q]+S���qb��$�3�.�� ="Pf��]�
���"0#J#i2���M�<��Pm�3���^��& $$$-$T$��Q"""Q"Qf"Qg"Q-!sn�X����������g�������������3��q�b��q�b��q����a�Q�qa�qa�q	a�qa�R�$qb��qa�Q�qa�qQ

qqa�udsR�BR�WRl�qRu�qR�R�8
R+
RR.R<)RA�R��R$�Q
QR
�R�!�t�
�
�
�
rr
R�(rsu}���������������������������������Q<a�S+3VS%/�R��R��R��RKxRc�
R�
R�	R�
TZ����	

a�Vbl����X��A�����Ti���S�"�V|��$ca�Q�#a�\���b@�k"�4-R�5S�#78Ua��;��DR@APQMBCNJDEFGHOIKLSVUTWXY\bc]^afij������������������nprsoqtuvwxyz{|r��Q�Q�qQ�qQ�Q�qQ^q	R�RxR�RxR��R�R��R��R�R��R�xR�xR�xR�xR�xR�xR�?	R�?	R.?	R�?	R�?	RC?	R��R��RR"R*R'R�RXR�R�R/�R_xR8�R5x���Pm��sxI�u6P�O)x
https
://����X##//::??�:�����09X=����3.y����o.=�*������{{}}����.����<.����\.����|{}
Office����k.AZ����c09AZaz	_A..09AZ__az3)-++����V09m%/
default-<-\T|:�:��.������Z{����}{����1}484�44R4f4L 4h449444g4i4A44� 4^4�4�4~4�4@4C4�4�4K4?472|068�;8dvS67�;7d;�68686�Q;>#6?�;?dS67�;76�;z;osoJn ; � s� J n;	@s@Jn;
=s=Jn;,s,Jn#;#cscJ#n;
dsdJn;� s� Jn&;&J sJ J&n	;v sv Jn!
;!�s�J!n;� s� Jn
;
� s� J
n
;� s� Jn;� s� Jn
;
�s�J
n%;%�s�J%n;�s�Jn;�s�Jn;D sD Jn;E sE Jn;sJn;
s
Jn;� s� Jn;� s� Jn; PsPJn;!SsSJn;"� s� Jn;#UsUJn;$�s�Jn;%�s�Jn;&�s�Jn ;'%s%Jn!;(w sw Jn";)�s�Jn#;*[ s[ Jn$;+�s�Jn%;,�s�Jn&;-jsjJn';.�s�Jn	*;	/`s`J	n	+;	0�s�J	n	,;	1� s� J	6	7�		;	7dS	6	7�		;	77	�;	2;3�s�J; 4s.J .;5�s/�J/;6s-J-;&7�s,�J&,;%8sJ%;9�s�Jn+@;+:�s�J+n*�;*;9s"9J*"o);)<XsXJ)o(;(=sJ(o';'>�s�J'o;?� s� Jo	;	@gsgJ	o	 ;	AsJ	o@;B�s�Jo	�;	CsJ	o	;	DK sK J	o	;	E.s.J	o;F�s$�J$o	;	G�s�J	o	;	H�s�J	o	 ;	I�s�J	o	@;	Ja sa J	o	�;	K�s�J	o	�;	LsJ	o	�;	MsJ	o	�;	NsJ	o	�;	O� s� J	o	�;	Pj sj J	o�;Qs	J	o@;R�s�J67�;7d$S67�;7d*S67�;7d-S67�;7d1S67�;7d5S67�;77��;S�s];T�s;U�s{;VNsA;W�s=;XZ s�;Y's;Z�s�	;[ss\;\�67�;7d8S7��;]�7	�;^d:S67�;7d=S67�;7d@S67�;76
�;_;`�;a>; b�;c[;db;e);#fZ;gY;h�;&i^;j_;!k{;l8;
m=;n�;o�;
p�;%q	;rU;s�;t�;u%n(;v�n<;w�n=;x{n>;y 67�;7dOS67�;76�;zsz;{�s�;|&s�;}� s�;~\s�;cs�;�*s;�Ns�;�_s�;�Ws
;
�!sg	;�sj	;�|sm;�|s$;�>s@;�sl;�A;
�#;�;�~s
�;
��67�;7dYS67�;77*�;�*; ��s�J ;�sJ;��s�J;&��s�J&;%��s�J%;�?s?J;+��s�J+;*��s�J*67�;77
��;��s�;��s�;��67�;76)�;�)s|;�|s*$;�*$s)$;�)$s.;�.s�;��s�;��67�;7daS67�;77C�;�Cs%;��s�;��67�;7�;7dmS6?�;?dzS67�;7d�S6R�;�R6D�;�D67�;7d�S6?�;?d�S6?�;?d�S6?�;?d�S6?�;?d�S6?�;?60��0;��070��;0��7��;���6f�d�;�f6?�;?d�S67�;7d�S67�;7d�S67�;7d�S6?�;?70%�0;�%0sb;0�� s�;0��70��0;��0s�;0��s{;0�t 7��0;0��0;/5�;.4;-6;,7�;$F�;";9;B�;	Q7C�	;	�C	;��;��7��;��s�;��su;�us�;��s�;��s;�s�;��7��;��s�;��s�;�@s�;�Gs�;�37�;�s�;��s�;�?s�;�\6Z�;�ZsB;ó sC;��6$�;�$s�;�Us�;�Ws�;Țs�s	7\d;�6�;�;	�S;�U;�17�;�sa;�Osz;��6 S�;�S;��s�J; �sJ ;�'s'J7!��;�s�;�Ds;ԕ�6"h�d�Q;�h7#��;��d�;��67�;7d�SdKQ67�;7dPS67�;7d]S67�;76"$5�";�5"s�;"٨s�;"�ls�;"�s�
;"� s;"�3s	�;"	�{s�;"�hsZ;"��6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"?�"";"?d�S"�6%g�d�;�g�6&i�d�;�i6"7�"";"7d�S"6"7�"";"7dS"6"7�"";"7dS"6"7�"";"7d-S"6"7�"";"7d6S"6"7�"";"7dKS"6"7�"";"7d[S"6"7�"";"7daS"6"7�"";"7doS"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"7"'�"";"�d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d�S"6"7�"";"7d	S"6"7�"";"7dS"6"7�"";"7d S"6"?�"";"?d(S"6"7�"";"7d[S"6"(9�"";"�9d~S"6"(9�"";"�9d�S"6"(9�"";"�9d�S"6?�;?d�S6")4�"";"�4d�S"6"?�"";"?d�S"�6"h�d"�Q";�h6"*A�"";"�Ad�S"6"*A"�"";"�Ad(S"7+�s"�
��"9+�7,*��d+Q;�7-6".�j""4"Pk";� d.Q;�^9+�7",*7"/�Q"9+�7,*7,0+7$,1x s"Cd1T$,"6*A7$2�7"$374� S"$6*A7"5�7"6�Q"�]"�6"f"�"d2;�f6"7�"�"";"��d4S"6"7�"�"";"��7$"8m�$;"�m$;$ �^s^J$ ;$�sJ$;$�s�J$;$&��s�J$&;$%�s�J$%;$�kskJ$;$+�s�J$+;$*�s�J$*;$)�s�J$);$(�s�J$(;$'��s�J$';$��s�J$o��;$��s�J$7"9��;"��;��s�J; ��s�J ;��s�J;��s�J;�vsvJ7'":� �';"�� ';'�sJ';' �s�J' ;'�s�J'n$�;'$-s-J'$n$�;'$asaJ'$n$�;'$bsbJ'$n$�;'$�s�J'$7$";��$;"�$;$�J$;$ wswJ$ ;$s'J$'7$"<��$(;"(�$(;$�J$;$ wJ$ ;$J$'7$"=:�$';"':$';$�J$;$ �s�J$ ;$sJ$;$r sr J$;$&usuJ$&;$%KsKJ$%7$">w�$;"w$;$�s�J$;$!�s�J$!;$!)s)J$!n!d;$!dsdJ$!;$!xsxJ$!n!n;$!�s�J$!;$!sJ$!n!x;$!�s�J$!;$!sJ$!7!"?l�!;"l!;!�\s\J!;! +s+J! 7!"@�!;"!;!sJ!;! �s�J! ;!vsvJ!;!sJ!7!"A��!;"�!;!�s�J!;! �s�J! ;!<s<J!7!"B��!;"�!;! �s�J! ;!msmJ!7!"C��!;"�!;! �s�J! ;!4s4J!;!2sJ!;!�s�J!;!#"s"J!#6"�!;"!z!; � J ;�kJ;�s�J67��;��d;S67��;��d>S67��;��dFS67��;��d[S67��;��daS67��;��sq;�67��;��dfS67��;��dS67��;��d�S7D��;�d�S7D��;�d�S�6"h�d�Q;�h7D��;�d�S7D��;�d�S7D��;�d�S7D��;�d�S�6"h�dQ;�h�6%g�d$;�g�6&i�d*;�i�6f�d/;�f6E@�;@d1S6E@�;@d<S7F~�;~dSS6E@�;@d]S6E@�;@d`S6?�;?dnS6E@�;@d�S6E@�;@d�S7G��;�d�S7G��;�d�S6E@�;@d�S6?�;?d<S6?�;?dsS6?�;?d�S6?�;?d�S6E@�;@6*A6H7IH6*A6H7JN 6*A6H7K6*A6H7L{"6*A6H7M�"6*A6H7N�6*A6H6O�6*A6H7P_#6*A6H7Q�6*A6R6S�6*A6R6T�6*A6R7U6*A6R6V�6*A6R6W�6*A6R7X�6*A6R7Y)6*A6R7Z�6*A6R7[k!6*A6R7\"6*A6R7]	$6*A6R7^x6*A7_�7`bs�;�6*A7a8 @� @T@� D D DDDDsu
D	D
D@W"@[@�#6.�j43P6?�;?d�S6bC�;Cd�S6bC�;Cd�S6?�;?d�S6bC�;Cd�S6bC�;Cd	S6bC�;Cd	S6bC�;Cd*	S6bC�;Cd;	S6bC�;CdG	S6bC�;Cdb	S6bC�;Cdj	S6bC�;Cdn	S6?�;?dr	S6bC�;Cdv	S6bC�;Cd�	S�6"h�d�	Q;�h7c��;5�d�	S7c�7d���7c�7d�sm;V;�s	;2#s	;3#s 	;4#s!	;5#s"	;6#s�;7#s#	;8#s$	;9#s%	;:#s�	;ds
;s
;Ds
;�s
;�s	
;7s

;:s
;Bs
;Ds�;�"sx;�s�;�s�;Qs�;Ls;�s;+sS;�s�;s;�s�;(s�;9s�
;�s�;gsr;$sq;s;s�;�s�;�sn	;�sR;"sL;�s	;s�	;�s�;�#s�;�#s�;�#s�;�#s�;�#s�	;�s�;�"s�;�"s�;�"s�;�"s�;�"s�;�"s�;�"sm;�"sn;#s�;#s�;#s�;#s�;#s�;#sr;#ss;#s�;#s�;	#s	;
#s	;#s�;#sv;
#sw;#s	;#s	;#s	;#s	;#s�;#s{;#s|;#s	;#s	;#s	;#s		;#s];#s~;#s;#s
	;#s	;#s	;#s
	; #s�;!#s�;"#s�;##s	;$#s	;%#s	;&#s	;'#s�;(#s�;�!s�;�!s
;�!s�	;"s	
;"s
;"s
;C"s
;�s
;�s
;J"s
;js
;�"s
;�"s
;�"s
;G!s
;H!s
;�!s
;1#sm;W#s
;v#s
;�s
;ns
;os
;Cs
;�#s 
;�s!
;�#s"
;ys#
;�s$
;�s%
;us&
;�#s'
;�#s(
;�#s)
;�#s*
;�#s+
;�#s,
;�#s-
;�#s.
;�#s/
;�#s0
;�#s1
;�#s2
;�#s3
;�#s4
;�#s5
;�#s6
;�#s7
;�#7c��;5�d)
S67�;7d/
S67�;7d3
S67�;7d;
S67�;7dA
S67�;7##

;
67�;7dD
S67�;7dO
S67�;7d^
S67�;7d`
S67�;7dd
S67�;7df
S67�;7d�
S67�;7d�
S67�;7d�
S67�;7d�
S6?�;?6�;z;{�;�|;�>;�;�A;�*;c;�N;�_;
�!;�;�|;~\;�W;
�#;�;�~;
��6
7
�
;76
eT�
;T
s� ;
� s� ;
� 6
7
�

;
7d�
S
6
7
�
;76$5�
;
�5
s
�;
�s
Z";
�s
�;
�Zs
�";
�s
�;
qs
c;
Zs
%;
��s
A;
�s
�;
s
�;
/s
�;
�s
;
�s
�;
 s
�;
is
�;
Fs
]";
!s
�;
ps
>;
b s
�;
�$s
�;
zs
�;
�s
�;
Qs
�;
�s
4;
�s
�;
�s
�;
��s
�;
��s
�;
's
�;
�s
X;
�s
;;
�s
>	;
�s
;
�s
�;
Fs
�;
�s
�;
�s
�
;
Os
[;
�s
V;
�s
�;
s
r;
�s
�;
� s
K;
Ys
�;
ws
8;
	s
�;
<;�UsM#;�sf;�sW;6sL#;�s�;�s�;as�;�s�;�s�;: s�
;~ s[;]s�;Ws�;�s�;Ds�;s�;�s{;�sL;fs�;�sa;�s�;/s�;sA;{ s�;�s�;�s�
;� so;BsV;�s�;�s�;�s|
;�67�;7d�
S67�;7d�
S67�;7d�
S�6"h�d�
Q;�h67�;7d�
S67�;7d�
S67�;7d�
S67�;7RX;Q67�;7d�
S67�;7d�
S67�;7d�
S67�;7dS�6"h�dQ;�h6?�;?d
S67�;7dS6?�;?d\S67�;7dlS67�;7d�S67�;7d�S67�
;
76
f0�;
07g~�
;
~
s
�!;
);�3;	�{7h@�;@;
);�3;	�{7iE�	;	E	;� ;�h7j��;�s;�7k� �;� ;�3;�h67�;7d�Sd�Q;K�6f�d�;�f67�;7d�S67�;7d$S67�;7d*S67�;7d3S67�;7d8S67�;7d<S6?�;?d@S6?�;?dDS6?�;?dJS67�;7dLS7#��;��dW;#67�;7dXS�6%g�d^;�g�6&i�dd;�i67�;7diS67�;7d{S6?�;?d�S6?�;?d�;�6?�;?d�S6?�;?d�S67�;7d�S67�;7d�S6?�;?d�S67�;7d�S68686�Q;=#68687l�"Q;J68687m�"Q;�"68687n�"Q;h\2ld;�d;�"d;�"d;�"7�#�096�Q;�#7�#�z;�#7�#�z;�#z;>#;	=#;
J;�";h;
t"s�;G#;�;Z;�;�;Cv\06s�
z�#96�z�96�Q\06s�
z�'97�z�97�7J\06s�
z�'97�z�97�7�"\06s�
z�'97�z�97�7h\2l*09<6�wxd;ollUv\).vQ\2ld	*7��;�*7!;!d
;0676�s!Uv\).7!�..067726�jPk;!.7!\vv069�
696:�696:72dS).Q76�Q�T\0646?6]6�sS?�6�6�s*s_TD?�{�?�Sv\2l*d
*6�d;O#6�d;6�d;6�d;�!6�d;`6�d;_6�d;z!6�d ;�d";	w;
	;v\2|*d;�).7�67&?�67%?�d@Bd?d?�D6�jPk;N!v\2l).7�!7TS*7L!z�'.7z!7"7L!s�U�T.7�S*�&.7z!7"o�s�U�09�7ydTv\).7�.Sv\s�\l).67&?�zI@"nI@TnI@�\2|*6).67&dlUv\).7�lSv\2l*l*l*).6a6�Q6�d?d?�d?�d?�n^lUv\l\).D.D.D\).zJ.nJ.nJ\).7+7�!|7
N!6;7nQl
llvv	O\l|vv��7NQ7_Ss�
�@�z@L!\\]\l7;Q06?7�7!7�#I\|7`lS\|7l	ll2d
Ov\l6�06?7%7� �9�6�sgSv\l2*vv|*09.6�7�S9.6�7�S*�]�*�d!;�\).l;�09.6L.S.7z!.7"zUv\).7	w�4.6�jPk;	7O#2d#Sv\l6�06?7%7� �,9�6�9.6LSs�Sv\2d%6�d&;6�d(;�#09<6�6��xd);os�#Ul;2v\|;�#;�#v\ll|vv2d'�n�s)
�
���n�seS��s�
��s�
�h7;Q7�#I�sBS7�#J7�#6�z�d7�#IQ%7�#6����AseS\seS\M�!N�
7	I
T	
��\06�s�
�9�7*�9�7*lSv\l�|7�#6�Sv\|7�#\2d+6�d,;\#l;�v\v\lllz�?06?7%7�?�?�?�?�s�
�CvS�806?7%7� ?�l?�?�s�
�vSv\2l*d.6�d/;r6�d0;s;)v\l|;"v\ll	l).67mlSse
�zI�	n����	z�I��6
�n�

I�36
�

�

I
J
%6
���
6
��E
w
�9
6
�

I
6
�

o��
6
�

J
w�
6S|7"7\#ll	Ox\Iw�zIIJy\llzw�6�lS|7"7\#ll
l	Ov\l6�;2d2vS\2l7w�;w7��;�s�;�s;s�;�s;6�;z;�s�Jn;	�s�J7��;
�s6;6s�;�s�;
�d3;vd4*;v\ll|7;�06?7%�7� �7�;�7��7�;��5).667�7	�6
�j	Pk;�v\|l;�l;�l;�v\2l*7=�;=d6;�d7;(v\).7�6�jllPk\).7)6�jlPk\2d9s�;�l;Mv\2l*d;;�7!�$067726�jPk;!d<;v\07�x;)v\vv).7!76�7!�T07�G)\2l6�;7��;�*,d>;�d?;(v\).�$06R6D.7 ?�7�?�o�J.7�?�7�?�o�J.7 ?�7 ?�o�J.7�?�7 ?�o�J.7�?�7	' ?�o�J.7�?�7

 ?�o�J.7�?�7 ?�o�J.7�?�7�?�o�J.7�?�7
�?�o�J.7�?�7@?�o�J.7�?�7 ?�o�J.7�?�7	 ?�o�J.7�?�7�?�o�J.7�?�73 ?�o�J.7�?�7�?�o�J.7�?�7�?�o�J.7�?�7�?�o�J.7�?�7�?�o�J.7�?�7 ?�o�J.7 ?�7 ?�o�J.7 ?�7�?�o�J.7 ?�7�?�o�J.7�?�7�?�o�J.7�?�7 ?�o�J.7�?�7  ?�o�J.7�?�7! ?�o�J.7�?�7"( ?�o�J.7#�?�7$& ?�o�J.7% ?�7&�?�o�J.7#�?�7'�?�o�J.7#�?�7( ?�o�J.7)�?�7*  ?�o�J.7#�?�7+L?�o�J.7#�?�7, ?�o�J.7#�?�7- ?�o�J.7.�?�7/1 ?�o�J.7)�?�70�?�o�J.7.�?�71*?�o�J.72" ?�73�?�o�J.74% ?�75* ?�o�J.76+ ?�77) ?�o�J.78�?�79�?�o�J.7:�?�7;�?�o�J.7<! ?�7=�?�o�J.7>�?�7?�?�o�J.7@8?�7A�?�o�J.7B, ?�7B, ?�o�J.7C?�7D?�o�J.7E?�7E?�o�J.7F�?�7G�?�o�J.7H?�7I�?�o�J.7J>?�7K??�o�J.7H?�7Ly?�o�J.7H?�7M_?�o�J.7H?�7N�?�o�J.7H?�7O�?�o�J.7H?�7P�?�o�J.7H?�7Q. ?�o�J.7H?�7R$ ?�o�J.7H?�7S�?�o�J.7H?�7TC?�o�J.7H?�7UT?�o�J.7V�?�7W�?�opJ.7X�?�7X�?�o�J.7Y�?�7Z�?�o�J.7[�?�7\�?�o�J.7<! ?�7]�?�oXJ.7^�?�7^�?�oYJ.7_�?�7_�?�oZJ.7` ?�7` ?�o\J.7a�?�7b�?�o�J.7c�?�7d?�o@J.7<! ?�7]�?�oAJ.7e ?�7f ?�oJJ.7e ?�7g ?�oKJ.7e ?�7h ?�oLJ.7i�?�7j�?�oTJ.7i�?�7k�?�oUJ.7i�?�7l�?�oVJ.7m�?�7nC?�oWJ.7o.?�7o.?�o'J.7p ?�7q�?�o�*J.7r�?�7s�?�o�*J.7e ?�7t�?�o�*J.7u{?�7v�?�o�.J.7E?�7E?�o�.J.7E?�7E?�o�.J.7u{?�7r�?�o�.J.7w�?�7x�?�o�.J.7u{?�7y�?�o�.J.7u{?�7zp?�o�.J.7u{?�7{T?�o�.J.7u{?�7| ?�o�.J.7F�?�7} ?�o�2J.7o.?�7o.?�o�2J.7~�?�7�?�o�2J.7��?�7��?�o�2J.7�C?�7�D?�o�2J.7�:?�7�;?�o�2J.7��?�7�?�o�2J.7�?�7�?�o�2J.7��?�7��?�o�2J.7��?�7��?�o�2J.7��?�7��?�o�2J.7F�?�7��?�o�2J.7H?�7R$ ?�o�2J.7�?�7�?�o�Jx,.lI�.o�I�J6���.o�I6��;�6���.o�I6��;�\).llJv\2dA6�dB;�"6�dC;G6�dD;-#6�dE;�!6�dF;�!6�dG;96�dH;K6�dI;�"6�dJ;	�6�dK;
�"6�dL;�"6�dM;�"6�dN;
R"l;�v\l|;Q!;�!;%;�!w��6�zs��mI
�8I6�7Q!IJ6%J7�!J�!I6%J7�!J%6���v\|6%M�N�6�S��\l|6%M�N���x\y\l|6%lI�06�z�&6�z�I�%6���y\x\ll|s�
�36%I�7-#T�6�Sz\y\l|6%I�6�z7�!lT��7�"S\l|6%lI�36�z�)6�z�I�%6���y\7�nTx\l|6%Iv�6%I6�z�6%Jx\l|6%Iwo�����6%I6�\|7Q!lI\l|6�w�L6�6%I�y\6%I6�z�IS%6���x\y\l|6�w�U6�6%I�y\6%I7�!I6�z�7�"S�6�Sx\y\l|�-6%I�!6%I7�!I6�z�y\I6�v�7{QS6���x\l|�6%I�
7�!I�7�!Jv\2l*dP*dQ;�!dU;9dX;;+v\lll
l2	*l**

*
*lvvvdR*zz,7
�S
�
o�S
���z6�*7BQ
7
�"S	
	�		S		�B)	.		6
	a6	
�Q
	
7
p
6
�dSdT

O�S\]).7	U\lz�F).7-#..T�.7�!..T�	o�).6a6�Q7\#)..
.w	Ov\).7�"lSv\).).67ulSvS\ll
ll2l
*

*vvvvvv	d
V
*
z
z,
7�S�o�S��6�*7BQzxw�&
79To��z�
7KSz
7
�"S	
��
	S�7).6a6�Q	7		o6
�dW	O�]).7U\).6a6�Q7\#)..
.l	wOv\).).67ulSvS\lse
�5).6a6�Q7\#l	lw
Ov\_2l*dZ*73�;36�d[;D"d\;�6�d];�6�d^;�6�d_;y!6�d`;�!;hv\|06?7�7u?|6?7�7�@*$6?7�7�@)$6?7�7�@.6?7�7�@�6?7�7@�;�#6?7	�7
@6?7	�7�@l;�).6a6
(Q;ev\l�.zI7;Q7�nS6�Q\).7�v�".6�jPk;�.7�\|7e�27e6��$7e6�6�Q7�#I�w\7�#I\|7e�\7e6��N7e6�6�Q7�I�B7D"7e6�S06?7�I�w\6?7�I\7�I\|7�Qw�s�\l|7�Q@��
7y!Q@�7�Q@\2l*db6�dc;�6�dd;�6�de;n"6�df;'6�dg;o"6�dh;~"6�di;�#6�dj;�"6�dk;	�6�dl;
�;v\|l;dl;{l;il;m!v\w\l|).6;7�Q	�d	7	.6a7QS	09.�16LS7	H.6
a7
Q
T	�6	�S.6;7
S7o"Q06?7
6�j
Pk\l7X!Q�0646?6];~).7=7�#�.7=7�#Q.7=7�#�.7=7�#Q068686	�Q;t"v\l|;v\2l*6/�;/dnvS\2ldo*dp*dr*	w,y,

+*@*09�7��]w*dt;Qdu;�"dv;�"dw;� dx;�;1dy;�E*;�"v\).vQ.71\2dq).�c.vS*�Q09�7�sbS6�z�IS*�%����*�\v\lww�	7��\6�Q).6�zv	s�n
s�
sz
v��.6�z��.I
.I6�S�X�*7F"
S�7F"
S�.6�6��J7F"6�S�2%.6�	�x���%

.6��P���
\6KT6�s|T7�snSsY�st7�s�S�st@A?�@e#@� 09�6	�s�S�9�7
�x@�@1\2).��x,.vQ�)09�70�9�707w"�w\.7�966�jPk6�6�Q*�w\9�707w"ds@�s�T*�].\l6�Q0966�jPk6�).�.�O).6�z�I�0%6���96�js�Pk_\\).vQ.7A\).vQ.6�\).vQ.7e#).7��7��7s\).vQ.7� \).vQ.7�\).vQ.7e#s}�s|l6�Q.7A).6;7_.	QlU\2ld{7= �;= *o;@ s@ J6�d;o6�d�;�6�d�;6�d�;�;Vv\2l|*�w;�!0677�6767U?�6767W?�d|@Bd}?d~?�D6�jPk;N!v\06767W?�).@l\|7�!\l09�6�jPk7S6�).7@ �|;�!v\9.7@ s+6�jsbPk_0677+7�!|7N!l	ll
Ov\0677+79|7N!l	ll
Ov\233��*..��*d�l;�"v\llv�s]�\6�Q).(�96�s�nT�6�zv�.zII�\2l*6;�;;*d�;�v\2).�l.6;7�Qn�+06?6H6�jd�Pk�'06?6H6�jd�Pk*\lvQ\2ll**).6;7a#s�S.��6a6(Q7B#�.096�js	�

PkvSv\.6/7	QQ6a6(Q7B#6/7
�"Qs6;7_6/7�"Qd�U�b6/7	QQ7
�7�6/7
�"Qs6;7_6/7�"Qd�Uv\)l�G.09).7�7�s#6�jPkvS�.vQv\l�m).6/7QQ7�7�6/7�"Qs.7_6/7�"Q2d�U�).vQv\)l�G.09).7�7�s#6�jPkvS�.vQv\2l*6��;�6��;�0676�s�d�U676�s(d�U676�s�d�Ud�;[v\0676a6�Q7D!Q\0676a6�Q7#!Qz�).7�7t �).7�7�\).�K0676a6�Q7XQvQ676a7,Q7~"S*.\2lll*).7�7�zJ7�7@n	J	7�7GnJ7�73nJ77�J77?J	77	\JlI*,s�
�v�I*d�?�d�?d�?�d�?�06
76a6�Q6
�nRUv\).?.@�.@@q\2l6��;�7q�;q*d�;�d�;�v\l0676a6(Q6�676)6|�D9.6LS676a7	�Q7
kDn�wU�Q676a7�"Q6�6
�6�D6766PDDsQwUv\2l*0676a6(Q6�676)6|�H676a7�Q7'676	7
�s�d�w
	O�).;Av\l6�Q).09.6�zISvS\2l*6��;�0676�s�d�U676�s�d�U676�scd�U676�s�d�U676�s�!d�U676�s+!d�U676�s�d�U676�sd�U676�s�d�U676�s�d�U676�s�d�U676�s�d�U676�s`d�U676�s�d�U676�sBd�Uv\0676a6�Q7:!Q\0676a6�Q7!Q\0676a6�Q7Q\0676a6(Q6�\0676a6�Q7�!Q\0676a6�Q7)!Q\067737h7�Q7�Q\067737h7�Q7�Q\067737h7�Q7�!676a6�Q7o!QS\).�U0676a6�Q�=7�Q677�7'�7^!S�
7� S*.\0676a6�Q7UQvv�s�
�Q\06766\�v\6766\\06767�v\6767\0676a6�Q7�Q\).�e0676a6�Q7RQv�AQ676;7S.76�jvPk*.\l6��;�7�;2d�;�v\0676�Q6�676a7�"Q6�D6767w DlDsQwUv\v09<7+�
2d�;f6��|T\lv�n0v�\�M
	�@N
	�4
9<6�6�6T

��I
J

��%��\2l*d�*d�*6w�_`;�#;w7;;Bd�;Ad�;�"v\).6w7�#�2.6w6H6�j2d�Pk;�#v\).6wl;�#v\l).vQ�;.6w7�#.6w�7�#6�S�
7�S.6w7�#\).6wx;q#.vlS\2).vQ.6w06flT;�6wx;�#68686�Q;C6w7�#6�z�A.6w7�#7{Q6w7�S6w7�#6���.6w7	�#6w7�S6w7
q#�-676;7
($d�d�o
�n	2
O\).7s�
\l�4).70676a6�Q7�!QSv\2l*d�6�d�;�"6�d�;!6�d�;
!6�d�;!6�d�;:!6�d�;D!6�d�;#!6�d�;X6�d�;	�!6�d�;
�!6�d�;�6�d�;2!6�d�;
!6�d�;�!6�d�;)!6�d�;A 6�d�;�!6�d�;?!6�d�;6�d�;o!6�d�;�6�d�;'!6�d�;T6�d�;!6�d�;L6�d�;�!6�d�;�6�d�;X!6�d�;U6�d�;t!6�d�;}!6�d�; �6�d�;!R6�d�;"� 6�d�;#�!6�d�;$6�d�;%�;&�v\|l;�l;	!l;!l;!l;<!l;E!l;$!l;Zl	;	�!l
;
�!l;�l;3!l
;
!l;�!l;*!l;B l;�!l; l;p!).6;6�Q;�l;(!l;Ul;!l;Ml;@!l;Y!l;Wl;u!l;~!l;�l;Tl; � l ;!�!l!;"l";#�v\|7�\|7	!\|7!\|7!\|7<!\|7E!\|7� 7$!�3z�06?7�7��06?7�7t �\|7Z\|7�!\|7�!\|7�\|73!\|7!\|7�!\|7*!\|7B \|7�!\|7@!\|7 \|7p!\|7�\|7(!\|7U\|7!\|7M\|7�!\l|;�!v\|7Y!\|7W\|7u!z�	7u!\|7~!\|7�\|7T\|7� \|7�!\|7\|7�\2l*6a�;ad�;�v\vvvvv
vvvvvx	s�yz


lys_w09�9�6��;�7�s�
�9�7��9�6�2d�;�9�6�7��d9�6�7�Q
s��6
6�s	S6�n��I

�
;
	p#;
	��,])
.

6
6�0
9
	.6

LS

S


�c
0
9
�6��$9
	.6
�S
w�	7
e�,]).66�09
	.6
LS
S�).67�"S).6;7�Q�
7
s�S
�7s�S�/;	p#.67	�"s�S	;B#��09	�S			;p#6	�sAS	nI�	6	�sfS	I	
�		I	
6	�Q	;�nI	�		I	6	�Q	;�I	�		I	6	�Q	;�nI	�		I	6	�Q	;B#nI	�		I	;	R!7R!s�
;	R!n	I	�I		s�	;�n	I	�I		s�	;
�nIs�
	z�(		I		6		�	
	z�	9�IS;�7Hs�T\09�7�Q\2l*6a�;a*d�vSd�;�\2l*d�*06�s�
�K9�6˒-9�6�7�*9�6�7*9�6�*�*
d�;�d�;�"d�;~d�;�d�;�d�;�d�;(d�;d�;	�"d�;
d�;,d�;�v\l).77Q7!Q).6�7*7�"wzw	� .
7t!QI@&$	06?7	�".7

37
h7
�Q
7

�S

@
�7

37
h7
�Q
7
�S

@
@	S.6�6)6|�.6��S.6�6�.6�D.67[ D96�QDsQUlvS\2ll**��09�7;�)*.7�Q*.7��P9�9�6��;�9�6�7�v�9�6�7�Q��].6�).6)6	|��.6�.6)7
)$�[.6�.6)7���.6�.6)7.��.6�.6)7
��G.6�.6)7*$�+9�7*.6�saS�.7 .
.6�jww
Pk*��9�7z�39�7z7z�9�7z7z7g�.67�Q_.7!.
.6�jww
Pk*�`.7.
.6�jww
Pk*�0.7.
.6�jww
Pk*.�-96�js
^PkvS��.6�.6)6	|�+.7�.67�"s_SS.7�Q.7�Q6 86 86!�Q;�.7"l9�d�d�Uv\2l*068686�Q;Z).67S)*.7n"Q*	.7'Q*.7�#S7=7	�.).vT�1.7=7	.7
�T6�d�Sv\).).).vT\).vlS\).\).\).\).\).\).\).7dw�.7!Q�.7ds�\).\).6�\).\).	\).7�"Q6�\2d�*d�\209<7��9'�d��d�)*vllT\ll;-v\llM�&N�6�S��IJ��v\2ll*d�).vTw�%6�;�6�jPk�09<76S;�\).|;�v\y\2l*d�d
�d�d�d�*d�*d*d*d*d*d*d*d*d	dd	d
dd
d6�d
;
�"6�d
;
�"6�d
;
�*;� 6
�d;
�"6
�d;
�"*
;
� 6�d
;
�!6�d
;
	�!6�d
;

'6�d
;
(6�d
;
�6�d
;

M6�d
;
L6�d
;
�6�d
;
�"6�d
;
*;� 09<6�6�
�xd
;
ox
s�!U
9<6�6�
d ?
od!?
�?
�?
�ss!U
9<6�6�
�xd";
osW!U
9<6�6�
d#?
od$?
�?
�?
�s !U
9<6�6
�d%?od&?�?
�?
�s
�U

6�d
';
�6�d
);
$6�d
*;
$*
;� 7
��
;�
*
*w,,n
,y,	*
*,d+;
zd,;
�d-;
|"d.;
�"d/;
H d0;
^ d1;
zd2;
 | d3;
!�d4;
"�d5;
#�6
	�d6;
$�6
	�d7;
%�6
	�d8;
&�6
	�d9;
'i6
	�d:;
(56
	�d;;
)(6
h*	vT

	6�d
<;
*�*6h*	T	6	�d=;	+t6	�d>;	,�"*d?;-�d@;.�*6�dA;/�6�dB;0�"6�dC;$�6�dD;%�6�dE;&�6�dF;1i6�dG;2q*6h*T*6�dH;�6�dI;3�"6�dJ;45!*\|l;�l;�l;!v\|l;�!l;�!v\|;�;;0!w;6;M;�!;�;l;�;0!;6;M;�!v\|;{;}z;r!y;!;V!l;kl;Rl;�!;	�;{;}w;
�v\).w�.67�s�S�J.	�D.6�z�09�.vS,�..7{QvSv\l7�"Q)*	6�Q096�jPk6bQ*v\)y,	v\l	l�-s/�&6���	09'	�6	��y\6	�z
y)xvs�o����y�d
I	6
�S

�8
.
6
;7�#T.6
;7
�#I
	T


T
%6	�

�

��\l�(s/�099�77�9�6�js�
s#�%$PkTsL6�js�
s�
s �
s�
s�
s�
s�
s�
s�
s�
s�
s�
s�
s�
sA%$#"!Pk).6;7 Q7	~x�6
�s�
s�
T9�6�sfS$6�j%Pk7�S\y\ll����s/����).6;7�#xT6;7�#Tw����6�6�6�6�6�6��6�6�ny�)7�6�n
Ssc���\y\y\ll6�6��6�6��6�6�\lvv	vvv
vvv
vvvvvvvvvvvv6�s���6�).7�S	.67�S	7�!z��	7�!n��	6k.I�.67�s7
S�\.67�6�s7�!sCS7�!6ےi�cs/�Y�R6	��F6	��;..6
;7�#xT6
;7�#TT�	sd_7r!n�
;V!	7
�!�<7}	74Iw�Q	7;!S�97{	73!I�7��!7�	7K!7;!T7{	73!K��]7{	73!K_\6�w�6�s/�6ێ	7�	6k.
M��N��.
I70!I��.
I
.67�s70!6kIsS70!6kI67�6�S6�D6�7M6kIS.6�T�N07�7�"!	7 �.#O�#.6�6�T�	sL_
7�"Q
�0
7K"
	6
k7
47

;!U

�	
s
�_


	7�7
4I�;.67�7
4s�S67ysS_7
 � �*7
 � n�7!�"Q�7"�"Q.6"#p!7 
46
k7
3!.6$�j#Pk .7!
;!7%6
k7
46$�j#"P
k
x.
�r
.
�9
0
9

&6
$�j
#P

k
6
'bQ
.

.
�
.
	�
.
S

y�0
9
(�..
T

*
�
.6)�S
��.6
7
ys4S
_]
�
7*�!�
7
*�!	
T


o����s
��

o����.
7"	46!	k7 	3!6
$�j
#zP
k	.7+�S	y	6		#p			�		6		#p6		,2	�]y09-�6.�7/ �D6ے96	�s/�*	.	9-�6.�7/ 6�T	�M6ےD6�s/�5..6

;7	
�#6�xT	
60�S�x��6#p6,2T\]\).��.09�6�|9K7�6�sJ
So�����9�7�1.67�s>S67	ysZS_9�7s�T�9�6s�yUx,v\l|l;�!l;4l;kl;3!09�6�6�;�vw�;;!\|).6zll
l	l
O�l;� \|).6nll
l	l
O�l;K!l;�!\2|*z;Vl;|l;�!l;4l;kl;3!;Vl;�!d;Iv\l).	).746k7
3!7V7�!
6	�j	P	k.7�S7|6	27
�!T.67�7
�!s%74sS�(]).67�6
�s2Sv\2|).	6	lll
llz
	O�*l;�!d;I\llw�).;V).	).74.6k.7
3!.7V.7�!
6	�j	P	k.7�S.7|6	2.7
�!T.7�!Q�(]).67
�6�s�	Sv\|s�;!l;�l;�!l;�l;l;kl;S!v\|7�\|7�\|7!\|7�!\|7�!\lz�n�;).6�jllPk|7�lJv\).67ys0S_|7�lKv\)..6�jl	n
yPk6�jl	n
Pk6�j
	Pk|7�lJv\)..6�jl	l
yPk6�jl	l
Pk6�j
	Pk|7�lJv\|7�!lSv\lll|).67�s�sS�<096�S�.67ys�S_7MJ70!?�Jv\|70!lKv\l7K"� ).67ys�S_|;6v\|76\|w;�;;�;0!;6;M;�!v\|7�!\|7r!\l|;r!v\|7V!\|7!\l|;!v\|7�\l|;�v\2|l*l*l*d(*7��n;r!vQ�
7�Sv\vvv).7�~%;�096�jPk.@�6bQ@.�.s)
�.7/se
�.7/;0G/.7{J.7r!n�.s�k)...6k.
6�jzPk.7	�S7
R627�!T.7
�Q�8s�_].w�.o����T.7{K\].7{K_l|lllvv7�~
%
;�
096	�j			Pk	7	{@�6bQ@J	
).
6k6
�j	
n	P
k
	.	7	�S	
7
R6	
	27
�!T	
.7�Q7}J�,]w�o����T7{K\]7{K_l
|l
lvv7�~	%	;�	096�jPk7{@
�6
bQ

@
J	).
6k6
�j
nP
k	.7�S
	7	R6		27
�!T	
.7�Q�,]w�o����T7{K7}K\]7{K_]7}K_l).I�9.vQ.
6�jll
	Pk.J\).lI\l).vQ.6�jPk.
J\).
lI\).lKv\).
lKv\).vllT\).vllT\).vlS\|74\|6k\|7�\|7;!\|7�!\|7� \|7K!\|7�!\09.6LlS\09.6�lS\|7|\|7�!\|7I\l|;Vv\|7�7�"Qz�"n��n�gn��n�vn�!77!7S!I7�7�"Q7�7iQ7	�!vU77!7S!K��7
5!7�S7�7�"Q7iQ7�7iQ7	�!vU77!7S!7iQJ�D76k7S!I7�7�"Q7	�!vT76k7S!K7�7iQS��7
5!7�S7�7�"Q7iQ7	�!vT76k7S!7iQJ7�7iQS�d7�7�"Q7	�!vS7�7iQS�07�7�"Q7	�!7�7iQvT�2]7�7qo����S7�7iQvSv\|7�7�Q\l).7�Q
7�"Q7�Q7�Q
7�Q	6�jnPk\2dL*07L �;L dM;�v\lls�	06�v�
��6�6�7�sTD6�6�7sTD6�6�7s&TD6�6�7�s
TD\206767���6s�
�r97��b676/7�"Q6�Q*97�s�S6	dNS6
96:7dOSv\l6�6�Q06767I).T�]6767I677�7NT�*6767I677�7�T�
*�*v\).�$6�)..vsfTS.�$6�)..vszTS6�06�6�687�#s�#TD6�6�687�#s�#TD6�6�687�#s�#TD6�6�687>#s>#TD6�6�687	=#s=#TD6�6�687
JsJTD6�6�687�"s�"TD6�6�687hshTD6�6�687
�s�TD6�6�687ZsZTD	6�6�687�s�TD
6�6�687�s�TD6�6�687t"st"TD6�6�687CsCTD
6�7�#676a6(Q6�677*7�"s�zTD6�7�#676a6(Q6�677*7�"sHTDS646?6]6�sT?�?�{�?�Sv\2l*dQ*6;�;;*o0u,7v�;vH*dU;udV;u;_dY;�dZ;d[;($v\2llll
*dR*d	S��09�6�).I*��7p"sbS*sV;��b
D
;
�*.
J
7
��
;��
dT;Z;	~�
.
9yvT	
;S7�s�
s�T�7�S;�7�s�SzI7	�S�&7
��7�6�S�vxSv\).7Sw�&09�.7SvS.GS.x;�.7�6�zv�#.7�7{QS%��\).).K.7Sw�&09�.7SvS.GS.7�6�zvy�#.7�7{QS%��\).7�s��.7�sh�.w;Z.vQv\0
9
6�jPk6bQz

s�)	nn s�nnnzz�k����.	I9
b7�"S%���
�b����.
	9
b7�"9
b7�QSI
%��\2l*l*l*09H6�jdWPk\2l*).).	..vdXv
O\).vlS\v).�<09�7��]w.76�jPk*.\v).�<09�7j�]w.76�jPk*.\2l*l*l*l*d\*vQ\).&*.vQ�^.z�(09�7�.S.yS�:09�7y..T*.&*�
.xS\2l*;�;�s�@�;�6;�;;d^vS\2l*d_*d`*da*db*dc*dd*de*df*	dh;�di;j#dj;d#dk;dl;�dm;do;dq;j"dr;	�#ds;
�#dt;�#du;�#dv;
�#dw;�#dx;�dy;�dz;a#;�#;�#d{;�d|;�d};�d~;�#d;�"d�;�"d�;#d�;�d�;nd�;�d�; z,d�;�d�; Jv\ll6J6�zT\lll).ls�s�vT�.T\l09.6�S�]096�S�\lllvvvv09.6�Sww�
	I	).7�Q�E�?�97"�7S�7HT\]w\ll6�lS6�nww�6�I��76�sWSz�6�SI09�vS).7�Ql����09�6�6�lSo�����g9�6�6�skT�9�6�6�9�6�6KT�7	S�7
HT\ll	|6�zns!s�s��7F"S�`	
6��o
�)	�K	7
F"S
�87
T\7
F"S
�%7
F"S
�%6���\7
T\7
T\).vls	T	s�Ts!T6JznTs���6JnTs��56�sS
o�����
6�n
�7F"
S	�7F"
S�7F"
S� 6KT
6K
S��6�sSo�����|6�n�7
F"S
	�7	F"S	�7F"S� 6KT6KS\2l*6�zz�MI7��6�S�,7��7��6�S�6�S%��7�dgS*6�T\ll7�7�z�').6�S.6�S\09<6�6�6�lSs:\09<6�6�6�lSs�
\09<6�6�6�lSs@\lll6�D7�%096�js�	Pk_7sjT�6yUv\lll6�D7�%096�js�	Pk_7sjT�6�yUv\l2v	v
0M�EN�<	I
9.6
L
dnT



	J
��]��\ll|).6;7d#IS� I6bQs�sW\l2v	v
�0M�EN�<	I
9.6
�
dpT



	J
��]��\ls�
����6�n�q7�znTs��U7�o����SsW�9099�7�TvS6�j	Pk\09�vlSo6�nS7�o����Ss!\).7�#lls�U\).6;7�#llseU\l).7�#09�6�7�T�.7�#9�6�T\).6;7�#lls
U\).6;7�#s`s
ay	llO\l09�6�7
�)..vs[s
\xvOS6�z�'9�6�..s]US\l09�6�7
�)..vsXs
YxvOS6�z�'9�6�..sZUS\).7�� .7�6�lSz\).7��$.7�6�lSo����\09�6�7w��6�sWSz�6JnS�6KnT�"7F"6�nSs	�06K6�nT�9	�vS\l6�sASnIv�6�sfSI�6�s<S\l).6;7�#lSs��X.6;7�Sw�86�n�&s�s)�nI�	nI\ll	v
vvvvvvvv�
y	�

�\
s�
06�s�
�9
�7

K

�)9
�7

K7
�6�s

S
z

6�
�9�7K
�#9�7K7
�6
�sRS
?
�?
�@
�?
�@
�@
@
�@
u#�D9
66
�j
P
k6�7���6	���).6

;7
�nS
�	�6�s���6�;�6	�;�6�;�7�;�7
�;�7;7�;�7�7
6�s�S
7
�6

�6�6�

n
;u#�96�jPk_9�7p"s	S;	 �d6�Y7��M6	��B7 �6).
7 S
6�QS

6
�Q
�
s�_).6

;7
�nS
��		6	�s	��@	s	�
	��
	�u6�s��'.6	�svOs�?6�s�	�&.6	�svO	�s

6�;�6	�;�	�

6
�;��7��6	�;��s	7
�	;�7;7�;�.	6�6	�6�vO	;u#�/96�jPk_]6ռ\_2ld�y,).	v
lS

z	z�6
�n6
���	.v��v��	6
�x0no����s�v��I
9
�7
�Q
6T7�Q6�T6
�
�6	
�+�
	
�!�

��	�
.�9�7�!�,.��	
6
�
�T���.w�\w\)x,v\2lld�d
�y,).	v	lS	6�zo����z� I�%6���6�U
	��.v��v��6�x0s�v�qI6T7�Q6�T6�U
	.�9�7�!�,.��
6�
��.w�\w\lllzo�����8�.�
�$n�
��	�\lllJv\).6a6(Q6�\).6;6�Q�(.6a6(Q6�6)6|�09�7	�#w\).6a6(Q6�\07�#s)
��9�#\)l*v\2l*7��;�d�vS\2ld�d�d�d�d�d�;�6�d�;�6�d�;i!*;�6�d�;!*;06h*vT*;&6h*T*;�d�;	^!d�;
� ;'\l|;#v\l|;�!v\|).6p�������?@tT�\|).6p�������?@�T�\l|lvvvvw���z7#7	�!	6	�
6
�Q
S	��6�QI7i!�S�7i!S6�z�6�6ѨI6њ57��(6�6Ѻ7�7��y\x\x\]y\y\l�6�scS6�n�!09f9�vSS�e09�zIvS6��9�nIS9fS�9fS�@�?�\s	_s	_l|M�N�	7�!I	J	��v\lvv7�!Qw�6�z�>)..6�jPk6�jPk��09.6�7�!Q6�QS).6a6(Q6	�6
)6|�3s�6�S�p�������?J�])..6�jPk6�jPk\lvv7?!Qw�6�z��).6�jPk7�!Q�6�z�06.s�
��9
.6
�6�QS
7�!M	�/	N	�&6
	�S

��

7
�!I
J
��.6�jPk7�!M�oN�f6		�S		��		7
	�!I	J
	��09.6�7�!Q6�QS
).6�jPk).6
a6(Q6�6
)6|�Vs�7�!6	�S�09�7�#�7�!p�������?J�]).
6�jPk\2l*6�;7��;�d�;/09<6�d�?os<Uv\2l*d�?�d�?d�?�d�?�).6a6�Q6�n]lUv\).D\l?�\).@\l6?�\).�!.7� 6�jPk*\2l*d�*d�;�6�d�;6�d�;�6�d�;e;� v\2|;�!).7�67� ?�67�?�d�@Bd�?d�?�D6�jPk;N!v\).7�lS\l7).7�S\l	��	6	�znnnnnz�fI
	6
�
�6
�Q
6
�I@�"I@�!I?�I?�I?�I@y#S
%6	���).67� ?�@4\).7+7�!|7N!l	ll
Ov\).7+79|7N!l	ll
Ov\2|l**7l�.06?6H6�jd�Pk;l7l6�d�S\2l*l*).6).67� d�d�Uv\2l*).7�!6d�Sv\l�).vSv\l6�s��).vQ�).6�vSv\).7�!6�.Sv\2l*d�6�d�;k6�d�;'6�d�;�6�d�;�6�d�;�;? v\lll06Fs�
�
9F�9�6�7�U�)9�6�7�9F
	Ov\llll06Fs�
�
9F�)9�6�7�
	O�,9�6�7�9F
	Ov\lll06Fs�
�
9F�9�6�7&U�)9�6�7&9F
	Ov\).67�Q_2l*d�*7*06hvT6�d�;�6�d�;l6�d�;n"6�d�;'6�d�;o"6�d�;�"6�d�;b!6�d�;�6�d�;	�"o�;
�#;\|v).w�.6��T�;;�\|v7a��s^
09�6��59�6�s�S).67LSw\9�6�7�Q;a�I]09�6�9	.6
LSs�S).67LSw\7a\|2vvvvvv	vvvvvvvv
vvv
vvvvvvvvvvv*7�Q�0096�jsF�GPklS�;z).67"7�
Sx�0 6 Fs"�
x��"9 Fx��#7"#�9 FS$"#v�$9# .6"#	�S""#$*""x��7
"727�7	
�7$7=!7F!7%!7�!7h"7�7
4!7!7�!!7
!+!7�!7q!7�!7!Z!!�!9" .6!"	� S!" 7v!d�d�y�<7Q7�Q7!Q7 �Q	7!�Q7"Q7#�Q7$Q7%Q7&YQ7'�Q�].67"7(_
S�7(_Q
7)�
S�7)�Q7*�
S�7*�Q7+�
S�7+�Q
7,�
S�7,�Q7-4
S�7-4Q7.�
S�7.�Q7/�
S�7/�Q70�
S�H70�Q�09.6	�S� ] .671LsE S72�
S�72�Qd�d�d�n�063?74C75��063?74C76�s��67�Q.78�FEDCBA@?=;
:98
7	654/.-,)6�jy(G><v3v2v1v0v+v*v'v&v%P#klS\vvvv).7���09.6�.7�S�]7�D7#$DzInIz6��+IIJ%6����#]).67LsIS\).71.7�S\).7�"Q\).7b!Q\).7�"Q\|6j�_7d6�).6)7)$�*.7� 6�jPk;j�.67	�Q_6j\).7� |6j6�jPk\|).7� 7�Q6�jPk\|7�Q06Fs�
�
9F�7�Q7DT�7�9FS7DT6�z�IIJ%6���\|7�Q�v\6ْL7�C096�jPk6bQ7).7�#�J7�Q7	�S;�096�jPk6bQ;6�\lw	�F09.6�S	�1]).6�!.66�sHS	���@"�@"� @f"�$@g"�@�#�@�#�$@�� @�(@-	)M�ZN�QIy
�I6�I
6

��

	I

�.6;7
j"	IS

J
��\|7�Q7�Q7�s�
�T06Fs�
�
9F�7�Q7�T�7�9FS7�T6�z�IIJ%6���\2d�6�d�;�6�d�;�l;� v\l|;�v\2l*d�*|7�06Fs�
�
9F�7�Q�7�9FS*7�vQ�7d�Sv\).7DT6�zz�IIJ%6���.�.vTv\).vQ\llM�)N� 	6
�S

	6
�I		S	
	��|7�06Fs�
�
9F�7�Q�7�9FS7�v�7�TzS�7�U\2l*d�7�*06hvT6�d�;�6�d�;p6�d�;o6�d�;;� \|).6S�l;j.7=7(S;#\lll|2***l**096�jPk*6j7k6�Qd�U�]7Uv\).67mlS).7#7r.
...
.	lO\ll|2*lll*l**l**6	j7	'
d�d
�	O�]7Uv\).67mlS).6S.vS\).67mlSse
�
zI).7\#..
.w	Ox\ll|2*ll*l**6j7�
d	�
O�]7Uv\).67mlSse
�
zI).7\#..
.w	Ox\ll|l7evv��oXoF
��no@��<o�o
��Qo0��Do�o2��4o��*).67{o��	o�.�$7\#�	o�w
	O\2d�6�d�;6�d�;H6�d�;�6�d�;6�d�;�"l;v\l|;v\|l7�77S\]w\|ll7�77HT�]v\|7�77�Q�]v\|l7�77S�]v\|lvvv7�76��zzz�L7	7	vS			6	�S	�	6	�S	%���]\2l*d�6�d�;6�d�;o6�d�;�6�d�;�6�d�;h6�d�;6�d�;6�d�;�6�d�;	�;
v\2l|*l;&!�;Y0677�6767�?�6767�?�d�@Bd�?d�?�D6�jPk;N!v\06767�?�).@�\0676;7�Q�K676;7lS9.6LS7H676a7	QTv\|7YlIvw�\|7YllJ77YSv\|7YlK77YSv\2|l*7&!0676;77YS7�d�Tv\06767
lS).�.vSv\2|l**7&!7�d�Sv\06767
lS6�).7%7� �/).676;7lS;Y;�).�.vSv\|7Y\2ll*l**l*�09H*6�jd�Pk\2l*l*d�*d�*d�*).6�..�T*7>QvS\l).).7>SvS�]).vSv\l).).7eSvS�]).vSv\2l*7��;).6�jd�Pk6�)..T�).6�vSv\).6�lvS\2l*l*d�z?�d�?�?q@�*vS@>nS@enS@�07Hs�
�9H7�d�J\2l*d�\).DlD).��.znnn
n	nnn�e,.��I"�OI.�7>�67e�(.7�*�.6
.S
z�.7�*�;.
6
.IT
*7��.,,��,.�&I"D.6�DI�2�+������.6q*6��.
6
�I
*�*I�
I�,,,��I�7	.��I.I�I.I	��I�
.6	�.I��.�.6	�.I�C.I�.7
�7�Q.6q7�Q,,�:..I;�.7

�6
�S
��..I;�*��.I;���.7
�7�Q.6q7�Q,,��.6	�%;�I*k,,�r.6	�%;�I?�y@�,,�w*.6
..T
�]D,,,.�����I"�"Iv�I?�x@�\I_],,_09
�6�jsPk_).zIn".I�\_|\2l*d�d�;|#6�d�;�6�d�;�6�d�;6�d;b#6�d;{#6�d;O6�d	;N6�d
;	�6�d
;
�;�v\07r#s�
�9r#x\06g|2d�vvvO\06iv|2d�T\l|6�z�Qn�v\6�Q)*ww�.7�w�
.7��D\7NQ�D\06g|2d�vvvO\06iv|2d�T\l|6�z�Qn�v\6�Q)*ww�.7w�
.7�D\7NQ�D\06g|2dvvvO\06iv|2dT\l|6�z�@n�v\6�Q)*w�
.7��D\7NQ�D\06g|2dvvvO\06iv|2dT\l|6�z�,n�v\6�Q�D\7NQ�D\2l*06g|dvvvO\06iv|2dT\l|6�z��n�v\6�Q)*�.6���yD�Q09�.6�sfS6�jPk7�).S�D\).��yD�H.09�6	�6
��7Q�D��xD\).6/7QQ�$6�Q6�sTSo�����
s�\6�Q6K6�zTs \|7`�7�Q;`7`\06g|2dvvvO\06iv|2dT\l|6�z��n�n�v\�\6�Q)*�.�r.6�*�b096�j
Pk6bQ@g.?�*.7H.9.6	L.ST.�D\7
OQ)*�
�\).6;7Q*.s
*.7
.S*w,��09.6�.S*�]096�j
Pk6bQ*.�=.6��1.7g.� .7go\&.�!7�.S�D\.6��D\2l*06g|dvvvO\06iv|2dT\l6�z�yn�Qn�3n�n�v\�\6�Q�\6�Q�D\6�Q7�Q�D\6q6��nDS091).vS�D\2ld*6�;d;�d;yd;�d;�d;Ld;
d;�";	�d;
�d;l#v\lv�	w\09s�l6�jPk\09st	l6�jPk\096�js�
Pk\09�6�lSv\06�s�
�r9�6˒c9�6�7�O9�s>l6�jsPk7j9�6�7S�w\nI\l).vS�6�z\07�s"
�	9�\2ld*d*d*d;)6�;*d ;�d!;�d";�;�d#;�d';^"d(;	ud);
"d*;Id+;m;
�d,;
y;� v\09H6�jlPk\l
s)�s���w��6���7nn�
7nQn�f6�Q096	�6�j
Pk6�z)v�3.ISJ%6����).vS\lvvvvv	v
v7�nS7�nS6�Q���zzsd��	z
�C
I�	6�S
%
��	6��6�	S%���D�]\07�s�
�9�7*v\]y\).7� �09�6�lSv\).x;� v\09H6�lS\2l*l*).vd$S\2l*l*).vd%S09y.d&T\zl�
).�	).vQ\).vQ\ll6�scS
6�S	
0vM�[N�R9�I
S9�I	S�*9�I
S9�I	S��x\y\y\l6�06?7%7� z�26�o��6�6��
6�6�\ls��s�\ll).6�S.�W6�S�56�6��6J6�6�S\.7ys�S_7ys�S_l
s)�s��xw�o6��c6�Q096�6�j	Pk6�z)v�#.ISJ%6���\l096�S�6�n�	zIz�'6?7%7�?�?�?��6?7%7� ?�\2l*d.7�*06hvT6�d/;�6�d1;p6�d4;o;e\2ll|**l*l**6j7k6�Qd0Uv\).�0.7#7s..
.	.l
lOx\2l|*l*l*l*l**6j7'l
l	d2d3Ov\).6�lS.vS\).�%.7\#..
.l	wOx\2l|*l*l**6j7�lld5
	Ov\).�%.7\#..
.l	wOx\2l*6�;6\�;\d7;Z6\�;\d<vS\2).6a6�Q6�d8?�d9?d:?�d;?�nclUv\\\l7�\2l*7��;�*sn;Ys;>s
;1z;^#s�*s�*sW*y,d=;�dJ;�v\2).6�� .6�7a.7Y�*09H6�jd	I
Pk��.7^#%;^#6��\.6�7x�A.6�7y�&).6;7	�7
�7�S*�sx*sk
*09H6�jd	>
Pk\2l*l*d?).6��.6�7"�O).6/7QQ..6��.6�7/�	.�.�c).6/7QQ..6�7"6��.6�7/�	.�.s.6�7�vdCUD.�36�.6�7g6�7	dDUS09
H7zS6�dEdHT\2l*l*l*09H6�jd@Pk\2l*l*).�vwS�7).6;7_.
6/7�"Q.d	AOv\2ls"
�M�I).09�).si6�jsl	PkvS��09�'��O).�3.vQ�&z,9�dBo�T*�d).vwS�R).9�6�sh).sk6�jsl	PkvSv\).o�*).vQ�..�09�.S.Q�/).09�6�js
PkS\094\09g\2).6�0�1).9�6�js�	PkvS�M947�.6�).6a6(Q7R!T6	�dFdGTv\).vlS\).vlS\09�6�jsmPklvS\l	llll).6�� .6�7a.7Y�709H7�9
�6
�j
smP
kS�j.0947	��&
y	O�/@	�l	@	|@"@4!?�@O"S\2l*dL6�dM;k6�dO;'6�dQ;�6�dR;�6�dS;�6�dT;t6�dU;�6�dV;�6�dW;	�6�dX;
�"6�dY;c!;�v\|n;>!l;{).7=7�6{7>!T;&v\2l|*l**7&7�lT7&7�"S6{6�6�dNUv\llz�oXo�����5o��+).7�;>!7&7�.T).�.vTv\2ll|l*6{6�7$7�"lT7	c!xlU	6{6�@.!@b?�o����@/dP

Ov\).�.vlSv\ll|6{6�7$7�"lT7c!ylU6{6�@.!@b?�o����@/Uv\|6{6�6�6{6�D).67`D6{6�@l@+DsQwUv\|6{6�6�6{6�D).67�D6{6�@ls�@1l@aDsQwUv\l).67c�S.67*�@.67!�-.67�.67|�ls\2l*l*l*096�jPk6bQ*dZ\llz�!o��6z�6�oXo�����
o�).�.vS).6�e.67�..09b7�96	�j			Pk		6	bQ	.S

Ov\2d\6�d];�6�d^;�"6�d_;�6�d`;ll;�v\|l;{l;>!v\l|�7lQ@�l@�7>!@�;ro����;/\s�\l6\|6{6�\2l*db6�dc;�6�di;�;� v\2l*).6a6�Q6�dd?�de?df?�dg?�nKdhUv\l7�7\l6�06?7%7� �!6�6�).vT�u6�6�znz�M6�I9	6
�S�667J�IIJ%6�6���).vTv\2ll*).6a6�Q*M�7N�.	
6
�S
	6
�I		S	
	6	�S		
��dj?�dk?dl?�dm?�6�nLdnUv\x@b ).@�@s\l6�06?7%7� �6�6�).vS�).vzSv\2l*dp7*06hvT9<6�6�dq?odr?�x?�?�s�U6�ds;�6�dt;�6�d};�6�d�;l6�d�;n"6�d�;'6�d�;o"6�d�;�6�d�;	�"6�d�;
�;\|).6l
l	llO�;�!;�w;j;�s4;�!\|7�\l|;�v\l|).6;7�Q���).6;7�#6a7�"QxT�6�s�So�����H7d7.6;7	�s)yTs�	Sw;�v\.6;7
�#xSww�6�sfSnI�7Hs�	stT7d;�v\2l*06g|duvvvO\06iv|2dvT\2l|6�z�>n��n�n�(n�Kv\6�Q)*n;�).�.6{6�n;s!n;�).6{6�7 !�.7dw�.7dv��).67
.6{6�7	s!.6{6
�.7d6�.7d6
�.6{6�7
�!O
.6{6�x; !.6{6�7	s!n��).6/7�Q��.6/7� Q0�Hdw*9�6��%y,	9�6s�d|T�;.vQ�/96�js�Pk_).vQ�\6�Q�
��').7{#.S�D\)*6{6�7	s!n��).6;7�#.6{6�7
�!yT*6�s�,.6�*s�
*.6{6�7	s!�I.�.6{6�n;s!.6{6�7	s!n�,.7�7|#Q*�".6;7 Q7~x�K.7�7 �.S*.7!��!.�.7!�.S*.�e.�^.7"%�+..7�6�jPk;%.7"%*7#b#Q�D�
��
��
��).vQ�\2).6/7QQ7"���S*�zI�*.6;7�Q6�d{S�?.6/7QQs*	s�?	�7�").7d7	B#7
�7�T@	�.?	�.@	�y@	�*	09�7
p"s�S*6�s�;%$6�s#;�6�;�d
x*
6;69�s�U
x;	�7�99.6LS	vSs�Tdz;�9�6�7�S.6;7�nS�/).�%09.
6�jPk_v\l6p).7��"6�.zI�	09.6�6�S7H#x�Q.y;�9�6	�7
�.99.6L.SvSS�\).6
{6�n;s!).6;6�9�.s�U9�6�7�.S).vQ�+]).6;7�Q6�2dySv\09�6�6R6D7;�v\).?�.@�).7�6209.6LS.zITv\).	�x,	.vQv\|2vvvv	*).6;7
�#6a7~QyT



�'
.
6
;7�#6
a7

�"Q


T
��.6
;7
�S

	
w
�	6
�n
�j6	{	zI
;
d6	{n
I

;
�6	{n
I

6
�s�S
�09�	I
S�I	
;�#6
	{09�7	
�#w�	9	�7		�9�7	
�#;
	�7d6��9�7
�#��6	{.7�7
z6	{7	d6	{7�6	{7�#U
	;�6	{7	�7	|"6	{6�S	;6	{6�d~;�6	{7d7M7�6	{77M6	{7�#T6	{77�!sdzyO7�xS\\]).6�).66 �s5s8S_).7�lSv\ls�
�
zI).67o��.67� ��.67� ��.67,��.67� ��.66P��.67��-.6	7
Lsss�S�006?6�7
�7�7!�
6?6�7
�7�7!Q��06?6�7q7A��nI6?6�7q7AS��09�7�Q9�7�#).7�!S.6;7�"xT�V9�7�Q.6{y;�".6{6�6�.6{6�D.67�DsQwU��09�7�Q9�7�#).7�!S.6;7�"yT��9�7�Q.6{;�".6{6�6�.6{6�D.67�DsQwU�,).6{y;�"�).6{x;�"v\l|2l**vvvd�**x7d6��09�7	�#w	�y).6	;7	�#6
a7
�"Q
T	�G06	86	86
�Q;�6{6	�6	
�6{6�sU	�zT�>]).6�).66�s=s8SS\2ll068686�Q;�7	!).77�6).7Y�;�!.7S�;���7Y6�z

n	)z�)II
I	.7	�!J%6���7S6�
z�)II
I	.7
�J%6���).7d6��9
�7�#w�^9
�6�7 .6{6	�6	�6{6�D.67DDsQwU	z%�V%7�w�J7	!�@7!�67!�,7<!�"7E!�7$!�7�!�Gss
.6�.66�S.vS�X.;�7 !�7$��7$ !7!B z%�	7%!B 7"�!vv#�	7#"�!7#�s��	7#�;�.7"$�7G�7F	!7E!7D!7C<!7BE!7A$!7?�!7>%�!7=&�7<'3!76( 75)p!74*(!73+U72,!71-M70.@!7//Y!7.0V7-1u!7,2~!7+3�7(4�!7'57&6�6"7�j"d@�y:d*�H;$x98%7#x)P"#k78�79�!S.Sv\).7�!\).7�\|6j�/).7�6{6�jPk;j6j\).7e|6j6�jPk\).7� 6�jPk\2d	�d�d�d�|*).67� ��.6;l�n6�09�s�U	6
;6
�9�s�U
6
;6
�9�s�U
6;6�9�sU�k609�s�U	6;69�s�U6;69�s�U6;69�sUv\).6{7�"�.6{x;�".6{6�6�6{6�D).67oDsQwUv\).�n).6{7�"�.6{y;�".6{6�6�6{6�D.67� DsQwUv\2l*6�d�;�6�nu�7T��7���6�n	��6�n�?6�nq��7T�!7��7��7��6�n��6�n���6�?�7�@�7@7T@T7�@�).6{6�6	�6{6
�D).67�DDsQwU�6�Q).6{6�6	�6{6
�D).67
�DsQwU��6�Q).6{6�6	�6{6
�D).67�DsQwU�l6�Q09�7�#).7�!S).6;7�"7�	7�7�U�.7d6��r7�.6{6�6	�6{6
�D.6�7� DsQwU��7� DsQwU��.6;7�"7�T�n6�Q).67c7��.67d).6{6�6	�6{6
�DDsQwUv\).y;v\l6�nu�	7T�6�
y;�6�Qv\|7�!\2|*09�d�;hv\).7j�(.06g2d�v	vvO;j.7j\06iv|2d�T\l|6�z�pn�2n�n�v\6�Qn;��\6�Q7�
��7Q�D\06?7BQ�D\2l*d�6�d�;�6�d�;�;v\|l;$l;�!v\2l*|7$7lwd�d�Uv\l).�7XQvQ.zTv\).�.vo�Tv\2l	l*	M�)N� 
6�S
6�I
	
S

��;[;#$|7�!6�).6_7�6_6-7u d�
Ov\).�.lzIvSv\2l*6_�;_d�vS\2ld�*sg;�sd
;�7��;�z;sJn;�s�Jn; s Jn
;
#s#J
n;C sC Jn;	 s Jn
;

�s�J
n	;	sJ	n;�s�Jn	;
sJn
;+s+Jn;>s>Jn;sJn
;ZsZJn;�s�Jn;�s�Jn;`s`Jn;sJn;�s�Jn;�s�Jn;�s�Jn;5s5Jn;�s�Jn;�s�Jn;~s~Jn;�s�Jn;�s�J6-�;-; �s�J;!�s�J;
"&s&J
;#u su J;$�s�J;
%PsPJ
;	&<s<J	;'� s� J;(=s=J;)FsFJ;*0s0J6�d�;+k6�d�;,'6�d�;-�6�d�;.�6�d�;/�6�d�;0t6�d�;1�6�d�;2�6�d�;3�;4� v\|l;F#09�74;�9�79;�v\2l*l?�l@u|7F#6�).6_7	�6_6-7�d�
Ov\l).�v\).6;6�S�f6�z�XI.6;6�S�$.7� 6�j
Pk7zS%6���.6�wT\2l*l*|7F#7').6_7
�6_6-7�ll
d	�d�Ov\l).6;6�S�6�nzz�InI).�0..7� 6�jPkvTv\).�v\.).7� 6�jlPkvS\2l*|7F#7�).6_7�6_6-7
&l	ld�Ov\).).7� 6�jlPkvS\l|7��).657hI�+).657 I6_6-7<�I7��.657 I�09	.6
LS.6_6-7=7���z@�!@@�).6_6-7=�09�6
�6ێ.657hI09�7�#629	.6
LST�.7F#6�).6_7�w	

Ov\2llll|***d�*7��O).6�'.6�7��vo�.S�7.v
;
�09	.6	�S	6��o	�.S	
	�6	�s
!S		
zI	6�s
�S
o����
�sW9	�6

�6
�

nd

9	�6�6�I	6�S6�sZSJ	6	
�S	
.9
�7	
Ws�sN

s�
U	
;�d�;�d�;��7'lOv\).6�w�.6�7��b09�7�.7�S9�6�7�s�T;I ;�)..v�T�]).67	Ls�Sv\lvv6�09�6�6ۻ�9.6�6�S7��8)..7�7kD6�DT�(]).6	7
L6�s�S\lz�Z09�6).7�s�T9�7�).o�T;�2d�;I ).vS\)..lDvT\l|7���).6�vo�S��.7�� 09�7�.7�S.6�7jQw;�09�6�7�s�T;I vzS�7	�ll
l	Ov\l|7��).657hI�i).6563I6_6-6P09f9	�#vSS�9
�S�76�Q�(09.6
LS.6_6-7� 7F#6�).6_7�w	

Ov\lD).6_6-7F|7F#6�6_7	�w
Ov\lDlD).6_6-70|7F#6�6_7	�w
Ov\2l*d�7*06hvT6�d�;�"6�d�;l6�d�;n"6�d�;'6�d�;o";!\|).6l
l	llO�;�!;�7�"Q\).076O;Ov\2|l**7d6��009�7z7z).6_7�I�).6_7��.6_7�).6	O7
�Q6�6_6-7
�d�
	Ov\l	2	vvvvv).6_7�7
 I	
7I		�M	6
	�n�B
zI	nI
	6�)	�%.	7�!I
I
J
%6���	7�I		�M	6
	�n�B
zI	nI
	6�)	�%.	7�I
I
J
%6���	7
	�I	
7

#I	
7
C I	
7
I	
7

�I	
7
I	
7
>I	
7
I	
7
ZI	
7�I		s��	6	�Q	7`I7I7�I
7�I7�I75I
7�I	7�I7~I�C09.6�S�.].6�!.66 �s�Sw7!�I�M09.6�7!�IS�.].6�!.66 �sHS���@"�@"� @f"�$@g"�@�#�@�#�$@�� @�(@-M�ZN�Q%I"%y !%�"I"%6!""�I#%6 ##��  I  %�."6$"$;7#$%j""I""%S #$"J! ��.7&�/6'�jd@�d*�y)HGFEDCBA?>=<;:
9876
5	v4v3v2v1v0.-v,v+v(v'v&P#k).S\).7�!\).7�\|6j�>).6_7� 6O7�Q6�jPk;j6j\|).7� 7n"Q6�jPk\).76O7�Q6�j|Pk\2l*d�*6�d�;n6�d�;6�d�;�6�d�;�6�d�;�6�d�;�6�d�;z#;� v\l|;�7z#S;^v\|7^�6�Qz�n�6�zII\|v7^�
6��6�Q�z��I%���\z\l|7^�q6�Qzz�pn�Onz�]).6;6�6�IS6�I�wz�'\6�\6�6�\6�zII\|6�Qz��7^z�n6�6�)�X6�I7z#S6�
S�".6�j	PkS%6�6���\6�\).6;6�|6�S\l).6;6�Syy��.6;6�z
I
Sy�fI	
I	
6	�n�S6	�0v�)I	9�S�%
%6	���6�%\\\l6O�;O2d�vS\2ld�d�*w,d�;�d�;d�;�d�*d�;�6�d�;�6�d�;'6�d�;�6�d�;�6�d�;6�d�;e"*6�d�;�6�d�;'6�d�;�6�d�;�6�d�;6�d�;	+6�d�;
�d�;�n
;�*v\|;�v\|z;�;|;~l;{l;@).7�Q6�Q;4v\).7�llTv\).7llTv\).w�S.7�Q�%.6�js�sFPk�.6�jPk*.\|l;�l;�l;�v\09�75\2|l*09�757e"llTld�Uv\).vlS�	x\2ll|l*l*?�?�09�7�!7e"lTld
�d	�
O7�6�?�?�7f@�Sv\).vlSy\).vlSx\2ll|l*	?	�?	�09�757e"lT	ld�U7�6�nz�V7�I6��6	�	�,7	�7	�T	9	�7		7
�S	&��v\).vlSx\l@�#l@�\|7+l
l	llOv\ll|7@@??�?�7+lll	

O7~).6�jl
PkJv\l
l	|?
�?	�7~vvM�VN�M
7~6�S
��7~I
6�
�6�	��7~K
��6�lllO\l|7|I�'vlS�	x�
7|Kv\|7~lI�6�lSv\2ll|*l*d�*l;�l;�#s��,7�Q7|J;�7{;�).7�Q7
w�W7
.7��?7
.7�;
09y7
vd�T�vQ;
\09�7z7z).I629.6L.SSv\|7�%;�747�\096�jPk6bQ\2l*d�6�d�;�6�d�;�;v\2l*|7$7lwd�d�Uv\2l	l*	M�)N� 
6�S
6�I
	
S

��;[;#$|7�!6�).6^7�6^6-7u d�
Ov\2l*6^�;^d�vS\2ld�*sg;�sd
;�7��;�z;sJn;�s�Jn
;
 s J
n;#s#Jn;C sC Jn
;
	 s J
n	;	
�s�J	n;sJn;�s�Jn	;
sJn
;+s+Jn;>s>Jn;sJn
;ZsZJn;�s�Jn;�s�Jn;`s`Jn;sJn;�s�Jn;�s�Jn;�s�Jn;�s�J6-�;-;�s�J;
�s�J
;&s&J;u su J;
�s�J
;	 ~s~J	;!&s&J;"�s�J;#<s<J;$PsPJ6�d�;%k6�d�;&'6�d�;'�6�d�;(�6�d�;)�6�d�;*t6�d�;+�6�d�;,�6�d�;-�;.� v\l|;F#v\2ll*w�l?�@u|7F#6�).6^7	�6^6-7�d�
Ov\l).6;6�S�6�n�zInI).�v\..7� 6�jPkvS\2l*l*|7F#7').6^7
�6^6-7�ll
d	�d�Ov\l).6;6�S�6�nzz�InI).�0..7� 6�jPkvTv\2l*|7F#7�).6^7�6^6-7
&l	ld�Ov\z@�!).657 lI@@�09�7�#629.6LS9�6�6	�Tv\2l*l*09.6�lS6��6�s!S6�s�So�����sW9�6�6�nd
9�6�6�	zI6	�S6	�sZSJ6
�S).9�7Ws�sN

s�
	U;�9�6
s�d�T9�7�d�o�T*lvSv\lvv6p).6�{09.6�6�S7��,)..7�7kDT�(]).67	L6�s�S\).6�w�.6�7��509�7�).S..v�T�]).67Ls�Sv\l).6�vo�S�&.6�7jQw;�vzSv\).6563lI09f9�#vSS�9�S�6�Q|7F#6�.6	^7

�6	^6-6	PwO\).67�Q_2l*d�7*06hvT6�d�;�"6�d�;l6�d�;n"6�d�;'6�d�;o"; \|).6l
l	llO�;�!7�"Q\).6^6O;Ov\2|l**7d6�).6^�7��7�.6O7�Q6�6^6	-7
�d�
	Ov\l).6_7�7 I7I�M6�n�BzInI6�)�%.7	�!IIJ	%6���7�I7#I7	C I7
I7�I7I7
>I7I7ZI7�Is
��6�Q
7`I.7I-7�I,7�I+7�I)75I(7�I'7�I.7�6�j2d2�vy:987654310/
*v&v%v$v#v"v!v vvvvvvP#k).S\|6j�>).6^7� 6O7�Q6�jPk;j6j\).76O7�Q6�j|Pk\2l*d*d*dvS7�;d;�6�d;26�d;;i 7��;�6�d;26�d;
;i \|09�67
7!Ss�Tv\l7
�;
z;|s|Jn;	s	J2d;�v\|l;�l;�l;�#v\).7$w�".6�jPk;$.7$\09�62lSv\l7�).7
7|�@.7
7	�R.6^6O77�7	�#T�(.6^6O7
�7�7	�#Tv\09�762lsTv\lvv6p09�7��9�79�7H��6�7[sIS��9.6�6	�S7
�).7
7|�S.7
7
	�u.6^6O77�9	.6	�7�#S	T�8.6^6O7�7�9.6�7�#ST\]\2l*6^�;^6O�;Od
vS\2ld*w,d;�d
;d;�d*6�d;�6�d;'6�d;�6�d;�6�d;6�d;26�d;�d;	�n
;
�*v\|z;�;|;~l;{l;@l;�#).7�Q6�Q;4v\).w��).6a6(Q6�6)7��v.6)7*$�N..7�7i 6	�j
Pk6	�js	�s
Pk*�U.6
7�Q_..77i 7
�Q6	�js	�sF
Pk*.\|62l
l	llOv\ll|7@@??�?�62lll	

O7~).6�jl
PkJv\l|7�Q7|lJl;�l;�#;�7{;�7�#6209.6LSlT\2l*d7? *06hvT6�d;�6�d;�6�d;t6�d;�6�d;�6�d;�;� \|v).w�.6��T�\l).67"09�6�7=
S�..657 I9�6�7<S�p6	Fs�
�
9	F�+9�6�7=9
.6LSS�/9�6�7=9
.6LS9	FTv\|7'll
l	llOv\|7�l	lll
Ov\l).67"09�6�7�
S�-.6563I9�6�7�S�p6	Fs�
�
9	F�+9�6�7�9
.6LSS�/9�6�7�9
.6LS9	FTv\).67"09�6�7�
S�9�6�7�lSv\).67"09�6�7�
S� 9�6�7�llTv\2l*d!*6_7� *06hvT6�d";�6�d&;�6�d';t;> \2ll*l*).6�'.6�7��vo�.S��09�v;k9.6�lS6��o�.S�j6�s!SzI6	�s
�S	
o	����		�	s
W9		�6	
�6	
�	n	d
	9	�6�6�	I	6	�S
	
6	
�sZS	
J6
�S.9
�7	
Ws�sN

s�
U	
;�d#;�6�w�9�7k�,9�7ko��9�7kS�T9	�6	.7�s�T	9�7�d$o�T;�d%;I Sv\lvv6p).6�x09.6�6�S7��,)..7�7kDT�%].67	L6�s�S\).6�w�.6�7��\09�7�.7�S9�6�7�s�T;I )..v�T�]).67	Ls�Sv\)..lDvT\z@�!).657 lI@@�09�7�#629.6LS9�6�6	�Tv\l).6�vo�S�s.7�� 09�7�.7�S.6�7jQw;�09�6�7�s�T;I vzSv\l7��;�70�;02d);'7��;�06�s�
�6Hs�
�N6�
v�F9�6H�$707'Q9�;H�9�6H�9H;�7�;�7�;Hv\2d*6|S\2d+*d,*d-*d.*d2*d5*d6*d7*d8*d9*d:*d;d<*d=dC*096��
dG�
96�*z,dH*7�s
�

�"6�6	9�S		s�
	7� 

�7	N#
		
	�7	�
		
	96		�j
	o�
P	k	
	*	�A�
dK�19�6		�j		
	Pk	*7
�#;�dJ��9�7�*9�7�7	
]7	"�M�S		96�S	�nI
	s#
�nI		sa	�
9B*dI*n,n,	6	�j
Pk*
6	�j
Pk*6	�dL;�!6	�dM;�6	�dN;i*6	�dO;J!6	�dP;I!6	�dQ;�!6	�dR;�!,
dU;	zd>;
�dA;�dB;�dV;
�!dW;�!.;R@�dX?�dZ?�;�\s�l
\).znvnz�8.I.IS.J.J.��,\2l*l*).vd/lT\2l*y,)..7�d0d16Uv�].��x,).vTv\l).�0x,).�
).�	)..vTv\).�x,)..vlTv\2ll7�7��q6�]).
;�.
).
�2v�.S�.T��.U�{..
6�vT�d*6z).�@6z.	�.d3d4v
v	O�(.7�!vT�.7�!vTv\).).vlT\).).vlT\ll�7
s��s)�
w�
).�	).vT�1).09�6�js�PkvTv\l7}�7}7�!S).vS\l6zv�9l;�!).;z7�6�z�..T\l6zv�().	;zl;�!..T\l7�6�w;}lJ).lJ.	lJz�6z�..vTv\l7	�6z6	�z�e7�!6	�n)vz�<I	I
	�
S
�.v
O6	���7�;�v\wl;�v\llll).vSvxv�O
	S	
		�]
.	;	
�..vxv
	�	6�w	vx
	
�V6	z�K	��:�+.�.	�2.T�$.T�.T�.T\.09�6�jsCPkT\lll;
).6�j	Pk;�7�!S�$.7�7�QvT��;w!6�;�6�;�!7iQ6�z�B6��z;�7J!Q7�!�6.7�7	�!vT�.7�7	�!vTv\2lld?d@).6�jPk*.vS�/.09
�6
�j	
s�
	P
k	T\6�6z�=z	�3	.
6�I	S	vv
O	
%6	z�	��\ll�s)
�7��-).6�jPk.vT\\l).6�jPk.vlT\ll).
~%*
;�v;z;�!;�.�l.S�%09�6�js�
	Pk_.'�%09�6�js�	Pk_2dDT\l2*lvdEdFT�]).vTv\).).vlT\).).vlT\09<6�6�6lSs:\)..lJ..nlJ.n*�&.�.vQ�..vSv\)..vS\).7�#62zSv\09y).vnT\).vlS\096�jsPk\l096�6�jPk;�!v\l6�7�7w!6zv�-z�#7I!IT%6z���\lll7
s)
�
w�7�!&;�!7�!J�M7��6zv�7�!6�ST� ;}7�!6z7�!Uv\ll7�6zv�:7�!&;�!).	l�7�!lJ�.T7�!z�).7�!T\2l*l*).vldSdTv	vO\).7�!)..lUv\).7�!).	.lUv\).6�jllPk7�\)l*v\)l*v\2l	llvv6z*).��	.	�	�\7
�.6
�j
P
k*7�!*�.v
	O�n�*.dYS\).).	...vv
O\l6�wlT\2l*6�;d\vS\2l*d]d^*d_*	d`*
dc*dd*de*
df*).6;7	v7	uQ	*09�6�j	s
�s3	Pk	*y,s�*x;�dg*;�6	�dh;	s6	�di;	�"6	�dj;	#*dk;;�dr;�ds;	�dt;
.du;�dv;dw;
�dx;�dy;�dz;�db;�d{;�d|;�d};;?";;�;�v\|sf;T"s;�v\l�*7���
�s�T6�Q�s�\l09.6�S\]\).�(.�!0696:72daSv\).7�z�n6�06�6�.7sZTD6	�7	�9�7Xs�T	D6	�7	�9�7	Q#s�T	D6�7�s�TDS).6
;7a#s�
S�
.7�
.7
��S6�6�6�.7s6 TS6�6�6�.7
�s5 TS646?6]6�s�?�?��,?�Sv\).6a6(Q6�7*7�"z�C).�0.
.6a6(Q6�.7I#vT\l).vQ�l�.\l�T�7jlSy��09�nIvS9�nIS	9�nIS).6)7)$�[.6)7.�;n�.�$n4	�	�
o	(	y�,x�'n��
o�7y�x\).6a6(Q6�7*7�"z\|7�"7T"S�6�z�6�n(�4).6;7v7uQ7#7T"T\).6;7Qs��7lS\).6;7Q�7HllTv\2l).7��k.�a.6�jPk*7o!Q.�7
!Q;I#�7o!Q;I#..vQ�	.�7�"Q;
".7�!;�!.7!Q�;�.09�7	K7
�;..72!QS;4!..6�jPk7sQ;U".7
!Q;!.7!�D..7!S;!..7�"Q.7!T;!.7Q;	�.).7�7�;
�#.s�;@#7�!�.7�!;�!7}!Qw� .6�Q6�Q;
!7D!Q..	7	�S		s��	;F!9�7 �K.6	�s�S		o����	;t6�s�SzI	6	�s!S	I..Q;�.6;7a#s�
S�W7XQQ�	76 �	7 5 �1..	76 S;.7 5 S;�7!�Q.dlT..;�6"96#:7$.S.7%t�.7&�Q�x,dnQv\l	l
	vvvvvvvs�;	;	�)	.	67�
S��09�S
9
^6
�j
P

k
v.		6
	/7	
1Q		
�'	9	�7			0�	9	�7			07		
w"�	�79�7	07

w"	2dm@	�s�T	
	7	�S	7�s�T		7	
�sS	zI7
}7
�"s�S
7	
�S	I7
}7	
�"s�	S	
�7��)�7��#7�;��7�;�7
�SI7}7�"s�S7�;�]\0646?6]7BQ6�2doS�1]).6�!.66�s2Sv\206?*6@*7�77A�77AdpS7�77h!�"77h!Q6�dqSv\l7&$).7B75�).67Qv\).7>�.7>7'$l�).67Qv\).67�s�o
����l	lzOv\).67�sql
w	zlOv\).67�s�l�s�l
w	llOv\).vlS\).�y,.
vQv\2l*d*d�;�d�;6d�;H"d�;d�;�d�;%d�;�"d�;;	�x;
�;:v\).7�#v\l7
"?�7�!@�!7@7�#@�#7@#@A#7U"@%7!@M7�@�06	�7
76?7D7
�7rs�T676a6(Q6�s|�m6?6�7�6�sosjT�9�6�sSw\).7�6�j	Pk|;?�#).7� 6�j	Pk6	�7� 6�jv	Pk7�!S7�s�so�U6	�7/Q7�!2d�S\l06767
6�QSv\).7�Q�(.7�62d�S;�v\2l*).7��.;��"06?7BQ6�d�Sv\).7�Q�D06767
s�S.76).S;�#7H"Qv\2l*).7d�Sv\).7�#6�).S�.]09�6�9.6LSs�Sv\2l*l*).7d�Sv\).7�#7%)..T�.]09�6�9.6LSs�Sv\2|*06?6H6�jd�Pk\2l*).7d�Sv\).7?�).vQ�'.7?7�"Q6�2d�Sv\).vQ\l).7��0.7�Q�.7�6�S�vQv\2d�6�d�;�6�d�;%6�d�;�"6�d�;�"6�d�;�6�d�;$6�d�;�!6�d�;�l;	�v\2|*x;�!;�!7�o�S6�d�Sv\).7�!;�!y;�!7$Sv\|7�!6�lDnDS7�!�
7�"Qv\|7�!6�lDlDS7�!�
7�"Qv\2|*06?6H6�jd�Pk\2l*).7�!;�!7$S6�d�Sv\).vQ\2|*x;�!7�!;�!7$S6�7�7!SS6�d�Sv\06�7}nslU).7�7!SvQ\2|*7�o�S6�d�S6�d�Sv\).7�!6�z�09yv2d�T.y;�!v\).7�"Q\2l|*06@6M6�jPk*6d�S6	Q6�d�S\lzInI	7���).7�!6�T76s��766�76�.7�!766�T�F	.77%7�6�06
	�7

�S

	O�>.76�7�6�06	�7
�S
Ov\06�7�nn2d�Uv\sD\2ll*�6d�Sv\l).6�6�?�6�?�7P"n�	7P"@P"7g?�Sv\2l*06?6H6�jd�Pk\09y).vlT\2d�6�d�;�6�d�;%l;� v\l6��(6�7
2d�S6�z�\0676a7Q6767� 676	�Q6
�DDDsQwU�#v\]06�7}ns�Uv\l7P"�
n�
n\lln��6��(6�7
2d�S6�z�\0676a7Q6767� 676	�Q6
�DDDsQwU�Lv\09s�	6�j
Pk_]06
�7}ns�Uv\l7P"�
n�
n�
n �
o\2vv	v
vvd�*d�*d�d�*z,z	�
6��%

	IS
%	6���09�6�7�*�*9�6�d�;�6�sQ
Sz�6��%IS%6����]6�Q*0696:7	d�S\2l*l*l*0696:7d�Sv\0646?6]6�sP?�6�6�).s/TD6	�6	�.siT	D6�6�.s�#TD?�{�?�Sv\2l*l*l*0696:7d�Sv\0646?6]6�s1?�6�6�).s/TD6�7�#.s�TD6�6�.	vv�4	9
.6	
	L.6
�?�6�?�6�?�S	
s�TD?�{�?�S\2l*09�6�I*�09�6�d�J).6�sSv\2ll	l|vv*	*�n�809k6�7S	�9k6�7S�).6��T\).~%*6�Q*.).	s	9
.6	
L7�@�7	�@�DS	
U.6�Dd�Dd�DT\vv).).xT.6��|T\vv).).z�yU.6��|T\2l*09�6�I*�09�6�d�J).6�s�Sv\2llv
v**�n��J%���).~%*6�Q	*	y,.).s�09.6LSU
	9k6�7S�d�9k6�7S�d�.6�DDlD6�S|T\vv).�)..xT,.6��|T\vv).�#)..z�yUx,.6��|T\2l|v	v).~%*6�Q*�n��	.6��T�u.09
.6
L7�@�7�@�DS
sQ
U	.6��T6�d�d�T\vv).).xTz�\vv).).z�yU�_0646?6]6�sK?�6�6�9	.6	L).S	s�TD6�6�.s�TD?�{�?�Sv\2l6?�;?6]�;];~0676;d�;�d�;%d�;�"696:;�v\0696:6�lSv\0696:7%llTv\0696:7�"Q\2l*d�;�d�;%d�;�"0646?6]7�;�d�;�646?6]7B;Bv\0646?6]6�lSv\0646?6]7%llTv\0646?6]7�"Q\06g|2d�vvvO\06iv|2d�T\l6�z�hn�En��n��n��n�on�n�v\�\6�Q)*0676�#6766�.s�S�yD\\�yD\6�Q�xD\0676a7�"Q6�)*w�.7	W!�69
�7���676;7
�#9
�7�yT*6�s���677�7�.6�S��9�9
�77�9
�6
�j	
s�
s�
	P
k	TsL6�jsA
Pk7�.6�S�E.�46766�2d�o'T�D�
���xD\6�Q�xD\6q6��nDS0676a6(Q6�676)6|�#).7AQ�D�
�\).6�0676a7�"Q6�slUv\2d�*d�\209<7��9'�d��d�)*vllT\2ll*d�).vTw�%6�;�6�jPk�09<76S;�\2l*d)�d�*Ad�*Bd�*Cd�d�d0�d5�*D5d�*Ed$�*F$d.�d,�d
�d4�*G4d'�*H'd3�d!�*I!d2�d1�d"�*J"d%�d	�*K	d�d/�d-�d#�*L#d*�*M*d(�d&�*N&d�*Od�d �d�d�d�d�d�*Pd�*Qd�d�d�*Rd�*Sd�d�d
d*Tdd*U7M�;M*s�;�s�";�"6)�d;6)�d;6!6)�d;�"*);)�d;jd;	�d;
2d;�d;id;
�d;]d;�d;�d;wy;�!*;�d;097<667��xd;ox+sLU676�d;�6�d;�6�d ;�!6�d!;d";�6�d#;Rd$;?;�n;�*;�7�s)
�	9��79�S7��; �**96*66	hvT666�d%;6!�66�d&;6"�d(;#l;$N6
N;%s';&�!s�;'�!s�;(�s�;)�!s:u;:*�s8;+a"s9�;9,0s�	;-!s8�;8.Ys7�;7/~s6�;60�#s�;1Ns#;2�s
;3�#s)
;4*;5]s�;6�!sX;7c"sD;8b";:*�s:�;:9�;9,0s9@;9:"s9�;9;Y#;8.Y;7/~;60�#*	;<^s9�;09=�s6>;06>Hs6�;06?$s6�;06@�#s6�;06A�#s6�;06B9s6�;06Cm#*
0;0D\d6);56E*"d6*;56F5"d6+;56G4"d6,;56HT d6-;56I� d6.;56J�d6/;56K�"d60;56L�d61;56M�"d62;56N�"d63;56O�"o6�;56PV o6�;56QU o6X;56R�o6�;56SW o6�;56TX o6�;56Uo6�;56V�o6�;56WY *5;5X�76��65;5 �65*6*6d54;65Y�"d55;5Z�d56;5[I"d57;5\�d58;5]�d59;5^�d5:;5_t#d5;;5`Nd5<;5a/d5=;5bBd5>;5cnd5?;5d\!98<678�6�xd5A;65os5HU57856d5B;5e�d5C;5fGd5E;5g�d5G;5hfd5J;5#ld5K;5i�!d5L;5j=d5M;5k�d5N;5l�!d5O;5mg!d5P;5n9d5Q;5o� d5R;5p�!d5S;5q6d5T;5r7d5U;5sdd5V;5ted5W;5u1!d5X;5v�!;w�!5�9;5x�*
;yd5Y;$5zwd5Z;$5{�d5[;$5|�!d5\;$5}_!*$;$~�$		�;$x!$@$�;$��d$];.$�}"d$^;.$�x"d$_;.$�y"d$`;.$��"*.;.��98<678�66,�5�xd$a;5$os$uU$786$598<678�66,�5�xd$b;5$os$iU5786$566,�d5c;65�� 66,�d5e;65�k 66,�d5f;65��66,�d5g;65�w*,;,��9:<68:�67
�6�xd5h;65os5}U58:75698<678�66
�5�xd:i;5:os:�#U5786:598<678�66
�5�xd;j;5;oU578695*
;
�i98<678�664�5�xd
k;5
os
�U5786
59;<68;�674�6�xd5l;65os5U58;7569;<68;�674�6�xd5m;65os5WU58;7569;<68;�674�6�xd5n;65os5vU58;75698<678�664�5�xd;o;5;oU5786:598<678�664�5�xd:p;5:oU57869599<689�674�6�xd5q;65os5U58975699<689�674�6�xd5r;65os5�U58975699<689�674�6�xd5s;65os5�U58975699<689�674�6d5t?65od5u?65�?6+�?6+�s5"U58975699<689�674�6d5v?65od5w?65�?6+�?6+�s5�"U58975699<689�674�6�xd5x;65os5�U58975699<689�674�6d5y?65od5z?65�?6+�?6+�s5�"U589756664�d5{;65��!664�d5|;65�c664�d5};65��664�d5~;65��d5;45�Pd5�;45��*4;4��65'�d4�;54�s65'�d4�;54�� d4�;'4�_ d4�;'4�n#d4�;'4�-d4�;'4�Cd4�;'4�.*';'��653�d4�;54�r*364!�d3�;43�� 64!�d3�;43�l 97<667�65!�4�xd3�;43os3*#U36753464!�d3�;43�`!64!�d3�;43��64!�d3�;43��64!�d3�;43�Q 64!�d3�;43�R 64!�d3�;43�� 64!�d3�;43�_64!�d3�;43��"64!�d3�;43�3"64!�d3�;43�x64!�d3�;43��64!�d3�;43�_97<667�65!�4�xd3�;43os3�!U36753497<667�65!�4�xd3�;43os3�U36753497<667�65!�4�xd3�;43os3�!U36753464!�d3�;43��!d3�;!3��d3�;!3�!*!;!��97<667�652�4�xd3�;43os3�U367534642�d3�;43�r*2;2�E631�d2�;32�~631�d2�;32��#631�d2�;32�x631�d2�;32�q631�d2�;32��#*162"�d1�;21��"62"�d1�;21��s1[;"1�*";"��6"	h*0T""%0s";%"�s0;%0��;%
�Ps
�;%
�Ts
� ;%
��s
�;%
��#s
c;%
��s
�
;%
��s
�;%
��s
 ;%
�s
";%
�s
;%
�
s
$;%
�s
�	;%
�ks
�;%
�**%;%�L6
	h*T

	d
�;	
�\d
�;	
�!$d
�;	
�md
�;	
�"d
�;	
��d
�;	
��"d
�;	
�Vd
�;	
Σd
�;	
��d
�;	
Ўd
�;	
�bd
�;	
ҟ!d
�;	
�nd
�;	
Ժd
�;	
�["d
�;	
ևd
�;	
א;	�#*	;	��6
	h*T

s
�;
�Ds
;
�D*;�Q6
	h*T

/s};/�$s
�;/
�
sB;/�A";/-!s�;/��* /;/�60-�d/�;0/�r*!-6-	h*".T--#.d-�;#-�s"d-�;#-�z"d-�;#-�q"d-�;#-�r"d-�;#-�"d-�;#-�"*##;#�6#	h*$,T##*,9/<6./�6-*�,�xd#�;,#os#�U,./-#,90<6/0�6.*�-�xd,�;-,os,U,/0.,-90<6/0�6.*�-�xd,�;-,os,KU,/0.,-9/<6./�6-*�,d0�?,0od0�?,0�?,+�?,+�s+�!U+./-+,6,*�d+�;,+�� 6,*�d+�;,+�k 6,*�d+�;,+�r6,*�d+�;,+�j!6,*�d+�;,+�l!6,*�d+�;,+� *%*;*��6+(�d*�;+*��*&(6(	h*')T((&)d(�;&(�6)&�d(�;)(6)&�d(�;)(6!6)&�d(�;)(�"6)&�d(�;)(�*(&;&�6&	h*)'T&&'9*<6)*�6(�'�xd&�;'&os&�U&)*(&'9*<6)*�6(�'�xd&�;'&os&�"U&)*(&'9*<6)*�6(�'�xd&�;'&os&�U&)*(&'9*<6)*�6(�'�xd&�;'&os&xU&)*(&'9*<6)*�6(�'�xd&�;'&os&-!U&)*(&'9*<6)*�6(�'�xd&�;'&os&+U&)*(&'9*<6)*�6(�'�xd&�;'&os&�U&)*(&'9*<6)*�6(�'�xd&�;'&os&fU&)*(&'9*<6)*�6(�'�xd&�;'&os&�U&)*(&'9*<6)*�6(�'�xd&�;'&��s&�"U&)*(&'6'�d&�;'&�"6'�d&�;'&��6'�d&�;'&�c6'�d&�;'&�L6'�d&�;'&�k6'�d&�;'&��6'�d&�;'&��6'�d&�;'&��6'�d&�;'&�,6'�d&�;'&��6'�d&�;'&�!6'�d&�;'&�$6'�d&�;'&��6'�d&�;'&�	6'�d&�;'&��d&�;&�Nd&�;&�"d&;&�d&;&�d&;&Od&;&�d&;&Pd&
;&od&;&�**;�9)<6()�6'�&�xd;&osNU&()'&9*<6)*�6(�'�xd&;'&os&JU&)*(&'6'�d&;'&�6'�d&;'&!�6'�d&;'&�r*+6	h*,%T %s�; �"s�; �s�	; .s
; � o; Hs%{; %�s%; %L; Es!!; "!s; ; "�s"B; "As"�
; "�#s"�
; "�#s"�; "�#*- ; M6 	h*.!T  !9&<6%&�6"�!�xd ;! os U %&" !9&<6%&�6"�!�xd  ;! os �!U %&" !9&<6%&�6"�!�xd !;! os �U %&" !6!�d ";! �!6!�d #;! �!6!�d $;! �9&<6%&�6"�!�xd %;! os �!U %&" !6!�d &;! e!*/;�9%<6"%�6!� �xd'; osU"%! 9%<6"%�6!� �xd(; os�U"%! 9%<6"%�6!� �xd); os�U"%! 9"<6!"�6 ��xd%*;%oU!" $9$<6"$�6!� �xd+; oszU"$! 6 �d,; �~6 �d-; �6 �d.; U6 �d/; �!6 �d6; �"6 �d8; �*0;�9"<6!"�6 ��xd$:;$oU!" #6 �d;; �*2;7��; �**16 �d<; e6 �dI; �6�j?Pk;�#dW;�"6�dX;)6�dY;p6�dZ;.#6�d[;e6�d\;�*3;�6�d];�9 <6 �6��xda;osx#U 6�db;e6�dd;�6�df;�6�dg;�6�dh;� di;�dj;�;7;�*4;�dk;1dl;�!6	h*5T6�dm;�~6�do;�6�dq;U*6;�6�dr;�r*7ds;�dt;Edu;Idv;dw;dx;O dy;Kdz;m"d{;l"d|;�*8;P 6�d};��s�;�*96�d�;�~6�d�;U6�d�;!6�d�;�6�d�;�6�d�;K6�d�;�*:;� 6�d�;�6�d�;�6�d�;$6�d�;$6�d�;$6�d�;$6�d�;$6�d�;$6�d�;
$6�d�;
$6�d�;$6�d�;$6�d�;
"6�d�;2"6�d�;0"6�d�;/"6�d�;1"6�d�; "6�d�;"6�d�;�6�d�;�*;6	h*<T
;
�A";
7c";
8b";
�$;

�
s
�;

�#s
�;

@"s
';

�s
�;

�#s
h;

�s
�;

�s
f;

�"s
.;

�"s
�;

�s
�;

�s
�;

�"s
�;

�"s
�;

�"s
i;

�s
;

Cs
�;

�;
��*=
;
R7�!
�JS

6	h*>	T	d�;�d�;��d�;Pd�;�d�;�d�;)d�;d�;�d�;d�;f!d�;|d�;�d�;�d�;� d�;k!d�;[!d�;�d�;id�;	$d�;xd�;,d�;�s�;�;
;�s	7	G"zS	;�;�*?;d�;�d�;_#d�;�d�;{"d�;v"d�;�"d�;Hd�;d�;N d�;�*@;6�d�; 6�d�;�6�d�;#"6�d�;!"6�d�;16�d�;�6�d�;6�d�;�6�d�;>6�d�;�6�d�;`#6�d�;^6�d�;�6�d�;6�d�;�6�d�;�6�d�;Ў6�d�;8"6�d�;�b6�d�;�6�d�;-"6�d�;�6�d�;7"6�d�;6"6�d�;,"6�d�;+"6�d�;'"6�d�;("6�d�;&"6�d�;56�d�;�6�d�;."6�d�;'6�d�;""6�d;L6�d;&6�d;)"6�d;�6�d	;�6�d;�6�d;}6�d;�"6�d;%"6�d;$"6�d;:"6�d ;9"6�d';/#s`;S;8 \2|*l;�;�;�7�d�;Bv\0	9	.6�lS6�n��6Փ�74��746�znnnz�h74I9	6
�S

�9

I@
�"I@
�!I?
�I?
�I?
�74J
%746���).7	RSv\l|).6s�
�6�T�09<7�.C6�Ts�;��p6�;�6�;�7v�;v7P#�w;P#7	�6
+�S;+6X;X6�;��;�.
6
�6XS�6Xnȿ�.7�!o�J.7a"o�J.6�J.6�o�J.7YJ.7!o�J.7~J.70J.7�#J6�I;X.
6
�6XS�o�;X\|l;hl;@v\|l;Jl;�#l;�v\|l;tl;�l;�#l;�x;�"l;�#l;�v\z|;=v\l|;@v\|l;h;�;�#;�#;�#;�!;�#v\l|;�!v\|l;�;�v\|v).w�.6��T�\|v).w�.6��T�\|v).w�.6��T�\|v).w�.6��T�\l|;yv\|v)."w�."6��T�\l|).$6lU�.?7I"s�T;�6u��7�!�6x�6.#7r"T7w�	7� �7	�7
US.7x!7��
6u6
v�	7!!�6u6
v7!!;n\l|;av\|).'6S�l;�7�7�!2d�S\l6�n��7.!).
6�S.4�I7�S�7� 6�S.47�s�S�07� 6�S�7�S7� 6�Sv\l|).)6S�;�#z;�;�!.7�!�.?6�S�s�
�6��,.O7[�.
7�#?�?�s�
��.O7�S�l.O7�S�".6	N6
ls�?�S_6�?�?�;�.
71!6
�6�6
�T�.;��&?�?�;��.7�!;�7��6В.
7�!6�6�S�.(7�Q�w;�.(7�Q;�7�.'�7�;ay;�!.-7.;m6	7!S;		\l|;�#l;�).-7I.-7
I.-7"!I.-7I�26�z�$.	?7	�IU	%6����26�z�$.?7�IU%6����.?7�.-7�Uv\|v).,w�.,6��T�\l|)..6T�;�;�!;�#;�;�;�!\2l|*6sQ;�;�l;";�y;l;P!d�;yv\).7P!7�lS6�2d�Sv\).7�"lS\|l;�l;�#l;�v\|;�l;�l;�v\|).37�7!S7�7!S6�jPk;�"7� 7!S;Zv\l|).56l
l	lO�;�"\l|;V"v\l|;�v\|;xl;�v\l|�s�;�"l;�#l;�;y;	";�;"l;ml;	8v\|v).<w�.<6��T�\|v).>w�.>6��T�\l|;"7[6�;"7�#;�#7"7"7�#J7"�37"M�%N�7"7"IJ��7[7�";�"7[7D#;C#7[7	��>7	�6
�z�*7#"7	�IS%7	�6
���7� ��7� 6
�zn0z�X7� I9
6�S�)7� I@�I�	7�"?�J%7� 6
���7� ;�#7T;�#7W"�27W"6
�zn
nnn
	n	
nnnnnn0z��7W"I9
6�S��7 T
7W"6�IS?�I?�6�IS@6�I
S@WI	@�6�IS@N"I?"I?�I@�I@JI@J7!"7W"I7T%7W"6
�����v\).
6GwS\).Al;v\2l*).
7�d	S\2l*l*09�6�jPk*7W).6�6�Td
;�d;~6��;.6�M�*N�!	7�.6�I	T	��7).
7	g!.SSv\).6�@�).
7�!7^QS?�7�?�.vS\).).6N.7a"?�.6�?X.
6n.	7c"7�T?�6�j	PkvS\l).
7g!Ss��v0916�6�?�6�?�?�vT6�2d
S\2l*7�Q6�dS\2).6�*6�6dS@�?�l?�\).llJv\l).A7�S7�/071s�
�.A7��.A72vS\).Al;�v\l).A7�S7��
.A7]vS\2).
7�lS.
7� S*.
7�dS\2l*06767�7/).dTv\l6�sb�-).7T 6�6�6�6�T�D).7�"S@�.7�"S?�.7�S?�).
6	�s!S.
6	�09
.6LSS).vS\l).
6�S��.
6�6�S�
s�;�6�7;Q;�6�s)
�6�.
7m#Iy�x�7.7_!Q�&6��;�6�.
7m#Jv\.6N6	ls2?�S_l).
7�!��.
6�s�S.
6�6�sj6�S6��A6�sM�0N�'.

6	
�6�IS	
��.A7�!� .
6�.
7g!SSv\l).
7�!��.
6�s�S.
6�7��S6��A6�sM�0N�'.

6	
�6�IS	
��.A7�!�.
6�6�Sv\2ls)
�|�x).B6�jPk*;.7idS7�6�z�(.B7�IS%7�6���v\).
7�lS.
7B6�Szz�n6�6�s�S�:6�6JnS.
7�!S6��	6�6	�s�
�!09
.6�6	�S;�.B7?Q?�n?�?�?�).7
�S6�2dS\l6�\).B7\|7�7�09.6LlSSv\2l|**).
7�dS7�7�09.6LSS\).7�.6�lJv\|7�6�lSv\|7�6�lSz�7�7�nTv\l).B7�6�S7�.B7vSv\l|6�se
�7�6�I�<7�6�z�$7�IS%7�6���v\vS7�6�Kv\).B7�~%;�\|6�s6�\l|6�?�6�?�2d'?�M�N�	I	J	��7P#�57P#).6N'7P#�;P#�
6+;P#\09.6L|S\l).6N.6�?�o�?X.
6�6�S.
6n.	�6�6�T�
7�S?�6���6�?�?+7P#@P#6	�j
	Pk\l09.6L6S).
6�s�
S.
6�S.
71!6'T.
7HlJ.D7� .
7	$lls
�l	
O\	t09.6�lS;l;'\l	}).6�;l;
.D7���.D7U �f.D7V �.D7W ��.D7X ��.D7��.D7��6.D7	Y �=.7
;o�;*�.7~;o�;*.
6n.	7
Y#S;
��.7�#;o�;*��.7�;o�;*��.7N;o�;*�x.7!;o�;*.
6n.	7"S;
�<.7�!;o�;*�.7�!;o�;*\l?�6�).6�;�6�l;�.D7��5.D7U o��<6�.7�!;�o��6�.7�!;�o�@�?�09.6LS?�\ll�4M�)N� 6	�S		6	�IS	��
lDlDlDDlDzDlDs�DDD	D
DD6��	�
DS\).D7�l6�6�S\).D7�"l6�6�S\lnIs�
�6�s�S\lnI�w\6�nz�%IIJ6���\).D7�"l6�6�S\lzI\06Hs�
�p6?v�6?6H�K6A�6A6H�)).66�js�
Pk_6A6H\6?6H\9H\).E7�!�06�s�
�09�6’09�6�lSv\).E6�lS�v\.6N6ll?�S_wl\vl\lw�6�z\l).E6�S��s)
��09<6�6�6�Ss�
��7��V9<6�6�6s�T�49<6�6�67�6�s�T�y\M�1N�(	9<6�6�6T	��y\x\y\y\y\l7�09�6�js�
s�Pks�T\ll).E6�S.E6�S�#�7;Q7;Q�\).E7/ls�T\ll06�s�
v�M9�6Rv�<9�6R6Dv�'s�9�6R6DIv��).E7�I�).E6�S�;96�S�7�s�T�.E7	\!T\2ll*7���
�d@T\l09�6J6�nnTvS).6��&).6N6ls?�S_.I\).7�"Q\).E6H6�jlPk\2l*).E7�dDS\).lvS\2l*).E7�dFS\).lvS\2l*).E7�dHS\2l*09y).vdIT\).vwS\).6N6llS\).E7=lSz\l6�Q7NQ6�znsz�>I�E6JI6�TI�%6���\I6�\I6�\l).E7=6�Sz�u6�6JS6�Qs�sc�.6Jsd6�T�6J6�S6�?�?�6�?�6�?�\.6	N6
ls2?�S_l��6�sWS
6
�z		0nvo��)s	z��I
6�SI	6�Q.
6��6I	6�Q.
79�49�IS;9�9�IS";�%6
���\l6�s�
�<6��6�s)
s��!09.6L6�S�6�\l6�s�
�/).E7N6�S09.6�S\6�\l	).E7B6	�Szz�n6	�6J.
7$6�T6�Q.
7$6�Qs��`6	�6�s�S�?6	�6JnS.E7	�!S6
��	6
�79.7� 6
	�6	�6	
�.E7g!S
	O\l)	.	E6�S��09�6�js�Pk6�S6�zns�wzv�lI
�Y
6
�S
�H6

JT

6
J
S

.	E7
NS
7
NS

7
	;Q

J
%6���\l).E77S7�6�Q6�S�{s)
�q6��h6�7P#�6��56�.E�7dS�7	e6�6
�U�.E7	e6�6
�U\.E7dS\lvv).E7t#6�S�g.E6�6�S�L.E7N6�S09.6�S\].E6�s"S\6�\).7a"@L!.E6n.	7c"lT@�\l@L!).E6n.	7b"lDDlDT@�\ll�'�$M�N�IJ��v\l)M�#N�	.E7�I	J	��v\).Fl;�v\).F7�\).Fl;Vz;�v\).F7Vw�(.F7Vsc7�%;�\lllll).7\S
6sQ?
n@
?
66u6v6?
=?
	D	.7V6
U	.7!$S.6	�j	z	
zPk	6	u;	�#;�.7
x!7�En"�;�6sQ;;6D@7k S7
� S\ll).7\S�6sQ;6u6v6?=l@�.6�jnn	Pk6u;�#7� lT\ll).7\S�6sQ;6u6v6?=l@�.6�jnn	Pk6u;�#7� lT\ll).7\S�6sQ;6u6v6?=l@�.6�jzzPk6u;�#7� S\|7@\|7h\2ll**|*v�
w,).
7�ddS\).7i7� .	.ll
Ov\l|).7x!7J�.6�sDs_T.7_ lS.�!7y"7i
	O�7x"7i
	O\|lvvvvvvvvvv	vv
).7x!7.�.6�s
DsjT
.7I�.7I�;zz6�y
�&6�S
%6���.7
I�zzM
�LN
�@	6	�S��6	�	S�i.6
N.6�?�o�?X.
6n.7
D	T?�?�?+6�jPk_	IJ�M���I�h.6
N.6�?�o�?X.
6n.7D	T?�?�?+6�jPk_	IJ%��������.
7
�"7iU
�mz6��aI	I
.6�S�#.
7
}"7i	

O%6���M�*N�!	I
I
7
wS

��\].6
N.6�?�o�?X.
6n.	6�s�T?�7!!sE?�?+@P#6�jPk_|7J\|7�#\|7�\|6t6�7�v\zI\|7��v\\|7v�76�\|6t\|7�#\|7�\|7�\|7"\l|;"v\|7�"\l|;�"�6t6>n�	7��I).G7�7�7�6tT7�7;�x;�"w;�v\|7�\|7�"\l|;�"v\|7�Q6tn;>6ts�;6w;�v\|).6�7��7��&;�.G7�6t7�Tv\ll|).7�I.
6�S��7��W7��N.G7P6t6>S�2.G7�6tT@�7	�@;�7
cQ7�Q6tn;>6t;66tG�w;�v\�.7I.
6�S��6
���.7�S.
6�S��6�scS6
�zII6�n�II%6���7
cQ7�Q6u;�6t7	�6v6;�6tn;>6ts�;66t6D;v\7��7�77�"�.
6�S��.7�S.
6�S�w7
cQ7�Q.
6�S6t�n;>6t;6�n;>6ts�;66t6D;v\v\|y;�x;�"n;�#n;�6t;w;";�"v\ln�
n�
n�
n\ll6;6;66;66>;>7�;�v\|7=%;=\|7�#�').6�j
	Pk;�#7�#6~l	lll
Ov\l
s��H096�S�$s)�=).6�S�(.6N6ls=?�S_).H7n#S�.H7-S��7�
�a96�7�S�9.6�7�S�K.6N6ls	$?	�S_7�;o�.7	�!7�S;o7
o
�a96�7
oS�9.6�7
oS�K.6N6ls>?�S_7
o;E�.7	�!7
oS;E7Hse
�:.6�7HS�..6N6ls�?�S_7H;"7G
�=.6�7GS�Y.6N6ls�?�S_7G;�(;o�).7	�!S;o\l).6�7�S�37�s�
�096�7�S�x\.6�7oS�37os�
�096�7oS�x\.6�7HS�7Hse
�x\.6�7GS�7Gse
�x\M�N�y\x\@o).H7.s�s=l
	O\ll6�z�l\llll)sss
"z	sescs)sPsUsBM��N
��

I�<����
�j
�:.H7.7CU7CUO��.6N6l.H7CU?�S_�k���7o6�.H7CUS�D���
�6��	;�)���.6N6l.H7CU?�S_
�6��	;"���.6N6l.H7CU?�S_
�0
�����7o6�.H7CUS�����.6N6l.H7CU?�S_v\l).
6�S|7@�7�wT�7�!Qv\l|6�6�S6}7n�7�#6}6=Jv\|7�#6�lSv\|6�6�z\|6�6�6�nI\l|��7�#6v6I��7�7�S7�7"S7�#6v6I���7h6	sQ;n	6v6?=).6
�jn
Pk;�#7Q S7� S.6
�j
Pk7
� Tv\v\l|�,6�z�7�IS%6���v\l|��7�#6v6I��7�"��).6N.7Y?�o�?X.
6n.	7Y.	7	�"S	T?�.7�"S?�?+6	�jPk_n�?7�#6v6J6v6
>�7R 7"S7
���v\l|�,6�z�7Q IS%6���v\|7�#l6}6lJv\llzl�En$n"�o��"n"�o����"o����"n"�
n$n"�o����"\l|n"z�o��"o����").7x!7��
o����".7x!7��
o��".6�sEs_T�o����"o��".6�sjT�
o����"7�se
�
7�\|).7x!7��.I7!6�S7�#oM�SN�G7
_7	�#I		7
	�#7	�#I		6		�U

	7
�#I

6

	vJ
��6�6
�zyn
	z	y�y6�I6
}7



�
6}6
6.7�
�
x7_7�#6
�U		
6
�6}S
%6�6
�	��7�"S7h7w�@�@%@S 7�#6
��7�#;m o$?�?�\l|�D6�z�6I7�#7I�6r7S%6���v\|7�#yM�4N�+7�#I7���7�#I;�"��v\|7�!6�lSv\|7�!\|6�\|7�#\l|6�6�nz)n�U6�I6}6	=�!	7	�	6	6.7��
	&���6�7�Tv\lllvz)vv�i6v6I�Z6v6J7
"�8
6	
�	z	z�%.
I7
�I
U
%	��	7���\\l6�nvz)vv�wI6	}6	7	�#�	.
I7

�7	�#U	

	7
��8
6	
�
	z	z�%
.I7�I
U

%	��	&��	0M
	�<
N
	�3I
I
�J
6
�9�SS
��z�MI6}6I�6��6}7	��6}G��
6};�%��\|7�#�l).6N.7�#?�o�?X.
6n.	7�#S?�s�?�?+6�jPk_7�#\l|x;�#s)
��	7� �07�!n�;�#�).7"S;�#v\2|*6�6�l@Kl@ul?�l@�S6�6�n�09yvd�zTv\).7�#Q\2|*6�6�z�y6�*;�).6�6�j
Pk*6�z��I7�7K7�#S7�7K7	�S7
� 7KS7Q 7K7�#S7R 7K7	�S%6���7
3"Q6	�6�.
7�#@�w?'?	.
6�s�
S.
6�09.6LS	S.6�j
Pk6�6�6mU6�d�S6�d�Sv\).7x..lUv\l).6�z�&.I7�S%.6���v\l|7qS67q 6�57p �67p 7q w�67p 7q �7q �7�#l	l
Ov\l).
6�6S�C.6N6?�6*?X7
?�6�jPk�{6w�o66w�`.6N667	�?�666*?X667
�?�6�jPk\ll
l	l7xS	6
�zvs!zv��I
7K6}66	�zy
�wI	7�%6	�y
���OI	77u�7u6	rS7u6
�6�x
�6�Sx

�	
7��7��
S
�S%6
��6���\lllv�).7�6�Q).
6�s	6�Q.7�6�Q�B.7�"6�Q�hsW.
7$sb�B7F"6�nSs�.
7$s�\l|6')�.7�6�Q�6'.7*Is�?�7�"7�lU?�?�6?�6�.
7	H.J7
J6�s�
;;6'�06'M�#N�
6	�6'I
J	
��.
7�!6�S.�7
��7�vS6�2d�S\l7�nȼw).
6�6�s S.
76S7�?*7L!?7�@
6�?'w?.
77S@4�:	�7�;*6�?').
7	9S?\l6u��7�"��).6N.7Y?�o�?X.
6n.	7Y.K7�"ST?�7�"S?�?+6�j
	Pk_7��n���v\l��6�z��I��7�"�n).6N.7Y?�o�?X.
6n.	7Y.	K7	�"S	T?�6�jPk_7���%6��q���v\l).
6�S��6�zz�i7G"SnAz�R7G"SnZzz�9%6��+7G"S�7G"S��6��6�Q�$6JT6�Q6JS\\l).
6�S��s�
�f096�S�.
6lsG?�S_6�z�&.K7"ISJ%6���\096�jPk\w\l).6�I.
6�S�.7PI.
6�S�.7TI\ls�s�s
cz)s
Vs	�snnnnnn�6v6>�������P�-��6��
��6��
	��.K7�6v66S6��
�U.K7�6v66S
6��
�6��
7������\ll).
6�S�g096�jPk96�jPk.K7["l
	O;�	;-\w\ll��
7i�v\).6N.7~?�o�?X.
6n.	7~S?�6�jPk_ll).K7�s�
�y06�s�
�9�6?�9�6?6��9�6?6�7��$9�6?6�7�6�T�.K7�T\lll).K7#��.K6�T��.
6n.	7�!DsjDlDT.6N.7�!?�o�?X?�?�?+6�j
Pk_v\lll09��9�6˒9�6�7 �,9�6�7 6�s@So����).K7�s�
��.K6�T�.K7�T�
o����"\l).
6�S��6�s�S
6
�z0s
6s	�sns�sss�z��I
7NQ6�Q�h�a6JT�6JT�
6JS7�9�6	�j
	PkT6��6
�S%6
��c���\l|096�S��s)
��w�x	)M
	�b
N
	�V
I
.7��$
.K7mS
7nSJ��.7�7nSJ\\6�z�(6�7nISS%6���\l|0
9
6�S��s)
��w��	zn_vM
	�i
N
	�`7G"S��I
��9
6�7�S�	7�7�SJ��\\6�z�(6�7�ISS%6���\lll
l	6�zy)0zvy�>I
.'
��96
�IS
�M.
7
t#IS
6
	�S

	�
��.K7�IT

��96�jPk.K7["I
O6	�S	
�bS	x
�VI.K7	�T6
u6v6J6	�6
u6v6S	6
�6
uS
x
%6�
����\ll
v)z0vM	�*	N	�
I
.'��96�S�'.
7t#S��.K7�T
��6�zz��I.'�/.
7t#IS�O.K7�IT
�8I6
�6uS
.7�#6u6	v6
JJ%6�������6
�6uS
.7�#6u6	v6
JJ
���\l6JznT6�Q6JS\|7y�
7yQv\llll).?7\S
6sQ?
n@
?
66u6v6?
=?
.?7V6
U.?7!$S.?7	[!lS.	6	
�j	l
P	k6u;�#;�7� S.7x!7
�@n"z�4�6sQ;;6;7k S\ll).?7\S�6sQ;6u6v6?=l@�.6�jnn	Pk6u;�#7� S\ll).?7\S�6sQ;6u6v6?=l@�.6�jnn	Pk6u;�#7� S\ll).?7\S6x7�6u7�S6x7�6u7"S�6sQ;n6u6	v6
?=.6�jn
	Pk6u;�#7� .76�j
	PkxU\l,�6sQ;).6�jnn	Pk6x7� Sl�6x7�!6lT\l).L7�"wyU6x7� .!6�jl	PkTv\|6�\|7�!v�).7�Q�/).?77
�!7�!sw	O7�!\|7�!v�).7�Q�/).?77
�!7�!sKw	O7�!\|7�!\l|;�!�6u�6u7�!Qv\ll|v�wl�86�6x7�6uS6�6x7�7�S6�6x7� S6�6x7Q 6uS6�6x7	R 7�S6�6x7
� T).
6GwS\l|).?6�7!!S��7!!;�.?7f!.-7PT.?6�S�.?7f!.-7TT.?6�S�.?7f!.-7kT;l6�6x7	l Sv\l|).?6�S;�!6�7�7!Tv\l|).?6�S;�!.?7�T6�7�7!Tv\|7j!lSv\l
|
lll
lvvvvvvv).	M'	
		
�	�S0	9	<7
�S
9	<7�
S

��
9	.6
�9	.6L	S		S
	zz	6		��X	
	I
	6
�S

	
�

I

	
�	
	I		
J
		%
	
	6		���
	z	
6		��u	

	I
	
6	
�S		
�B	
	I	
	�5		�	
	I
	�
	I
		I	6
�	T	
		%
	
	
6		���
			�	.?6
	�	S	
		�	7
�z6��MI		6�S	�I�
�q%6���	0M
	�J
N
	�>6�S��
6�S��9<7�9<7�ST�h.6
N.6�?�o�?X.
6n.7DT?�?�?+6�jPk_�5���6�'���.6
N.6�?�o�?X.	
6	n.7DT	?�?�?+6�jPk_\.6
N.6�?�o�?X.
6n.=7@"T?�?�?+6�jPk_].6
N.6�?�o�?X.
6n.	6�s�T?�7!!sB?�?+@P#6�jPk_.6
N6ls�?�7!!sB?�S_l).
7$?�s�?�6'?�6?�6's��6'.-7�#I.7?Q?�n?�l?�@.!?�l@9.
6�09.6LSS|7	a7
�S6�2d�S\l).
6�09.6LSs%S6�7�nȼ`.
6�6�s S.
76S7�?*7L!?7	�@
6
�?'w?�7	�7�;*6
�?'.
79S?\).7Lw�t.
6�.N7S�!.N77�.7L�+.N.7L6�jPk;.N7\).
6�s�
S.&6�j|Pk\).47�lS\|7�7�lS\|7a\|7a�).7�#�7a7�"7-!S\|6�w�
6�6�\|7Fw�()./6�jPk;F7F\|7�#).-7�#I.
6�S�s�\|).;7
\6x7	�!6x7�.7x!7n6�jPk7�Q@�#\|7�#�').:6�jPk;�#7�#\|7�#\|7�\l|;�"v\|7�n�F7�#�<).?7�.6�.
6n.=7�SwU_v\l|).?7�T.O7_ lS.7x"
	Ov\ll	|).?7t#S	�".6N6ls'?�S_	M�(N�.
O7
_ I
	S

J
��.#7z"@s l@8U6x7� Tv\).#7�"|lxUv\2|*).?6GwS6�d�S\).6А*.7�7Q6�2d�S\v\).l;�6А&.).
7�#?�?�;�).?6�.6�6�S�.6�.
7�#;�.6�6��.6�;�.7�76!s�
�%.7�76!Q�
.;�!v\2|*7�Q6�d�S\2).6x*w;F7$S6�d�S\).7�).S\2l|**).7�Q��7*#�7�S\73"Q6�6�7�!�
7�!$7�!�`.
7	�!6
�6�S�#.6�jPk;�!�#.96�jPk;�!7�!.

7	

1!6
�6�T	
.

7	

1!7�#T	
7	�#.-7�#K	7�"�.

7	

1!7�"QT	
.	7	_!Q		�	.
7m#J	6	
�6		�@	�?'?7�Qw,,06s�
�96�Q�96�Q;�!;�!6�6m7�
O6�d�S6�d�S\.
6GwS\).06s�
�96�Q�96�Q;�!).6�7-�3.6�7-.7�!@�7�!@�S.7,.lT*7	�S6
�2d�S\l).
6�sS.
6�09.6LSS)*v\).�.�v\).
6�09.6L.Ss�S..6N'.��s�
�.6Վ..?6�S�.
6n.=7A"S.6N. 7A"?�o�?X?�.7	�!@v6
�jPk�.7	�!;v_).
6�09.6L.Ss�S._l|lv6�67��7�!67�S7�!6ww�x66w��667	�z	w��)	.	;7\7�!7	�6
�j
x
yPk
7
�667�S

7
I@I7


�@
�
@
�".
	6

�7

��G
.
	;7\	7	�!7		�6

�j



yyP	
k

	7	
�Q		
;	�"w67	q 6�3	7	p �	6
7

p 7	
q �	6	7		p 7	q �7q �$x;�!7xSy;�!).?6�6S�Y.6N6?�6*?X7
?�@v7	4@	�?�6
�jPk\6�66�\667?��'7I;I7
�;�7�";�".6N667�?�666*?X667�?�@v?+6
�jPk\]y;�!_l|).?6GwS7�!6�z�87�!I6�7!TS%7�!6���\2l*l*d�\).7�!.S\l|).?6GwS7�!6�z�77�!I6�7�SS%7�!6���\2l*d�\).\2l|*).7�Q�7�Q6�d�S�.
6GS\|2lvvv*7�n��7�#)�<.	?6	�S	�x;�#7F*./6�j
Pk;F7[T*s)
��6�s�
�/y;�#7F*;F.?6GS�?.?6GwS6�d�S6�d�S6	�d�S6�d�S\]y;�#;F.
7
�S\.?6GwS\.
7
�.?7�.6�.
6
n.=7CSwUS\).
7
�.?7�.6�wUS\).y;�#7F*.;Fl\).y;�#7F*.;F).
7�lS\2l*).7�Q6�d�S6�d�S\).7�.S\l
l	v�
n
�
	o	�).O7�s�lzlllw
	ww
O\ls�
�).O7�S�).O7�S\ls)
�	w�-09<7�S9<7�S�).?6�6�S\ls)
�	w�7s�
\ll
v�n�

o
�).	O7	Pzllllll
l		
O\ll
v�n�

o
�).	O7	Pnllllll
l		
O\2l
llll
ll**v�n�

o
�w	,	,	6�zwwwzw��).O7�"IS�v.?7t#ISwwwzw�cI*7��'	.O7�"S�.O7oS
\7�"7�#*n�Inwww6�n�>�&	6�n�I*I�!).O7oS
\I��	).%'��.O'��096	�S�.O7oS
\*6��w6�z�EI.%'�.O7oS
\I6
�I6
��%6���d�;.O7o.=7~T
\.O7oS
\d�dw�dw	�d		).O7�ll	l
 

	O
\).6�\).zI6�\)..�vlT\)..�vlT\lv�).	6�).
7�.?7�.
6nSlUS\2l*l*l*l*l*l*l*l*l	*l
*	l*
l*).7�!�.7�!*.
7�dSy,6�d
S6�dS6�dS6�dS6�dS6�dS6�dS\)..vS*.;�".7w�.x;w\).6H6�j2dPk\2l*).7�!6�dSv\).x;w).vQ\).s�
��.7�*..;�.�..vS..n�
.�.7�7!.SvS).?6�S�6�
�7.?7.=7
S�).O7o.S\l).n�.6	S\)x,l*
v\)l*
v\2d*).7�7�Q	*	.y;w.
.;
�	M� N�
I
	
6

u;
�"��z,).?7��!.O7�.S�vQ\vQ\2vvvv).%*).7F.7�)./.6�jPk.;F.z;�.	M
	�-
N
	�$.7�6
�.IS
��.�..S.;�.;F.7�S6�dS6�dS\].;�.;F_).	�.	).vSv\).
�.
).vS)..�09y.v2dTv\).vQ\).7�!�.7�!6�z�.7�!7{QvQ..
�_\|7�#\|7�#�l).6N. 7�#?�o�?X.
6n.=7�#S?�sI?�?+6�jPk_7�!\|7�#�v\7�!w�>).?6�7�#S�.?7�7�#S;�#7�#\|09.6L7�QS\l|x;�#w�%s)
��7� �
y;�!�
;�!w7��).?7nS;�#7�#7l!Tv\|7�\|7�!\|7�\l|�Y6�z)�HI7�J7�I.
6�S�7�!6�S%6���v\|7�llJv\l|7�#7�I�'7�#7�J7�!6�S7�#7�I6�lSv\|7�!\|7�#l7�I\|7\|6�\|7�\|7y\l|).#7�"6�wyU6�6x7�6}6?�?�z@9T.26
�6�j	Pk\|).#7�"6�wyU6�6x7�6}6?�l?�n@9Tv\|).#7�"6�wyU6�6x7�4R6}6;�Tv\2l|*).
6GwS7e!S�\*7�6�zz�)6�7�IS%7�6���6�ynn
	zv
	y��7�I6�I	
��I79�y�%	x
��
*x
�m6	�	x�ZI	I6	��&	x���37	
�T		x�6	�I6	�S		x
%6�	
	�/�����7�,6��$6�d0S6�d1S�G7�6��06�d2S6
�d3S6�d4S6�d5S\).7P!7<"7yS\).x;\).7P!7;"7yS\).
6�09.6LlSs&Sv\).y;\)..;�\2l|7�6�z)w�\7�I
.
6GS	6	�7�T
S		6	�d7S	6�S%7�6���.
6H7	zSv\).
6�09.6LlSsSv\2l*l*d9\)..vS\|7�#�	7��'7�#6�7�Sw;�#;�v\2lll**n�Kn�n��n��n��n
��n�dn�En�&).16N6ls�?�S_).?6�dHS\).?6�dGS\).?6�dFS\).?6�dES\06767�7<6eS\).?6�dDS\).?6�dCS\).?6�d@S6	�dAS\).?6�d=S6	�d>S\06?6�6�7"7n).lT\2l*).?6�d?S\).606?67*).lU\2l*).?6�dBS\).606?67c).lU\06?6�6�66?67\).lU\06?6�6�7�66?67�).lU\06?6�6�66?67	�)..?�l
O\06?6�6�66?67	�)..?�l
O\06?6�6�66?67	�)..?�l
O\06?6�6�66?67	)..?�l
O\2ll*l*n�?n�n��n��n��n
��n�dn�En�&).16N6ls�?�S_).?6�dVS\).?6�dUS\).?6�dTS\).?6�dSS\).?6�dRS\).?6�dQS\).?6�dPS\).?6�dMS6�dNS\).?6�dJS6�dKS\2l*).?6�dLS\).7�06?67*).?�lU\2l*).?6�dOS\).7�06?67c).?�lU\06?6�6�7�6?67\).?�lU\06?6�6�7�7�6?67�).?�lU\06767�7<7�).?�s�lU\06?6�6�7�6?67�).?�.?�lU\06?6�6�7�6?67�).?�.?�lU\06?6�6�7�6?67�).?�.?�lU\06?6�6�7�6?67).?�.?�lU\l).?6�Ss��\l|).P7�"lS7�I�7�JI�J\l|7)llT6�z�IS%6���v\|7)llT6�z\lll|�%).6N6ls�?�S_7)T6�S6�n�).?6GwS�7�T\lll|�%).6N6ls�?�S_7)T6�nz�$I	�
	&���7�T6��).?6GwS�7�T\2|*7��).Q70�q.7L�=.7�#6e7Zns�U6�d`S;�L.?6GwS6�d_S;�%.Q70Q6�d^S;7\).x;w#v\|7w#\2|l*l*l**7�Q6�dcS\).7�"6e...U\2|l*l*l**7�Q6�deS\).7�"7�...U\).?6GwS\l|�74�746�zv)0vv��74I7
�".-7H	��
.
7�!�!.
6
�9
.6
LS
S
7	�!6

�7
�"7
.#T


	�M9.6

�6�S
7y#�.-7L;p7
�"7
pU


	%746�	�-���v\l).
6�S�s�.Q7�I�(.Q6�jPk7�J\l).
6�S�s�.Q7�I\).4l;0v\).47�s�S7� lSv\2l|**7�6�z�7�"7<"�7�"7<"Q7i7-!*).47�S7x#�27i6	x7
_.47�S7�QS.#7�"7idnT.27i6
�j
	Pk\).7�6�.S7�6�n�K).47�.S6e.7�"6�7�"7CQ7	zUv\2|l**7�6�n�7�"7;"�7�"7;"Q7i7-!*).#7�"7idpTv\).7�6�nz�(I.�
&���7�T6��L).47�.S7�.7�"6�7�"7CQ7	zUv\|7V"7j!lSv\l:�6sQ;n).6�jwn
y
y	Pk\l6sQ?n?>l?6)..?7[!lS6�jwly
n	
Pk\ll6sQ?n?>l?66u6v6@�).6u.?7[!lS6�jll
n	
Pk\ll:�6sQ;6u6v6@�?6l;).6u6�jnn
y
y	Pk\ll:�6sQ;6v6@�?6l;).6�jnn
y
y	Pk\ll6sQ?n?>l?66u6v6@�?).?7V6lU.6
u.?7[!l	S	6�jlll
Pk;"l;�"\l6sQ?n?>l?6?).6�jwnn
y
y	Pk\lll).?7�Sl�'.?6�S�.R7l"U�.R7�l
	O\ll).?7�lS:�6sQ;6u6v6@�?6D;.6u6�jnn
y
y	Pk\lll).-7�lI�6sQ?n?>.-7�"?66u6v6@�?6D;.6u6�jnn
y
y	Pk\2l|*).	7	*".S7lll
	
O*6�7!�n"z�'.6H6�jd~Pk\sQ_2l*06767�7/).dTv\l).
6�s!S.
6�09.6LSS6�sb�O.74"6�6�6�6�T).6	�7
k6�6�T�0.75".7�S.7
�"ST).vS\2l|*096�S�7�xT�6d�Sv\).7�lxT\l|7�yT7x6u6v6Jv\ll|6�7w�).-7� I�6�7[��%).?6�.-7�IS�/7x6u6	v6
J).-7� xJv\ll|).-7� I��.-7�I6u6v.-7AI.?�z6�S�	7� ��7� Q.#7r"6	�T�6	�7
w�7x6u6v6K.-7� xJ�^7
�.6�.
6n.=7�#SwU_�6	�7
w�7x6u6v6Kv\2l|*096�S�7KS�6d�Sv\).7KlS\l6u6v).-7AxJ6�6x7�!6u6v6S.-7�I.?6	�S�$|6
�7[7� �7� S.-7
� Kv\|7x;x\|7m�)./7!6�S6�6�z�(7$6�IS%6�6���6y\l	|7m�)./7!6�S;y6�6�zo������7$6�IS	�6y6�nnnz�%6y6
�
z�i%6�6��V7$6�IS�	6y6�

��
6y6�

����n�zn6y6��6y6��6�sdS�6�6yIS%��6�sS6�6yIS6�sJS�6�6yIS%��6y6��6�sdS6yI@I@�\w\l|6}7n��n��n�|n�hn�Tn�@n�,n�n	�w7$S�h7$S�[7
$S�N7
$S�A7$S�47$S�'7	$S�7
$S�
7$Sv\l|6}6=7�#I7�S7"I�Qs70"Ss7
"skT6y6	�S7"J�-se7
"smT6y6	�Sv\l|6}66s� �").7x!7�s8�v\7�6}6=Ssc).?7mS7 "6}6	SsU7

"sjT6y6�Sv\l|72"S7�6}6=Ss&7
"sjT6y6�Sv\l|72"S7�6}6=Ss>7
"sjT6y6�Sv\l|6}7�s�� 09.6L6}7�S7�6}6=Ss�7
"sjT6y6	�Sv\l|7�6}6=Ssc).?7m6}66S7 "6}6Ss7
"skT6	y6
�Sv\|7
"silT6y6�Sv\l|7�6}6=Ss�09.6L6}7�S7
"sjT6y6	�Sv\l|7�6}6=SsF09.6L6}7�S7
"sjT6y6	�Sv\2l|*7m�l6}7��6�z�\s�7�d�S6�s�Ssm\).7�lS\l6}7��	s�\6}7�7o;�6}7�7E;o6}7�7;G6}7�7";H7Hv�7G�7	o�09
.6LS�+7�s��09
.6L7�S\l|6v6>n�&6v6>n�6v6>n�A6v7��27�6v7�Ssc7/"S�
7/"S\l|71"6vS7��"s71"Ss\l|6>n�n��n��n�wn�jn�Jn�v\7�"s09.6L66Ss?sW\).?7m66S\s/\66sS\).?7m66SsU7 "6SsW\7 "6Ss�sW\7�"s\l
|	7
��7
6�z��7	87
�{6�s�s�z�R�7
	"7
I7
-w�
7
-IT
	%7
6���s��\Isdv�s�\s�\ll|se
��09.6LS�
7�S\|7�#lIsN�6v6>n��n��n�hn��7�6v7�S7F"6�Ss�s��6J6�zT�u6v6	66��6JzTs�
6JS).?7
mS�&).?7
m6v6	6S�7�"\l|7	"I��7�S7�I�7	"J7�J\7�n6�QI�&%7�6�QI��6�Q7	"J7�J\7	"I\ll�6u��6u7�Tv\l6�6�lT\2l*6�6�lT6�6	Q6�d�S\l).7x!7J�.T6�sDs_T.+6�j	Pk7�lT\2l).T7�lT*6�6	Q6�d�S\ll	lvM�N�I
��
J
��	)M�`N�WI	��.
T7


I

�
.
T7

�I

�
7
�Q

J
��7
�Q

7

�J
���7�2d�S;�\l7�Q\ll).6N?�o�?X.
6nlT?�v�?�?+6�j	Pk_).6Nl?�l?Xl?�l?�?+l?�6�jPk\ll�W).
6�lS�@7G"zS.T7��&.T7��.T7|lT_v\ll).Tx;�I.Ty;�\].Ty;�_ll).6N. 7$?�o�?X.
6n.=7$T?�v�sc?�?+6�j	Pk\ll).6N. 7�?�o�?X.
6n.=7�T?�v�sc?�?+6�j	Pk\2l*).6H6�jd�Pk\2l*l*).vd�S\l6�s��).6�vS�).6�vSv\l6�6x7� llTv\lll6�nn)z�L.

6	
�IIS	
�II	6	rIIS	6���v\ls"
�z�n\2ll**09<6�>yd�?od�?�lUv\).T7|)..T_).T7�)..T_2l*l*09<6�>yd�?od�?�lUv\).T7�).wT_llll).
6�S��.-�I7I.-7
I
.-7"!I	�V6�z�HII
.
6�S
.T�7iU
�7�U	%6����U
6
�z0v�@I
I.
6�S�kI
7	l!T
.-7
EJ
96�.-7
�I
S
�.-7
�I
.
T7
iU
�.
T7
�U
	%6
��`�����7
�I096�S�r6�zv�CIT
.-7
EJ
7	
	l!IT	
6�S%6���.T7i.-7
�Uv\lll).
6�S��.-7I�c.-7I	.-7I6�zv�+II�I
	IIJ
%6���6rS.-7
I�e.-7
I6�zvv�EII�.II7	x�	7
xI	I		S	
	%6���.-7I����09	6
�S�.-7�I9	6
�S�[6�zv�3T	.T7
xIT
	6�S	%6���lS�6rSv\2ll**09<7�"6�S6d�Sv\ls��?09<6�).6�9<7�.6�TUv\l).*6�jPk.87Es	<
yz
O	6�j
Pv\l).#7s"6�lll
l	
O.6�jlPk.?7� U\l).#7q"6�lUv\l).#7}"6�l	ll
Ov\ll).87�S6�jPk\ll).87KlT6�jPk\ll).87El	ll
O	6�j
Pk\ll).87I6�lly
l	
O
6�6�jPk\ll).876�lU6�6�j	Pk\ll).87
O 6�llllll
l	O

6�6�jPk\ll).87m"6�ll	l

O6�6�j
Pk\l6�lz�6�S&��v\lse
�%zw�|7�#nI\l|096�S��zI?�nI@�"7�"�;�"nI96�S�@6�z�/7�"I7ISJ%6���7�#6�7�"Jv\2l|*d�*7�#6�J71).%T7."T6�n"z�6�d�;� 6�n "�>6.U7Ssc6�s�S6	wTl�7
�Tx;�!v\|vv).%6��T).7�#.6�I7�!�=.7�7�#.6�IT7�#6�Ix;�!.7x!7��6u�
6u6	v�	7
!!�6u6	v7
!!;n\).@6�|s� n
	
zzOv\2ll*d�w�%6�;�6�jPk�09<76S;�v\lll6�s)�"
�II%6���\).66�scSs�6�jPk_l|7�Ss�
�\).6s�6�jPk_l|6�scS6�n�^zI7"�97"I7��7�#U�7"IU�7�7�#U\7�#zII\ll).?6�S�6�scS6�n�$zIsA�nIsM��z
I
s���6�n		nsVs��uI	�SI	6JI	6�S�I	I�&I
	6
JI	6�T
IQ�6�Q%		6���	\.6s�6�jPk_.-nII\w\l|).?6�Ss��7>lT\ls#7G"zSs37G"S6��07G"S�#7G"S�%6���x\y\l|).?6�S�a7`#S�B7�Sse
�\.6s�	6�jPk_09�vS\z\ll|78"T7-"T77"T7,"T7%"T7'"T7&"T7("T7	5T7
�T7'T7""T7
LT7&T7�T7)"T7�T7�T7}Tv\l6JznT7;Q6JS\l|6�w�76�S;�v\l6�s0\l|7�#�f7"z�[7�#7"nI�@).?6�l6�sc6�
6	�7�7C#Ov\ll|
0	9	6�6"S��6"6�znnnnnnz��6"I9
	6
�S
�a7
 T
6
"6
�IS
?�I?�I@"6
�IS
?�I@�I@tJ
7
�6"IU
%6"6��c���v\llz�<|7�#nI�").7b6�7�U\2l|l**7�S*7�S*�xd�;o6�n"z�d�;�09<6�l6�6�Uv\|).
?7	
).6�.I
.6�7�!
O	.6�TI\l|).6�n"�e.6).U7Ssc.6�.6�ss�
S6U7��J.J.7b.7	�7
tT).@7�6
�	Ov\ll
|096�6
�S��6
�6�z

n	nnnnnnnz��6
�I96�S��7 T	6
�6�I
S?�I?�I@"6�IS?�I@�"I@�6�IS@$I@tJ7�6
�IU
%6
�6��D���v\2l|l**7�S*7�S*�xd�;o6�n"z�d�;�09<6�l6�6�Uv\|).7�.SI�f.6�..T.).@7H67$S6�6	�n"		7
�"z	
OJ.6�n@"�d.6).U7	Ssc.6
�.6�ss�
S6.IU.I\l
l|0
9
6�7�S��7�6�z		nnnnnnnz��7�I9
6�S�k7 T7�6�I	S?�I?�I@"6�IS?�I@�I@�!I@tJ76"7�IU
%7�6��V���v\2l|l**7�S*l6�6�d�Jv\|v).6�n@"�.7�!z�-�z��6�S%����w.7�!nz�'6�S%.7�!��.7�!��6�S%���6�S.6�n"��.6).U7Ssc.6�.6�sSD6�z�6�IS%6���6	�T7
�7���.6�..T6�n "z�.6�n"z�.	7	
b.7�7tT	).@6�6�

O\\ll|
096�7JS�7J6�zn
	n	nnnnnnnz��7JI96�S��7
 T

7J6
�IS
?�I	?�I@"6
�IS
?�I@�I@�!6
�IS
@x6
�IS
@I@tJ7
+"7JIU
%7J6��-���v\2l|l**7�S*l6�6�d�Jv\|v).6�n@"�.7�!z�-�z��6�S%����w.7�!nz�'6�S%.7�!��.7�!��6�S%���6�S.6�n"��.6).U7Ssc.6�.6�sSD6�z�6�IS%6���6	�T7
�7���.6�..T6�n"z
��
.6�n"z�.7
b.7�7tT).
@7	
N 67xS6�6�n"6�n"7


O	
\).@7.6.7xSU\\2l*|*l6�d�;rv\l|).%6�6r6T.?6�S��.?7�T).6�n"�D.6.U7Ssc.6	�s�
S6U.6
"��.6
"6�zz��.	?6	�.6
"I6
�IS	��.6
"I6�"�8.
7	
�.6
"IS	
6
"I6
�IJ�C.
7	
�.6
"IS	
.
?7	
"6
"I6
�IS	
J%.6
"6��6���.6֒t.6�6�z�H6�.6�I6	�S6�6�I6
�S%6�6���.?7k!U.6�n"z��.7/#.S.?6�.-7�IS��;�.-7�I.6.7N"S6�z�N.@7�I
O6rIS7�6�S%6���v\2l*|*l6�d�;l!v\2ll|).%6�7l!6U.?6�S�8).6"��.6"6�zn��.6"I6�"�a.
?6	
�.6"I6�IS	
�:.6	"I		6		�.?7
	"6"I6�IS
J	%.6"6��x���.6�n"�.?7
	$U�P.7/#.S*67
N"S**.?7
	$d�
Ov\).@7�)..
.	llO\2l*|*l6�d�;j!v\l|).%6�7j!6T.?6�S�*).6�n"�D.6.U7Ssc.6�s�
S6U.6	"��.6	"6
�zscs�s��.6	"I6	�	�	�	�'.?6
�.	6			"I		6		�I		S
	�5.7
�.6		"I		S	
	6	"I6�IJ	%.6	"6
��o���v\l6�2d�;�v\).?6�|lT\l6�2d�;�v\).?7�|lT\2ll**).?6�7WS�d�;�v\).@7�")..7
W6�n"7�lz	
O\2ll|**6�n"�6�d�;x�!7/#S*6�d�;xv\2|*).?7xld�d�
	Ov\).@7�).6.7N"S.
).	llO\).l;�v\).?7x|lTv\l6�2d�;av\).@7_#|lTv\l6�2d;�v\|7wlSv\2l
6
�n	"	z��**6
"��6
"6�nz�r6
"I6�"�6
"I6�"	�6�6
"I6�S�6�6
"I6�S%6
"6���*6
֓�6
�6�n nz��6
�I6�"�J6
�I6�"	�46
�I6�"�6�6
�I6�S�6�6
�I6�S%6
�6�����6��6��l6�d;�v\|7� ).	..ll
Ov\2l*6�n"z�909<6�l6��xd;os�Uv\|).?77	�).6�7�!s
�O7�\2ll*|*6�n"z�6�d;��6�d;�v\|).6"��.6"6�znz�d.6"I6�"�6.6"I6�.	7	�6"IS	IJ%.6"6���.6֓�.6�6�znz�d.6�I6�"�6.6�I6�.
7	
�6�IS	
IJ%.6�6���).?7)U\|).?7)7�
	O\2ll*09<6�6��xd
;os!!U9<6�6��xd;osU).?6�7S�39<6�6��xd;osU6"�6"6�z��9<6�6��xd
;os U9<6�6��xd;os"U9<6�6��xd;os$U6֒6�6�z�39<6�6��xd;osUv\).6�\).6�n"z\).7\|7�').6"7�2dS;7\l6�\|7�').6"7�2dS;7\l6�\|7�').6"7�2dS;7\l6�n"z\|7�').6�7�2dS;7\2ll6�n"�#6�d;86�d;�v\|6�7�6~S\|6�7�6�S\l|6�n"�066�s�S).?7,lTv\lzIs�sj�6JnSs\l
l|7�76�z

n	nnnnnn0z��7I96�S��7 T	76�I
S?�I?�I@"6�IS@�6�IS@6�IS?e6�IS@�J7$"7IU
%76��5���v\lll|6�n"�7:"U�79"Uv\2l|l***7�"6�S7�S*09<6�l6��xd;oUv\2|).I�K.6�..T*6ews/w	�.6eI7!S	.7�w�.7�I7!S,.6�n"�T.6).U7Ssc.6�.6�ss{
S*.7	^.7
�S
.).66�6�?
�d
@
C@	<"@;"d@�6�j
PkJ.I\).7�.7).T\l).�.6.U).?6GS\2l|l***7�"6�S7�S*09<6�l6��xd!;oUv\2|).I��.6�..T*).?6�6eS�8.6es/w	�H.6.6eS*d	#�$.7^.7�S*d	".?6�.7�S�:.7�s/w�I.6.7�S*d%�$.7^.7�S*d$w,.6�n"�Q.6.U7	Ssc.6
�
.6
�s
s{
S*..06�.6
�@	<"@;"d&@�6�j
PkJ.I\).7�.7).T.6�7�"6e.lU\).6.lU\).7�.7).T.6�7�"7�.lU\).6.lU\l).�.6.U).?6GS\l7Jy�N7J6�znzy�37JI6�"x�%7J6�y��\2l**d);�"09<6��xd*;osHUv\06Hs�
�N6?v�6?6H�)).66�js�
Pk_6?6H\9H\).7�"Q\2d,6�d-;�\09�7*7+7�sCs�lUv\2d/6�d0;�\s�l�07� 7B�07� 7BlSv\07^6�jPk\v09<7+�
2d3;f6��|T\2ld5*d6;�#d7;�d8;�d9;�d:;�#v\ll?�l@gl?��n@P"\).v
l	nllO\).v
l	nllO\).v
l	nllO\).v
l	zllO\).v
l	nllO\2l*d<;�v\ll�z6��6�7\�).7�2d=U6���6�7��6�7�;�6�7q�6�7q;q6�7?�6�7?;?6�7\�6�7\;\6�7i�6�7i;i\s:\2ld?**d@@�"dB@�!*dC;/;�dD;}v\).7�"l@�l@E"l?�Sv\2l*).6dASv\).lvS\l�).6�Sv\2l*l*).vzldEU\).09's��.6�6�.sT6�S\2l*dG*dHz;pspJn;qsqJn;kskJo����;� ;X"6�dI;�!6�dJ;�6�dL;%6�dM;	b6�dN;
�6�dP;x6�dT;$6�dU;
�!6�dV;�"6�dW;�6�dX;�6�dY;X"6�dZ;N;� v\l6�?�6��?�7���06f7�vT@�6��	�6�7�Q?�7��(096	�j	Pk6
bQ@�76�3766�?�766�7�Q?�;6\lll|;�;;�#;:�;��x7�;�76�6�7T06f6f7NQvT6�T;�7�#6�6�7�#T�76�6�Tv\l6�).7�s�lTSv\2l|*).vS7	�.7� ;	e7	T�8.7�"6�T	� �.7�zdKU�7xnT\).6�s�
\|).vlS7xlT\|).vlS7�7�"�
n�n;�";T;e;7�!6�nT7xT\2|).vlS*7�7�>.7�"6�T�&7�.7�zdOU�%7�!6�nT7xnT\).6�s�
\ll|2**n�E7�7�"�7�7�"� ).7�zdSU�:7�6�z�/7$T7�6dRSv\6	�7
��7:6�o��").7�ndQU�!7:6�DDSv\]).7
}zs� Uv\s%\l).n�".n�6�.S�%7%�7%..T�]v\s�\l|6��s6�w�	v�*7z).6�7�s�TSnl�	7�6�7z6�7T7�#6�z�C7	6�s�?�?�6�6
�6�7�#T;66�7��).7
"$Sv\|7�6�lS7�"Qv\|7:;:7�6�z�96�nz�'III7xT%6���v\).7�l@Tl@elTv\).7�l@lTv\|6�\2ld\*d]*d_*��
�*��
�*d`;"$;�v\).7�lS\l�62d^Sv\l6�s�
�7).6�vS� 7gn�.6�S\096�jsw	Pk_lse
�I09�vS�69b7�"S�"p������?Øp������?C�\09s�	6�9.6LSS6�jPk_l6�vv�&6�nbv�).7�S�%096�js�Pk_76�R6��9).6�S�%096�js�	Pk_).6�S).6�S\2l**db;�dd;�"de;�v\2ll*6KznTs��6�nIsc�).7�dcU�T).I�
.J�<7T�.I7T;T7�.I7;v\s�6�).S\ll6�nscz)�16JT.I	�	7	T	��y\.I7T;T7;x\)*v\2l*dg*di;~#dj;#6�dk;b6�dl;�6�dm;�"6�dp;�6�dt;$6�d{;�!6�d};	�;
�v\2|*x;�!;�!;8!7�o�S6�dhS6�Qv\).y;�!7$Q\).7#sjS\06?6�7�6�solT\|).7#s�S� 78!6�lS7�"Qv\|7�!6�lS7�"Qv\2|*7�!�3x;�!7$Q6�dnS6�doSv\).7�Qv\).7}nslU).7�Qv\2|*7�o�S6�dqS6�dsSv\).y;�!7�!6�z�09yv2drTv\).y;�!v\2|du**7�!;�!78!;8!06@6M6�jPk*6dvS6dxS6	Q6�dzS\l7���).7�!6�T76s��766�76�.7�!766�T7�6
�).7�Slv	Ov\).vl2dwT\).76�ll
l	llOv\).vl2dyT\).77bll
l	llOv\).7}nsBlUv\2ll*�6d|Sv\l).6�6�?�6�?�7P"n�	7P"@P"7gz�
7g?�Sv\2l*06?6H6�jd~Pk\2l*77�;76?�;?7D�;D7��;�d�;rv\ll6�v�86�).6�s	�6	�sET	6�TS7��96�).6�s	�6	�s�T	7�TS7M�96�).6�s	�6	�s�T	7MTS6��86�).6�s	�6	�s�T	6�TS7�!�96�).6�s	�6	�s�T	7�!TS7	��96�).6�s	�6	�s�T	7	�TS7
%�96�).6�s	�6	�sYT	7
%TS7��96�).6�s	�6	�s�T	7�TS7�#�96�).6�s	�6	�syT	7�#TS7
A#�96�).6�s	�6	�seT	7
A#TS7�96�).6�s	�6	�s�T	7TS7$�96�).6�s	�6	�s�T	7$TS6�86�).6�s�6�s�T6�TS\2l*d�d�;}#6�d�;�6�d�;b;� v\06?6��6?6�7�m7��7�73�7�737h�>7�737h7�Q7�Q6?7	�7
u�'6?6�76?7	�7
u\l6��(6�7
2d�S6�z�\0676a7Q6767� 676	�Q6
�DDDsQwU�#v\]).7}ns�Uv\l6��(6�7
2d�S6�z�\0676a7Q6767j676	�Q6
�DDDsQwU�#v\]).7}ns�Uv\l7P"�
n�
n�
n \2ld�*d�*7��;�d�;�d�;o#d�;#v\067v�%677)�677)Q��	n\]v\s|067v�676a�676a6(�676a6(Q6��]\).vQ067�U676a�G676a6(�4676a6(Q6�677*7�"�v�n�]v�8.Q�s)$�s.�09�7�!\).vQ.Q�s)$�s.�09�7�!\).vQ.Q�s)$\2ld�*7�7o#Qv;� ��d�?�d�?�\l6�scS6�n�$09f9�vSS��09�zIvS6�z�9�nIS6�nz�9�IS9fS�19fS�#9fS�?�@�@�\s	_s	_llv	vvvvvs�
��w�s[09�"7� ��	9�"7
� 
9<7[S

7
�2d�S

6
�6�QS
o����� 9<7[SII).S	v96	�S�.S	�J6
�6�z�%.IS	6
Ѹ%6���A�6
�z�|6
�6
Ѩt6
�6
Ѻ7�7��F6
�6
Ѻ*7�7��7
�7
��y\x\x\x\]y\y\y\l6�Q\ll06?�
6?6��6?6�7��.6?6�7�6�9�vST\]y\2d�*d�\209<7��9'�d��d�)*vllT\2ll*d�).vTw�%6�;�6�jPk�09<76S;�\2l*d�d�d�d�*
d�*d�06A67H6A67N 6A676A67{"6A67�"*6A67�6A66	�*6A67
_#6A67�6A66
�*6A66�6A676A66�6A66�6A67�6A67)*6A67�*6A67k!6A67"6A67	$*6A67x6A7�7b;�6h*vT6	�d�;	j*6h*	T6�d�;j*
d�;�6A7�*6hT9	<6	�6��xd�;os!!U	6�d�;j6�d�;g6�d�;r6�d�;l!d�;�9<6�6��xd�;osU6�d�;	�*;
xz;msmJn;lslJ7 |�;
|s�;�\l|;A!v\|v).w�.6��T�\|v).	w�.	6��T�\�O�7�lS\lH�o�.JHo�.JH
o�.JHo�.JHo�.JI�s$?�s�?ՎI\|v).w�.6��T�\|7A!7jQ06A66H6�Q\|7A!7jQ7A!6�6	Q\2ll**v�
*06A66H6�jd�Pk\2).6��j.6��^).
.6�vS�.
.6�S�/06A66�jH
Pk_.6�n2�09�.6�vS?�.6��09�.6�vS?�.7�@�).7�7	#Q�
d��d�.	.vll
v
O\2ll*l*l*l**v�
*06A7�6�jPk*).6�S*.
6�jPk*76~d�S*6	Q6�d�S6	�d�S\l06A66�9.6LSs�S6�n��n��n
�7�o�.�E).7J��.7J6	�.T.6	�vS��).�.6
�Q.6	Q.7�j.7Q�Y).7
A�J.7
A6�.T�.6	�)�..vS�.6	�vS6A66H6�Q\).7g..T.6	Q\).vlS\2ll*l**d�*d�*v�
*06?6�7�7hlld�U\l).7A�".7A6�.6�Uv\l6�o�.�]).7J�j.7J06A6).6�vS6�j	Pk.T� ).7�.7Qv\l6�s���6�)*7�!06?67|.T.7�!6?67A.T.)..6�j	PkvS�F).06	A6
).6�6�vS6�j	PkSv\sx\).v|
sGn
n	zvO\).lDlDv|
s�nn	zv
O\l|).6�6r6T.vS�
.T\ll|).6�7l!6U.vU\)..7xvl
s	�ynO\2|7��m06A7�6	�o?�d�@<"d�@;"d�@Cd�@�6�js�
Pk;�7�\lvvv09.6�6�S7L!w�66A6).7L!S6�jPk7L!@�6�?�?�6�?�6	�?��H]N!06A66�jH'Pk?�6�?�06A6
6GS\).v|U\2ld�*d�*d�*7��;�;�;7;�d�;�d�;8d�;�v\llv0646?6]7~Iw�#6�Q6�Qst�\]\llvv0646?6]7~9�IS9fS��\]\llv0646?6]7~Iw��\]\09H6�).vllTS\09H6�).vllTS\09H6�).vllTS\2ld�6Ր;�*d�;jd�;Bd�;�"6�d�;~6�d�;�6�d�;*;Nv\|;�#v\2d�vllT09H6�jd�Pk\l).6�S�0..6�jPkJ2d�vQ.I6~lSv\06?�
6?6��6?6�7q�6?6�7q7A�-6?6�7q2d�7!|S;Av\l6�6�).6�S�.I6Sv\ll).6�S�.�	K�I6�S09H6�j2d�Pk\l?�l?�06?�
6?6��6?6�7q�6?6�7q7��6?6�7q7�S9H6�j2d�Pk\|7�#6�lSv\|7�#7lSo�����7�#7�nTv\2l*|7�#6d�Sv\2l*d�*d�*
d�*d�*d�*d�*d�*d�*d�06A67H6A67N 6A676A67{"6A67�"*6A67�6A66	�*6A67
_#6A67�6A66
�*6A66�6A676A66�6A66�6A67�6A67)*6A67�*6A67k!6A67"6A67	$*6A67x6A7�7bs*s	*d�@d�@Hd�@d�@�"d�@Id�@d�@�"d�@d�@Hd�@d@�"d@Id@d@�"7�7�Q�;o�;od;�6�d;�"6�d
;6�d;�*	6A7�*
6hvT9	 <6	!�6��xd;os!!U	6�d;�6�d;06�d;	�6�d;
$6�d;� 6�d;r6�d;
l!d;�9 <6!�6��xd;os:U6�d;�*;�7"�;s�;�\09�7j7).lS\09�7j7H).llTv\2l*l*06A66H6�jd�Pk\2l*l*).	7�Q*7�d�S*7{6	Q6�d�S6�d�Sv\l)�).vlS.S�
.vSv\).7�"Q)..vT7{6	Q\).
.vwT09�7j7.S\2l*v�
d�*09H6�jd�Pk\ll).vQ).Q.wSQ�]).vSSv\2l*v�
d�*09H6�jd�Pk\ll).vQ).Q.wTS�]).vwTSv\2l*l*v�
d�*09H6�jd�Pk\llvv).Q�]6�S).	0M
	��
N
	�y.
6
�S
�96
�.S
��96
�.S
.
�
S
�.IS
��]
6
�S
��.S6�z�
Q�S\2|*z;{!;!06A7�6�jPk;{).6�7{S;�!7�!7:6~d�S;T!v\l06A66�9.6LSs�S).7!7|!I�)6�6	�vT.7!7|!Kv\|v).
w�.
6��T�\2l*).vd�d�T\l7�09.6L).DSlT\09.6�lSw�&zIw�InIw�II\2l*l*).vd�d�T\l7� 09.6L).D.DDSlT\2l*).vd�d�T\l7$09.6L).DSlT\2l*).vd�d�T\l7�09.6L).SlT\209.6�lS*�6d�S).�.6d�S\lzInI).J\l).I�.Iv\2l*M�8N�/
6�S
��6	�D
I

D
S	��).vd�d�T\l7� 09.6L).SlT\2l*).vd�d�T\l7$09.6L).SlT\2).vd�d�T\l70lS\2l*).vd�S\).).vS\2l*l*).vd�S\).
)..vT\2l*).vd�S\09�7j7).).S\2l*09H6�jdPk\2ll**).vQ�]vS).6dS6�z�vS�,096�js8
	PkvSv\l).vS).�wJ�]).6�Sv\2l*).vdT\l).
).IvT\).vl2dT\09�7j7).lS\).v2dS\209<7[9�7jS7
d	S7�d
S\l6�).Sz\l6J).6�S\).7Lv�0.7L.6�7L7{S;�!� .6�jPk;L.7L\|7�!\|7!lI\|7{!7!7{!~%;{!lJ\s�\).lDv|
s�nn	zv
O\).lDv|
sOnn	zv
O\).lDlDv|
sNnn	zv
O\).lDlDv|
s�nn	zv
O\).lDlDv|
s�
nn	zv
O\l|).
6�6r6T.vS�
.T\ll|).
6�7l!6U.vU\)..7�vl
s	�
ynO\2|7(�m06A7�6	�o?�d@<"d@;"d@Cd@�6�js
Pk;(7(\lvvvvvv09	.6	�6�S	9�7L!Szw��6A6	H,o@J		H1o��J		H�nJ		H6nWJ		H;o@J		H@nJ		HEnJ	I�HJ�I6�j
Pk7	|!@|!6�?�?��K]o����@|!6�?�06A66�j
H'Pk?�06A6
6GS\2d*d"\209<7��9'�d �d!)*vllT\2ll*d#).vTw�%6�;�6�jPk�09<76S;�\2ll*l**l*�09H*6�jd%Pk\2l*l*d&*d'*d(*).6�..�T*7>QvS\2l*7��;).6�jd)Pk6�)..T�).6�vSv\2l*l*d+z?�d-?�?q@�*vS@>nS@enS@�07Hs�
�9H7�d.J\2l*d,\v09<7+�
2d0;f6��|T\2l*d206A67H6A67N 6A676A67{"6A67�"*6A67�6A66	�*6A67
_#6A67�6A66
�*6A66�6A676A66�6A66�6A67�6A67)*6A67�*6A67k!6A67"6A67	$*6A67x6A7�7b*6A7�*6hvT9<6�6��xd3;os!!U6�d4;6�d5;56�d6;�6�d7;�6�d8;r6�d9;l!d:;�6�d;;	�;
�7 
�;
s�;�\s�\).lD.vns�stU|sc	v
z
	zO\).v|
s5n
n	zO\).lDv|s�nv
z
	zO\).lDv|s�nv
z
	zO\l|).6�6r6T.vS�
.T\ll|).6�7l!6U.vU\)..7�vl
s	�ynO\).v|U\2l*d=d>06A67H6A67N *6A676A67{"6A67�"*6A67�6A66	�*6A67
_#*6A67�6A66
�*6A66�*6A67*6A66�6A66�*	6A67�*
6A67)*6A67�*6A67k!6A67"6A67	$*
6A7�*6hvT9
<6
�6��xd	?;	os	!!U
	6�d@;6�dA;�!6�dB;�"6�dC;�"6�dD;�6�dE;R6�dF;r6�dG;	l!dH;
�6�dI;�;x6A7�*6hT9<6�6��xd
J;
oU	9	<6	�6��xdK;os U	9<6�6��xdL;os�U6�dM;r6�dN;
�6�dO;�6�dP;	l!6�dQ;�6�dR;a;�7��;�s�;"s~;9s�;�7��;�s�;�\|v).w�.6��T�\sx\).v|
s�n
n	zO\).v|
s�n
n	zO\).	.7�lDlDlDlDv|s�nwn
y
yO	
\).	.7�lDlDv|s�nwn
y
yO	
\).lDv|s
vz	zzO\).lDlDlDv|s
+vz	zzO\l|).6�6r6T.vS�
.T\ll|).6�7l!6U.
vU\)..7xvl
s	�ynO\).v|U\s�\\|).7	� 7�!vs
�s�O7� \l|).6�6r6T.vS�+.T.7S�7;� \).	v|lT\).
v|lT\ll|).6�7l!6U.
vU\|).7� ?�vU\).v|lT\2l*dT6�dU;j6�dV;;�dW;�z;msmJn;lslJv\07K�7K7�7K7llTv\2ll**dX*v�
*06A66H6�jdYPk\2l*l*).6��g.6��[..6�vS�..6�S�/06A66�jHPk_06A7�6�jPk*6@7�6	�S*).7
�6�jPk*76~dZS*6
	Q6�d[S6�d\S\l06A66�9.6LSs�S9.6�6�S7L!w��6A6	7L!H�o�.JHo�.JH
o�.JHo�.JHo�.JI�s$?�s�?ՎI6
�j
Pk6�6�6�n��n��n
�7L!o�.�>).7
J��.7
J).T.vS��).�.6�Q.6	Q).7�_.7Q�N).7A�?.7A).U�$)�..vS�
.vS6A66H6�Q\).6�n2�09�.6�vS?�.6��09�.6�vS?�.7�@�.7s@s.7�v�
.7�@�).7g.T.6	Q\2l*0;vd^;�v\209�6�v�9�6�7���676�Q7�!6�sSnI6�s�SzI6�s�SI*6�s�S� ).7	v6
d_Sy\x\l6�snSz�6KnS).6�S.6�6��v\x\2l*dadb09	<6	�6��xdc;os�#U	9	<6	�6��xdd;osU	9	<6	�6��xde;os�U	*;�6A7�*6hvT9	<6	�6��xdf;os�U	9	<6	�6��xdg;os�U	9	<6	�6��xdh;osU	9	<6	�6��xdi;osYU	9	<6	�6��xdj;os-U	9<6�6��xdk;os�U;Mdl;�\l|;�v\|).6lT�\|7�#�+).7[6�6�S7�#;�#7�#\|7�%).7�6�6�S;7\|7��%).7	6�6�S;�7�\|7��').6�jPk;�7�\|7�\|7�!� ).7$6�S;�!7�!\|7X� ).7P6�S;X7X\|7o� ).7�6�S;o7o\|7�� ).7x6�S;�7�\v06A7�7O�s�2dmU\).6M6�jlPk\2ldo*7��;�dp;g#ds;zdv;i#dy;� d|;d�;�v\06@6M6�jPk676a6(Q6�s|�s�;m\2l*l*06g|dqvvvO\06iv|2drT\l6�z�2n�v\6�Q).6��D\).vQ)*06@7X6�.S7g#)..T*.6	Q�D\2l*l*06g|dtvvvO\06iv|2duT\l6�z�2n�v\6�Q).6��D\).vQ)*06@7X6�.S7z)..T*.6	Q�D\06g|2dwvvvO\06iv|2dxT\l6�z�2n�v\6�Q).6��D\).vQ)*06@7X6�.S7i#Q*.6	Q�D\2l*06g|dzvvvO\06iv|2d{T\l6�z�"n�v\6�Q�\).vQ)*06@7X6�.S7� ).S.6	Q�D\2l*l*06g|d}vvvO\06iv|2d~T\l6�z�-n�v\6�Q).�D\).vQ)*06@7X6�.S7]).S*7�6~.S2d*.6		Q�D\).7�6�).Sw\2l*l*l*06g|d�vvvO\06iv|2d�T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7X6�.S7�)...U*.6	Q�D\l06A67H6A67N 6A676A67{"6A67�"6A67�6A66	�6A67
_#6A67�6A66
�6A66�6A676A66�6A66�6A67�6A67)6A67�6A67k!6A67"6A67	$6A67x6A7�7b6`�;`2d�;�7� �;� s�;�6A78 =D@� B@T@�ID]DqD�D�DDzDDD�DDs�
D	nD
D@W"@[@�#6�jPv\l6�?�6�?�\2l*d�06A67H6A67N 6A676A67{"6A67�"*6A67�6A66	�*6A67
_#6A67�6A66
�*6A66�6A676A66�*6A66�6A67�6A67)*6A67�*6A67k!6A67"6A67	$*6A67x6A7�7b6A7�*6hvT9<6�6��xd�;os!!U6�d�;%6�d�;�6�d�;r6�d�;l!d�;�6�d�;�;$7 ��;	�s;
;
Ss�;�s�;"s�;
]s�;c6!�;s� ;�sk;9!s�;�7"��;�s�;�\s$\).vs
�sosos
@vO.lDlDlDlDlDlD|
s� nn	z
O\).lDlDlDlDlDv|
s� nn	zv
O\l|).6�6r6T.vS�
.T\ll|).6�7l!6U.vU\)..7$vl
s	�ynO\).v|U\l2*d�d�*d�*d�d�*d�*y,w,sn;a;g x;$v;0s	�;	g;/;z	;	*;		;
�;�;3d�S*d�S*;
�d�;�d�;�"d�;�d�;506�s�
�9�67��v6�
�z9�7��j9�7s�S�?6�9�6�6�9�6�7�So�����Q��]9	�6
�S\2l*d�*w,,@Gd�@Zd�@�\vv�z��J%���).6�T*\2vv*�z��J%���)d�*\).6�).vT\).�.vQw,.�09H6�Q\2l*06g|d�vvvO\06iv|2d�T\l6�z��n�pn�n�Mv\6�Q)*7�� ).�.7V,�x,n;�).�D\).vQ�D\)y,).�).7��
��x,�\06?�#6?6��6?6�7��t9H7�s?�6?6?6�6?6�7�sds?s9s8?�S�@).9H� 6�j2d�	Pk�6�.S\2l*l*06?6�7�7Zd�Sv\l6�sb�C).s
?�6�?�09�6�6�vS@$S�V6�)*�L.7��?.7
")�.vHVSv\..vSv\).HO.vv�.6;�Sv\).7GllT\2l*l*l*069v�696:7d�S\0676\6���<6�6�676\6�7�s=	TD6�6�676\6�7"zIs)TD6�6�676\6�7a@a676\6�7	"@"676\6�7
g@g676\6�7g @g 676\6�7$@�s<TD6�7
�#676\6�7sA
xTD)
.
s��.
7$�
.
7$.
�{6�6�.
�.
6��.
6�saTD6�6Ӑ .
9�'�.
6�sTD�6�6�7
�#.
s�TDT.
��.
9�'��.
7o��.
7oss�sbM	��	N	��.
7oI���a�2�.6�6�6
�.
7oIT
S��6�6�7
�.
7oIT
S��6�6�7

�#.
7oIT
S�V���696:6�sD
?�?�6�7:7@\?�Sv\2l*l*l*l*069v�696:7d�S\06�6�676\6�7�s=	TD6�6�676\6�7"zIs)TD6�6�)	.	s`TD6�6�676\6�7a@a676\6�7	"@"676\6�7
g@g676\6�7g @g 676\6�7$@�s<TD6�7
�#.	s"
�.	sTD6�7
�#.	s�TD6�6�.	9�'.	�
6�6�sTD.	��.	9�'��.	7o��.	7os�sbM��N��.
	7

oI

��
�]�.6�6
�6
�.
	7

oI

T


S

��6�6
�7
�.
	7

oI

T


S

��6�6
�7

�#.
	7

oI

T


S

�Z���696:6�s�?�?�6�7:7@\?�Sv\2l*l*06g|d�vvvO\06iv|2d�T\l6�z�Pn�v\6�Q)*09H6�j2d�Pk�D\).73�.09H7�su?�S�D�.vQ�D\2l*l*vvvv)	.	7"6�Qs�0676\).
7
a@a7
"w
�
.7
"@
".
7
g@g7
*@�7
	@7

/@/7
@7

"�
.
	7


"�.7
"@
".
	7
"6
�Q

@
��.	7��.	7

"�.	7
�D
@").
�w
@
f.
	7

$@
$.
	7

�@
$.
@
�s
s@
.7
g @
g 7
$@
�7

/@
�.		7		`@	`7	0@	0;�676\6�Q	6	�d�S		6	�d�S	7as
��.�(9�6�7 6�s�SzI9�7s�S�"s��s���9�7HT�M]*0676\w;�676\6�Q6�d�S6�d�S\).x,vlT).Q\l).su?�09�'�6�?�@�vS\).s�?�.?�vS\2l*l*06g|d�vvvO\06iv|2d�T\l6�z��n�n��n�kn�vn�n�v\�\6�Q).)*7�.vyU.G�.G$._6�Qn;��\6�Q�").7�Q�D�
�\0676\��676a6(Q6	�s|�ln;�6
q6��nDS).7Z)..T..7
�vS�D\�\2l*l*|*).7�Q6�d�S\09H6�j2d�Pk\2l*l*06g).d�vvvO\06iv|2d�T\2l6Ʌ{w�\6�Q).vS3\6�Q06A66�).6�S�[.6�7
*6A66�.S�)..6�vSn	;�3\�\6�Q).7�)..7	T*.6
	Q�D\06@6M6
�jPk)*6@7[6�.S*7�6~d�S*.6
	Q�D\6�Q).).6�vSn;�*\06@6M6
�jPk)*6@7[6�.S*.s�;m.7�).wT*.6
	Q�D\6�Q0676\�
).�O).*676\7^#*69v�&696:7d�S�)
.
74!�676a6(Q7R!)*676\6�7"zI��676	\7	�.
7�676\6�7"I..
w�.
6 �w�.
6 �.
w�.
7!w�
.

7
!	w
O6"�d�S6#�d�S!\6�Q�").7$�Q�D�
�\6%q6&�nDS0676a6(Q6'�s|�3).).7(
!vS�D�
�\v\��Q����=�l).).).�.6��.6�vxv
	O).7�@
0676\6�7�6�Qs��6@7	�7
��6@7	�7�@�!S\l).).).�.6��.6�vyv
	O).6?�09�'�7
�6�?�S\06�7�#).s�TD6�7�.se
z�.sE
TD696:6�sW?�?�6�7:7@\?�Sv\l06A66�S��).6�Q.6	Q6�2d�S6�z��6A66�7S�V).9	.6
�7SvS�^]).6�?�7?�vS�4).6�?�vS�).7GvSw\206@6M6�jPk6@7[6�Ss�;m7�"Q*6	Q6�d�S\).6�\206@6M6�jPk6@7[6�S7�Q*6	Q6�d�S\2l*06g|d�vvvO\2|*06ivd�T\2l6�z�pn�Mn�<n�"n�v\�d�D\6�Q�\�\6�Q�d�D\6q6��nDS0676a6(Q6�s|�x6	@6
M6�jPk)*6	@7[6
�.S*756~).S.6	Q�D�
�\06g).2d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).756�).S.6	Q�D\09H6�Q\l7��;�2d�vS\2l*d�*d�*d�*d�*7h �;h *z;\s\Jn;�s�Jn;�s�J7�;*o�2;�s�Jo�2;�s�Jo�2;sJo�2;	sJo�2;
sJo�2;�s�Jo�;�s�Jo�;
zszJ7�@�7�@&7@w7@<7@F 7@N7�@�*7@I7�@'*S[*,y,,v,	,
;�x;$;0s�;g;/;*;;*d�*7�?�*
;�;�d�;�d�;�\2l*l*d�7U"�
).
*74!�0676;7v7uQ*096�Q*).vQ�;.	�9	H7
�.
S�.	6�d�SS�)9	H6�jd�	PkS\2ld�*6�d�S6�d�S\096�Q)...
.	2d�vlvO\2ll*l**l*l*).z��v\.%*069v�696:7d�S\06�6�).s�	TD6�6�.s`TD6�7�#.sTD6�7�.s�TD6�7�.z�.6�sTD6�7�#).vQsTD696:6�sU?�?�6�7	:7
@\6�7w7@i?�S\).vwT\).vlT\0676;7v7uQ).7|6�sjSs�
@�!.s��s�?�@,s�@7 96�Q@�.@U"@{.@4!.7	O"vv).7
�6	�z��	�9
.6	

�S	
�]
6	
�.7S	
�
.7	J
		.7I
	.7.7
�@#$J
9.6LS	�@O"@�.�"9�!6.s�Tx,.lDlDJ9�!629.6LSS\2).�09H7�.
S\).7|6�sjS7��@�s�T0676\7�7
|...
7		O"O6
�d�S6�d�S\l7�@
7v�77-@-\l).7�v�m7
7�76�s�?6�=67;Q.I�.I�.709H7	�?�@�S\).vQ�"07hs�
�9hQ�09H6�Q\07�!s�
\06g|2d�vvvO\06iv|2d�T\l6�z�3n�v\6�Q).vQ�D\).vQ�D\lvv	vvvvvvvs
�
�
6��09
.6
�S
	7,��	7
,
).6
�S


��
.
7
�.
I
z
I
n
I
.
K


	7

�
�2

	7
x
�$

7

	�!�

7


se

�:
6		�	�	6	�	.I	�.I?�S�j7	�!@
7
�@�996�Q7
o�6�jPk@-Sv\]\).	�2d�vll
l	lO*	\2l*l*l*l*06g|d�vvvO\06iv|2d�T\l6�z��n�Yn��n�n�nn�n�v\�\6�Q)*06f).
.9�'vv�.6�@�U_6�Q)x,�\6�Q)*�).
_0676\sn@a).7"w�
.7"@".7	g@g7
*@�7@7/@/7
@7"�.7"�.7"@".7"6�Qs7s��@�).D@".�w@f.7:@$.@�ss@.7$@�7/@�x@..7`@`70@0.@�;�n;�6q6�!nDS0676\6�Q�D\6�Q�2d�vQ�D�
�\).)*
.�..;�06?�06?6��#6?6�7`�676\�
��.vQ�D\06g|2d�vvvO\06iv|2d�T\209H6�jd�Pk6�d�S�D\2l*06?6�7`7Zd�Sv\l6�sb�).vwS�).6�vSv\2l*6�w�6�).7\*).7��7��.7z?�_.vQ6�d�S\).)...7�vT6�2d�S\2l6�).7�&)..7��.7��_.7�Q6�d�S6�d�S\)l�.7�?�_.).vxT\).7�?�_2l*d�d�d�06A67H6A67N 6A676A67{"6A67�"6A67�6A66	�6A67
_#6A67�6A66
�6A66�6A676A66�6A66�6A67�6A67)6A67�6A67k!6A67"6A67	$6A67x6A7�7b6`�;`d�;�6`�;`d�;�7	e �	;e 	*	z;	FsFJ	n;	�s�J	d�*;d 6�d�;�6�d�;	�6�d�;
�"6�d�;R6�d�;@6�d;
�"6�d;�6�d
;N6�d;�6�d;:6�d;<6�d%;x;e9
<6	
�6��xd);osU	
6�d*;x6�d.;)6�d1;�"*;�6`�;`d5;�9	<6	�6��xd6;osU	;\6`�;`d7;�6`�;`d8;Md9;�d:;�6`�;`d;;�7 �; s";!!s;"S"s�;#Y"s�;$/!s�;%�s�;&�s*;'=s�;(�s�;)?#s
;*E#sk	;+T#sp	;,>su;-�s�	;.U#s�	;/V#s�	;0X#s�;1�s�	;2�s�;3�s�	;4s�;5�s�;6�s;;7�sJ;8�#s;9�#s�;:�#s�;;�#s�;<�#s�;=�s;>\"sp;?�#s�	;@sf;A�s\;BNs];C�s�;DUs`;E
sU;F�sf;G�s�;H�s�;I�s};Jws;Kts�;Ls�;M�sH;N�s!;Oks�;P�s�;Q�s#;Rs-
;S$s�;Tso	;U27!��;V�6A7"8 <DADFD=DKDPDUDZD_DdD	iD
nDsDxD
}D�D�D�D�D�D@� ���@T�Dn@�D.D�RDDYD@ZDD\_DDfiDDnqDs�@$DD~�Ds�@gDD��DD�DX`DD��DD	��DD
�DD��DD�

�DD
DD"DD),DD3

6DDRUDDwzDD��DD��DD��DD�Do@�DD�DaqDD��DD��DD��DD�DfzDD��DD�Dk�DD�Dp�DD�Du�DD �Do
@PDD!�Dn|�DD"�D

��DD#�Do	@	3DD$�DD%DD&DD'7:DD(HD��DD)KD��DD*ND��DD+hDo	@	`DD,kDo	@	FDD-@��DqDD}D�D�D�D�DDDDD�DDs�D	D
:D�DD&D:DNDjD~D	�D	DDDDs�	D	D
D�D	�DD	�D		�D	DDDD	�D	DDDDDDDDDDs�
D	D
D!D=DRDDDDDsd
D	D
DcDD�D�D�D�DDDD	�D		�D	Dsh
D	D
D�D	D6	DJ	DDDD	[	D	Ds�
D	D
Dw	D�	D�	D�	D�	D�	D�	DDDDDs�
D	D
D
D	
D
DD	
D	D	/
D	DDG
Dc
D
D�
D�
D�
D�
DD'DCD	_D
{D�D�D
�D�DD#D?D[DwD�D�D�D�D
DD	
D
D&
D/
D8
DA
DJ
DS
D\
De
D	n
D
w
D�
D�
D
�
D�
D�
D�
D�
DD

D
D&
D/
D�
D�
DJ
DS
D\
De
D	n
D
w
D�
D�
D
�
D�
D�
D�
D	�
D	D	�
D		
D	DD!D)D0D8D@DHDPDXD`DiD	qD
yD�D�D
�D�D�D�D�D�D�D�D�D�D�DD�D
D'D@DYDD
jDD	�D	DDnDD
D	
D�D	�D		�D		�D	DD�DD*DBDZDrD�D�D�D�D	�D
DD2D
JDDSD[DbDjDrD{D	�D		�D		�D		�D		�D		�D	D	D		(D		DD		aD		uD	D	�D		�D	DDrD	�DD	�D		D		D		<D	D	PD		hD		�D	DDD	�D	DD�DrD	�DD		�D		�D		�D		D		7D		TD		qD		�D		�D	DDDD	�D		�D		�D	DD�DDDDDsG
D	D
D-DJD^DrD	�D		�D		�D	DDDDsUD	D
D�D�DDDDDs�
D	D
D�D�D�D�DDD D(D	1D		ID		aD	D	yD		�D		�D	D	�D				�D	DDjDD	D	DDnDD+D?DDDDDs�
D	D
DPDlDDDDDs%D	D
D}D�D�DDDDDs D	D
D�D�D�DDDD	�D	Dsr
D	D
DD$D	1D		ED	D	YD		qD	DDDDsgD	D
D�D�DD	�D	DD�D�D�D�DD	�D	DDjD�D	D	DDn DD D0DDDDDsm
D	D
D!ADUDqDDDDDs�D	D
D"�D�D�DDDDDs}D	D
D#�D�D�DDDD	�D	Dsl
D	D
D$D(D	5D		ID		]D		qD		�D	DDDD	D		�D	DswD	D
D%�DD�DD&�D�D�DD'D(DDDDDs�
D	D
D(9DMDiD�DDDDDs�D	D
D)�D�DDDDDs�
D	nD
D*	�D	�D	�D	�D	DDD	

D	
D	s	}
D		D
D+	&D	BD	WD	lD	�D	�D	DDD	
�D	

�D	
D	s	�
D		D
D,	�D	D	D	+D	jD	?D	TD	hD	|D	�D		�D	
�D	�D	DDD	
�D	

�D	
D	s	/D		D
D-	�D	D	1D	MD	DDDDs	�
D		D
D.	^D	zD	�D	�D	�D	�D	�D	D	DDD	
%D	
D	s	�
D		D
D/	AD	]D	yD	�D	�D	�D	DDDDs	�
D		D
D0	�D	�D	 D	 D	DDD	
. D	
D	s	�
D		D
D1	J D	f D	� D	� D	� D	� D	� D	!D	!D	*!D		G!D	
d!D	x!D	DDD	
�!D	

�!D	

�!D	
D	s	^D		D
D2	�!D	�!D	"D	DDDDs	�
D		D
D3	&"D	:"D	DDDDs	�
D		D
D4	K"D	`"D	DDDDs	�
D		D
D5	q"D	�"D	DDDDs	�
D		D
D6	�"D	�"D	�"D	�"D	#D	DDDDs	�
D		D
D7#D,#DA#DV#DDDD	g#D	Dsz
D	D
D8�#D�#D�#D�#D�#D�#D�#D$DDDD$$D@$DDs�
D	D
D9@W"@[@�#6�j
Pv\|l;�l;Mv\l7�"@Y7�@�7r@q7r�e7rz�F7rn�)7rn�7r�09^7��09^7��09^7�;q\l7"@"7"@"7f"@f"7g"@g"\2lll***|*).7Fl�vQ�vQ6�d�Sv\2)l�8.*6�s<#S6�6	Q6�d�S�.vQv\2).7<#*).7xQ6�d�Sv\2l*d�*7=6~S).6�6	Qv\2l*06A66H6�jd�Pk\2l*).7,).�K.7h6�z)�/.7hI.�%%.7h6���vyS\.vQ6�d�Sv\l�@).vQ).7=6�.S).6�6	Q).vS\2l*|*06A66H6�jd�Pk\2l*).*7�.	09c 7�d�d�
Ov\2).7�*6�sS6�6	Q6�d�Sv\).).vS\06A66H6�j2d�Pk\2l*).7�*6�sS6�6	Q6�d�Sv\)..7vS\2|*06A66H6�jd�Pk\2l*).7#*6�ss#S6�6	Q6�d�Sv\)..7s#vS\2l*|*06A66H6�jd�Pk\2l*).*7�.	09c 7#d�d�
Ov\2).7#*6�Q6�6	Q6�d�Sv\).7�"Q\2l*|*06A66H6�jd�Pk\2l*).*7�.	09c 7#dd
Ov\2).6�jPk*).7#;;7;6�Q7#7�;p6p6�Q6�6	Q6	�dSv\2l*|*06A66H6�jdPk\2l*).*7�.	09c 7#dd
Ov\2).7�*6�sS6�6	Q6�dSv\2l*|*06A66H6�jd	Pk\2l*).*7�.	09c 7#d
d
Ov\2).7"*6�sS6�6	Q6�dSv\2l*|*06A66H6�jdPk\2l*).*7�.	09c 7#dd
Ov\).6�s�S6�6	Q6�2dSv\).).7f .6�7QIvS\2l*|*06A66H6�jdPk\2l*).*7�.	09c 7#dd
Ov\2).7�Q*6�6	Q6�dSv\).).6�vS\2l*|*06A66H6�jdPk\2l*).*7�.	09c 7dd
Ov\2).79Q*6�sS6�6	Q6�dSv\06A66H6�j2dPk\2l*).79Q*6�sS6�6	Q6�dSv\2l*|*06A66H6�jdPk\2l*).*7�.	09c 7	d d"
Ov\2).7;Q*6�sS6�6	Q6�d!Sv\06A66H6�j2d#Pk\2l*).7;Q*6�sS6�6	Q6�d$Sv\2|*06A66H6�jd&Pk\2l*).*6�sMS6�6	Q6�d'Sv\).).6�7M6�jPk7xQ6�2d(Sv\|7��%).7�6�6�S;�7�\2|*06A66H6�jd+Pk\2l*).77x7MS*6�6	Q6�d,Sv\).6�sMS).6�6	Q6�2d-Sv\)..vS\2|*06A66H6�jd/Pk\2l*).77)7MS*6�6	Q6�d0Sv\)..vS\2|*06A66H6�jd2Pk\2l*).77�"7MS*6�6	Q6�d3Sv\).6�sMS).6�6	Q6�2d4Sv\l6�?�\|7�#w�W067v�676;�6�6sQ�;�#�"676;7v7uQ;�#7�#\l7G@G6�?�7@\l7�@�\l\l7�!@�!7@7�!@�!\2ld=*d>*dA*7B�;B*s�;�s;57� �;� *s\;�s�;�7�;dB;,dE;	� dH;
�dK;�"dN;�dZ;
h!d];d^;$d_;A7��;�df;�di;Idl;v\06@6M6�jPk7�!n@$;�!l�
s�;m\2l*06g|d?vvvO\06iv|2d@T\l6�z�"n�v\6�Q�\).vxS)*06@7�6�.S7).S.6	Q�D\2l*06g|dCvvvO\06iv|2dDT\l6�z�"n�v\6�Q�\).).6ʼ..6Ϳ�..6ʸ06@7>7��06@7>7�)*.vyS*06@7	�6
�.S7.S.6	Q�D\06
A67�6
A76�wU_06g|2dFvvvO\06iv|2dGT\l6�z�cn�v\6�Q).6�06@7>7��).6ʎ).6��D\).vyS)*06@7	�6
�.S7�Q*.6	Q�D\2l*06g|dIvvvO\06iv|2dJT\l6�z�7n�v\6�Q09H6�Q�D\).vxS)*06@7�6�.S7�).S.6		Q�D\06g|2dLvvvO\06iv|2dMT\l6�z�2n�v\6�Q).6��D\).vxS)*06@7�6�.S7�"Q*.6	Q�D\06g|2dOvvvO\06iv|2dPT\06A66H6�j2dQPk�D\2l*l*).vxS*06@7�6�S*9ydRoXT*7b6~dTS*6	Q6�dWS6	�dYS\).6�Q.6	Q6�2dSS.06A67�6A76�s0s�UvS\2l09�).vS.6�Q6A66�S.6	Q6��dVS.7K#S�DdUS.6A6	7
�6A76�sJs�USw\).7�Q.6	Q6�2dXS\06g|2d[vvvO\06iv|2d\T\l6�z�2n�v\6�Q).6��D\).vxS)*06@7�6�.S7=Q*.6	Q�D\).06@7>7'$vS\).06@7>7�vS\2l*06g|d`vvvO\2|*06ivdaT\2l6�z�+n�v\6�Q�dcD\).�+.vxS06@7�6�S*.)*7
6~dbS*.6�6		Q�D\).�Ql7%$06@7�7'$�).7��).75@&$.vSw\06g).2ddvvvO\06iv|2deT\l6�z�"n�v\6�Q�\).6�Q.6�6	Q�D\06g|2dgvvvO\06iv|2dhT\l6�z�"n�v\6�Q�\)y,0676a6(Q6�s|�
x,)..vS*6@7�6	�.S7
�Q.6	Q�D\06g|2djvvvO\06iv|2dkT\l6�z�"n�v\6�Q�\)y,0676a6(Q6�s|�
x,)..vS*6@7�6	�.S7
IQ.6	Q�D\2l*06g|dmvvvO\2|*06ivdnT\2l6�z�+n�v\6�Q�dpD\)y,0676a6(Q6�s|�
x,)..vS*6@7�6	�.S7
�6~doS*.6	Q�D\).�
.vQw\06g).2dqvvvO\06iv|2drT\l6�z�"n�v\6�Q�\).6�Q.6	Q�D\2l*dt*du**s;5s�;27��;�75�;5dv;jdy;�d|;�d;�d�;�d�;	�;
�v\06@6M6�jPks�;m\06@6M6�jPk\06g|2dwvvvO\06iv|2dxT\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7jQ.6	Q�D\06g|2dzvvvO\06iv|2d{T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7�Q.6	Q�D\06g|2d}vvvO\06iv|2d~T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7�Q.6	Q�D\2l*06g|d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7�).S.6	Q�D\2l*06g|d�vvvO\06iv|2d�T\l6�z��n�2n�n�v\6�Qn;��\).vQ)*06@7�6�.S*).7�*�676;7	.S;�.7
�.75.s�U.6	Q�D\).6
�7�.6
�7su����).7y@� 7@} 7U@� 7	@;@�7�@t)*.6
�7�7
�.s
ww
w	O�\2l*06g|d�vvvO\06iv|2d�T\l6�z��n�2n�n�v\6�Qn;��\).vQ)*06@7�6�.S*).7�*�676;7	.S;�.7
�.72.s�U.6	Q�D\).6
�7�.6
�7su���l).7y@� 7@} @�7�@t)*.6
�7�7
�.sF
ww
w	O�\2ld�*7Y�;Yd�;xd�;�v\2d�*).vQ7Y*l7�7
d�S6d�S6	Q\2l7i"v�7i"6��7i"6��(7i"7
d�S6d�S\l6�\l).76�S7v�7w�7;\2l).7�"6�S7'$v�7'$w�7�7'$S7)#�7)#6��.S�'7)#7
d�S6d�S\2).vQ*7Y7!09.6LlSS9H6�jd�Pk6�d�S\2l*09yvd�n�T\).6	Q\l7y�;y2d�;xv\206A�\6A6�O6A66�s`s_T�/6A67�6@77!wU_6@6M6	�j	Pk6
76a6(Q6
�s|�s�;m7Y*l7i"7
d�S6d�S6	Q\l).76�S7v�7w�7;\2ld�*d�*d�*d�*d�*	06A66�*n,o�,o�,6A66�s�S7�v�7�7!*6�s�
�m9�7��9�7�s��.9�6	�;9�6	s�d�T�6A66�s�SQ6A7
�7�d�S\l�97;Q).7�#I.vS�s�
�\06A67�s,s�sU_lll0676a6(Q�6�6�Qs|��).9�6�vS�m.677�S67�7�7	�6
7�7	9�6�7�DDDwU��6A6
6�jH�Pk_676a6�Q6�676a7QD6767z D@�!@�!@DsQwU6�6�s`TD6�6�s�lTD6�7�s%TD646?6]6�s�?�?�6�7:7@\6�7w7d@i6�7� 7 -@q?�Sv\2lvvvd�06A6	6	�s�S	6A6	7	I"sET	74*zz6��!S%6���6A66GwS\]).S_l2vvvvvv
).I7	�").��	.	I	6	�s�
		�4	.	I	0	9	.6
�.	I		6		�S	
	;	�.	I		7	�!.	��	.	I		7	�!.	�8	0	6		A6
	6
�.	I		7	�!s	B		S	
	�ww.	I		6
	�z	I
	.	I		6	�n	I	0	9
	.6
�S
6�7	4!*6	
C7F7*w
s�*w.
S
�*]6
	
C7

F7


�*
s
�*
.
S

.6
	
C7

F7

�M

�F
6�
D
T

�*]6
	
C7

F7

�*
s
�*
.
S

.6
	
C7

F7

�
.
S

�n
.6	
C7F7
�-
s)
�
6�s�

�?
6
	
C7

F7

G*
s
*
�6
	
C7

F7

�*
s
*
.6
	
C7

F7

�1
...vO
�].
S

�
6�d
�d
�T

��]
6		
C7		F7		G*	s	*	.	S		
.
..vO
��ww.
.	I	6�zIS
.I	6�6	�n�I	.I6�nI�1
�%Is��09.6�S6�DT\s�\l)s�*).vS�3s�
�L06C7F7G*s*s��%06C7F7�*s*s�..	..v
O\l06C7F7�)*s_*s�
�).vSs�)..	..vv
O\ls�C6��6�Qsj09.6LS�]s)06A66�Sv\20646?6]7BQ6�d�S6�d�S�]v\067vv��676v�r6767�v�]6767�7<v�B6A7�6�j	Pk7�"6	e).ns�U\0676a6(Q6�xv��6�6�Qs|�-6�s�� 6�s��6�sv�U6A7	�6
�jPk6@7�6
�Ss�;m7�Q6	Q\06A66�s�S).	vQ\l7�!2d�Sv\l6�n�).6�vSv\2ld�*7��;�d�;Pd�;�v\l06@6M6�jPk�	7.!�$7f6A7M7�#7.!Js�;m\2l*l*06g|d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).v�
.�.)*)..v�.S*06@7�6�.S7�.S.6	Q�D\2l*l*06g|d�vvvO\2|*06ivd�T\2l6�z�+n�v\6�Q�d�D\).v�
.�.)*)..v�.S*06@7�6�.S*d�*7�6~.S.6�6		Q�D\).�l6�.vSw\06g).2d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).7�6�.S.6	Q�D\2ld�*d�*7Q�;Q*d�;�d�;�d�;Gd�;�v\ls)
v�7.!s�
v�
7.!\l06@6M6�jPk�7f6A7M7�#Js?;m\2l*06g|d�vvvO\06iv|2d�T\l6�z�2n�v\6�Q).6��D\)..).vSS)*06@7�6�.S7�Q*.6	Q�D\2l*l*06g|d�vvvO\2|*06ivd�T\l6�z�-n�v\6�Q�2d�D\).�.)*)...vv�.SS*06@7�6�.S*7�6~.S.6	Q�D\06g).2d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).7�6�.S.6	Q�D\2l*06g|d�vvvO\06iv|2d�T\2l6�z�4n��n��n�`n�n�v\�\6�Q)*.v�.Q)..K�	),._6�Q).6�.v�1�.Q)..K�	),!�,�.6�d�S.�D\6�Q).7Gs�S*.6	Q�D\).).vS)*�5..I�0096�js,	Pk_.��d�*09	H6�jd�	Pk*n;�6
q6�^$nDS).).vS*06@7
�6�.S*d�*d�*7R6~.S.6	Q�D\096�js�	Pk_l).v�)..J�	)*\).2d�vS\2l*06g|d�vvvO\06iv|2d�T\).v�0)..I�4..IQ.K�).�.Q,�\).7R6�.S.6	Q�]v\).vQ\2l*06g|d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\)..).vSS)*06@7�6�.S7�s�S.6	Q�D\2l7p�;pd�;jd�;	d�;�d�;�v\06g|2d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\06@6M6�jPk)*6@76�.S7jQ.6		Q�D\06g|2d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\06@6M6�jPk)*6@76�.S7	Q.6		Q�D\2l*06g|d�vvvO\06iv|2d�T\l6�z�-n�v\6�Q).�D\06@6M6�jPk)*6@76�.S*726	~).S2d�*.6
	Q�D\).726�).Sw\2l*06g|d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\06@6M6�jPk)*6@76�.S7�).S.6		Q�D\2ld�*7��;�d�;�d�;�d�;�d�;�d�;�d�;�d�;�d�;	�d�;
�d	;�v\2l*l*l*l*06g|d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7).
.	..O.6	Q�D\2l*06g|d�vvvO\2|*06ivd�T\2l6�z�+n�v\6�Q�d�D\)d�*).vQ*06@7�6�.S*7�6~.S.6�6		Q�D\).�l7h#.vSw\06g).2d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).7�6�.S.6	Q�D\06g|2d�vvvO\06iv|2d�T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7�Q*.6	Q�D\2l*06g|d�vvvO\2|*06ivd�T\2l6�z�+n�v\6�Q�d�D\)d�*).vQ*06@7�6�.S*7�6~.S.6�6		Q�D\).�l7p.vSw\06g).2d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).7�6�.S.6	Q�D\2l*06g|d�vvvO\06iv|2d�T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7]#).S.6	Q�D\06g|2d�vvvO\06iv|2d�T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7�Q*.6	Q�D\06g|2d�vvvO\06iv|2d�T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7_Q*.6	Q�D\06g|2d�vvvO\06iv|2d�T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7>"Q*.6	Q�D\06g|2d�vvvO\06iv|2d	T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7�Q*.6	Q�D\2l*06g|d	vvvO\06iv|2d	T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7�).S*.6	Q�D\2ld	*d	*7��;�d	*d	;/d		;�!d	;$d	;Lv\l09.6L).'�s8?�@$�s/?�7�#@�#S\).6�jPkl;�#\2l*l*06g|d
	vvvO\06iv|2d	T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7�!.).S.9.6	LST*.6
	Q�D\2l*l*06g|d
	vvvO\06iv|2d	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7$)...ST.6	Q�D\2l*06g|d	vvvO\06iv|2d	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7L).S.6	Q�D\2ld	*7��;�d	;�d	;�d	;d	;Gd 	;�"d#	;Pv\2l*06g|d	vvvO\06iv|2d	T\l6�z�2n�v\6�Q).6��D\).).vS)*06@7�6�.S7�Q*.6	Q�D\2v*�z��J%���06g|	d	v
vvO\06iv|2d	T\l6�z�"n�v\6�Q�\).6�)n,6�n�.6���.vv�.I*..�	I�	nI*..�nI�I*)..S*06@7�6�.S7�..T.6	Q�D\09	.6�s�6
�jsW	Pk_2v*�z��J%���06g|	d	v
vvO\06iv|2d	T\l6�z�2n�v\6�Q).6��D\).6�)n,6�n�.6���.vv�.I*..�	I�I*)..S*06@7�6�.S7.S*.6		Q�D\09
.6�s�6�jsWPk_2v*�z��J%���06g|	d	v
vvO\06iv|2d	T\l6�z�2n�v\6�Q).6��D\).6�)n,6�n�.6���.vv�.I*..�	I�	nI*..�nI�I*)..S*06@7�6�.S7G..T*.6		Q�D\09
.6�s�6�jsW	Pk_2v*�z��J%���06g|	d!	v
vvO\06iv|2d"	T\l6�z�2n�v\6�Q).6��D\).6�)n,6�n�.6���.vv�.I*..�	I�	nI*..�nI�I*)..S*06@7�6�.S7�"..T*.6		Q�D\09
.6�s�6�jsW	Pk_2v*�z��J%���06g|	d$	v
vvO\2|*06ivd%	T\2l6�z�+n�v\6�Q�d'	D\).6�)n,6�n�.6���.vv�.I*..�	I�I*d&	*)..S*06@7�6�.S*7O6~.S.6	�6
	Q�D\09.6�s�	6�jsW	Pk_l).�#7	X76�6�.v
Ow\06g).2d(	vvvO\06iv|2d)	T\l6�z�"n�v\6�Q�\).7O6�.S.6	Q�D\2ld+	*7_�;_d,	;[d/	;xd2	;yd5	;M d8	;Sv\2l*06g|d-	vvvO\06iv|2d.	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7[).S.6	Q�D\2l*06g|d0	vvvO\06iv|2d1	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7x).S.6	Q�D\2l*06g|d3	vvvO\06iv|2d4	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7y).S.6	Q�D\2l*06g|d6	vvvO\06iv|2d7	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7M ).S.6	Q�D\06g|2d9	vvvO\06iv|2d:	T\l6�z�2n�v\6�Q).6��D\).vQ)*06@7�6�.S7SQ*.6	Q�D\2ld<	*7��;�d=	;kd@	;3v\2v*�z��J%���06g|	d>	v
vvO\06iv|2d?	T\l6�z�2n�v\6�Q).6��D\).6�n),vv�.I*..�	I�	nI*)..S*06@7�6�.S7k.S*.6		Q�D\2v*�z��J%���06g|	dA	v
vvO\2|*06ivdB	T\2l6�z�+n�v\6�Q�dD	D\).6�n),vv�.I*..�	I�	nI*dC	*)..S*06@7�6�.S*716~.S.6	�6
	Q�D\).�l7.vSw\06g).2dE	vvvO\06iv|2dF	T\l6�z�"n�v\6�Q�\).716�.S.6	Q�D\2ldH	*7��;�7��;�*sa;7�;s�;�!s;�73�;3sh;�s*;	KdI	;
�dL	;�dP	;�dT	;
`d[	;Ev\2l*06g|dJ	vvvO\06iv|2dK	T\l6�z�>n�n�v\�\6�Q).�D\).).7��.vQ)*06@7�6�.S*..7�1.7�Q*.6	Q�D�
�\06	A6
7�6	A76
�wU_2l*06g|dM	vvvO\06iv|2dN	T\).vQ)*06@7�6�.S7�Q*.6	Q6�2dO	S�\09.6�).6�S).vS\2l*06g|dQ	vvvO\06iv|2dR	T\).vQ)*06@7�6�.S7�Q*.6	Q6�2dS	S�\2l*06g|dU	vvvO\2|*06ivdV	T\2l6�z�+n�v\6�Q�dX	D\)dW	*).vQ*06@7�6�.S*7`6~.S.6�6		Q�D\).�A09.6�l7S7� 7�.@� @�vSw\06g).2dY	vvvO\06iv|2dZ	T\l6�z�"n�v\6�Q�\).7`6�.S.6	Q�D\2l*06g|d\	vvvO\2|*06ivd]	T\2l6�z�+n�v\6�Q�d_	D\)d^	*).vQ*06@7�6�.S*7F6~.S.6�6		Q�D\).�)09.6�l7S.vSw\06g).2d`	vvvO\06iv|2da	T\l6�z�"n�v\6�Q�\).7F6�.S.6	Q�D\2ldc	*7
�;
dd	;$dg	;zv\2l*06g|de	vvvO\06iv|2df	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7$).S.6	Q�D\2l*l*06g|dh	vvvO\06iv|2di	T\l6�z�"n�v\6�Q�\).vQ)*06@7�6�.S7z)..T.6	Q�D\l7��;�2dk	;�v\2l*06g|dl	vvvO\06iv|2dm	T\l6�z�2n�v\6�Q).6��D\06@6M6�jPks�;m)*6@7�6�.S
7	
	�).7
�7�7�7
E"7+#7
r7,#7V
O		*.6	Q�D\l7��;�2do	;kv\2l*l*06g|dp	vvvO\06iv|2dq	T\l6�z�2n�v\6�Q).6��D\06@6M6�jPks�;m)*6@7�6�.S7	k)..T*.6
	Q�D\l7v�;vs%;%s/;/s�;�7n!�;n!2ds	;Uv\2l*06g|dt	vvvO\06iv|2du	T\l6�z�2n�v\6�Q).6��D\06@6M6�jPks�;m)*6@7�6�.S7	U).S*.6
	Q�D\2ldw	*dx	*7F�;F*o����;
s
Jo����;�s�Jo����;�s�Jz;sJn;�s�Jn;�s�Jn;GsGJn;	�s�J7��;
�*w,d}	;�v\2ldy	vQ�;4!*09H6�jd|	Pk;{).J\2).w�[dz	*.vQ06@7�6�S76~.S6	Q6�d{	Tv\l7�!77�!).Iw�&7;7�!;�!7|Q\09�6�s�Sv\).l;|v\2l*l*l*06g|d~	vvvO\06iv|2d	T\l6�z��n�Kn��n��n�sn�v\).7�!).7�0.7s�
�..7G;�!.7�!.7
��.7���.7��E.7	��.7
���.7G��.7��Q06A6
s%?�.7�!ssX?�6�jPk_06A6
6�jHPk_06A6
6�jHPk_06A6
6�jHPk_06A6
6�jHPk_06A6
6�jH
Pk_06A6
6�jHPk_06A6
6�jHPk_.7�D\).).Ko$\6�Q!\6�Q).7{�D\).vQ)*06@7�6�.S*676;7v7uQ*.S*n;�6q6�j$nDnDS).7[#)..
.	.O.6	Q�D\l7��;�2d�	;�"v\2l*06g|d�	vvvO\06iv|2d�	T\l6�z�Dn�v\6�Q09.6�).6�S�D\06@6M6�jPks�;m)*6@7	�6
�.S7�).S*.6	Q�D\209<7��9'�d�	�d�	*d�	\2ll*d�	).vTw�%6�;�6�jPk�09<76S;�\2l*d�	*d�	*d�	*	d
�	d	�	d�	d�	d�	d�	d�	d�	*
06A67H6A67N *6A676A67{"6A67�"6A67�6A66	�6A67
_#6A67�*6A66
�*6A66�*6A67*6A66�6A66�6A67�6A67)6A67�6A67k!6A67"6A67	$6A67x6A7�7b6
�d�	;�6
�d�	;�6
�d�	;� 6
�d�	;� 6
�d�	;� 6
�d�	;� 6
�d�	;� 6
�d�	;� ;
	�6`�
;

`
d
�	;
�d
�	;
�d
�	;

�6	�d
�	;
�6	�d
�	;
�6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� 6	�d
�	;
� ;	`6
`�
	;	
`
	d	�	;
	;d	�	;
	7d	�	;
	8d	�	;
	<d	�	;
	�d	�	;
	>d	�	;	�d	�	;	 �d	�	;	!ed	�	;	"gd	�	;	#�d	�	;	$Xd	�	;	%k6
�d	�	;
	�6
�d	�	;
	�6
�d	�	;
	&� 6
�d	�	;
	'� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	(� 6
�d	�	;
	)� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	� 6
�d	�	;
	*� 6
�d	�	;
	+� 6
�d	�	;
	,� 6
�d	�	;
	-� ;.6	`�	;
`	d�	;	/cd�	;	0�d�	;	1�d�	;	2�d�	;	3Ad�	;	4Od�	;	5�d�	;	6�d�	;	7d�	;	8�6	`�	;
`	d�	;	9�6	�d�	;	:� 6	�d�	;	;� 6	�d�	;	<� 6	�d�	;	=� 6	�d�	;	>� 6	�d�	;	?� 6	�d�	;	@� 6	�d�	;	A� 6	�d�	;	B� 6	�d�	;	C� 6	�d�	;	D� 6	�d�	;	E� 6	�d�	;	F� 6	�d�	;	G� 6	�d�	;	H� 6	�d�	;	I� 6	�d�	;	J� 6	�d�	;	K� 6	�d�	;	L�6	�d�	;	M� ;N�6`�;
`d�	;O�d�	;P�d�	;Q�d�	;R�d�	;S�d�	;Td�	;U�d�	;Vd�	;W d�	;X�6�d�	;�6�d�	;�6�d�	;� 6�d�	;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� ;Y-6`�;
`d
;Z�d	
;[�d

;\�d
;]�d
;^�d
;_�6�d
;�6�d
;�6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� 6�d
;� ;`6`�;
`d
;a�d
;bd
;c%d
;d�d
;e�9	<6	�6�d
?od
?�x?�?�s�U	;f�d
;g�d!
;h�s�;i�sW;j�*;k�6`�;
`d#
;l� d%
;m6`�;
`d&
;n�6`�;
`d'
;o�6`�;
`d(
;p�d�	;qUd�	;r|d�	;sd�	;tjd�	;udd�	;vg7�;ws�;x�!s�;y�su;z�s�	;{!s�;|\s<;}�s9;~�sK;r7 ��;��6A7!8 #t$Dy$D~$DQD�$D�$D�$D�$D�$D�$D	�$D
�$D�$D�$D
�$D�$D�$D�$D�$D�$D�$D@� ���$@T�(�(D�D�(�(DD�(�(DD�(�(DD�(�(DD))DD))DD")%)DD0)3)DDJ)M)DD	T)W)DD
^)a)DDf)i)DDr)u)DD
~)�)DD�)Dznnnn
n	
n
�,D
D�)
�)D
D�)
�)D
D�)
D

��D
D�)
�)D
D�)
�)D
D�)
�(D
D�)
�)D
D*
*D
D4*
7*D
DF*
I*D
DT*
W*D
Dd*
g*D
Dn*

q*D
D�*
�*D
D�*
�*D
D�*
�*D
D�*
�*D
D �*
		�*D
D!�*
�*D
D"+
+D
D##+
&+D
D$Y+
\+D
D%e+
h+D
D&s+
v+D
D'}+
�+D
D(�+
�+D
D)�+
���+D
D*�,
�,D
D+�,
		�,D
D,�,
�,D
D-�,
�,D
D.-
	-D
D/-
-D
D0-
-D
D1h
-D
D2'-
*-D
D31-
4-D
D4;-
>-D
D5K-
N-D
D6]-
`-D
D7�-
�-D
D8�-
�-D
D9�-
�-D
D:�-
�-D
D;�-
�-D
D<�-
�-D
D=�-
�-D
D>.
��	.D
D?/
 /D
D@+/
./D

s�@
gD
DA;/
>/D
DBP/
S/D
DC[/
^/D
DDp/
s/D
DE�


|/D
DF�/
�/D
DG�/
�/D
DH�/
RR�D

�D
DI�/
�/D
DJ�/
�/D
DK�/
@@�/D

�D
DL?0
%%B0D
DM�0
�0D
DN�0
�0D
DO�0
�0D
DP�0
�0D
DQ�0
�0D
DR�0
�0D
DS�0
���0D
DTR2
U2D
DUd2
g2D
DVn2
q2D
DW�2
�2D
DX�2
�2D
DY�2
�2D
DZ�2
�2D
D[�2
�2D
D\�2
�2D
D]�2
�2D
D^�2
�2D
D_3
		
3D
D`3
�� 3D

s�
@
�D
Dah4
k4D
Dbr4
u4D
Dcz4
}4D
Dd�4
�4D
De�4
�4D
Df�4
�4D
Dg�4
�4D
Dh�4
���4D
DiM6
P6D
DjW6
##Z6D
Dk�6
D

 �D
Dl�6
D

'�D
Dm�6
		�6D
Dn�6
�6D
Do�6
�6D
Dp�6
�6D
Dq�6
�6D
Dr�6
D

6�D
Ds�6
7D
Dt,7
D

T�D
Du/7
27D
Dv97
<7D
DwC7
F7D
DxQ7
D

Y�D
DyT7
W7D
Dzf7
i7D
D{t7
w7D
D|�7
�7D
D}�7
�7D
D~�7


�7D
D8

8D
D�8
8D
D�!8
$8D
D�38
68D
D�=8
@8D
D�G8
J8D
D�Q8
77T8D
D��8
??�8D
D�G9

J9D
D�`9
c9D
D��9

�9D
D��9
�9D
D��9
�9D
D��9
�9D
D�:
:D
D�G:
J:D
D�b:
e:D
D�l:
,,o:D
D��:
�:D
D��:

�:D
D�;
;D
D�;
;D
D�A;
D;D
D�K;

N;D
D�c;
f;D
D�k;
n;D
D��;
�;D
D��;
�;D
D��;
�;D
D��;
�;D
D��;
�;D
D��;
�;D
D��;
�;D
D��;
�;D
D��;
�;D
D�<
<D
D�
<

<D
D�<
<D
D�C<
F<D
D�M<
P<D
D�W<
Z<D
D�a<

d<D
D�y<
|<D
D��<
�<D
D��<
�D
D��<
�<D
D��<
�<D
D��<
�<D
D��<
�2D
D��<
�<D
D��<
�<D
D��<
�<D
D��<
�<D
D��<
�<D
D��<
�<D
D��<
''=D

`�D
D�R=
u4D
D�U=
X=D
D�c=
f=D
D�m=
p=D
D�u=
x=D
D�=
�=D
D��=
�=D
D��=
�<D
D��=
�=D
D��=
�=D
D��=
�=D
D��=
�=D
D��=
�=D
D��=
�=D
D��=
�=D
D��=
�=D

g�D
D�$>
'>D
D�I>

L>D
D�a>
d>D
D��>


�>D
D��>
�>D
D��>
		�>D
D��>
�>D
D��>
�>D
D��>
�>D
D��>
++�>D
D�M?
P?D
D�]?
`?D
D��?
�?D
D��?
�?D
D��?
�?D
D��?
�?D
D��?
�?D
D��?
�?D
D��?
�?D
D��?
�?D
D��?
�?D
D��?
@D
D�@
@D
D�*@
-@D
D�6@
9@D
D�@@
u4D
D�C@
F@D
D�O@
++�>D
D�R@
U@D
D�\@
_@D
D�h@
k@D
D�@�t@D�@DD
�@D

�@D
D
�@D

�@D

�@D
D�D
t@D
�@D
�@D
�@D

�@D
AD
D

�@D
#AD
(AD
+AD
D
D
t@D
�D
D
�@D
.AD
3AD
D

8AD
D
DDD
t@D
QAD
ZAD

�@D
D

�@D
cAD
hAD
D
D
mAD
�@D
t@D
vAD
yAD
D
�AD
�AD
#AD
D

�AD
�AD
D
D
t@D
�AD
+D

�AD
D

�AD
cAD
hAD
D
D
�@D
t@D
�AD
BD


BD
D

�AD
#AD
D
D
t@D
%BD
D
�AD
D

.BD
GBD
PBD
D
DDDt@D	YBDD
�AD

bBD
D
vBD

�BD

�BD
DDD�BD�BD�BDDDCD�DCD$CD<CDUCDmCD�CDD�CD�CDw	D�	D�	D�CD�CDD�CDDDDDsD	D
D	t@DDDDDDD$DD	1DD:DDSDDlDD�DD�DD�DD�DD�DDEDED	3ED
KEDcED|ED
�ED�ED�EDD�AD�ED�ED�EDFDFD-FDDBFDSFDdFDuFD�FD�FD�FD�FD�FD�FD	GD
GD6GDOGD
DDDhGD�GD�GD�GD�GDDD
t@D�GDHDHDHDHD&HDD�ADDD	t@D/HDg$D8HD�GD@HDIHDQHDYHDaHDD�ADDDjHDrHDzHD�HD�HD�HDt@D�HDD�ADD�HD�HD�HD�HDDDD
D

t@D
ID
D
�AD
ID
D

ID
D
DD	D	t@D	+ID	3ID		
�@D	
D		
�AD	
D	D	t@D	<ID	D	
�AD	
D		
EID	
D	DDDt@D^IDgIDpID�@DyID�ID�ID	�ID		�ID	D	�AD		#AD	D	�ID	DDt@D�IDD	�AD		�@D	D	�ID		�ID	DDt@DJDD	�AD		�@D	D	�ID		
JD	DDt@D^ID�@DJD	'JD		�ID	D	�AD	DDt@D?JDD	�AD		�@D	D	HJD	DDt@D^ID�@DaJD	jJD	D	�AD	DDt@D�JDD	�AD		�@D	D	�JD	DD�JDt@D�JDD	�AD	DDt@DQAD�JD	�JD		�@D	D	�AD		�JD	DDt@D�JDD	�AD		�JD	D	�JD		�JD	DDnDDt@DKD�@DKD�@DKD	(KD	D	�AD	DDt@DAKDD	�AD	D	JKD	DDnDDt@DcKDkKDsKD{KD	�KD		�KD		(KD		�KD		�KD	D	�AD	DDt@D�KD	�@D	D	�AD	DDt@D�KDD	�AD	D	�KD	DDnDDLDLD"LD+LD�@Dt@D4LD<LD	ELD		]LD	D	#AD		�AD	D	vLD		LD	DD t@D�LDD	�AD	D	�LD		�LD		�LD	DDn!DD!t@DDD�LD�LD�LD�LDMDMDMDD	�AD	D	MD	DD"LDLD"LD+LD�@Dt@D+MD	4MD		]LD	D	�AD		#AD	DD#t@DLMDD	�AD	D	UMD		nMD		�MD	DDn$DD$t@D�MD�MD�MD�MD�MD	OD		�MD		�MD		�MD	D	�AD	DD%NDNDNDt@D!ND	*ND		BND	D	#AD		ZND		bND		�AD	DD&t@DjNDD	sND		{ND		�ND		�AD		�@D	D	�ND	DDn)DD'�ND�NDt@D�NDD	�AD	DD(HD�NDt@D�NDD	#AD		�ND		�AD	DD)t@D�NDD	�ND		�AD		�@D		�ND	D	�ND		OD		OD	DDn*DD*t@D(ODD	1OD		�AD		�@D	D	:OD	DDn-DD+�@DDDQADSODt@D[OD	dOD	D	#AD		�AD	DD,t@D|ODD	�AD		�@D	D	�OD	DDn/DD-�OD�ND�OD�OD�ODND�ODt@D�OD	�OD		�OD		PD		PD		8PD		QPD		iPD		�PD	D
	#AD		�PD		�PD		�PD		�PD		�PD		�PD		�PD		�PD		�AD		D	�PD		�PD	DD.�@Dt@D�PDQD	QDQADQD�GDQD#QD	+QD
DDDD�D
$DD3QD	?QD	�DD		:DD		SDD		lDD		�DD		�DD		�DD		HQD		aQD		�DD			ED	
	zQD		�QD		cED	
	|ED		�ED		�QD		�QD		�QD		�QD		
RD		%RD		=RD		URD		mRD	D
	�AD		�ED		�ED		�RD		FD		�ED		FD		-FD		�RD		�RD		D	BFD		SFD		dFD		�FD		uFD		�FD		�FD		�FD		�RD		�FD			�RD	
	GD		GD		6GD	
	OGD	DDD		hGD		�GD		�GD		�GD		�RD		�RD		SD		.SD		GSD	DD/t@D`SDD	�AD	D		iSD		�SD		�SD		�SD		�SD		�SD		�SD		TD		/TD	DDn0DD0GTDt@DPTDyIDXTDaTDD	�AD		#AD		jTD	DD1t@DoTDD	�AD	D	xTD		�TD		�TD	DDn2DD2t@D�TDyIDQADGTD�TDD	�AD		#AD	DD3t@D�TDD	�AD		�@D		�TD	D	�TD		�TD		�TD	DDn4DD4t@D�@D�NDUDUD UD	)UD		AUD		YUD		qUD	D
	�AD		#AD		�UD		�UD		�UD		�D		�UD		�UD		�UD		�UD			�UD	
	�UD		�UD	D	�UD		
VD	DD5t@DVDD	�AD		�@D	D	(VD		AVD		RVD		jVD	DDn6DD6	t@D	�VD	D	
�AD	

�@D	
D		
(VD	

jVD	

�VD	

�VD	
D	DDD7c�VDt@D�VD�VD�VD�VD�VD�VDWDWD	#WD
0WD=WDIWD
VWD�@DcWDoWD{WD�WD�WD�WD�WD�WD�WD�WD�WD�WD�WD�WDXDXD#XD /XD!;XD"GXD#SXD$_XD%kXD&wXD'�XD(�XD)�XD*�XD+�XD,�XD-�XD.�XD/�XD0�XD1�XD2YD3YD4YD5+YD67YD7CYD8OYD9[YD:hYD;uYD<�YD=�YD>�YD?�YD@�YDA�YDB�YDC�YDD�YDE�YDF�YDGZDHZDI ZDJ,ZDK8ZDLDZDMPZDN\ZDOhZDPtZDQ�ZDR�ZDS�ZDT�ZDU�ZDV�ZDW�ZDX�ZDY�ZDZ�ZD[�ZD\[D][D^[D_([D`4[Da@[Db	L[D+	U[D		n[D		SDD		�[D		�[D		�[D		�[D		�[D		\D		\D			2\D	
	K\D		<CD		d\D	
	}\D		�\D		�\D		�\D		�\D		�\D		]D		)]D		A]D		Y]D		q]D		�]D		�]D		�]D		�]D		�]D		^D		^D		7^D	 	P^D	!	h^D	"	�^D	#	�^D	$	�^D	%	�^D	&	�^D	'	�^D	(	_D	)	*_D	*D\	B_D		V_D		j_D		~_D		�_D		�AD		�_D		�_D		�_D		�_D			�_D	
	�_D		�_D		
`D	
	 `D		4`D		E`D		U`D		e`D		u`D		�`D		�`D		�`D		�`D		�`D		�`D		�`D		�`D		aD		aD		(aD		8aD		HaD	 	XaD	!	haD	"	xaD	#	�aD	$	�aD	%	�aD	&	�aD	'	�aD	(	�aD	)	�aD	*	�aD	+	
bD	,	bD	-	-bD	.	>bD	/	NbD	0	^bD	1	nbD	2	~bD	3	�bD	4	�bD	5	�bD	6	�bD	7	�bD	8	�bD	9	�bD	:	�bD	;	cD	<	cD	=	.cD	>	>cD	?	NcD	@	_cD	A	ocD	B	cD	C	�cD	D	�cD	E	�cD	F	�cD	G	�cD	H	�cD	I	�cD	J	�cD	K	dD	L	dD	M	/dD	N	?dD	O	OdD	P	_dD	Q	odD	R	dD	S	�dD	T	�dD	U	�dD	V	�dD	W	�dD	X	�dD	Y	�dD	Z	�dD	[D	eD		'eD		@eD		YeD		qeD		�eD		�eD		�eD		6GD		�eD			�eD	
	fD		fD		*fD	
	BfD		ZfD		ofD		�fD		�fD		�fD		�fD		�fD		�fD	DDD
	�fD		gD		0gD		IgD		bgD		{gD		�gD		�gD		�gD		�gD		DD8�gDt@DhD	hD		'hD		@hD		YhD		rhD		�hD	D	�hD		�AD		�hD		�hD	D	�hD		�hD		
iD		&iD		;iD		TiD	DD9t@D�PDiiDqiDziD�iD�<D�iD�iD�iD	�iD
+LD�iD�iD
�iD�iD�iD�iD�iD	�iD	D	�AD	DD:t@D�iD	jD	D	�AD		jD	D	$jD	DD;t@D5jD	jD	D	�AD		jD	D	$jD	DD<GTDt@D>jDEjDRjD_jDkjD\$DxjD
	�jD		�jD		lDD		�jD		�jD		�jD		�jD		kD		/kD		GkD		D		�AD		_kD		pkD		�kD		�kD		�kD		�kD		�kD		�kD	D	�kD		lD	DD=t@D!lDD	�AD	D	*lD		ClD		\lD		ulD	DDn>DD>)t@DgID�lD�LD�LD�GDMD�lD�lDMD	�lD
�lD�lD�lD
�lD�lD�lD�lDmDmDmD*mD6mDCmDOmD\mDhmDtmD�mD�mD�mD�mD�mD �mD!�mD"�mD#�mD$�mD%�mD&nD'nD(nD	&nD		?nD		XnD		pnD		�nD		�nD		�nD		�nD	D	�AD		�nD		�nD			oD		oD	DD?t@DgID*oD3oDD	�AD		#AD	DD@t@D<oDD	�AD	D	EoD		^oD	DDnADDA
t@DooDwoDoD�@D�oD�oD�oD�oDQAD	�oD	�@D	D	�AD		�oD		�oD		#AD	DDBt@D�oDD	�AD	D	�oD		�oD	DDnCDDCGTDt@D�oD�oD	pD		pD	D	�AD		1pD		4pD		7pD	DDDt@D	
DD	�AD	D	<pD		UpD		npD	DDnEDDE	GTDt@D�pD�pD�pD�LD�pDHD�pD�pD	lDD		�pD		HQD		aQD		ED		zQD		�QD	D	�AD		�pD		�pD		�pD		
qD	D
	"qD		�FD		3qD		HqD		]qD		rqD		�qD		�FD		�qD		�qD		DDFt@D
DD	�AD	D	�qD		�qD		rD	DDnGDDGt@DrD!rD)rD1rDQAD9rDArDIrDD	�AD		RrD		UrD	DDH�@Dt@DZrDbrDjrD	:DD	D
	�AD		srD		{rD		�rD		�rD		�rD		�rD		�rD		�rD		�rD		D	uFD		�rD		�rD	DDIt@D8
DD	�AD	D	sD		,sD		EsD		^sD		wsD	DDnJDDJt@D�sD�sD*oD�sDD	�AD	D	�sD		�sD		�sD	DDKGTDt@D�sD�sDtDtDtDtD#tD+tD	3tD
;tDCtD	�DD	D	�AD	DDLt@DS
DD	�AD	D	LtD		etD		~tD	DDnMDDMt@D�tD�tD�tD	�tD	D	�AD	DDNGTDt@DQAD�tD	n[D		�tD	D	�AD		#AD	D	�tD		uD	DDOt@Dn
DD	�AD	D	 uD		9uD		RuD	DDnPDDP
t@DkuDsuD{uD�uD�uD�uD�D�uD�uD	�uDD	�AD		�uD		�uD		�uD		�uD		�uD	DDQGTDt@D�uD�uD^ID�uD	�uD	D	�AD	D	vD		.vD		GvD	DDRt@D�
DD	�AD	D	`vD		yvD		�vD	DDnSDDSGTDt@D�vD	�vD		�vD		�vD	D	�AD	D	�vD		wD	DDTt@D�
DD	�AD	D	0wD		IwD		bwD	DDnUDDU GTDt@D{wD}@D�wD�wD�wD�wD�D�wD	�wD
�wD�wD�wD
�wDxD
xDxD'xD3xD?xDKxDWxDcxDpxD}xD�xD�xDC/D�xD�xD�xD�xD	�xD		�xD		�xD		yD		1yD	D	�AD		�`D		JyD		[yD		kyD		{yD		�yD		�yD	DDVt@D�yDD	�AD	D	�yD		�yD		�yD	DDnWDDWGTDt@DDD�sD�yDzDzDzD#zD,zD	5zD
>zDGzDDD
PzD\zDhzD$DDDtzD	�zD	�DD		�zD		lDD		�DD		�DD		�zD		HQD		aQD		�zD		ED			zQD	
	�QD		�zD		�zD	
	cED		|ED		�ED		�ED		�ED		{D		&nD	D!	�AD		�ED		�ED		#AD		FD		�ED		FD		{D		�_D		�_D			-FD	
	-{D		={D		Q{D	
	b{D		s{D		�{D		�{D		�{D		�{D		�{D		�{D		�{D		�{D		|D		|D		,|D		<|D		L|D		]|D		n|D		|D		�|D	 D	�|D		�FD		BFD		SFD		dFD		�FD		uFD		�FD		�FD		�|D			�FD	
	�RD		�|D		�|D	
	�|D		}D		$}D		=}D		U}D		GD		GD		6GD		OGD		m}D		�}D		�}D		�}D		�}D		�}D		�}D	DDD	hGD		�GD		�GD		�GD		�GD	DDXt@D~DD	�AD		Q{D		~D		~D		b{D		s{D		�{D		�{D		�{D		�{D			�{D	
	�{D		�{D		L|D	
	]|D		n|D		|D		�|D	D		,~D		E~D		^~D		v~D		�~D		�~D		�~D		�~D		�~D	DDnYDDYt@D�sD�yDDDzDzDGzD>zDD	#zD
zD5zD,zD
D&DD	�AD	DDZ%GTDt@DDDDD/D<D$DDID�VDVD	cD
pD}D�D
�D�D�D�D�D�D�D�D�D�D�D �D-�D:�DG�DS�D_�Dk�Dx�D ��D!��D"��D#��D$	��D	�DD		��D		�zD		lDD		ـD		�D		�D		HQD		aQD		�DD			ED	
	zQD		�QD		cED	
	|ED		�ED		�ED		�ED		$�D		=�D		V�D		n�D		2\D		{D		��D		K\D		�\D		��D		}\D		��D		сD	D	�AD		�ED		�ED		#AD		FD		�ED		FD		�D		��D		�D			!�D	
	5�D		I�D		]�D	
	-FD		q�D		��D		u`D	D!	�FD		BFD		SFD		dFD		�FD		uFD		�FD		�FD		�FD		�RD			��D	
	��D		��D		قD	
	�FD		�RD		�D		�D		�D		1�D		GD		I�D		]�D		q�D		GD		6GD		��D		OGD		��D		�}D		�}D		�}D		�}D	 DDD	hGD		�GD		�GD		�GD	DD[t@DrDD	�AD	D	��D		ƃD		߃D	DDn\DD\	��D	�D	�D	�D	�D	 �D	(�D	0�D	DDDDDDs	�
D		D
D]GTDt@D9�DE�D	n[D		d\D		&nD	D	�AD	D	N�D		f�D		~�D		��D	DD^t@D��DD	�AD	D	��D		҄D		�D	DDn_DD_t@D�TD�DGTD
�DD	�AD		#AD	DD`t@D�DD	�AD		�@D		�TD	D	�D		8�D		I�D	DDnaDDat@Db�DD	�AD		�@D	D	k�D		��D		��D	DDndDDbt@D��D��DͅD�DڅD�D�D��D
�D	EjD
�D"�D.�D
VDcD:�DG�DT�D`�Dl�D	u�D		��D		��D		��D		نD		�D		
�D		"�D	D	�AD		_kD		:�D	DDct@DJ�DS�D`�Dm�DD	�AD	DDdt@Dv�DJ�D�D��D��D��DD	�AD	DDeGTDt@D��D��D��DDD��DÇDˇDӇD	ۇD
�D�D�D
��D�DHD�D�sDtzD�D$�D1�D	:�D		R�D		�jD		�jD		�DD		lDD		�jD		kD		�jD		�jD			cED	
	|ED		�ED		k�D	
	��D	D	�AD		��D		#AD		�ED		��D		��D		��D		��D		FD		��D			ψD	
	؈D		�D		��D	
		�D		�D	D	*�D		:�D		R�D		f�D		�FD		vD		"qD		�D		uFD		��D			��D	
	��D		ىD		�D	
	
�D		"�D		GD		:�D	DDf
t@DO�D[�Dh�Dp�Dx�D��D��D��D��D	��D
��D��D͊D	֊D		�D	D	�AD	D	�D	DDgt@D�D%�D-�D5�D>�D	G�D		`�D	D	�AD		�ED	DDht@Dy�DD	�AD		��D	D	��D		��D		��D		��D	DDniDDit@DNjDD	�AD	D	ЋD		�D		�D	DDngDDjt@D�D#�D+�D��D3�D;�DHDC�D	L�D		e�D		~�D	D	�AD		��D		#AD		jTD		��D		��D	DDkt@D��DD	�AD		��D		#AD		��D		jTD		��D	D	��D		ьD	DDnlDDlt@D�D�D�iD�D��D�D
�D�D�D	"�D
*�D3�D	�AD	D	�AD		#AD		UrD	DDmt@D<�DD	�AD		E�D		Y�D	D	a�D		z�D		�D	DDnnDDnt@D�@D��DD	�AD	DDot@D��DD	�AD		�@D	D	��D		��D	DDnpDDpt@DύD؍D�D�D�D��D�D*�D�D	�D
 �D	)�D		�AD	D	�AD		#AD		B�D		UrD	DDqt@DG�DD	�AD	D	P�D		i�D		v�D	DDnrDDr
t@D��D��D��DύD�D�D�D؍D�D	*�D
�D�D��D	�AD		)�D	D	�AD		#AD		B�D		UrD	DDst@D��DD	�AD	D	��D		i�D		ŽD	DDntDDt
GTDt@DӎDێD��D�D��D�D�D�D	�D	��D		�jD		�DD		cED		|ED		�ED		�D		��D	D	�AD		#AD		�ED		FD		��D		ψD		.�D		?�D	D		P�D		i�D		�FD		f�D		~�D		��D		��D		GD		:�D	DDut@DŏDD	�AD		ΏD		ߏD		�`D		.�D		?�D	D	�D			�D		"�D		:�D	DDnvDDv
GTDt@DێD;�DyID�D��D�DC�D�uD	L�D	�jD		U�D		n[D		m�D		��D	D	�AD		��D		��D		��D		��D		��D		ψD		��D		��D		ŐD			ՐD	
	�`D	D	�D		f�D		��D		�D	DDwt@D)�DD		�AD		2�D		��D		ߏD		C�D		T�D		.�D		e�D		v�D	D	��D		��D		��D	DDnxDDxt@D�GDHDHDґDD	�AD	DDyt@DۑD�D�D��D��D�D�D�D"�D	+�D
4�D=�DQAD
�@DF�D	O�D		g�D		�D	D	�AD		��D	DDzt@D��DD	�AD		��D		�@D	D	��D		’D	DDn{DD{t@DےD�DDDQAD�DD	�AD		cAD		hAD	D	vD		��D		�D	DD|t@D(�DD	�AD		.AD		3AD	D	1�D		J�D		c�D	DDn}DD}4t@DC�D|�D��D��D��D��D��D��D��D	��D
ēD̓DԓD
ܓD�D�D�D��D�D�D�D�D$�D,�D4�D<�DD�DL�DT�D\�Dd�Dl�D t�D!|�D"��D#��D$��D%��D&��D'��D(��D)��D*ĔD+̔D,ԔD-ܔD.�D/�D0�D1HD2��D3�D	
�D	D		�AD		%�D		(�D		0�D		3�D		;�D		>�D		A�D		D�D	DD~t@D�@DQAD�pDHDL�DU�D^�Dg�Dp�D	gID
x�D��D��D
��D��D��D��D��D�pD��DHD�pD��D	n[D		ɕD		�D		��D		�D		)�D		B�D		Z�D	D	�AD		FD		#AD		s�D		{�D		��D		��D	DDt@D�@D��D	��D		��D	D	�AD	D	ΖD	DD�t@D�@D�D	��D		��D	D	�AD	DD�t@D�DD	�AD	D
	��D		�D		+�D		D�D		]�D		v�D		��D		��D		��D		ǗD		DDn�DD�t@DQADߗD�D�D��DD	�AD		�D		�ED	DD�t@D�D�D�D&�D�D/�D7�D@�DH�D	P�D
X�DD	�AD	DD�t@DHDa�Di�Dq�Dy�D��D��DD	�AD	DD�t@D/HD��DD	�AD	DD�t@D��DD	�AD	D	��D	DDn�DD�t@D��DŘDΘD	טD	D	�AD		�D	DD�t@D�D	�@D	D	�AD		#AD	D	��D		�D	DD�t@D�DD	�AD	D	�D	DD�t@DےD�D-�D^IDQAD5�D	>�D		�@D	D	�AD		cAD		hAD	DD�t@DV�DD	�AD		.AD		3AD	D	_�D	DDn�DD�t@Dx�D��D�PD��D��D�@D��D��D��D	��D
QD�GDQD
��DřD	�@D		ΙD		�D	D	�AD		�D		�D		�RD		
�D	DD�t@Dx�D��D�PD��D�@D��DQD�GDQD	��D
�D	�@D		ΙD		�D	D	�AD		�D		�D		�RD		
�D	DD�t@Dx�D��D�PD��D�@D��DQD�GDQD	��D
�D	�@D		ΙD		�D	D	�AD		�D		�D		�RD		
�D		%�D	DD�
t@Dx�D��D�PD��D�@D��D*�D2�DQD	�GD
QD��D:�D	�@D		ΙD		�D	D	�AD		�D		�D		�RD		
�D	DD�
t@Dx�D��D�PD��D�@D��DQD�GDQD	��D
C�DK�DS�D	�@D		\�D		�D		t�D	D	�AD		�D		�D		�RD		
�D	DD�t@D��D��D��DD	�AD	DD�t@D��DD	�AD	D	��D	DDn�DD�t@DɚD̚DϚDҚD՚DؚDۚDޚD�D	�D
�DD	�AD		��D	DD�t@D��DD	�AD	D	�D		�D	DDn�DD�t@D3�D<�DA�DJ�DS�DX�Da�Dj�Dr�D	z�D
�D		�AD		��D		��D		��D		ӛD		�D		�D		�D		6�D	D	�AD		#AD		�D		�PD		�D		�ND		O�D	D	W�D		d�D	DD�u�Dz�D�D��D��D	�AD		��D	D	�AD		#AD	D	��D	DD���DϜDDn�DD�
t@D�pD�D�D�D��D^�Dg�D�D
�D	�D
HD�D%�D	L�D		�@D		~�D	D	�AD		�D		�D		#AD		jTD	DD�t@D.�DD	�AD		7�D	D	L�D		e�D	DDn�DD�t@D~�D��D��D��DD	�AD		��D		��D		D	DD�t@DҝDD	�AD		۝D	D	ޝD	DDn�DD�t@D��D�D�D5�D�DD	�AD		�ED		�D	DD�t@D�D�sD"�D*�D2�D:�DB�D	K�D		d�D	D	�AD		}�D		��D		��D		��D		��D		��D		��D		��D		��D			��D	
DD�t@DƞDΞD֞DޞD�D�D��D��D�D	�D
�D�D'�D
/�D7�D?�DG�D�DQAD/HDO�D	X�D		q�D	D	�AD		��D		��D		��D		��D		��D		��D	DD�t@D��D�D��D	ƟD	D	�AD	DD�t@DߟD�D�D��D��D�D�D�D�D	DD
�D/HD(�D
0�D	X�D		q�D	D	�AD	DD�t@D9�DB�D�lD�DHDJ�DD	�AD	DD�t@DS�D[�Dc�Dk�DQADs�DD	�AD	DD�t@D9�D|�D��D��D��D�lDDD�DHD	/HD
��D	q�D	D	�AD		��D		��D	DD�t@D��D��DŠD͠DՠDݠD�D�D��D	��D
�D
�D�D
�D%�D-�D5�D=�DE�DM�DU�D]�De�D/HDnDm�D	v�D		��D	D
	�AD		��D		��D		��D		��D		ơD		ΡD		ѡD		١D		�D		DD�t@D�D�D	��D	D	�AD		�D	DD�t@D&�DD	�AD	D	/�D		H�D	DDn�DD�t@DY�D�ODb�Dj�DD	�AD		#AD		s�D	DD�t@D�D&�D�D�D{�D��D��D7�D�D	��D
��D��D��D
��D��DâDˢDӢDۢD�D�D�D��D�D�D�D�D#�D+�D	4�D		L�D	D	�AD		d�D		y�D	DD�t@D��D��D��D��D��D��DD	�AD	DD�t@D��DD	�AD		ɣD		ѣD		ԣD		ܣD		ߣD		�D		�D	D	�D		�D	DDn�DD�t@D5zDHD�DD	�AD	DD�t@D%�D.�D1�D6�D9�D>�DF�DO�DT�D	]�D
f�Do�Dx�D
}�D��D��D��D<�D��D��D	OD		��D		¤D		ۤD		�MD		�D		��D		�AD		�D		%�D			�MD	
	>�D		W�D		o�D	
DM	�AD		��D		��D		��D		��D		��D		��D		��D		��D		��D			��D	
	��D		��D		�D	
	�RD		��D		��D		��D		åD		˥D		ӥD		ۥD		�D		�D		�D		�D		�D			�D		�D		�D		�D		�D		�D	 	%�D	!	-�D	"	0�D	#	8�D	$	@�D	%	H�D	&	P�D	'	X�D	(	`�D	)	h�D	*	p�D	+	x�D	,	��D	-	��D	.	��D	/	��D	0	��D	1	��D	2	��D	3	��D	4	��D	5	æD	6	ƦD	7	ɦD	8	ѦD	9	ԦD	:	jTD	;	צD	<	ڦD	=	ݦD	>	�D	?	�D	@	�D	A	�D	B	�D	C	�D	D	�D	E	��D	F	��D	G	�D	H	�D	I	�D	J		�D	K	�D	LD	�D		!�D		.�D		:�D		F�D		R�D		Z�D		f�D	DD�t@Dn�DD	�AD	D	w�D	DDDD�t@D��D�LD��D�@D��D��D��D�@DD�AD#ADjTDD��DDD�t@DȧDD�ADѧDD٧D�DDDn�DD�
t@D�D�D�D�D#�D+�D3�D*�DQAD	;�D�@DD�AD#ADUrDDD�t@DD�DD�ADM�DP�D`�DDh�D��D��DDDn�DD�t@D��DD�AD�@D��DDD�t@DĨDD�ADDͨD�DDDnODD�t@D��D�DD�ADDD�t@D�DD�ADD"�D;�DDDn�DD�@W"@[@�#6�jPv\l06A66�S��s)
�.6A676A7R6�s�T).7�'�J.7�6�lSM�&N�6	�S��IJ��\\w\06�s�
�9�6?�9�6?6��9�6?6�7��,9�6?6�7�6�s}
s_T\l06A66�S��s)
�.6A676A7R6�s�T).7�'�
7�Q7	,z�n 7
��
n@$7��
n$7g�
n$7
j�
n$7�#�
n$7��
n$\z\|).7svS�6�6�;s7s\|).7�!vS�6c;�!7�!\|6�Q6 6�Qs�Tv\|6�Q6d6�Qs�Tv\|6�Q6 6�Qs�Tv\|6�Q6d6�Qs�Tv\|6�Q6 6�QsTv\|6�Q6d6�QsTv\).67�?�06A67v"7�l6�lU@�7�6	�Q\).67�?�06A67v"7�l6�lU@�7�6	�Q\).67�?�06A67v"7�l6�lU@�7�6	�Q\|6�Q6 6�QsTv\|6�Q6d6�QsTv\|6�Q6 6�Qs&Tv\|6�Q6d6�Qs&Tv\|6�Q6 6�QsTv\|6�Q6d6�QsTv\|6�Q6 6�Qs*Tv\|6�Q6d6�Qs*Tv\|6�Q6 6�Qs�Tv\|6�Q6d6�Qs�Tv\lll).vQ�J.6�T.
.72DDs�
nxywnvO
�.	S7<Tx@�@�\l).67�?�6p?p6�?�7J6�?�\l).67�?�6p?p6�?�6�?�\l).67�?�6p?p6�?�7J6�?�\).67�?�7�7k?pl6�?�7J6�?�\).67�?�7�7k?pl6�?�7J6�?�\|6�Q6 6�QsTv\|6�Q6d6�QsTv\|6�Q6 6�Qs<Tv\|6�Q6d6�Qs<Tv\|6�Q6 6�QsVTv\|6�Q6d6�QsVTv\|6�Q6 6�QsuTv\|6�Q6d6�QsuTv\|6�Q6 6�QsBTv\|6�Q6d6�QsBTv\).67�?�l6p?pl6�D@�\).67�?�l6p?pl6�D@�\).67�?�7�7k?pl6�D@�\).67�?�7�7k?pl6�D@�\).67�?�7�7k?pl6�D@�\l).7vS�.7�S�7�s�+0976�jPk;\|6 6csTv\|6d6csTv\|6 6cs�Tv\|6d6cs�Tv\|6 6cs
Tv\|6d6cs
Tv\|6 6cs�Tv\|6d6cs�Tv\|6 6cs�Tv\|6d6cs�Tv\|6 6cs�Tv\|6d6cs�Tv\|6 6csTv\|6d6csTv\|6 6csTv\|6d6csTv\|6 6csTv\|6d6csTv\|6 6cs
Tv\|6d6cs
Tv\lll).v
Q
�.	S
7<T�G.6�T
.	.72DDs�
nxyw
nvO	
x@�@�\l?�\l@�\l).67�?�6p?p7�@�\l).67�?�6p?p7�@�\l).67y?�6p?p7�@�\l).67�?�6p?p7�@�\l).67�?�6p?p7+$@+$\l).67�?�6p?p6�?�09J6�?�\|).7�#vs�T7�#\l|;�#).vsM
zv
	O\09.6LlS9.6�2d 
T\ls�
����6�n��7�znT).
7��[7�o����S.
7��9099�7�TvS6�j	Pk\09.6Ll2d"
T9.6�S\ll|I09'�+).
7�I6bQ7�\l).7vS�I7s�
�909.6�72d$
T.7�S;\l��
�	7jS�"096�jPk\09.6L).7�lSSw�v\|;�#.v
l	szOx@�\09.6L).7�lSSw	�K	x@�..7lDDvlswzy
ywz
O
@��r�\2l*d*
06@6M*6hvT9	<6	�6��xd+
;os�U	9<6�6��xd,
;os�
U;Md-
;�\|).6lT�06A67{".7�T;r7r;[\|7r\|7�w�;06A67�").7\s	yz
O;�7�\v06A7�7O�sw
2d.
U\).6M6�jPk\2l*d0
09<6�6��xd1
;os�U9<6�6��xd2
;os4U;�v\l|;3v\).67�\|7374\2l*d4
6�d5
;�6�d6
;�6�d7
;�"6�d8
;d"6�d9
;p;�v\l|;�!l;l;�l;!l;B!6�;�!v\l
l	|
)s�M��N��I
I	7z�D

�
s��.
7pQ_.6;7
�!7zT
�o�_6���.6
;7
�!6�
T
�z���7pQ_v\lll|6�7�!��7�!zz�6�IS%7�!��7�7�!T7�!z�L7�!II7[�7[U�7pQ_6�J%7�!��\).6	7
�06R6D7
 S_ll
ll|
�7
v)vvM	�o	N	�f.6;77!T��7
I7!�
v�7!U
�6Y�6YJ��\l
l	ll|
M�N�I
J��	M�N�I
	J
��7�M�%N�
7�I	
T		J
	��7!�7!U\2|*).6;7d:
Sv\).6;7]!06R6D7
 ).7B!T\2l*d<
6�d=
;F6�d>
;x6�d?
;q6�d@
;\;yv\lllll|;�!;;�l;� l;Y;B!;!6�;�!).7�6�j

	Pk;	!v\lll|7!7�U7\
	O7!7d"
	O\ll|z�:7Y�").67�7�S�7YT�$7� �7� llU\l	|6	�n7�!vs�s)vvv�?I	
�
�
�
&7�!
����).657�J\l	|6	�7�!n�p6	�n7�!vs�s)vvv��I	
�g
�/
)
.

6
7y0
6

R6

D7

tS

_

�:).67
�06R6D7	/ S
_
��&7�!
�q���7
!7�"lllO�/).657
�I�0.657
�J7
!7�7T\06R6D7# _).67�06R6D70 S_).67�06R6D7- S_2l*6�;*dB
;�dC
;ov\l).6�6�	
�.6;7u"6�S
6��		�.6;7u"6�S	.7y6�7� 7
	�7
!6�6�j
	PkJv\).lI\2l*dE
dF
6I�;Is�;�s
;
09	<6	�6��xdG
;os�U	9	<6	�6��xdH
;os�U	9	<6	�6��xdI
;os�U	9	<6	�6��xdJ
;os]"U	9<6�6��xd	K
;	os	�U	9
<6
�6��xdL
;os�U
;e9<6�6��xd
M
;
oU	9<6�6��xdN
;oU;+v\|l;�l;cv\l|;�v\|7c7�\|7c7�\|7c7�\|7c7]"\).67c\|7�\).67*\2l*dP
dQ
dR
6I�;Isp;ps;60�;07M�;M6�;s	] ;	] sG ;G s�;	�sC;
C6
!�
;!
s;
s};

}s";
"6�
;

;	] ;G ;	�;
C09	<6	�6��xd
S
;
os
�U	
9	<6	�6��xdT
;osU	9<6	�6��xdU
;os�U	;9	<6	�6��xdV
;oU	
9<6�6��xd	W
;	os	"U	9<6�6��xd
X
;
oU9<6�6��xdY
;oU;9<6�6��xdZ
;oU
9<6�6��xd
[
;
oU	9	<6	�6��xd\
;os!U	9<6�6��xd]
;oU;$v\|l;�l;Av\|l;�l;�l;Av\|l;�l;�l;Av\).67\|7�\|7A\).67|\|7�\).67!\|7�\2l*d_
;W6I�;Is�!;)s;3s�;{v\l|).6I7)Iz�K.6;7*67A?�?�6I7)I?�?�T�_.6;7*67|?�?�6I63I?�?�6I7	{I?�?�Tv\2l*da
09<6�6��xdb
;os�U9<6�6��xdc
;os�U;]v\l|;�#v\).67\\|7�#\2l*de
;Gv\l).6;7*67>?�?�6I63I?�?�6I7{I?�?�|Tv\2l*dg
*dh
*di
*dj
*dk
*w;�6�;dl
;,dr
;dw
;y d{
;�d�
;�d�
;<d�
;	Pd�
;
~d�
;�;$v\l).67��.67��.67��.67	\lllse
�A).�7qlS.67�7�SvU\_).6a6(Q6�6)6|�.7� �.6[lI\).�*DD|�M�:N�1.6
I��.	.6
IIJ	��M�<N�3.7QI��.	.7QIIJ	��.67�@�67[@\67b@c67)@*67�@�67	_@N67
^@_67%@&67{@|67
=@>67�@�67�@�67�@�67	@67U@W67�@� 67�@67{@|67 @!M�:N�1.6I��.	.6IIJ	��.\lll).657�I�5.67w7�7�657lIJz���#.67	�7		�o�S	.67w7
�7��	o�J.67w7
�666
��J.67w7
�7�6ՐJ�#.67w7�7Jv.67v6�j
PkvSv\l2ll*lvvvv
v	vvv
v).66oS*7FU*.QI
*.s�S	ww,yv
09�7�'9�6?6�7�6	�s�S�[9�7x;J.yv�.6
ayv�
.6
a6(s�
yv��.6)yv��.6)7
�yv��.6
a6(Qyv��6�yv��6�.6)7
�v�p.6
v�_9<7[.6
S6�zv�2I.6
I�%6�v��@k#@�7k#7
�9�7�G9�77J�29�77� �

��
I*�|.6
6
�

T

*9
6
�j


P

k

6

bQ


*

		?	�@	;#do
?	Bdp
?	�dq
@	�S	
	��.6;7
�	S	
		*	657lK	7 �#�
7	
 �#S	
*9�76!M6�jPk6"T*6#	Q6$�dm
S6%�dn
S�]).vO\).6�6�G�G�.7�#�.7�#.Tz�!).67�7�S)..vU\).).vo�6wU\llz�").66�).T).7x..
O)..vU.6�e.67...
0	9	b7�9		6
		�j

	
P		k

	6	

bQ		
.	SO\ll2l*
*lvvv
vv	vds
yy,).66o6
7�S7F
U*656I
*657�I*��.Q
I	*.S*�6

	�
�
s��.
6

56

I
*�7�"
S�7
�"
T
z�S�F.spS?
�?	�?�dt
?Bdu
?�@�dv
@�S�&zS\]).vO\lz�b)..�7�!..T�07�!..	).656I	.U�	o�6vv� ).67�7�S).).U\).66�).lT..�)7�".7]..US�+7�"..7]..UTv\2lllvvv
vvvvv	vvdx
y
).66o6
7S7FU*656I
657�I.QI	.S
�6	��s��.656
Iw�D
�79
T�7f
Uo��z�2
�7
K
S�7Q"
Tz�
7�"
S

�7�"
T

�z�S�9.soS?
�?	�?�dy
?Bdz
?�@�S�]).vO\lzvv� ).67�7�S).).U\ll2l**vvv	vvvv
vd|
).
6
7|*6

7

A
*
w
�

�
o
�S

.
6


7

��
.
6
6o6

7�S*7FU*.QI
*.s�S09	.6
LS	*7

�7

��9

7

R"S
7

R"S
7

R".67>S
?�?
�?	�d	}
?	Bd	~
?	�	@	�d
@�S�'o�S\].vO\lz�t).;�.;�.7x.	.
O).7�x;�7K.S7K.S�).67�7�S).).vU\).66�).lT7]..U6�.��.67�7�6�S09	��	o�;�.66
67w7�6
6I67w7�7�I
67w7�7�I	6�jPk;�.7�"S7�!o�.�N.7K.S7K.S7K.67>S7�y;�v\2lll
lvvv).66o6	
7		�S	7F	U	
67	|67A7
	KS
	7
	KS
.QI	.stS?	�?�?�d�
?Bd�
?�d�
@�S�]).
vO\).7�y;�v\2).7	6o7Q7<S7FllU.vs�S.Q7Q7<I?�@;#d�
?Bd�
?�S\2).7	6o7Q6PS7FllU.vs�S.Q7Q6PI?�@;#d�
?Bd�
?�S\2	ll*	l*	)vM�BN�9
I

I

��
.
6
;7�
d	�
S
?
�U

��\2l*d�
\vv).66,).
)..�	vO\2l*l*l*).6
7�6
7I�$.6;7�d�
?�UI�$.6;7�d�
?�Uv\vv).67).	..�
vO\vv).67y )..�U\2l*d�
;]v\lll).67\��.67c�b.67*�.67���.67���.67W�g.67N�!.67	_��.67
�y.67|��.67!�{.67
|�B.67>v��.7G6�jPk��.7W6�jPk��.7$7�67] IS7�67�IS
67CI	6�jPk�.77�67] IS7�67G IS
67CI	6�jPk��.77�67G IS67CI
6�jPk�i.66V7a6�jPk�9.66V7P6�jPk�	.7X6�jPk��.7 �6�jPk��.7!�6�jPk��.7"+7#o6$�T6�jPk�c.7%e7#o6$�T6&I7'�I
6�jPk�#.7(]6�jPk\2l*6�;d�
vS\2l*d�
*d�
*d�
*d�
*d�
*d�
*s�;�;\ 7\ ).656d�
?�d�
?�J7\ 7\ 6�;c*d�
;�d�
;�d�
;�;�!;�!d�
;	�"d�
;
9d�
;�v\ll7��6�6��J7�	)M
	�/
N
	� I.
6

�
J��).I	�	.J�T6	�M�N�I
J
��6	�	M�	N�I
J
��;�;�v\).vQ7�!lS\ll
vv�
)s�)vvvM
	�@N
	�4I.7< 7; S��.6;77!.7\ T�u�
.Q7PS�I.I��I
�I���z.T
�h.7\ II
S�IM�2N� 6�.IT
S��J����\2ll).lIIs��.s�vv�9.d�
*TT�d�
*.vTT\l
l
v)w)vvvM
	��N
	�u.Q6�S�	I
�..I6�T
���I.6�.Q7TJ��\lll�v
)	))0ws�vvvM
�oN
�cI.	6���
I�6�QJ�ƹ!.	Q
7TQ
6�S��.7< 7; S�J�v���.7< 7�!S.	6�J96!	�6
�j"PkM�#N�.IT
J��J�����.	I6�.	Q
7PS.�U
�����T
J�����J
�����\).�m).6a6(Q6�6)6|�$.7�6�jPk� .7�6�jPk*.\lw�66�z�#I6�I6�J%��\lw�H7�v�9).6T7� 7�J6T7� 6�J\l).6�vS7Z#�67B"�;�.6�S;��;�;��;�.6�T6��.6�S\).vlls�U\).vlls�U\).vQ7�"lS\).vQ79llT\).vllT\2l*7< �;< *d�
;�d�
;; d�
;�!v\).llJv\).6;77!.lT\2l*d�
09<6�6��xd�
;os�U9<6�6��xd�
;oslU;Xv\l|;�!v\).67W\|7�!\2l*6;�;;d�
vS\2ld�
*d�
*d�
*d�
*7A�;As4;#s�
;*s";"s/;*s$;"s0;*s2;"s7;d�
;�d�
;*d�
;�d�
;	7!d�
;
�d�
;u"d�
;�!d�
;
s;q;d�
;]!d�
;�d�
;sd�
;�d�
;�"d�
;�d�
;�"d�
;o����,d�
;�"v\vv09�7K7�6�sK
So�����6�s
S�6�sSS\]).s�Ty\l06.s�
�9.6LS\]s�\lll	�	xwM�!N�
I
	
I
��J
��09<6�lU\).67Lls�).vlSS\ll�09<7�"S6�z�sI9	<7	�T
	6
o�6
�7��y;
�6��y;
�6	��x;
�9	<6	
�U	
%��\ll	T��			)M�(N�.I	v
O
��\l).v
llT�	O\llM�N���x\y\2ll*6�
d�
�d�
vM�N�	I	T	��\).6�lSv\llM�N�I��x\y\vvvvv�09�7K7�zz6�o�����/6�	I	S�%��y\).Q\]).s�Ty\2v�zz��J%���*I7����
d�
T\l09�vn
Tn).I�.I�s�sm\ll�w\7NQ�s�6�s!S7{Q6�S6�s�S6�n�"6�zv�s��s^�!DDD6�s�S\l6�scS6�n�nv�	zI�InI\lw��09<'�\96�S�=7�QM�&N�	6�S	��I	J	��\6�z�6�IS%6���\\l).67c�S.67*�@.67!�-.67�.67|�ls\06?6�7�6?7�7�D6?7�7��&6?7�7�w\).\).\).\l�w\09�7p"s	S; 6�s�7�\v�zz��J%���I@!7!�!7!6�|T;7G!77\).n*6�Q\2l*d�
*d�
*7� �;� d�
;�d�
;pd�
;od�
;d�
;;d!v\2l*l*096�jPk6bQ*d�
\l).6ڒ.6�Q6��6�QzI.7��.7�S).6�j.67�..6�09b7�9	6	
�j			Pk		6	bQ	.S

Ox\lw�o6��c6�Q096�6�j	Pk6�z)v�#.ISJ%6���\l2*6B�6BQ).6a7�Q7k6�d�
*7;#vSd�
U�]).7� 7Tv\l)
.
6;6�S��.
6;7d#S��s)
��.
6;6�S��)vM	��	N	�q.
6;7
j#IS
��.
IS
J��7�"Q�36�z)v�.ISJ%��\lse
�6�QzI�	n�).6ڒ.6�Q.7���z�I��6�n�
I�3	6�	�
IJ	
%6�	��.7��f).vSw�M6�I.7�6�o�� 6�.7�J.7�Tx\).IvSw�R).7��).096�j
Pk;�.7�zIIJy\l2*vv6B�6BQ).xT.6a7�Q7'6
�6�	d
�
vO�].7� 7T\).7��.7�lS).6� .67�.6�Sv\lvv6B�6BQ).yT.6a7�Q7�6�6	�v
O�].7� 7T\ll7evv��oXoF
��so@��<o�o
��Vo0��Io�o2��9o��/6�).67{o��	o�.7��7��	o�S\l7ev�oXoF
��
o��	o�\2l*d�
09<6�6��xd�
;os�U9<6�6��xd�
;os�U;�v\l|;�#v\).67�\|7�#\2l*d�
6�d�
;�!6�d�
;�"6�d�
;96�d�
;�6�d�
;f#6�d�
;P6�d�
;6�d�
;;	�v\|l;,!l;\ v\|7,!6�lSv\|7\ lI\|7\ llJv\).6;7�!|7,!lT\).6;77!|7\ lT\ll|7f#S�7\ I6�S\ll|7f#S�7\ I6�S\2d�
*d�
\209<7��9'�d�
�d�
)*vllT\2ll*d�
).vTw�%6�;�6�jPk�09<76S;�\2l*d�
7�*06hvT6�d�
;;�\2|).656d�
?�d�
?�J.6U�\l).6T�cs�
�V.6T7� Iv�:.6T7� IzJ6T7� InJ\l6���7nQn��6�Q6���zIw�I6�#nI��I6��q).6T7� 67�ISJ6T7� 67�nISJ�).67�S\ll|6�S�E).7< 7; S�*7f#S�7\ I6�S�'v�
6���6�Q\2l*d�
6�d�
;F6�d�
;\;v\ll|6�;�!).7�6�jl
l	l
Pk;!;v\l|6�7�!n��6�7�!vs)v�OI
�/).6	7	y06R6D7tS	_�O&7�!��7!7	�"lll

O7!7
�7T\).67�06R6D7
- S_).67�06R6D7
- S_2l*7	�;	*d�
;�d�
;ov\l).6�6�	�.6;7u"6�S.76�6�7
!6�7		C!6
�j
PkJv\2l*6�;6V�;Vd�
vS\2ld�
*d�
*6�;s
�#;
o s	�#;	n s�;� s;� s�;�s�;rsh;�s�;	vs�;
�sF;�s�;s�;
�s�;1s�;�s�;�s	;�s�;8sO;Ks�;�s�;:6E�;Es";s";5sf";�sg";�sc#;�s�;Qs-;�7��;�;
o ;	n ;� ;� ;�;Q7Q�;Qz;�s�Jn; nsnJn;!�s�Jn;"�s�J;#�d�
;$�;%�d�
;&Pd�
;'av\l).66V67o ?�x?�D66V67n ?�?�D66V67� ?�?�D66V67� ?�?�D66V67�?�?�D66V67	r?�?�D66V67
�?�?�D66V67v?�?�D66V67�?�?�D66V67
�?�?�D	66V67?�?�D
66V67�?�?�D66V671?�y?�D66V67�?�?�D
66V67�?�?�D66V67�?�?�D66V678?�?�D66V67K?�?�D66V67�?�?�D66V67:?�?�D6�z�\I6�I6��I6�IJ�'.6;7j"I6�ISJ%6���\l
��
).66V6E	7?�x?�@	"75?�?�@	"7�?�?�@	f"7�?�?�@	g"75?�?�@	�#7?�?�@	�#7�?�?�@	�7�?�?�@	7�?�y?�@	-
M�TN�K
I	
y
�I	
6	�I	
6
��	I

�.6;7j"I

S
J��7
�Iw�17
�.66V7�7ISJ7QI�=7Q7
�I.66V7Q�7��7�J\l).6a6(Q6�6)6|�).vS.66V6E7	�Iv�-.66V7
�7IS;c#7QI�57
c#.66V7Q�7��7�;�6�.6)6|�6�6�Qs.�6�6�Qs���06?6��6?6�6ٓ�6?6�6�7";"6?6�6�7";"6?6�6�7f";f"6?6�6�7g";g"6?6�6�7
c#;c#6?6�6�7�;�.6;7*0646?6]67N?�?�?�?�|T\).vlS).6;7*0646?6]67_?�?�?�@X|T\l7F"zSs!�6KnnT09�6KnTvnTp�A`��"�?9�6KnTTpbX9���?9�6KnTTp�v��/�?n�\2l*7��;�*d�
;d�
;ev\).62d�
Sv\l7$Q).6;7�Q6)6|�!7�s�
�+7�Q�7�s�
�7�Q7�s�
�7�Qv\).6�lSv\2l*d�
*6[�;[n;�6W�;Ws;s�;�s�;2st;�s�
;mso;	�s�;
os�;�s�;�s�;
�ss;ss2;�s;d;�;d!d;pd;ov\2l*l*096�jPk6bQ*d�
\ll).6ڒ.6�Qz�!o��6z�6�oXo�����
o�.7��.7�S).6�j.67�..6�09b7�9	6	
�j			Pk		6	bQ	.S

Ov\2l*7;#�;;#7;#).6a7Q@�6[7�@�6�@�;r7;#o����;/6B�6BQ.6�Q�+.6�Q6	�7;#s�dUv\ll).6ڒ.6�Qz�oXo�����)o��).6[7�;�6.7��.7�Tv\2l*6B�6BQ).6�Q�z.6�Q7$6	;7	�"6�6�T	.vxT6a7	Q@.!6
�@b6�?�d

Ov\).7��.7�lS).6� .67�.6�Sv\l6B�6BQ).6�Q�o.6�Q7$6;7�"6�6�T.vyT6a7	Q@.!6
�@b6�?�Uv\2l*d7�*06hvT;�\|).6[6W7m
D6[6W72D6[6W7�D6[6W7�D6[6W7oD6[6W7�D6[6W7	�D6[6W7
�D6[6W7sD6[6W7�D	.6
U�\2d*d\209<7��9'�d	�d
)*vllT\2ll*d).vTw�%6�;�6�jPk�09<76S;�\2l6��;�6��;�7"�;";O!d;d;d;Id;$d;	nd;
`v\vv06766,676
7	��|
vO\vv06766,676
7	?�|
vO\vv06766,676
7	��|
vO\vv06766,676
7	��|
vO\vv06766,676
7	�|
vO\vv06766,676
7	��|
vO\2l*d*d*d*d	dddddd*dd *	6
�
;


s�;s
�;
�s
F;
Fs
�;
!s�;�7
9 �
;9 
sp;
p7< 7�79 7
p6I6
T
6
!�
;	!
sd;

d6
0�
;0
7
	-�;
-;s;
s�;�s ; sh;h;
FsI;I7

,�;
,s� ;� s� ;� 7
�;
s6;�;
z;
s
Js2;�;
F;!;�7
� �;
� s�;� s�; s�;is
�;
Fs]";!6

�;

n
;
SsSJ
n
;
UsUJ
n
;
1s1J
7t�;t7�6
ed!@$d+@�d,@�d-@�S
7��;�7�6
ed/@$d0@�d1@�S
09<6�6	�d
2?
od
3?
�x
?
�?
�s
EU

6	�d
4;
 06	�d
6;
!66	�d
8;
"6	�d
:;
#6	�d
<;
$�6	�d
>;
%�6	�d
@;
&�6	�d
B;
';	(/9<6�6
�	�xdD;	)os�U	
	9<6�6
�	�xdE;	)os�U	
	;*2 6	�dF;	!66	�dG;	"9<6
�6	��xdH;)oU
	9<6
�6	��xdI;)oU
	;+�7	�*	6hvT	9<6�6
�	�xdJ;	)os�U	
	9<6�6
�	�xdK;	)oU	

	9<6�6
�	�xdL;	)oU	
	;,�7	�*	6hT	9<6
�6	��xdM;)oU
	9<6
�6	��xdN;)oU
	
9<6
�6	��xd
O;
)oU
	9<6�6
�	�xdP;	)os�U
	6	�dQ;	-%6	�dR;	.66	�dS;	/(;07*6hT6�dT;'6�dU;%�6�dV;&�;17�;27�6ed	W@	$S7�*6hT9<6�6��xd	X;	)oU;3�7�6edY@$dZ@�d[@�S\).7o06?6�6�lT\l6�\).656lI6T��9.6T7� Iw�.6T7� I�06?7�S.7�7	�656
lITw�\l|;�v\|l;�l;�#v\ll|;�;�#).67"7O!I�@.7�7cD7*D6�j
	PkJI.67	�Tv\|).6llU�l;�!l;�#\|).6llU�l;�!l;�#l;5\|).6l
lll
l	O�.6;7�S\|).6llU�\).6;7�"Qs9
096�jPk6bQs\2).66�6
7�?�656?�06?6@zD?�656?�	V�?	�.	@!?�D6	57			/?	�	
V�?	
�d
"@	
!?	�D6	57		
Z?	�	
Y�?	
�w
?	
Y?	�D?�?�d#@� S66�6
7�?�656?�6?6@zD?�656?�	V�?	�@!?�D6	57		q?	�	Y�?	�?	
Y?	�D?�?�.@� S66�6
7
??�	657�?	�V�?	�D		656?	�6?6@	zD	?�	656?	�V�?�@!?	�D		657q?	�Y�?�?
Y?	�D	?�	657�?	�d$?	�D	?�@� S66�6
7�?�?�?�?�d%@� S66�6
7?�	656?	�V�?	�D	?�?�?�@� S66�6
7�?�656?�V�?�D?�?�?�d&@� S66�6
7�?�?�656?�6	?6		@	zd	'@	!?�	D6	56		Z?	�	6?6Z@	z6?6Z7� ?	Y?	�D6	57		?	�	6?7@	z6?77�?	Y?	�D6	57		p?	�	\�?	�?	
Y?	�D6	57		q?	�	Y�?	�?	
Y?	�D6	57		 ?	�	a�?	�z	?	Y?�D657i?�a�?�?	Y?�D657F?�a�?�?	Y?�D657!?�a�?�?	Y?�D?�d(@!656?�.?�D?�.@� S66�6
7�?�656?�d�?�D?�656?�6?6@zd)@!?�D657p?�\�?�?
Y?�D657q?�Y�?�?
Y?�D657 ?�
a�?
�?	Y?�D657i?�
a�?
�?	Y?�D?�d*@!656?�?�D?�Sv\06R6D7�\).7o06?6�6�lT\x\).79 7plI7�.S\).656lIl7O!Kv\).7�7�l6�S\l).657 Iz�.657iI�.657FI�.657!I�C.657 K657iK657FK657!K.656I7�7�l6	�S�\.657 I�G.657iI�1.657FI�.657!I�\o�_).7�7M!656lIS\l).657 Iz�.657iI�%.657 K657iK.656I7�7�l6�S�0.657 I�.657iI�\o�_).66�6
7F?�z?�D6
7!?�n?�D6
7�?�n?�D;�xS66�6I7�?�	D		&D	?�@B"?�S66�u	6	57
 ?	�?	�D		6
	57

i?	
�?	�D	;�S66�.	6	57F?	�?	�D		6
	57

!?	
�?	�D	;�S66�.	6	57F?	�?	�D		6
	57

!?	
�?	�D	;�S66�nO?�	6	56?	�?	�D		6
	56


?	
�?	�D	?�S66�nI?�	6	56?	�?	�D	?�S66�6I6
?�	6
6?	�?	�D		6

7

�?	
�?	�D		�D	?�?�S66�6	56?�	0
6
?66U?	�?	�D		6
?661?	�?	�D		6

?6

6

S?	
�?	�D	?�@Z#S66�nB?�6I6
?�66�?�D?�6	56?�?�D6		56		?	�?�D?�S66�nN?�6I6
?�66�?�D?�6	57�?�?�D6		56		?	�?�D6		56		?	�?�D6		57		�?	�n	?	�D?�S66�nC?�6I6
?�66�?�D?�6	56?�?�D6
	56

?
�?�D6
	57

/?
�?�D?�S66�nE?�6	56?�?�D?�S66�nD?�6I6
?�66�?�D?�6	56?�?�D?�S66�nJ?�79 7p?�66�?�D?�S66�nF?�6	56
?�66�?�D?�6	56?�?�D6
	56

?
�?�D6
	56

Z?
�?�D6
	57

?
�?	�D6	I7		�?	�n	?	�D?�S66�nG?�6	56?�?�D6	56?�?�D6	56
?�?�D3D?�Sv\).66�nH?�6[6W7o?�66�?�D?�S66�nO?�6[6W7o?�66�?�D?�S66�nI?�6[6W72?�66�?�D?�S66�6[6W7o?�656	?�s�?�D656
?�6[6W6
?�D?�S66�6I7�?�657
 ?�s ?�D657i?�sh?�D657F?�sF?�D657!?�sI?�D?�S66�6[6W72?�657�?�s�?�D6	56			?	�?�D656?�s?�D6	57		/?	�s	/?	�D6	57		q?	�s	q?	�D6	57		Z?	�s	Z?	�D6	57		�?	�s	�?	�D?�S67�!6I6
S66�656?�0	6	?66U?�n?�D6
	?6

6

1?
�n
?
�D6		?6		6		S?	�n	?	�D?�x@Z#S66�6I6
?�6
6	?�s6?�D6	
7		�?	�?�D6
7F?�?�D6
7!?�?�D6
7�?�s�?�D?�S66�6[6W7m?�6I6
?�z?�D?�S66�nB?�6[6W7m?�6[6W7 �?�D?�6[6W72?�66�?�D?�S66�nC?�6[6W7m?�6[6W7 �?�D?�6[6W72?�66�?�D?�S66�nN?�6[6W7m?�6[6W7 �?�D?�6[6W72?�66�?�D?�S66�nE?�6[6W72?�66�?�D?�S66�nD?�6[6W7m?�6[6W7 �?�D?�6[6W72?�66�?�D?�S66�nJ?�7!9 7"p?�6[6W7 �?�D?�S66�nF?�656
?�6[6W6
?�D?�6[6W7#�?�66�?�D?�S66�nG?�6[6W7$�?�66�?�D?�Sv\).2d.;ov\ll).6
6I6
7FI6
7!I6
7�I6
7�I06?66	U�6?66
1��6?66S�-.72 6
�jPk��.6
a6	
(Q		
6		�7�7��#	6?6�6��.7�.7�.76
�j
Pk�R.7�6
�j
Pk�&.7�6
�jPk\).66�67b?�6!7d?�66�?�D?�x?�S66�67)?�6	I6

?�66�?�D?�Sv\).66�6!7d?�6I6
?�6[6W7	�?�D6I7
�?�6I7
�?�D?�S66�67b?�6!7d?�66
�?�D?�S66�67)?�6I6
?�6[6W7	�?�D?�Sv\|7�#\l
s��s��|;�#v\).6;7]!06R6D7�T_2l|*7��?7��F*06?6�6�7"7n6�d5T��7�vS\l6�06?7%7� �%).7E�_.7ES�M).6;7�).6�?�s�U.�..7	�vSv\2|v�*70d7S\l766�).Tv\2|v�*70d9S\l76�).Tv\2|v�*70d;S\l66�).Tv\2|v�*70d=S\l7�6�).Tv\2|v�*70d?S\l7�6�).Tv\2|v�*70dAS\l7�6�).Tv\2|v�*70dCS\l76�).Tv\vv).66,6
7	��|
vO\vv).66,6
7	��|
vO\06?661\|7�!z�	7�!\|7�#z�	7�#\06?66S\|75�	75\vv).66,6
7	��|
vO\vv).66,6
7	��|
vO\vv).66,6
7	��|
vO\vv).66,6
7	��|
vO\vv).66,6
7	�|
vO\vv).66,6
7	��|
vO\).66�6
7�?�656?�Y�?�D?�?�656?�.?�D?�S66�6
7�?�656?�Y�?�D?�?�656?�?�D?�S66�6
7	�?�?�?�656?�?�D?�Sv\06?66U\).66�6
7c?�?�?�?�S66�6
7*?�?�?�?�Sv\).66�6!7d?�6I6
?�z?�D6I7�?�n?�D?�x?�S66�67	b?�6!7d?�66
�?�D?�?�S66�67)?�6I6
?�66
�?�D?�Sv\2l6��;�6��;�7n�;n;O!d];}db;ndg;�v\2lll*s�
�d^?�d_?d`?�da?�0676a6�Q6�wvv�6�n�
	O\lzI?�nI@0677sS\).@K\l7p6�?�7p7@0677sS\2lll*s�
�dc?�dd?de?�df?�0676a6�Q6�wvv�6�n�
	O\).?�\2lll*s�
�dh?�di?dj?�dk?�0676a6�Q6�wvv�6�n�
	O\l�Y6�zn0z�DII?�II@677sS6�S%6���\).@�\l7t6�z0�Y7tI6�?�7tI7@677sS6�S%7t6���\2l*d
mdndodp*7p�;ps�;s
;
�7�;s	�;	&s';(s�;�s�;]79 �;	9 st;
tsr;r7< 7�79 7t6I7pT7< 7�79 7r6I7pT09	<6
�6
��xdq;os�U9	<6
�6
��xdr;oU9	<6
�6
��xds;os�U6
�dt;
�6
�dy;36
�d~;Q;
a6�d
�;
76�d
�;
=6�d
�;
A*;h9	<6
�6�
�xd�;
os�U
9	<6
�6�
�xd�;
os0U
9	<6
�6
��xd�;os
U
6�d�;36�d�;?6�d�;{6�d�;Q6�d�;r6�d�;E6�d�;;Wd�;�d�;60�;07
M�;M7}�;};s�; wsK;!Ys�;"<s8;#	7p�;p;;
�6
I�
;$I
sp;
ps;
7�
;

;	&;(;�;]79 �;	9 ;
t;r7V�;%V7�6ed�@$d�@�d�@�Sd�;&sd�;'&v\ll|;m;�l;�7O!I�U).67�7!D7D7|D6�j
	PkJ).67	�Tv\l|;�#v\|l;�l;�l;�#l;�v\|7�\).|6�6�jPk\2ll|*s�
�du?�dv?dw?�dx?�).6a6�Q6�wvv�6�n�
	O\).6�wv�.6�D\).6�wv�.6�?�\2lll*|*s�
�dz?�d{?d|?�d}?�).6a6�Q6�wvv�6�n�
	O\).6�wv�.6�D.D\l6�znnn)z�^
II@
�II@
'II@
�II@
�.	7	&S		
6�S	%6���\).6�wv�.6�?�.@�\l7r6�z)��7rI7�@�7rI7'@'7rI7�@�7rI7�@�.7&S6�S%7r6���\2ll|*s�
�d?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\2lll*l*|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).7�#wv�
.7�#D.D.D\).7�#wv�
.7�#?�.@8.@�\2lll*|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).7�#wv�
.7�#D.D\).7�#wv�
.7�#?�.@8\2lll*|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).7�#wv�
.7�#?�.@�\|7�\|7�#\|7�\2lll*|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).).7�vTD.D\l6�znnn)�Q	II@	'II@	�II@	�.7&S	6�S%6���\).).7�vT@�.@�\2ll|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).).7�vTD\).).7�vT@�\2lll*|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).).7�vT@�.?\2ll|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\2lll*|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).).7�vT@�.@K\2ll|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\2lll*|*s�
�d�?�d�?d�?�d�?�).6a6�Q6�wvv�6�n�
	O\).).7�vT@�.@�\l�v\).7W76&I	77]I77�I77(I6�j
Pk\l).7a7p6I7p7�I6�jlPk\).66�6!7?�67C?�z?�D67G ?�n?�D?�x?�S66�6!7}?�67C?�?�D6	7			] ?	�?�D	67G ?	�n?	�D	?�?�S66�6!7
"?�6	7		C?	�?�D6	7			] ?	�?�D67�?�?�D?�?�S66�67	] ?�6I7
?�66�?�D?�?�S66�67G ?�6I7
?�66�?�D?�?�S66�67�?�6I7
?�66�?�D?�?�S66�67�?�6!7?�66�?�D?�S66�67{?�6!7}?�66�?�D?�S66�67 ?�6!7
"?�66�?�D?�Sv\).66�6!7?�67C?�607M67C?�D67	G ?�607M67	G ?�D?�x?�S66�6!7
}?�67C?�607M67C?�D67] ?�607M67] ?�D67	G ?�607M67	G ?�D?�?�S66�6!7"?�67C?�607M67C?�D67] ?�607M67] ?�D67
�?�607M67
�?�D?�?�S66�67] ?�6I7?�66�?�D?�?�S66�67	G ?�6I7?�66�?�D?�?�S66�67
�?�6I7?�66�?�D?�?�S66�67�?�6!7?�66�?�D?�S66�67{?�6!7
}?�66�?�D?�S66�67 ?�6!7"?�66�?�D?�Sv\).706?6�6�7nlT\).7�lS\2l*d�*d�*d�*d�*7��;�7�6ed�@$d�@�d�@�Sd�*;�d�;�d�;�;M!;�d�;�d�;�v\lw����
7�v��).6;6�S�Ss��se�s"�.6;7d#Sw�:06?66U�&06?661�06?66	S\\2lll�).vS��d�vTd�T\ll06?66S��6?661��6?67H�K6?66U�(6?67�6?67I).vS�o).7	Fvv�$.7	F.SSw�5.S�)7
�6�w�7z6�S\llw�).vS06?66S��6?661��6?66U�(6?67�6?67I6?7�6	�s�S6
�zs��!I6	�SJ%6
���6�j
	Pk�$6?7�6�j
	Pk\l6�n�zI6��^6�zs�s	�s�z�(I
6
�S
	%6���6K6�T\II�\l6�ws��&).6�DvSs�).7�vS�6K6�nzT\).66�656?�06?66U?�z?�D	6?661?	�n?	�D		6
?6

6

S?	
�n
?	
�D		6
?6

7

	?	
�n
?	
�D		6
?6

7


I?	
�n
?	
�D		6
?6

7

J?	
�n
?	
�D		6
?6

7

�?	
�n
?	
�D		6
?6

7


H?	
�n
?	
�D	?�S6a6(Q6�6)7)$�6�.6)7.�6�.6)7��6�.6)7���.6;7�6?6s	�@	T6;7�6?6s	^@	� T66�656?��D;D?�S.66�656Z?�6?6Z7� ?�?�D6	?6		Z7		�?	�?�D?�S66�657?�6?77�?�?�D?�Sv\).6;7�06?6s�@T6;7�6?6s^@� T66�656?�6?66U?�z?�
D6?66	1?�n?�D6	?6		6		
S?	�n	?	�D6	?6		7		?	�n	?	�D6	?6		7		I?	�n	?	�D6	?6		7		
J?	�n	?	�D6	?6		7		�?	�n	?	�D6	?6		7		H?	�n	?	�D�D;D	?�S66�656Z?�6?6Z7� ?�?�D6	?6		Z7		�?	�?�D?�S66�657?�6?77�?�?�D?�Sv\l).6;6�Sz�\6�0vzzz�19	b7	�.
IS
T	%6���n\l06?661�H6?66S�$6?66U6?66U\6?66S\6?661\l06?661�p6?66S�L6?66U�(6?67�6?67I6?66U\6?66S\6?661\lw�H7�v�9).6T7� 7�J6T7� 6�J).6a6(Q6�6	)6
|�u.6T�cs�
�V.6T7� Iv�:.6T7� IzJ6T7� InJ\s�
�.6T7� Iv�F.7�7M!S06
?66U�LDD�5.6T7� I;p6T7� I;'\ll).6a6(Q6�6)6|�g6�n�G.6T7� zIJ6T7	� nIJ06
?7�S.vT��7pw�6.6T7	� 7pJ	6T7	� 6
'J�7.6T7� I�.6T7	� I�06
?7�S.vT\2l*60�;07��;�sH;7��;�;s;s�;�s�;�s6;6s�;	�7��;
�s ;ss;Is�;
Hs�;Us7;Ss�;1s�;s^;� 7��;�7�6ed�@$d�@�Sv\).66�6[6W7�?�656?�s�?�
D656?�s
H?
�D656	Z?�sZ?�D657
?�s?�D657p?�s	p?	�D657q?�sq?�D657
 ?�s ?�D657i?�sh?�D657F?�sF?�D657!?�sI?�D	?�S66�6[6W7�?�656?�?�D656?�?
�D6
56

?
�6
[6

W6

?
�D6
57

p?
�?	�D6	57		q?	�?�D657
 ?�?�D657i?�?�D657�?�s�?�D657�?�s�?�D6576?�s6?�D	657�?�s�?�D
?�Sv\2l*6!�;!s?;?s};}7�67>D67D6�jPk;�7�6ed�@$d�@�d�@�d�@�Sv\2).66�6
7�?�657�?�V�?�D?�657/?�a�?�nc?Y?�	D657?�	a�?	�?Y?�D657	{ ?�m�?�x	?	Y?�D657
�?�m�?�y?Y?�D657�?�
m�?
�?Y?�D657� ?�
m�?
�?Y?�D657
B?�
m�?
�?	Y?�D657�?�
m�?
�?	Y?�D657�?�	m�?	�?Y?�D?�?�d�@� d�@!S66�6
7�?�?�?�?�S7	6�7Q7<?�657 ?�p�?�D?�657h?�V�?�s�?Y?�D?�S7	6�7Q7	?�656?�6@zd�@[D657�?�w�?�D?�?�S7	6�7Q6P?�6563?�V�?�D?�657h?�V�?�?Y?�D?�?�Sv\2l).656I*656I**6
7�6;7�d�?�U7Q7		6;7�d�?�U7
�x�0.7Q6P6;7�d�?�U.7��1.7Q7
�6;7�d�?�U\vv).67�).	..�
vO\v).7	6o7Q7	S7F)..�U656I657�I7	�!T\vv).66P)..�U\l).657/Iz�.657/nJ.657� I�.657/Ind�.657/ncJ.657I�.657nJ.657� I�.657Ind�.657ncJ.657{ I�.657{ xJ\l7GlS\).66�67{?�6!7}?�66�?�D?�x?�S66�6!7}?�6I7	)?�z?�D6I6
3?�n?�D	6I7{?	�n?	�D	?�?�S66�67=?�	6!7
??	�66�?	�D	?�?�S66�6!7
??�6	I7			)?	�?�D6	I6		
3?	�?�D6I7{?�?�D?�?�Sv\).66�67{?�6!7}?�66�?�D?�S67�!6!7}S66�6!7}?�6	I7
)?�607~7
)?�D6	I6
3?�607~6
3?�D6	I7{?�607~7{?�D?�S66�67=?�6!7??�66�?�D?�S67�!6!7?S66�6!7??�6	I7
)?�607@7
)?�D6	I6
3?�607@6
3?�D6	I7{?�607~7{?�D?�S66�n�?�657 ?�607E7 ?�D657h?�607E7h?�D?�S66�n�?�656
3?�607� 6
3?�D657h?�607E7h?�D?�Sv\2).6;7nQx;�6a6(Q6�sl�.;��.y;�06?6�7�*.6;6	�Q.��6
7>w�I.7�6
7
|D6
7AD6�j
Pk�T.7�6
7	
|D	6	
7		AD	6
7>D6�j
Pk*.6
7�I��.6;7�d	�?	�U��7Q7<I�$.6;7�d�?�U.7Q7	I�.7�v�.67�7�U�.7�7�Q.6;7�Sv\vv).67<).�T\vv).67�)..�U\2d�d�;\vv0677�x�\6766P�wU\v09<7+�
2d�;f6��|T\2l*d�*d�*d�*d�*d�*d�*d�*d�*d�*d�*d�*d�*d�*d�* d�*!7Q�;Qs�;�s�;/s�;s�;�s�;�s�
;� so;BsV;	�s�;
�s�;h7� �;� d�vS7��;
�s(*y,o����,s�*	w,,,,,,
s&*s*s)*
s	*se*s�*s*6	7		8?	�607�7�?�@�?B*d;@d	;�d;vd;td;�d;�;*d;�d;;;�;}d;�"d;�d ;d!;�d";�d#;�\ll6�7��).6a6�Q7LQ09�6�6ېb9�6�6	�s�9�6�6
�9�6�6	�s��	9�6�6	�s�	�Y6�z	�O	I	6
�s�So����z	�16
2I	T
%		6��	I
	6

�S
��.7�7zT�62T�
62Tv\).�.6�.�.�.vo�.S�1]).6�!.66�s�S).vQ\2y,).7� 70lS.vS*09�6	�7	�.9�6�7�"T	9�7p"s	�S	6�7	�Q; .!S9�7p"S	6	�7
�Q;	 .;�9
�7	
p"s	S
	
.;
�s!;
 6R6D7
 ;
R#7
�s	�s�T
	9�7	p"s�S		6R6D7 ��6R6D7
 7
�.6;7�"lS�f�T
6�s�S
7	�9�7"zI
SS	7	�S	
7
	�9�7"nI
SS
	7�S	7�S*.;�.S.6R6D7	sD�	6	R6		D7	T*7�S.7�S9�6	�7	�.9�6�7�"T	x,d�;�6s�d�U6	scd�U	9�7�.S6d�U9�7�Q7�Q\).vQ\l6�n	�.6�n
�Y)x,6�Q7�Q�909�7�).S7�Q6�Q7�Qv\l6�n
�
).�,)y,).vQ6�Q7�Qv\l6�n	�().7�Q6�Q7�Qv\lvv6p).��6
�
.6a6�Q7D!Q	y��
y��	.6;7�#S
6;7�#S	6a6�Q7LQ6	�s�y�t6	�6	��6

�6
�
�6�6�.7�7
zT
��x�.7�7| T	
�%096�jsAPk_.607~7)zJ607~636�J607~7{J.S�.].6�!.66�s�S\l).6a7Q.	7v��.607~7)zJ607~637�J607~7	{6
�J.vS�.].6�!.66�s�Sv\2l).6a6(Q6�D6�D7�D7B#D7R!Ds�D7�s��s�D6	�.7
*7�"D6�sAS6a6
�Q	7	�09�6�6�S	7	�!Q	�i7	�9�6�6�s�9�6�6�9�6�6ƒ9�6�6
�s�
S	6�.7Q7�I�.6;7�T9.6�9�6�S;e6fvT	7	!.7 7!�;	���7"Y�A7#Z�87#ZQ
*
9$<7%[S

7
&�d�S
;Y7'S�A7(T�87(TQ
*
9$<7%[S

7
&�d�S
;S;�.7Q7)/I9*�6+�nd
7Q7,I9*�6-�7	.TQ	n7	/'!Q	9	�7	0W6
;7
1S
s
N
s
�


s
�







s
�



s'
U	*w��.6;72sQ9
�6	
3�.s�T	
�.soT	
9�74�d�o�T*.�).65�'.6566�s.S�
.zS\.6577�s�S.Q.6�T.o�.Sv\lD).ID\lD).ID\).w�.7���09�7�.S.6;7sQ9�6�.s�T�.soT.607~7	)o�.J.vS�1]).6
�!.6
6�s�Sv\2ld�d�09�7p"s,S*7�s�s5T6�7�Q; 6�).;p6�.;�!7�s�lT6s4T6s�T6s�T6s�T\).).vS\).).vS\l).
w�l.6;7�Q6�.
;�!�m.6;7�Q7";p6�6;7�Q7;�!�,6�.
7";p6�.
7;�!v\l6�).;p6�.;�!v\).2d�;B.6[7o.Sv\).vQ. lS\).w�$09�6�7�.S,.�$09�6�7�.S,v\l09�7p"s�S6�7�Q; \l09�7p"s�S6�7�Q; 9�77�s)Ss�	�6�s�;�!�6�s�;�!\zl�J09�7�#).6a7,Q7�"QS6;7�"yTv\l7�ss2T7�).sITv\2ld�d;06�d;�6�d;�6�d;�6�d;�6�d;�6�d;�6�d;�*;	Sv\|z�;���;u��;���;��;ws|;R��;vv\ls��s��).6�jPk\|7�6�skS\|7u6�skS\|7�6�skS\|76�skS\|7w6�skS\|7R\|7v6�skS\l7,w�E).6;7A7#I@"6;7A7I@*
7�Qv\l2d
vyS7�Q\2|*).6;6�09�s�dU6;6�9�s�dU6;6�9�s�d
U6;6�9�sdUv\).6a7�"Q7�"�.6a7�"Qx;�".6�Q6�).6{6�D67	oDsQwUv\).��.6a7�"Q7�"�.6a7�"Qy;�".6�Q6�).6{6�D67	� DsQwUv\2l*6�d;�6�nu�7T��7���6�n	��6�n�=6�nq��7T�!7��7��7��6�n��6�n���6�?�7�@�7@7T@T7�@�).6�Q6�).6	{6
�D67�DDsQwU�(6�Q).6�Q6�).6	{6
�D67
�DsQwU��6�Q).vQ.6�Q6�).6	{6
�D67�DsQwU�n6�Q09�7�#).7�!S).6;7�"7�	7�7�U�.7d6��q7�.6�Q6�.6	{6
�D6�7� DsQwU��7� DsQwU��.6;7�"7�T�q6�Q).67c7��.67d.6�Q6�).6	{6
�DDsQwUv\l2*vvd*).6
a6	
�Q
	
7	
LQ
	
6	�	7�7zT
	�f.6a6�Q7D!Q�4.7	�7	| 6
a6
�Q

7
D!Q
T	�.o�.Sv\.7	Q7
BI�.Sv\y
,
,
.6a6(Q7� 7
06�S	6;7]!06R6D7D6
a6
�Q

7
!Q
T.S	*9�6
�7
�.9�6�7�"T
9�7p"s
�S
6�7	�Q	; .!S9�7p"S
6
�7	�Q	;
 .;�9�77
�s)S

s�	�
6
�s�;
�#�6
�s�;
�#9�7
p"s�S
6�7
	�Q

	;
 ;R#7 �S7 �S*.;�.S	.6R6D7!ET	*6R6D7"T		*	7 �S7 �S	.7 �S9�6
�7
�.9�6�7�"T
d;�;	�6#s�dU
6	#dU	
6	#scdU	
9$�7%�Q.d;B6&[7'p.S�@]).6(�!.6(6)�s�S.o�S\l).2d;B.6[7o.S6�Q7�Qv\).vQ. lS.o�.S\l).).vS.�.Q6�Q7�Q\l7��6�n	�F).).vS..S.7�Q6�Q7�Qv\l7��T6�n	�I).).vS..S.7�Q6�Q7�Q�*6�n
� )x,6�Q7�Qv\l6�n
�
).�)y,.vSv\).7�Qv\lvvv	).w�o�S�*.6a6�Q7LQ�yzz	6��j	I6�s�So�����H.6
2.
	I
T
%

	
6��

	I

6
�S
��.�
.7��.7jQ.6	;7
sQ09	�6	�.s�T	�.soT	9�7
�.S,zS�?]).6�!.66�s-So�S\lvv7;#).657 I7;#657hI�w.6;7sQ�+.09�7�#?�@�T�e.6	a7
Q.	09�7j7HT�.].6
�!.6
6�s�S\).w�sl7;#.657hI�w.657hKs�
�09.6LS..?�@�vTv\09�6s�2dTv\l6�6p09�7�#�9�7x�#).7�7�T��6�s�
�'6�6	�).So������6�
��s)����9
.6�S).607
~637J607
~7{6�J7]67>wU7�7�"S�9�7jQv\)l*l*v\ll7S�	s�\09.6�S7�s��S6��H96�jPk6bQ7��6��7	S\ll?�096�jPk6bQo\&@�7H9.6LSlTv\).70�9�7j�,.79�7j6�jPk\).70�9�7��,.79�7�6�jPk\l6�s��6�s�6�s�6�\|llvvv
vvvvvvvv
vvvvvv�y\�x0	9	�6�6��b9	�6�6�s�9	�6�6�9	�6�6�s��9	�6�6�s�).6;7�#xT
6;7�#T6�0
6��%6�6��6ƾy\
6�6��6�6��.6�6��B6�s��6�s��6�s�B6�s��6�s��6�s�B6�s��6�s��6�s�<6�s��6�s��6�syy�.7	�7
| T�m�g7Q7�Q6�s�6�6�s��6�s�s)7
�"T7
�"Tst��s;��7�S
7�S
s
�

s



s

6
	R6

D7

��9
6
	R6

D7
�7�
s�T
7
�
s
�T

9
	�7	
_"S	
7	��U	7
�U
y�U	7�Ux\\\\]).6�!.66�sSy\2l*7� �;� d%;�d';td(;�d);�v\l2*6B�6BQ).7� 7d!xT6a7�Q7�6�6
�vd	&
O�]).7� 7	Tv\lvv6B�6BQ).7� 7d!yT.6a7�Q7t6�6	�v
O�].7� 7	T\lvv6B�6BQ096�jPk6bQ).6a7�Q7�7;#S6	ڒ6	�Q.6
�b.6
7.6�7;#9
b7�96	�j			Pk		6	bQ	S

O\]).7� 7S\lv6B�6BQ096�jPk6bQ).6a7�Q7�7;#S6	ڒ6	�Q\]).7
� 7S\2l*6[�;[*d+;�d.;�d/;�d0;�d1;tv\2l*d,09.6�6�S).7d!xT*.7�7���.7Q7�I	6		�Q
	9
�6�7 6	�Q6
��.6;s
�yyy	y
��.6;7�#S
6;7�#S6�6��6�6��6�6�.6;7s6�Syy�@.6;7s6�S7�7| T
7�7| T
.6a6�Q7LQ7�7zT
	
.7Q7�I6�Qs�
ss�

6�Qsa
6�Qs�6	�Q		s�		6�Qs
	6
7�Sw�
6	
Js�6�zT	
�?6	
Js�6�zT	
�vo�.S��vo�.S�z.7Q7�I.7��3;�#7�7 ;d-T7�7!vS�)y;�#6"[7#pS�vo�.Sv\vvl?).zT�1]).6�!.66�s�S\).7�7�llT\l7;#7���s��).7�7Q7�7�Q6;7�#xT6�s�6	�6
�s��6
�s�s).7�7�stU7�7�U09�7
�#w��9�6�6ېb9�6�6�s�9�6�6	�9�6�6
�s��9�6�6
�s��7;#;�).6[6�S����).6a6�Q7�!Q�9�6�6ێf.7�7�xT�Is..6�.66�S96�jPk_7;#;�).7�7�Sv\l).7�7��<.7�7�#.�6[6�S�7�7�Sv\2ld2).7d!yT*.7�7��vo�.S�Q.7�7�#�.6[7oS�(6B�6BQ.7�7	tSv\vvl?).zT�1]).6�!.66�s�S\2l*7�6ed4@$d5@�d6@�d7@�Sv\).66�67[?�Sv\06?6�6�).67�7�67\D67	�D6
�j	PkTv\2l*7�6ed9@$Sv\2).66�6
7�?�656?�6@zd:@[D657�?�w�?�D?�?�?�S66�6
7?�656?�6@zd;@[D?�657�?�Ʃ?�w?Y?�D?�?�Sv\2l*d=6I�;Is�;�s� ;� s� ;� 7�6ed>@$@�@�d?@�Sv\).66�6I7�?�6I7� ?�z?�D6I7� ?�n?�D?�x?�S66�n�?�657� ?�?�D?�S66�n�?�6I7�?�66	�?�D?�657� ?�?�D?�Sv\).66�6
7k?�657� ?�a�?�D?�?�S66�6
76?�657� ?�a�?�D?�?�Sv\06?6�7�).67~6
7kDT67~6
76DTv\2l6��;�7��;�dA;�7��;�dB;jdC;Mv\llll0676;7v7uQw
�
@�@t7�;�@�@V@Tl@Q@` 676a6(Q6�676	)6
|�n676a7�"Q6	�6	
�6�D6767SDDsQU	
?@V@T@�@4 \6767�Q_0676a7�Q7�lSv\ll06766�S�N6766�S�7se
�-
�&676a7�Q7�T�6767
s�Sv\2dE09<6�6��xdF;osEU9<6�6��xdG;os$U6�dH;�6�dI;�l;�v\l|l;�;�;�7�0676#6&lJ7�676#6QJv\|7�\|09b7�7�7�S\|vv06766,676
7�7��
	O\|vv06766,676
7(7��
	O\2l*6��;�6��;�dK;�v\vv06766,676
7
�).6�6��	vO\2l*6I�;Is#;#s�;�6#�;#s�;&s�;�s�;Q7!�;!s�;b60�;	07	��	;
�	7	��;	�z;&s&Jn;�J7	��;	�;
sJ;QsQJ6	$�;	$;UsUJ;WsWJn;�s�J7		.�;	.;$s$J;QJ;&Jn;�s�J7��;
�7
�6edM@$dU@�dV@�Sv\2).66�6
7�?�656$?�06?6$@zD?�656Q?�a�?�6		;7	
�Q	6)7�o@�	o?Y?�D?�dN@!dO@� S.66�6
7
�?�657�?�a�?�D?�6#6&?�dP?�D6#6Q?�dQ?�D?�dR@!dS@� S66�6
7(?�6#6&?�dT?�D?�Sv\l).656QIz�o@�\o�*_l06?7�).6#6&I6#7�I656QlI6�jPk\).6#6&lI\).6#6QlI\l).657�Iz�Tl7$�G.7!7b09�6#6QlI6	�QvSJ\o�_l).6;7*6	;7	�Q	6)7.�.656I�$.6
;7	
�656IS	
?�?�.657	�lI?�@�6
#6QI?�@ET\).66�6I6#?�6#6&?�z?�D6#7�?�n?�D?�x?�S66�6I7�?�656	?�?�D6	#6		
Q?	�?�D?�?�S66�656$?�06?6$6
U?�?�D6	?6		$7		W?	�n	?	�D6?6$7�?�n?�D?�S66�nM?�656$?�?�D?�6I6#?�66�?�D?�S66�nP?�6#6&?�?�D7!7b?�?�D6#6
Q?�n?�D?�6I7�?�66�?�D?�S66�nQ?�6#6&?�?�D?�Sv\).67�!6I6#S67�!6I7�S66�6I6#?�6#6&?�607	�7
�6&?�D6#7�?�607	�7
�7�?�D?�S66�6I7�?�656
?�607	�7�6
?�D6#6Q?�607	�7�6Q?�D?�S66�656$?�06?6$6U?�607	�6$6U?�D6?6$7W?�607	�6$7W?�D6?6$7�?�607	�6$7�?�D?�S66�nM?�656$?�607	�7.6$?�D656Q?�607	�7.6Q?�D?�6I6#?�66�?�D?�S66�nP?�6#6&?�607	�7.6&?�D657�?�607	�7.7�?�D?�6I7�?�66�?�D?�S66�nQ?�6#6&?�607	�7.6&?�D?�Sv\0676;7*677�7�lI?�?�|Tv\2l*s�@�;�6I�;Is�;�60�;07��;�z;�s�Jn;�J6#�;#7�6edY@$d[@�d\@�d]@�Sv\).66�6
7�?�6I7�?�z?�D?�?�?�2dZ@� Sv\07�6#6�jlPk\).66�6I7�?�7�7�?�z?�D?�x?�S66�nV?�6I7�?�66�?�D?�Sv\).67�!6I7�S66�6I7�?�7�7�?�607�7�?�D?�S66�nV?�6I7�?�607�7	�?�D?�Sv\06?6�6�).67~6
7�DTv\2ll*l**l*�09H*6�jd_Pk\2l*l*d`*da*db*).6�..�T*7>QvS\2l*7��;).6�jdcPk6�)..T�).6�vSv\2l*l*dez?�dg?�?q@�*vS@>nS@enS@�07Hs�
�9H7�dhJ\2l*df\2l*dj7��;�6�dk;26�dr;6�ds;�*7�6edu@$dv@�Sv\|;U!v\2|*l*).6a6�Qdn?�do?dp?�dq?�6�n�dlUv\2l*6�sb� ).7U!6dmSv\).@M\l7�\s�l�|7U!6�lSv\2|l*s�l� 7U!7
dtS;U!v\).l\2).6a6�Q7�!Qn�Rn�q09�7�!�_7�Q*�N.6a7,Q7�dwS�(09�.6	�jPk;�!v\).2dxvS\2l*06g|dyvvvO\06iv|2dzT\l6�z�jn�3n�n�v\�\6�Q�\6�Q�09e7v).S�\6q6�@WnDS).6/7QQs�)*6	;7
u.6/7�"QT�D\2l*6�;7�;d|;Zv\2d}*d~?�d?d�?�d�?�).6a6�Q6�n�lUv\l75�s�7`�s�7:�s�@5@`@:7"�s�@"7"�s�@"7$�s�@$7��@�\l).09.6�SvS\]w\).vlS\2l*7`�;`d�;Yv\).6H6�j2d�Pk\2l*l*067677Zd�Sv\l6�).7%7� �).6�vS�).6�vSv\llvv��s�
v�z6�s!So����v�\6KzT6KnSs��s"v�-v�'0677/6�j
Pk���^
s��V067657�J6767	$676
7	�7	�o�S	U\0676
;7]!6R6D7�T_;E\2l*d�*6��;�6��;�d�;kd�;�v\l).66Uz��.661n��.66Sn��.67n�t.67In�^.67Jn�H.67�n�2.67	Hn�ns��s^z�n	\2lll**7Z"w�7Z"�0677�7M!S*s�
�d�?�d�?d�?�d�?�0676a6�Q6�nA
	wOv\0676a6(Q6�6�Q).7�7�6�Q�!6�6�Q.7�76�Q��6�6�Q.7�7	�6�Q��6�6�Q.7�7
6�Q��).s���.s^�v6�6�Q.7�76�Q��..vSD677�7
�.SD.7�w�.7��D.7��.7��D��..vSD677�7
�.SD.7�w�.7��D.7��.7��D.7W�
.7WD.7L#�
.7L#D��.).vSD677�7
�.SD.7M#w�
.7M#D.7f�
.7fD.7W�
.7WD.7L#�
.7L#D\).@H0677�7�.S?@D@@�\2lll*).6Z7� *77�*vs�
v�Kv�B7��7�*7�"�7�"*6�v�	6�d�?�d�?d�?�d�?�0676	a6
�Q6�n@
	O\).).vSD..6Z7� z�.6Z7�z�nD..77�z�.77Oz�nD\0677�7�).lT\).@H.?Z.@@o\0677�7�l6).T\2l*d�09	<6	�6�d�?od�?�x?�?�s�U	9<6�6�d�?od�?�?�?�s�U6�d�;�;�d�;�v\|l;�!l;�v\|7�\|7�lS;�v\|7�!\l|w�50676;6�S�6�z�7�S�;�!v\lvvw�Q�J0677�7�Sn�D%��\]\\l).7�0676T7� I676T7� I6�jPk\2l*7=d�;�#v\09H6�j2d�Pk\).7�7Qv\2l*6�;6V�;Vd�vS\2l*d�6!�;!sO;Os`;`).7�6ed�@$d�@�d�@�d�@�S6�d�;�6�d�;6�d�;c#6�d�;a!6�d�;!6�d�;	�6�d�;
�6�d�;�6�d�;�6�d�;
O6�d�;!;�v\|w;�;H;W;�!;!;v\).66�6
7�?�?�?�?�66V7�@� S66�6
7&?�?�?�?�66V7	�@� Sv\).66�nU?�657�?�66�?�D?�S66�657�?�66V6E7	5?�z?�D66V6E7
?�n?�D66V6E7�?�n?�D66V6E7�?�n?�D66V6E7
Q?�n?�D66V6E7�?�n?�D66V6E7�?�n?�D?�x?�S66�67_?�66V6!7O?�66�?�D?�?�S66�66V6!7O?�657�?�66�?�D?�?�Sv\).67�!657�S67�!657�S66�67_?�657�?�66	�?�D?�S66�657�?�6
6V6E7
5?�6
6V7�7o ?�D6
6V6E7?�6
6V7�7n ?�D6
6V6E7�?�6
6V7�7� ?�D6
6V6E7�?�6
6V7�7� ?�D?�x?�Sv\).6a6(Q6�6�Q6�6)6|��06?7	�7
�6�Q�%6?7	�76�Q��6?6�6
ٓ�).7�6?6�6
�7"S6?6�6
�.66V6E7�J6?6�6
�66V6E7Q.66V7Q�7��7�J06?6��6?6�7��6?6�7�7Qv\|;�).67~6
7&D6
7�DT67�7�0646	?6
]67ND646	?6
]67
_D6�j	PkTv\2l|*7a!Q;�!7�!��uvQ�l;;!7!).6
7&yJ7!6
7�J7�7�7	�6
7&d�Uv\).7�lSv\06?6�y�X6?6�6�y�D6?6�6�7"y�*6?6�6�7").7�S\09�7�6�zsv��9�7�I7J��7 ��7
 6	
K7 6�6�7 6�T	
6�Q�K7�97	�-).6	
w�	.6

6	
�s�S	
w�"%9�7�6�v�:���\]).6
�).6
6�sAs8Sw\lll7�76��
76�z��7�7I�7I7��6�Q6�Q�A7�7�S7�!U�7�S7	S#T%�{���v\l|C).66V67o ;� DI66V67n ;�DO66V67� ;�DU66V67� ;�D[66V67�;�Da66V67	r;�Dg66V67
�;�Dm66V67v;�Ds66V67�;�Dy66V67
�;�D	66V67�;�D
�66V67	r;�D�66V67
�;�D�66V67v;�D
�66V67�;�D�66V67
�;�D�66V67�;�D�66V67	r;�D�66V67
�;�D�66V67v;�D�66V67�;�D�66V67
�;�D�66V67;�D�66V67�;�D�66V671;�sD�66V67�;�D�66V67�;�D�66V67�;�D�66V678;�D�66V67K;�D�66V67�;�D�66V67:;�D6�67_�
7X6�zvs�s
�sl0s
s	�s�
ses�wv�7H�.7HI6�II6�I��I6�I�I6�I�(7!7 �!I6!�U��I6�II6"��87#�9$�6%�j
	PkT

7!7 �!I6!�I6"�
U%6���;H\l|).66V6E75;�	D		66V6E7;�D	66V6E7�;�D	66V6E7�;�D	6�6	7
N�	6�6	�zs�s�slvw��7
W�'7
WI
	6

�I
I
	6

�I


�VI	6�I�F7!7�!I	6
�I	6�I
	6

�I


U
%6	��q���;W\2ll**|*).6a6(Q�6�.6)6|�lvd�S��.6
7&��06?6	�6
ٓ~.66V6
E76?6	�6
�7"J66V6
E756?6	�6
�7"J66V6
E7�6?6	�6
�7f"J66V6
E7�6?6	�6
�7g"J66V6
E7�6?6	�6
�7c#J66V6
E7Q6?6	�6
�7c#.66V7Q�7��7�J.66V6
E7�6?6	�6
�7-JvSv\l6�sb�6�).vS).7!.S�
.7�.7Qw;v\2|*7�lS7�60646?6]67Nd�wUv\).7�lSv\2|*7�lS7�60646?6]67_d�wUv\).7�lSv\l|7!�x\�
6�S�	xJM�'N�6�S�
I��y\x\l6��;�0676�s�2d�Uv\).�<06766V7�6�jPk*7�Q.\l2*d�*07�s)
�9�9�vSs�
�]v��7)Q��6;7�#xS;�6;7�S;��]6a7�d�d�T09	�7
�sh�49	�7
�s�� 9�6s�d�T�vQv\2068).6/7�"Q;G#6?7Bd�S6a6(Q7B#�9	yvd�zTv\07L 7�Qv\).6;7�Q6�2d�Sv\09�6�lSv\l09'9�7*�9.6LSS�6�Sv\.�� ; v � � � ![!�!:"�"�"#_#�#�#�#$;$[$ 9NILN�$�$9%Q%`%KM�%�%$&Q&�&�&
'�'�'�'((�(�(�(R*�*�*+�+�+�+,E,U,�,�,�,-�@�@iAMBoB�B�B/C�C�C@D}D�DE�E7FtFr������FGqG�Gi�G=HqH�H�H-I�J�J K�KPLiL�L6MaMeN)O9ODRTPO�O�O�OH�L������Q7R�R�R	S=SVSoS�S$T�T�T�TU�U�U
VVsV�V�V�V�W9X�X�X>Y{Y�YbZ[1[\[�[�\]d]c^�^�^_N_�_�_`T`�`Na�a�abKb�b�b�c�cdNd}d�de%e�e�eNf�g-i=iMi]imi}i�i�i�ijj%j5jEjUjejuj�j�j�j�j�j�j�j�jkk%k5kEk^knk~k�k�k�k�k�k.4hj�k2nTnqn�nG���p�r0s@sPs�s�s�s�s�stTtdt#wEw^w�wMx�xy�y�z�{F[�'B������)MO�{]�.�����ӄ���
���(��X�h�x��������������������U�e�u���������ŊՊ�6>8>>@]p��e�����s�b�����b����-�j�z�����Ώޏ�����.�>�N�^�n�~�����������"�2�B�dfR�&�H�ŕܕ����w���^��|�������Ÿҟ!�p�}���ߡ�G�����-���w����4�h���ШD�1WY���9_a2�]��1�J�l�ū�	�s�ݬ�E��O��-N/NN��K�ƳS�����´@�k�������#�E�`��g��������������@�u�����ʼڼ��Q������پ�/�i�������޿�B���������]�RsVqs��$&n������+��.�G�`�y�
�>�{�6�3�J�!�C�S���������-suG���7\^����5�)IKr������]�"$m�#%����!$���a���X�����,������M�|�����K��������#%��#%<�y�����G����Zg��",R_}G������Z�g���"�,R�_�������^�w������������������l�}���f���(�9�5OQJ���(����M����������������M�x���3�+-�U���������������������6����F�f������������8�l�|���4����?���"�2�B������������f�����4������C�n�����S�������t�����$�=�_���������`��V�f�v�������8)��=����X\���(��M�u���	C	�	w
�
E
U
�
�
�
�
�
w����Un����u������(��_5s�Jb�l�����687���"_��' d � x!="h"?#V#
$${$�$�$%'%I%i%y%�%�%�%X&h&�&�&'�'�'�'�(�(�(0)m)�)�)�)�)�)K*d*{*G,W,�,-7-�-�-
.A.�.np�/_aR0�01�12.22�2�23S4c4�45Q5�5�5666|6�6@7`uk7�89w9�9�9:;<;U;�;V<�<�<C=�=�=>1>J?c?|?�@�@WA�A�Anp�B���C\DuD
E�E7FIF�G�G0?C�G&H6H "FH�H�H�HI<IyI�IJ�J,16�J=KUL�L�L�L
M5M$&�M�M�M�MNDNTNvN�N�N�NOhOPuP�P�P�P�PQ(QAQXQR0R[R�R�RrT�TU�U7V�V�V-W'��\Y,.~Z�Z$[a[�[�[�[\\$\i\y\�]�]^'^S^�^ �^A_$&R_�_�_�_!`1`w`�`a4a�a�a�ab'bjb�b�b�bcTcmd�d�de e9e��[e�e������e�f3���f]gxg8hShdi�i>j`j�j�j`k�k�k l9ldlmjm�m�m�m<npn�n�n�n�n�p�pqq;qtq�q_��������Չ�+�;�������Ê܊����7��/�T��?�;�T���א���2�T�ۑ��
��6���������ÖӖ�Q���<����ĘԘ�*�^���������S���O���!�^�����ў�T����B�������*�_�@���¥��:�����Ħe�����#�
�J���ĩ����'�@�k�|���������ϫ߫�#���ڮ)�x�����Tik��I���ֳ��!�1�J������$�Ʒַ����V������
��*�U�e���������Ǽ׼���������ƽֽ�t��������������������h��������c������Z�����G�����������[���9����Y�r������������������H�����D����"�����X�f�A�����e�������"�0������d���������2����@�B����X�����������.�l�����������L���3�L�g���c�~�����,�������.��<}�3ks���!M����%
5
N
^
n
�
)Zp�+Dg���
(
C
S
�
�
W��Vfv�%�����,�6����Rbr�"2B�@}���D��C��K�#4q���T��\���6a���  . > Y { � � � � "s"�"�"�"n#$N$�$%W%�%I&�&E'(e(�(W)*Y*y*v+�+�+,�,.H.a../G/�/=2�2�3�455�5\67Q7�7�8�8�8�9�:;<�<�<>!?L?n?�?�?)@�@�@AtA'�AB�BAC\ChC�C�CUDuD�D�D�D�DTG}I�I�I@J�J�J�JK;KoK�K�KAL�L�L�L�M[NCO\O�O�O2P�P6Q�R�RWS�S:U�U�U�UdV�W#XmX�X�Y5[[�\T]�^�^Dac4c�e
f�i�i�j�j�jClTlml~l�l�l�l m1memum�m�m�m�m�mo4o^o�o�oGqiq\rlr�r�r�r�r�rs(sAsfsvs�s�s�sAtutvQv�vQwsw�w�w�xyyby{y�yz1z�z�z�z{{G{r{�{�{|J|Z|j|z|�|�|�|I}j}�}�}�}�}�}*~�~�&�Q�����ЁU���`�����RT]������o�����̅܅�	����%����t����y���Љ��c���Ɗߊ
�0�U�n�~�݋}�������ٌ��x��������Ƒ��’O���_����.5 �Y[x�
ir�˕��!�G����o���gi��W�x��������.�>�W�p�����T�����W����9�I�j���#���>�{���Ȣ	���^�n�NP��
FH�13}�̥��"�M�����Ʀ�^��������m�}���ܨ����ī���\�~���ˬ��-/�i�/1��ӭu���֮3�ԯ���6�������)�5�i�����α��1�=�q�}�����IJԲ����0�)+K�')��ֳ����;�G�{�����*�:�S�����µ��(�e�����+-�������ȸ�,�<�W�#%x�#%���!�:�G����Zg��",R_}G������Z�g���"�,R�_����7�b��������5�N������������������;�T������	��D����������+�g�w������8�����������M���������D�����
��Z������,�W�����"�������d�u����'�8�������7�Y�j�{���-�9�R������P�i���y�g�~������7�H�Y���Q�q�!�:�Z�����v�����ln������*�:�\�m�~�����������`��������E���������0�������P�r�����;�W�x���(�8����H�F�����������
uquE����������
�*�U�������$�F�����Ll��Z����-Fk����"2Kp��?Z�����!1Jo���
/Jt����*O���� Ey��� % k � � � � #!W!g!�!�!�!�!"�"�"#A#�#%$6$G$�$%.%?%a&r&�&I'Z'k'
((/(�(�(�()e)�).*S*c*t*�*+@+k+|+�+�+7,H,Y,�,�,�,�-�-�-`.q.�.�.//'/w/�/070H0Y0�0�0�0w1�1�12(292�2�2�2R4c4t4�5�5V6�6�6�6$7=7�7�7�7
88.8G8]89/9u9:s:{�u=Zfh��������=@i@
EG�@;=$AdA
B�B)C:C\CyC�CDD�D�D�DE*E;ELE�E�E�ERFcFtF
GG/G�G�G�GHH%H?IOI\ImI~I(*�I�IJJ*J�J�J�J�J�K�K�KaLrL�L�LMM0M�MN\NmN~N�N
OOwO�O�O�OPP.P�P�P�P9QRQcQtQ�Q�Q�QnRR�R S1SBS�S�S�S�T�T�T6UGUXU�UVMV�V�V�V�V�W�W�WOX`XqX�X$Y�Y�Y�YRZ�Z�Z�[�[�[�\]$]>^n^^�_�_�_w`�`�`�`&aUa�a�a�a2bCbTb�b�b�brc�c�cd#d4d�d�d]e�e�e[f�f�fg(g9gJg�g
hGhXhihVigixi�i�i�ijJj~j�j�j�jQkbksk�k�k�kGl{l�l�l�lmQmbmsm�mnn�n�n�n�n�o�o�op�p�pqq�qJr�r�rsks�s�s�s�sLwbwsw�w\xwx�x�x�x�����
!��x���g�5�r����� �]���������������<�y�����0�m�����$�a���8�����g����F�������:�w�����.�k�����"�_������S����g���1�����A�����Q������*�L�n����������:�\�~��������(�J�l�������"�i�����A�������7�t�����+�h������\���3����b��
�A�~�����5�r����)����\��8�Z�s���/�U����.�~��]��*�������;{���F�@�&<��?��[cE	U	J
c
s
�
�
�
�
�
)��
7
P
`
p
�
�
�
�
�
�
�
(]�������L���'��e[��5v�x����&��saY�������*���� � � Q!}!�!�!"1"="�&�&H'�'()2)�)H+�+&,�,-/-?-a-�-�-�-�-�-�-6.F._.o.�.ik//%'�/�/A0~0C1]1m1}1�1�1�12
j{ny{%2�2�2*34s4'5�5A6�67A7v7�7�8ik9t9U:6mo<j<0bd�<P=�=�=�=>>+>�>�>�>�>�>#?N?�?�?�?�?$@]@m@�@�@1APB�B�BHC�CEE�E�E�EG�LsO�RS�S�S�S�T�T(UMU-V�V W�W�W�X�XtZ�Z�Z�Z	[[f[�[�[8\~\�\
]Eaya�aVbfbb2c]c�c�c�c�cXdlj�j�j�j*kUkmTmbnz���݈�ʋڋ+�j����-�>�`�q�����ƍ׍��
�,�=�_�o��������)�B�[�}�����я�9�m���Ր	�����n�J���ɗٗ�/���̘ܘ"�2���ϙߙn�~�2�ҝ����ɞٞ��S�~�����ݠ�
�I�t�������4�q�����1�p���ؤ���!�`���/�Z�S�����֧�.�Y���è�� �_�������8�Q������~�߫L��$�=���K�h���߻�����H���o�P����@���>�L����������l���H�q����)�5�r�������<>�����-������d�1������Z�|�����~���	�����9�R��������1��������@�b���������`�w���x�!�o������������������!�C�	NP\�{������:��*0 4( , 0enp��<np>	���	�O%S"$i�2�_"$�=z�NiSl��re�)�"�#���;��z � <!^!�!)"D#f#�'�-9.�./4/0S1�1�1#%�1#%$2a2�2�2G����Zg��",R_}G������Z�g���"�,R�_���2�6�67+7a7�7�7�7�7�7�78n8{8�8�8w9�9�9#%X:�:�:�:�:�:<;�<�<>=�=�A�ADB�B�BCDC�C�C�C�C
DWYnD�DLE]ExE�E�EyF�F�GfK'N`PnQ�Q�Q���R�S�T�]�_�a�a8bQb�b�b�b
cLNk��cc�cKdmd�d�deV e#e$e$eVD:\dbs\el\omr\Import\x64\ship\postosf_wordjs\x-none\x64\word\x-none\bundle\word.dll.js��

q%
	�'m�
y�
�q
$





!
&
&
+
'







+
&

!
-
0
2
+
+
6
7
;
=
>
9
2
0
)
&
/
1
,
'
%
+
�	
|�		
�w		











$

 







	







	




	
 
	
%
	
"
	
 
	

	

	

	
$
	
	
	

	�
|�
|�
|�
|�
|�
�} 



$



*
(�
|%�p�>
|�
|�
�x
	('"!$"%/,
'"
$
&("	!		!	 �	
|�
�y


(
%
,
5
/
*
,
/
*
!
"
'
6
:
2$
!�

|�
�} 	

)
.
&
"


�
�&

�
�~
&
	




�

|�
�.

�
{|�
y�

|?
]
�	
|�	
y�
y�
y�
y�
�0
		
0	"0
u�

y�
|�
|�
|�
�t0(1

01

1	
/.-,$"
.	











 











�
"				


		





�
��}���
|
��

|�;
|�
�}"
"




#
!

3�"
|�"
|�	"
|�"
|�+"
|�"
|�"
|�"
|�"
y�
u�
u�"
|�"
|�"
|�"
|�"
|�"
|�"
|�"
|��"
|�"
|�*"
|�"
|�	"
|�"v�"
|�"
|�"
|�"
|�"
|�
"
|�
"
|�)"
y�*"
|�"
{�"
{�"
{�
y�"
v�"
y<
��}��"
p�"p:&��~�|""��~�",$�$""0("u�"y�"�h$*,	 
+
!
9
�
5
$
*
;
8
%
(

'
 $	




'"	


)
,
-
,
$,'	
''
$$)	((((($$"(	'
(
4
4
-
$$%	
 



$
4
�
�
)!,$	

!$	




!$	


!$	


!$	
#




"	!))
�y�y�y�y�y
�y�y�y�r�	r���}�+r�r�r�7r���}�u�u�u�u�u�i�u�u�y�
u�u��k�/k��u�+y�y�y�y�
�u

"
/
	�w    �~v4�*y�	o�o�	y�o�	o�o�o�
o�o�o�o�o�y�o�o���}��{
�-
�R























'
!









 
#
$
%










#
,
4
4
4
4
4
'
"
*
*
*
*
*
"
"
*
*
*
*
*
"
"
*
*
*
*
*
&
*
2
2
2
2
2
.
2
:
:
:
:
:
2
2
:
:
:
:
:
/
,
4
4
4
4
4
'
"
*
*
*
*
*
"
"
*
*
*
*
*
"
"
*
*
*
*
*
&
*
2
2
2
2
2
.
2
:
:
:
:
:
2
2
:
:
:
:
:�{�|�
|�
|�|
	�|�|�|�|�|��|�
|�|�|�|��y
	,6:2+//,)!"*3&
!�
�

,

�
|�
�o
"






























































!

"

%

(

'

"



%

#































 





!

)
0
&
#

�|�|�|"��}�
|�|�|
	
�.|�|�|�|"��}�	y��|�
y��|�+|�|��z

		�
!�	

!(
	!�	
$	 �:|
��~�u��|�
|�|�|�|�	|�	y�y�y�)|�
|1u�u�|�|�y
�y�y�|��|�y�
|%m!^% _$!^�
����]<~-~0
�������������
����������������������������������������������������������������������������������������{�	�����	�
~�		�	����%��������y����������������
����
�


�~�����	�������� ��������?��������
����
e����B�������������
!�
-�
�
"�
3�
�
+�
+���
�+
9
�
o(L	
	
l�++~	y�
o
�~�~��-����
�����/����
����o����2����N�������������������������0����
����o����2����N�������������������������+
t�*����	�����)			
|� ������������� �������������!������������������������I�����":��������"��������$������������
_����	�����$��������
������������
����	�����$�����	�����%7�&
����
������������
����
����	���� �'!
~
~',!�(
����	��������	����	&����
����~����"�)y 
#�*
����
������������
����
����#������������	P��������$�:
�
1
h
�%������
����&�;�q�q�#�~%g)G[
�~��	|'�;������������	��������	����(�?������������)�����*��
	�,�������������������`����.����R��������������~������������`�����������������-��
&�
 �.��'����/��=��������	������������������������~����z���������
`����}����
��������~����n����q����9����z��������!��������������������������������
"����	��������	����$���������}����v������������~����0��!����	��������	����$��������1���
r2��$		








$



��3������~������������	2����`����e���������	����~����"��������
����m������������z����4������	����	����5��	*)�6��������������
����7��������������
����8��5	$:��!�yo0;������ ����<������
������������~����"����y����=��
	&�<>��������������y����#����]����
����
�����y����!����_����
����
�����y����#����]����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����!����_����
����
�����y����%����[����
����
�����y����%����[����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����(����X����
����
�����y����'����Y����
����
�����y����(����X����
����
�����y����(����X����
����
�����y����+����U����
����
�����y����(����X����
����
�����y����(����X����
����
�����y����(����X����
����
�����y����"����^����
����
�����y����+����U����
����
�����y����"����^����
����
�����y����%����[����
����
�����y����%����[����
����
�����y����&����Z����
����
�����y��������c����
����
�����y����!����_����
����
�����y����$����\����
����
�����y����*����V����
����
�����y����"����^����
����
�����y���� ����`����
����
�����y����*����V����
����
�����y����#����]����
����
�����y����#����]����
����
�����y����!����_����
����
�����y����,����T����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y����!����_����
����
�����y��������a����
����
�����y����"����^����
����
�����y����,����T����
����
�����y����*����V����
����
�����y����$����\����
����
�����y����$����\����
����
�����y����'����Y����
����
�����y����!����_����
����
�����y����%����[����
����
�����y����$����\����
����
�����y����$����\����
����
�����y���� ����`����
����
�����y���� ����`����
����
�����y���� ����`����
����
�����y��������b����
����
�����y��������b����
����
�����y��������b����
����
�����y����&����Z����
����
�����y����#����]����
����
�����y��������a����
����
�����y����"����^����
����
�����y���� ����`����
����
�����y����&����Z����
����
�����y����#����]����
����
�����y����#����]����
����
�����y����&����Z����
����
�����y����'����Y����
����
�����y����&����Z����
����
�����y����&����Z����
����
�����y����&����Z����
����
�����y����&����Z����
����
�����y����#����]����
����
�����y����#����]����
����
�����y��������a����
����
�����y����+����U����
����
�����y����&����Z����
����
�����y���� ����`����
����
�����y����"����^����
����
�����y����"����^����
����
�����y����1����O����
����
�����y��������������
����
�����y����*����V����
����
�����y����#����]����
����
�����y����!����_����
����
�����y����+����U����
���������������������������x����������������x����?�
�������
�
�
�
�
,�
�
�
�
*
�
�
�
	����!��������������������������}����$�������������
��������~����
����	��������
�����~��������	��������
���������q�������%����������������������������������
����w���� ����}����	����p����q�������9��������������������	��������X���������������������|����"����	����'������������������
����w���� ����}����	����p����q����6����	������� ��������
������������h����&����	���������������g����
!�������������������	�����Ɵ����v���� ������������������������}������������p����X�����������v���� ��������������������
������������|����$��������n��������������������������
��������
����z������������n����$��������x����v����n���������������	��������
����
�������$���������}
	g	�	�~
)	
|��~s�	���������������
������������)�����������������ز����	�����������$����	����Z����������
�}�	b	
�
		��~)		|�	�������)�����������������������$����	����Z������/����)�������������������������	
 ��
�
�
:
����*��������
����h����,��������
����A�������������
������������������
������������������
�����~�������������
�����~�����������������	����e����/��������	����B��������
�������������`�������������������
����	������������W���������������������������
	�����������	����	��������	������������
�����������������������	����	��������	������������
�����������������	����r������������	������������	���������������������������$��������n����6��������J���������������������

$
%
$
&
�
�

)
����"����	����	����	�������������������
����
����.��������P����8����	��������
����
����.��������P����^��������	�������������&����������������	���������������$��������	����	������������
��������
����%����������������
����.������������������������m�������!�������	�
&X�����q
�86�2>����	������������
~��������		����3��������
����}����#����}������������z����������������������������	������������	����}��������	��������}���������~����q����t����_����	�������������	����u����+����
����6����
����:����������������8��������	����
��������������������"		
		
	t
������������	������������
��������0����}��������k����m����?����������������q�������	�����������	�����������	��������
����	2����\�������	�����������	�����������	����
����|����1��������
����������������
����z�������
.(
,
*
�
�
����7m:
�	
	
j�����������
����m�������������������
����m����������������������|������������������������	����Y���������
�����
(����
^����������������q�����������������������u�����������������������u�������&�������������p����
.������������}��������~�������	
�ʀ]�K��������
�
v
!)��'�~��'	�}	�{)D�'���'	��ރ����
��������
b����������������
v����
|�����چ
!)D�'���'��~�������
��������
b����������������
v����
|�������	
	
��������������&��������
�������������������&����������������C���������
����[����
�����ٌ��������&����������������������������*�������������������									

#5			�)������������������$��������	����m�����В
		��������������������������������������������������������������*��������
����
����	{����	�~��������!����������������.����	~����������������g��������
T���������*p
������������
����
��������~����u�����֘	
������������;������������&���������������������������&���������������������������&��������������������������������������������������&���������������������������&���������������������������	������������
�������������������	�������������������������������	������������������������&����������������@���������������&����������������������������	����������������������������&����������������"���������������������������������������������

�������������̧��������&��������
���������Ȩ��������&����������������
��������������������	����	��������	�������
	 ���������������	����-��������!������������	Y����+������������B��������
T������y����%�������� ����$��������
����������������~�������������	h�~��¯
/r�������0�������������������
����������������������j����	���������������*���������µ6
w'm�~�j��~�0j:	�Ϲ%�������
������������&��������
��������I�������

#
&
'
&
"
�
(
"
*
"
)
)
(
+
+
 -
&3
 -
+
$
!.
 -
%
&
'
#
(
+
!�
"/
,9
,
!
&3
(
���������	����	����	����	����	����	����	����	����	����	����	����	����	����	����	����	����	����	����
������������o����	,����	����	����	����	 ����	����	����	����	����	&����	����	����	 ����	����	������������ϻ������������˼������������ƽ���������������
����2��������
����
O��������
������������ڿ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	
(���0�
y"		-		<
}
F
3
	


q

$


			

q


�	
	
b
�{							^>		^�		^<		^�	m	%
r�	sp<	mp�		z		
~R	�
������������������	�
(T
����/	
	
��
-/.+#3�2/���
��������������������������������i�������������g����o����
0������������	������������
��������U����9����	���������������������������������	�������������^����/����y������������	.����	~������������i����&������������R����T���������������	
y	��=	�		�		
:
<	EH�}			
&S7�}��	
v�{	


b	�#"m
%��� m
& ��#
|
���������
�����������y����;��������
]����
g�������������"���������������	*
g&��ƈ������-������������~�������/:~
V
i���	��������

"

&

�
"0
$
�


�

0

�

�

(

�
!
-

�

)


�
g�"	\�
d�	_�
'	
W
�

�

�


�)
48$�1�012�1*("

&

*

)

"

 

�
	
	


�				
%	
�3
<
+
(
&
*
)
 

�		
�
�

 :
)�͌����	����	�����ގ*����	�����ϙ$��������������������������������	�����������������������$��������������������	����	����	����������������#�����Ѱ���������
���������}��������
����n��������x�����ͱ'����������������
����|�����������������������.����
����s��������!����}����������������
������������
������������~����o����	�����q�������3���������������������������������u����
e�����|������������������,������������"����
���������
����	����y�����������������������+�������������
��������������������$����
����	
����	����		����
����"����	��������w����	������������}����	��������������s������������s������������w�������.����	x����
��������	��������������������	�������������	������������
����1��������	 ����	a����6����J�������������	����#)����
����������������������������X����
1����!����	|����,����	
����
�����	����~����	����
����~����
�~����	����~������������	����
����q������������	����h����	����	����	����h����(�����m����y������������
v���������'��������������������������
����.��������~����C�����������������~����������������.����	R��������=����	~����������������~����r����,����|�������� ��������
z������������x����
����3��������
����	������������^����*����0��������~�����������������
A������������� ����
�����~���������
����
���������b��������0����������������
S�����������������
������������G��������
���������
��������|��������������������n����v����*������������������������	�v���� ����
����Y�����	����
����/������������(������������^��������	�������������
����~����
��������w��������������������	��������������������	����	����i����.��������
��������	����~����
����b����0�������������q������� �������������	��������	����]����-��������
��������
����/���� ����
������������������
�����~���������������'����	����	����	������������	����p����"�������	"��������
+�������	$��������
*����	�������
9						
�����������������������	����������������������������������|����
������������
j����6����J�����������������	
�������� ����	a�����������$6
���������������
����	����
����
����	����������������������	��������	����|����
*����������������	
��������(����	Y����������&����	����	����	����	����	����	�������������������������׍��������������������������
����	��������� ����
����Y�����������	u�����ґ!��������������������
����l��������
����
"����	�����Ē%��������������������
����l��������
����
"����	�������!����	���������������
������������
2����
������������ ����
����Y����:���������������������������	u������������� ����
����Y����������җ�������!����!�������������������� ���������������������&��������������������#�������������+�������"��]���
������������	����|������������������������a����%���������~��������	����	��������(�����z��������	����(��������������������|����
+�������������~���������������������	x��������	����x�����������������������	����|������������
����������������a��������<����w��������
����+��������������������y����
.��������������������������������	u������������u�����������������������	����|������������
����������������a��������<����w��������
����+��������������������y����
.������������������������	u����1����	u����Y��������u��������	��������u���� �������
����
����
�������������������
�������
������������
�����������
�������
�������
��������������������������������������������������������������������������������������������������������������
�����������������������������������������������������"������� ������������<�������������m��������%������������	���� ������������R�����������������m����]����	�}��������{����#������������������������ ������������H�����������������m����)��������v����	�|������������g��������-������������	����y����������������g����]��������� ������������
�|��������{����%������������������������o����������������g����/��������v�������� �������������}����������������{�������� �������������~�������������������� ��������O�������������
����&��������	���� �����������������������������
-�������������������������������������������������
�������
����
��������������������m����
e����<������������k����������������������o�����~�����������������l�����~�������
	%

����������������������������
����	������������������������l����	%������������������������l������"��������~������������~������������������������
X����
e���������������������
\��������������������������
^�����~���������������������
W�����}���������������������
Y�����}���������������������
_�����|���������������������
`�����{���������������������
_�����{���������������������
\�����z���������������������
^�����y���������������������
Y�����y���������������������
[�����x���������������������
c�����w���������������������
a�����w���������������������������������������������E����i�����v�����	����������������������������������������E����c�����u���������
����	�������� ������������������������
��������.#
�

1d
0
�
	�
��

u5l0
�y	d�������y��������
����~����	
��������
������������

������������������������
��������y��������
����~����	
����	������������
����������������������۔����
u����%����
s����
/���������������|��������������������
�����1��������}��������
������������!�����5�����
����������������r��������u����}���������(���
��������������������������	�������������כ��������
������������	�������������ʜ)�������
����
	����$��������
��������	K����������������\�����ם

�:
n���������
����������������
��#����0���������|�������������������}����
��������}�������	����
��������������������
��������������
��������
����	������������������������
.����	����o������������	�������#��������	����}��������������������
����	����
t����������������������������������������
��������������������
����	��������
����������������������������	"��������o���������������}��������������������w�����������������	���������������������	�����������������q�����������������������������
����
��������
����
H�������������
j����3����	����p������������}����������������s����!������������s����!������������s����
"��������������������d�����}����	����p���� ��������}����������������s����!������������s����!������������s����
"��������������������d�������#		�L}
fK�
���������t����0��������	
��������j�����Š%��������
���������������(��������
��������������$��������
�������������ˢ	����7��������������������q����4����
��������������������	����=��������������������q����4����
������������������ͱ-,




��������
��������{����������������i�������52





��޳4����f����4����������������
����������������x����w�����������������������z������������
��������	U�������.�������������������������
1������������	����n����
�������������w�������������������Ź����!�����������!��������	����"	����~��������|����������������~�����ϻ!��������	����"	����~��������|����������������~����������
������������l�����������~����
�������������߾��������	����$����	����	������������r��������"����������������������������}�������������������	��������
����	������������	�������
��������	��������������������

����|���� �����	g�������6�������������
��������
��������	����\�����������������
��������
��������	����	�������������������������������������	��������������������������������	��������	W����
�����~��������~��������~��������~��������~��������~��������~����������������	{����������������	��������l��������`���������~����	������������q�����z��������
��������	����������������
����~����������������������������	��������	��������	W����)�����	u����$����s����/����	v����"����t����5����~��������~��������y����"����u����|����,����t��������	!����~��������~����
������������f����~����������z����	������������q���������
����
�������:
	!&}
%"�~n���$�R}p}
>~��}~
�~n�������������������|�������	�������������������������������������������������������������������	���������t������������������������������$�������	�b���#.
�

�

�	
�		
�'�������������������	��������z�������	��������z�����������
������������	������������r����(��������r����,����	����#��������
����z������������i����-����z��������n��������	����\����-����	����J���������x���������������������	��������|����������������y����
1��������~��������|��������	����~��������������������
*��������
Z��������������������~�������2����������������q�������������	����z�������������~����
��������������������Z����.��������������������������������������
������������������������z���������������8����������������q�����������������#����������������q����	%��������
������������r������������������������~����

��������������������������������~�����}����
��������������������Z����1�������������������������������������������������������i����������������	���������������������������	
		 �e���			�)�����������������	�����������y�����������{���������������*�
�
�
���#

o%O	
	
l���*����	����������
)�����������
)����}��������������������
��������n����#����]����1����O����>����B����������������������������G����q����
�����
����o�����������������������u�������������������u�������".m�
��
t���

�������������	u����
����
w����~���������������	�������
�
�
�
?
�����������	5����������������	�����������������y�������!��������	=�����������������������������	����w���������������	=����������������	�����������������y����������&��������S����������&��������S�������	
�
�
%�
$�
&�
 �
�
'�
$�����$��������4����������������������������
����	����"��������	��������������������������e����������������
����2������������	A���������������������	�����Є�6�v�n'	w.%"$
#
""	

	
!"
!�	!'	w2
	w,
	w0
	w6

	w6
	w:
	w6
	w�
	w�
 

�	w<�
��
�!i����������
����	����~��������
~����
����v��������
��������N����
���������~����
m����N�������������	
��������
���������ڋ����
0���������Ŕ)����������"�����������-�������������������
�����������������{���������������������&��������S����������њ����"����{�������������˛	����4��������f���������������*����������������	<����������������U��������������������4����}������������~����m����l�������*��������������������|������������������������g����0������������������5��������^���������|��������������������m����!�������
"����
����������������	
��������������������������������������������������������������	��������	��������=����
Z��������	����~����^�����ި*��������-��������������������	�����������������M��������������������9����}������������~����m����l�������
�
	����$�����٬�	2f	/m���!������������}����	��������~����m����l����1�����׮	�������%1��������
��������~����	����,��������	2��������f����������������(������������i���������̱	
�
�
�
���	��������+����
!����3��������K�������/+|	l������������	��������7���� �����ʹ7+	$������������	��������������������������	����#���������������)'&������������	����#�����������������������������p����������������
�
�
�
�
	����#�����޽����������������E����?�����ؾ����	���������������������¿����	���������������������������	�����������������������'������������J�������������	���������������������~����������������
�
�
�
�
�
�
�
�
����6m4
�	
	
j�����������
����m�������������������
����m���������������������������������������	����������������
������������.��������N�����������	
�����������
������������{�����������	u����2��������{�������{�����������!����	����������������������!����	����������������������������	����b����)���������������������������u�����������������������u��������������#"
���2�
f�����������y������������
���������������x������������
�������	U~�������
~�������	
�ynb/
��������������z����}����
����*����[����
��������	����U�������������|����
	����
������|����}��������	����w����
����+�����	����t��������������������
����������~������������h������������]����
���������	����j����9����	����q����6��������������������	��������6���������~����
����	��������G����~����T����~�����~����������������	��������������|������������	����������|����������������x�������������^����
������������
����	��������}���� ����	����s��������
v����y����o����
�����z����	������������m�������	����}��������	y�������'�
�
�
 �
�
!�
�
�
�
��������#�������	�������������������
q����
����
����^����o��������o�������	�������������������
q����
����
����^����o��������o�������	�������������������
q��������i����o��������o�������	�������������������y����|����o��������o�������	�������������������	����n����>����c����

����	����y����������������
����
a����R�������������	����	.��������c����y�����������)��������������������	����
����
����������������w����}����
g�����������	8��������m�����������	���$�������*�������������������|��������������������b����	����4����
��������	����o����'�����}����������������������������
��������
����	����	������������|������������������������
����
X����9��������H���������
����
j����
q����
|�������	����������5���������h��������w����h����������������p����Q����
��������������������
x��������
��:$'2�7�������
�����������������������
�������������������������������������������������������������������������������������������������������	����	����
����������������������������	����p����&����������~����	�����������������%��
:57����������������������
�������!����8����
������������%��������	��������~����������������}��������~����~����p����q����O�������&����	��������	������������r��������,��������
"����������������3������������������}�������������~����
r����������������"����&��������������������
�������������������	�������������������������
���������	�����������	������������ ����
����~��������
����~����f����-����
����~��������
����~����f�����������
����������������	�������������������
$�����������������:����	����v����
��������	����v��������N����
����a����\����
����a����������8������������	��������~����������������}��������~����~����p����q�����Ѕ����
��������
����
����?������������`����.����R����\������������`�������	
�
�
����	��������+����
!����3��������K������$!	r�������1�����������+'$���#���������������(�����������#&��(����������	
	
�
j���	
)			
|����������	

)�����	


�
�u
i$�����
�)V1
 �~)V0I�
#�
�}~�	Q~>����ޔ��|
�'�}����
v�~s�

��~	p
v���
����	��������y��������

����	��������������������v��������������������	�
v�~
	U���
�������
�������
�����ٜ����������������
v�����������
��������

�����������������������������v����
�~��������	���������t���������������������<����D���������������
�
�
�
?
�
�
?
�
�
�
#��߱#����	����
(����7������������i����G�������!/	3

�ڡ����#����~��������5����
����;�������
 	8		
d
���������������
����"��������	����#��������	����
����d������������
����������������&��������S����������&��������S�����˨����&��������S�����������&��������S�����������
��������1����
����	n������������Y���������
����c��������I����
T����������
��������1����
����	n������������Y���������
����c����-����S��������������H����
T������
����
����r����,����
����J���������
��������������
��������������
����	�~���������������|�������
>����
����0����������������������������|��������������������n��������s�����ɳ
�
%
  
	��ζ!����	����������������d��������8����H��������������������������
�������
�
��޷
)			|���������������
������������
�������������
���������w����������������
����������������~����m��������~����D��������f����
��������)''
	~	
		
			�
���$��������m�����������
������������
������������c�������	!		]�
�
$�
$�
�
%�
$�
&4
-�
,
)����	 ��������1��������%��������
�������������)����������������������"�������� ��������[����	7����	��������������#����
������������
h��������q���������~������������
����	����������������
�������������������	���*���1�

$	


y




	
	

	
	�~�
!


"�
^�uqZ�{

e�z
$

b
:	u
"
$

	`�#, 1

1
,{

$U-�{���	).�
�w)V�2


YN	���
			
�
		qly8�	�	
q���
r

W	6
~�
	ql�~
$

�	
�������������������	����o�������	��������l����������������������������l�����������������������	����o��������������$
(S
:!
 

[1





|


~

~

	q	~ji	9
	t	"		l	e	5
��	 

	

@^�	.
qP�

)4

W�
%
o
�	�q�	L���'����	�������1������������.��������0��������
��������������������������������������������
���������~������������������������������������#���������~������������
�����������������������������|��������������������
����~����	������������	��������������������
����
��������	.����
����	q������������\����
T�����|������������	��������
����~����	������������	��������������������
����
��������	.����
����	q������������\����
T�����}��������������������*�

	t#	$
 \2%m
	5
	���	
����
#m

�~
,~�~}Bc�}	�_�
Z5	

	.
	q\
T
�ob0P��������~��~���x	"$o$!y	%'y #
	u
!"������
�7?
>=
<65432
10/.-,+�('&�{ �~	��������������������9��������{������������b����7���������������{�������������������{���������������#��





	�}



�������
����
��������
����
��������.����
����	q������������\����
T����������
����
��������
����
��������.����
����	q������������\����
T�������	#
~6���y�x�w�			K�@	�vc/Q�@���
.
	q\
T�}
.
	q\
T�~
.
	q\
T�{	
~	

e)
6

.
	q�\
TL\
T�|�|




.
	q
T�ۈ	����������z��������	����
0����p����������������ۘ
 ����	v
�����������$���������
�����������������*��������h�����������������g�����Ǡ
�
���*����	������$���
*������������
�����ݡ�������-6

~

	R�ǣ����~�����֤	�)
l��(
".
#
"

 
#
)
)
"
 
!

!
-
,
"
"


#
(
*
(
)
&
 
#

	

$
$


 
!
"
$
%

�
�
�
�
�
�
�
�
����"������������y����~����>��������y����~�����ޱ		R�߲����������������}��������������������
������������
�����������������q����������������

	R���
������������	����|������������������������
����
h�������������������
����
j�����߶ 
	
R�ط������������
����
j�������������������o�������������o����$��������	�����~����
'��������o����m������������	)��������	����	��������������q����7��������	����l�������������	����S��������o����7������������������������q�����~����������������w�������%:	��z	
�	
�z				q-
r

%	q!

	j;	
	t*��{�������y������������x������������
����~����
������������
t����/����
����������������	
��������
�������
����	��������	����d����.����
��������~����
������������n����#����]����}����/��������	
��������4����	M�����������
t-m
(�������}�����������1����������~������������
����~����	������������
����������������
t����/����
�����~�����������������������o�������������o����%��������	������������
����u����z���������������������~������������	��������	���������������������w�������������������	��������������������w���������������	��������	��������������������w�������	
$:
�
%�
$�
&����	 ��������1�������������������	����	����v�������#


w�X
6#	l���	
~~	

}
~Yc
�~	

}
~Ug
�
~
~
~
~
~
~
~
~
~!~	 
~~~
~~~
~	~~


?~	
~~
��"	"!	# = 
Z$#	"~ ^ 
6	�����������������������9������������#��������[������������^������������	����=��������`�������������������#����#��������V��������	�������
�
�

�
�
0
��������&��������o�����������	-��������h�������������������	"����y��������$����u����
$����v����q����i�����������	5������������#����
����������������v������������	����u�������������D�����������������������n����9������������O���������������������
��������u��������
����z����A��������O����z�������������������{�������
������������������������~����
������������	����s����-����}��������
��������r��������L����m���������z��������
$Z���*���)
�
�
�

!
!
�
8
�
�
�
!�
�
 �	<���������!������������	(����	!����
)����������������b�������!�����������&�����������	������������������������u�������������������	����	���������������y�������
b���������	b�!_��������������	b�n
0			!~��������������������(����������
7����e����9��������*������������
������������z�������
��������#�������� ������������������������
��������
����u����	1���������€����
��������#����u�������	���������������!	
�{?v'zA�
}|o
���
������������
����������������	����q�������	�����׆����z����������������h�����������|�����������������������
�
����*����	�������$��
*������������
������������ҋ-6

~

	P�������~�������	�
j���(
".
#
"

 
#
)
)
"
 
!

!
-
,
"
"


#
(
(

	

$
$


!
"

 

�
�
�
�
�
�
�
?
��ʪ"�������
		P���
������������	����|������������������������
����
j�����ƛ

	P���
������������	����|������������������������
����
h�������������������
����
j������� 
	
P���������������
����
j�����ğ!����!��������	o����a����q�������������������������������������	����^�������
		t*r
%	q	!

	j=t���ã
����
����r��������
��������~����
������������n����}����&��������	
��������2����	O���������������y������������x������������
����������������	
��������
������
����,����]������������
����
������������o����#��������
����u����z����������������������������	����������������	����
P�����������&��������S�����������&��������S�������	
%:
�
%�
$�
&��ʸ	 ��������1���� �������������������v������#
*^
7#	k���
~~}	~Yc�~~~~~~~~~!~ 
~.~-~,~+~)~(~'~����������������9������������#��������[������������\�����������	����=��������`������������������$����#��������V��������	������$�
�
*
�	
2
����
��������������������	[������
#
���#����	����	�����������y����*����������������
	�������������������������
����
���������
������������'��������
����q�����~��������"��������
����q�������������������������
����	��������m������������	��������O����
8��������
���� ����
��������~������������
����
���������
������������'����	��������
��������~����h�����~��������"������������
��������~����h������������	�
	
$����*���
2
�
�
�
!�
�
 �	<���#������������	(����	!����	����
)����������������b�������!�����������&�����������	����������������������������������������������u������������R������������P����&��������S����
�������������������������������������	����	�������"�����������
7����e����9��������$������������
������������z�������
��������#�������� ������������������������
��������
����u����	1���������������
��������#����u�����������	���������������4������������	����
����	������������{����*��������������������o�����������z����������������h�����������|�����������������������	
�
5
3
�
�
����%�����������
����%������������	����	i�������������o����#�����������������~��������	�������������������������q���������������������������������m�������&�����������&�����������
����%������������	����	i�������������o����"�����������������~��������	�������������������������q���������������������������������m�������
����%������������	����	i����)������������	�����������%������������	����	i����*�������������������	
�
�
����%�����������	��w
�
�x			q	-		r
%	q!	


		j;	
	t*��}��}��|		
t-m����
����
����r��������
��������~����
������������n����}����&��������
��������4����	M���������������y������������x������������
����~����
������������
t����/����������������	
��������
�����������}�������!����!��������	o����a����q�������������������������������������	����^�������
����������~������������
����~����	������������
����������������
t����/����
�������	
�&/.&
A���~~����&�����	�'		
'	#	
(	

	�|		�~
			'


	!��	�

�

:
�
�
�
�1

	���	������������~����	
��������G�������!��������4 ������ �������
�x	*wf|�~"
u|h|���
�������
�������5����������	������������
p����������	��������~����
���������������
��������
����
��������������	�����������������������	
��������������������
����
���������������������������}��������������������u����`����a����������������������#����*����x���������������������&8����r����s����w���������	������������p�������		1����
������������z�������������������������c�����~����
����~��������~����������������*����
~��������������������
����t���������
����t������		
		p>?
		~s	j		s�؋	������	�����Ό	)����+�������������������	
�������������������	

~


	m�	(	m	����	)
���	
�������	
�������%��������
���������������������������	��������{�������
��������������������������
������	�������	�������������������	����
����{������������v�����҅	������������
����

������������~����	\����	H�����چ		��������������������������~����
���������
��������v����G����������������s�����ۈ	����
��������������������	����
n������������|�������	*���	�����������	����������	��������
�����������	$:


�	[���	������	����
������		�*
`���	�	
		� 	
�	
�	
��!%%�$��0/ ,+
���	����
%�������		#�����������������ŝ	����
��������o�����������	
���	����������������	����
t����
e����1����������������
j��������������������������
i�����~�������������
�����~�����������������
���������
����	������������	����
o����e�����������������	����
o����e����=����	�������� �����������������������	������������������������I�������������������������	����O�����˥	������	>����	��������	
����~����	����	
����~����	����	
����~������������k����?��������k����
��������
��������
�������������
�������	������������������������I�����˙	��������{��������������������|����������������������������{�������	����������������	������	���������������������ߨ	�opj�
s
%~
+o
o�l~&l
:l
$~~.s~
�h.p,
-~7*g/	y
'			q&				~

�
	"~~
%~~�
s
	
�l�ܱ	

	


|

#							
	
	j	�$
		'


 
	
$~\~	�
B��з		�	
���							�			

���	
����
������������)�����������	
����
������������)�����������	���������������	��������������	��������%�������	
�������	�������	0������
�
!���	�������	{c7I������~��~��~�


*
	
	:{
"�~{��
���	������������
��������v�������		���	
�������	
�
�~
���	��������	������������
����	)����
����w����&�����������	���	��������������������	����
����!������������	R�����������	!���	��������������������	����
����!������������	R�����������	
!���	���	�
F ���		�������	

����
��������������������	n�������	
�
�
�
�
�
!�
�
	����	
.


���	����
"�������������������	������������������������	+�����������	������������������������	+�����������	
!���	
"
���		�������	
,
%c*
���	�������������������������������	 

�
���	m
����	&�����������	

r.
�
���	������������.��������|��������
��������
����
������������n���������������������
�����������������
�~����������������
��������������������	���	
���	
��������y��������l����+��������D���������������������	���	����
�������	
�
	����	
<��		,
T4�~�	
���	�������	�
���		,
T4�~�~
	q�	
���	�������	���
�~r��


	�	�H
�~rH�
���	���	����	�������� ���������������������
e����.��������
������������������
�������������������������	���	����	�������� ���������������������
e����.��������������������������������������y��������m����"����^��������	g�������������������������		
	

�	���	 	��~

	~x~h	V�			z���	����
�����������	"����q���������������	


�	��	,u
vnd�
		T8
��	l���	��������������	&����q����!�����������	
�
�~
~x~h		I���	�����������	!����q��������\�������	����	�������� �����������������������������	`����
e�������������
������������������������	
		
|#���{��
�������������������
�������� �����������
������������������
 ���	
b<�	~���
����	�������� ����������
����	��������"���������Ʉ
����	��������!���������܅
	���
���
��

1�~i�|!Q���w
"	�~�1
~
	u
e�
~hk	�}�~
t���
����1��������!�������������������
	*
g&����
�����ُ
-������������~�������
/:~
V
i���
	�������
�*

*6
'

8$>���������
"�76r�
�
-�
 '
#��
�
5	
�	
	6
	6
16
��~
$

"
*
)
&

%
/
,
)
3
�
�
:
5

3
=;1:
+:#9
,9
59'8,7)6
86
6
6
6
6
66
/6
%6
7626�6�6�	6�6�6�6�6�6�6�6�616)6;6=6�6-6-6
.5	675�5�5�5*555=5�5�5�5�5�5�87
5
s5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�5�55
�55#545�5
�$$�5$;$�$�$�$
�$
876$
e$�876$
h5�6
5�6
%56
5�6
5
�	5
:875
f5�876:
c5�876;k5�

876
n5�;875
j5�;875
h5�;875
b5�876;c5�876:k5�9875
d5�987#5
[5�9875
`5�987!5	555]5�9875	555i5�987$5
Z5�9875	555_5�6
5�6
%5�6
 5�6
(5�5�5
�45
4$5
4�4�4�4�4�4
�45
4
�4
3�4
$357653
f3�4
3=4
&3�4
'3�4
"3�4
#3�4
!3?4
!3�4
 3�4
13�4
3�4
.3�4
3-7653
`3�7653
h3�7653
d3�4
%3�3�3
�3
7653
k3�4
3
�23
2�3
2�3
2�3
2�3
2
�2
1�2
1
�1
7""		"
 0
0


'




5
9
6
7
:
�

		

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�


		
 
:
�

		

,
.02
;0
�/0
/
�-		--�-�-�-�-�-
�##		#
/.-#
h,�0/.,
i,�0/.,
c,�/.-0	00+h+�,
+�,
%+�,
+�,
+�,
 +*,
+
�*+
*
�(		(*(�)
*(7)
'(�)
(9)
(
�&&		&
*)(&
h&�*)(&
^&�*)(&
k&�*)(&
`&�*)(&
e&�*)(&
f&�*)(&
a&�*)(&
a&�*)(&
f&�*)("&
[&�'
+&�'
&�'
&�'
&0'
(&'
(&�'
&�'
&�'
0&�
'
&&�'
,&�'
!&�'
&&,'
&�'
&�	&�&�&�&�&�&�&�&�&
�)('
i&�*)(&
b&�'
&�'
&4'
&
�		



!%%
%
 %

%*"
�"
"
:"
6"
�  		 
&%" 
e �&%"$ 
Y �&%" 
^ �!
 �!
 )!
( �&%"* 
S �!
) 
�%"!
d�%"!
l�%"!
f�"! %g�$"!
f� 
� 
� 
� 
� 
� 
(
�"! $h� 

�
  
� 
�'4
�
�
8
�

�
� 
h�
�
�
;
;
 ���%
�%��		

�
�

�
����������
�

�
:
�
�
;�
�
�
�
+
�
�
'�
�
#�
�
�
#�
&�
#�
�
'�
�
)�
�
.�
$�
(�
#�
�
�

�		!5>4,
-
<
�
6
6
�
�
�
�
�
�
�
�
�
�
+
1
�

�		%�;�������������������
�%'
*q:
����������
�
:
�
�
 �
�
�
�
"�
#�
 �
�
�
�
!?
�
"
!�
 �
�
�
$�
"�
�
�
!�
 �
�
$�
�
�
�
�
�
�
�
�
�
�
 �
�
�
:
�
�
�
�	

��	�Ե
&
�ʶ
����
������������y��������������������u����������������
��������
����n����#����]����1����O����>����B������������������������~��������i��������������ܸ
��������d����/��������
����|����
����	9����~��������~��������
~����#����~����2��������
~����m����7����~��������~�����~����
���������~��������������������������������������������������������������������	����������������~����~����
%��������~����%�������"����	�������#����	����	�������-����	����	����	��������	����	�������������������� ����
�������� ����"����
����
"�����۪�����������
�������%�����������%�����������&����������(�����������������
(����������
��������,����
����������������~��������-������������	����	������������	��������	"������������	������������~������
�������
	
��
��������
#�������������������������~����	4����
������������~�����~����������������~��������������
(��������
����
���������������������%����z������������������������������$������������U���������z������������
&��������
��������Z�����~����
��������������~����~���������~����'����1������������d�������������	 ����
���������_����&����
���������~����9����
����}��������
��������t����������	����

����}��������}����#����}��������}����&����}����6����	����w����
M����q���������}����6����	����w����
M����u���������

����v�������(�������������������!����
"����"������������
�������3v	
	���
#	�������	�������!����	����	�������/����	����	�������	2���������������������������������
����y�����������������`�������"��������
0�����ݍ"��������������$����	�������7����	����	����
����'����&���� ����	����	�������(����������(�����������%��������	����u����/����~����������������~��������	������������
����q����-����	����u����/����	����u������������	����
����s����+��������
����t����X����
����g�����������������u����������������
����������������v��������	����c�����������������m���������~��������~����������������k����/%������������
��������������������*��������~����l����*����V�������������~������������������~�����~����������~�������������~�����~����������~����������~����������}����������}����������}�������������������������g����	�|��������c�������
,�����������

%������
"���
|
	u��
t

j�ڕ
	����s����8������������h����H��������������
�������
��������y����*����V���������	��������`�����������������
����
m�������

'wfy7���
	
���
	
�ݚ

�������

)������������3����%����i����,�������

2�����Ɲ

0������������
(����&�������
	-		)
��
#���
"����	r�������������������������k�������������]����	���������������������������������	����	����������������q���������Ţ

"�����������������~��������������������k����6��������	
����~�����������������
��������	
���������}����$������������U�����٥

��������	����	��������	��������r����������������!����������������p������������
����	��������j�������

��������	����	��������	{������������!����������������p������������
��������~�������
1

*�j#J^���
-		#~		=|
~u't����
�������
�������
��������������������q�������
(8q���
����
�����������
���������������
����������������
��������	�����ܲ


����������������
����~�������
!������������~�������������o����!������������W��������c����
S������������a�������
����	�����������
����	|��������m������
vd�~	
d;	"ip���
���������������

��������y����
�������������~����	%����1��������l����S����~������������������p�����~����������}������������
�������
������������~��������	����	��������"��������~����
����	����!����

����s�������
�����
��������u����	�������
�����~����	"����
����|���������|���������|���������|���������|���������|���������|���������|����:����~����$�����~����~����)����
(����	����~����k�����~����~����8�����~����~����4�����~����~����3�����~����~����,����
(����	����~����k�����~����~����(�����~����~���� �������
��������
����~������������
���������4����	
����~���������	
����~�������������������������T�������
$;��������
��������~����
����������������������������������������������������(��������}�������
1����	��������x�������
4����	��������x�������
����%����	�������
����
*��������
��������~����j�����������
7����	��������x�������
�������
����*������������+����	��������3����������������o����h�����������������H�������

����������������
���������������
$������������$����
��������U�������
�������
����
����|�������

"�����������������
����������������	��������
��������	����	��������
����������������	r����$���������
���������������
��������������������u�������

(��������	������������&����������������b�������
1����
������
$������������

����������������	������������	������������������������
��������"����
����q�����������
���
����������������}����w��������z����!����$������������U����|������
"�����������
������������
�������
"���
������
"���
�������
"��

��
�������
����$����������
7����	����\������
�����������������
����}��������"������������|����}�������������������������������|����F����������
4��������~�����������������������������+����	
����v����
��������x��������w�������� ����`����/����Q����
�~����$������������U�����ك
8����	����
����}���� ����	��������
����������������	6����������������
��������~����m���������
����~������������	�����G�������-������������
������������~����H�������!���� ��������~��������
��������T�������
+��������~������������	����
����o����%����������������������������	����	����
����������������	=������������|������������
2��������	��������	��������M�������.��������
����������������������������}��������������������������������������������	����������������������������
�~����N�����Ս
+��������������������������������6����
����	����2�������������N��������	����u����
N��������	����u����
����������Ő"��������~����0��������~��������	����~��������
��������o����������������������������	����t����	�����	����	~����@�����������.����	����
������������`����R�������#+����~������!��������~�������
�����Ӟ�������
������������������
��������}���������֣(����������������s������������2����������������������������������|����4��������	������������#����~����.����
��������������������s��������
�����������������������������
&����������������s����3���������������������	�������������'����~��������	������
&����������������s����3���������������������	�������������'����~��������	�����ث
$����������������s����3���������������������	�������������'����~����������������������������)���������������������������
�����
����o���������	�������������{����N��������{�����س$��������>����
����o����
:����~����,����~����8����q����!��������n����q����2����~����?�������������
���������o����!��������y����
���������	����	}���������������������������
����h���������~�����}������������y����
���������	����	}���������������������������
����h���������~�������������	{���������u����
#����|��������������������{���������u�������������������������������������y����
���������	����	~��������������
|����q���������������������
����h���������������������������������������������������������������������������������������������������������������������&������������������p����������������-����������������W�������������e����1�������������������������$�������-������������ ��������	�����������	��������	����{����>����
������������e�����������~����)��������
����	����
0������������j�������������{����5��������i�����������������%������������ ����������������u�������������~����4������������8��������	������������	����	����
����~��������}����
����~����q����P�������������%������������~��������)������������Y����/���� ��������	����
��������	��������
����	������������
0��������1��������	��������+��������%����������������	��������������������������	�������������	�����������'��������	����	���������������������	������~��������~��������~��������~����(����~�����	������z���������	������1��������
����z�����������������	�������
���������������������$������������U����	�y�����������������
�y����
8����
��������~����9��������~��������$������������U����Q����~����M��������~����k���������
8����
��������~����9��������~��������$������������U����Q����~����M��������~����k���������-��������~��������$������������U����W����~���������0��������~��������$������������U����U����~�����z����[��������k�����	��
��������~��������	����
��������~����&��������~��������	����
��������~����&��������~����������������~���������	������0���������	������
���������	��)����(���������������������O����
�����$����!��������`��������U�������������	��������m�����~����f��������������$����!��������`��������U����	�~����f��������������$����!��������`��������U�������������	��������m���������$����!��������`��������U�����	�
������������	���������V���������	����������������������	q����!�����������������	��������������	������
����p�����	����������
����r���������	��������������o����
���������~����6��������~����������������o����%������������b����	�����������������������
������������������������	��������
�������������	�� ����}����/��������~����T����q�����	��������������o����
������������y����
���������	����
,��������R���������
���������X�����~������������
����h�������������������������������������������~���������	� ����}����+��������~����X����q�����	�����	�������������	�� ������������"����
����	���������	֍������������������������������������
���� ��������	���� �������������	Ґ	��������
6��������{����1����&6����������������������������������������������`����
�����
����p����'����
����	��������
��������		����4������������l����"��������~�����~����
����Z�������������!��������[���������������������`���������{����!�������������	�� ����}��������
��������~������������~���������q�����	������������������	�������������	���������������	ݚ�����	ٛ�����	ќ�����	ȝ����
����r����,����
����������������
����		�����������������	����������o���� ������������
����	%��������/��������|���������������	������
��������������������
>��������|����$����	/��������/��������|���������&�����|��������
������������w��������	������������l��������z���� ��������	����x����`����
����	������	��������������y����
���������	����~���������
������������������
����h����������	ҩ��������	����
7����p��������m�����	��!
8
	
�	��"���������	�!


{}!w>w4~$w:w�}Y�		z8		q	
q%
-
�	�����������	��
����}��������
��������i����q�����	��/������������������������	�����������������������������
����������	��
(��������~�������������y����"����^����;����E������������
����
�~����
������������������������n����(������������M������������������������������
�����	ŷ#������������}������������������������}������������	v����t����}����+��������������������������������	����
������������	����	����t�����~����q�����	�� ����������������	������������j����)�����������������
����������������_���������������������s������������}�����	��3H	
~
5%	~[���	

~	
	
v
*~$e(�	���������������	m��������	6������������o����(����X��������������������������������������~�����~����o�����������������������������	������������������y����
���������	����
,��������R������������������X�����~������������
����h����������	��	 ����}����
����

������������y����
���������	����
,��������R�����������������
����h����������~����q�����	��
$������������}����	��������p����	!��������t����b����q����(��������X����9��������G���������}�������������S������������������������\�����	��
"��������<����
���������������������b����M����}����&��������~����m����p����m����c������������
�����	��
����~����!������������~����$������������~�����	��>%��������/�����}����O����}�����������������o��������}����
X�����������������o����q����0����}���������}����������	��
&��������
����|����������������|������������$������������	 �����	��������������y����
���������	����~�����������������
����h�����	��
(�����������������	������������
�����������������������������������������������~���������	������+��������!����	����
������������}��������j����
0��������y����
��������;����E������������
����h�����	������	����������������	����	��������	����
����	���������6����
��������f��������$�����	��.������������	����
����}����-���������������������;��������
��������������������������������
����u�����~����o���� ��������H����b�����	������
���������������������������,��������X���������8��������X�����~����}��������(��������~����X����n����l�����	������
������������������	����"����
��������~����������������p�����~����}����������������~����p����n����l�����	��&����}������������
�����
��������~�������������~������������4��������~�����~����|������������"��������|������������
p�����~������������������������c����'����������������c����(��������~����
�~����l�����	��.-��������
�����
�����������������5���������}����}���������������������~����8��������~�����~����
��������~��������������������c����a���������q����	���������~��������������������c����a�����	������
��������������������\�����	�����	���������	�+����������������s������������2������������������������������|����5��������	����	����	������������#����~����.������������	��������������������s����������������������	��
%����������������s����3���������������������	�������������'����~�������������	��
%����������������s����3���������������������	�������������'����~�������������	��

#������������,������������r����"����-������������r����7��������s����	3��������������������������
����'����~��������
	��������
����
w�����	��

#��������s����
�������������������������������������~�����	��
(����
����
����'����
	��������
����w�����	��
�����	��
������������w����
"������������`����.�����	�
������������w����
"������������Z����4�����	��
�����	�
����		�������� ���������	��
4��������,��������{������������-��������~����'������������������������(��������{������������)��������~����&��������'��������
 ���������	��
��������{����$����{����
=����
����x����
$��������.����
����x����
#��������.����
����x����.������������*���������	��
-��������k����������������������	�
-��������k����
4��������
������������������	��
"����	�����	�
)����������������	��������	���������
����������������q����)����o����
 ����
����������������~����A����o����	�����u����
����
����������������{����
�����������������u�������������k������������B����
�����
������������K����B����)���������t������������d����)��������������������j����1��������y����
���������	����	}���������������������������
����h�����������������y����
���������	����	}���������������������������
����h����������{��������y����
���������	����}���������������������������
����h�����������������y����
���������	����	~��������������
|����q���������������������
����h�����w����$��������-����
|����W��������U�����	��
z+U:F�	}
(t	�q�	Ѩ
����������������	\��������3�����������������	m��������	6������������o����(����X�����������������������������~����o�����������������������������	Ŭ
��������	����}����l����
'��������

����"����~������������y����
�����	��
,���������	�
����	����	5��������	�����	�
1����	�����	��
����,����	�����	��
�����	��
���������N������������{�����	ʷ
����
���������	��
����v����:��������
����y���������	��
����
����}����/���������	��
/��������������������
�������������������������������~�����	��
����0��������
����y���������	տ
�����	�
�����	�
'�����	��
����
����6����
����	&����	����}����X����e�����	��
 ��������
#����	����	���������	��
(������������$������������U�������������~����k����
?������������x����$����'���������	��
 ����
�����	��
8
�	��
#��	��
*��������?����z������������
9����	��������d����%����	 ����~����
������������"����
����"����&����?�������������	��
?
�	��
	*
�	��
����
�����	��
"
0	32	z!
)a�d
y5%	a
9	{+	
[?
'	d
�	
		]	�=fW�f.
�
�u�	��
	/fW
?

t%[	�

#	�	��
����	����	.����������������q�����	��
�����*��������	����	I��������
�����r���������������������	����}����	!��������x����
��������������������������
�����~����~����	�����	�|������������	����	T��������	u�����	��
������������!������������y��������#������������
������������q����.����	��������R�����������������������������s����)����t����.����R����
����	���������%����	��������R���������������������v��������������������	������������	����������������������	���������������� ��������~������������y����"����^����;����E�������������q�����������������
����
�������������������������e����>����~����&����~����+����~����
����������������n����(������������M��������������������������������������
����
�|�������������	��
1����������������`����
4������������'��������Y�������������������	��
(����
�����	��
1����������������l����
(������������!��������_�������������������	��
5
a�	��
"��
�.
y	{
��

'
�}

�
�
�{.
 �~�~

	&	}Xj�

~j�	��
	.��������$�����	��
	.��������$����
 ����	�����	��
2
*
�	�
����
�����	��
 �����'�����	��
���������)���������
��
0��������������������������������~����k�����
�
������
�
 �����&�����
�
 �����'�����
�<�}#~.~l5 �~
�|
s=	
p��70
 y>}	/k�q�
{�~.�-�
�����
��	���������
������
�������
��%����/����
����
��������i����j�����
���#
.'
�
�
,


�
�
�������
��


���
��
�
��	���������
��������������������������
����n����.��������k����.��������
����}�����~����
�����
Ҏ!���������
��0	



:

��}�
��

"
	~



�
�
�������
��
�
Ɠ	�����
�����
��������e����%���������������������
Ҟ�����
ʟ������������x����
���������	����}���������
������������������
����h����������
�����
����$��������{����)��������{����r����"�����
������������������t�����
ޣ����&����<����a����'����;�������������������������
����
ɯ�����
հ�����
± ����}����
������������
����
������������	�������������~����q�����
�����������
س��������~������������
��������#��������	��������~�������������
������
�����	����~�����
�����
�������
�������
�������
�������
�&��������	{����$����
����.������������p������������z����
=����{��������
�����
Ͽ	&��������	{��������
����.������������p������������z�����
��	%��������	{��������
����.������������p����z�����
��3)-o	#pc^�}{/��{�u�	i'
�
+	|

�
�
0
�
��������������~�����
��	 �����
��������������~�����
������!������������	R���������
��	 �����
�������
��#o(
 	#]	/
��~^��
������������������	T���������
��
�����
�������
������	����	������������{����#���������
����
$T	�
�~
�~
�~
	��~
�~
�~
�
�}
�
�
��������������	�������������
��
�
��$������������
����o�����
��������������	�������������
��
�
��$������������
����o�����
��������������������������
����o�����
��������������	����������������
����o�����
��������������������������
��������
^�����
��������������������������
��������
U�����
��������������������������
��������
Z�����
��������������������������
��������
X�����
����$T	�~
�~
�~
�~
�~
�~
�~
�~
�
�}
�
�
��������������	�������������
��
�
��'������������
��������[�����
��������������	�������������
��
�
��'������������
��������V�����
��������������������������
��������U�����
��������������	����������������
��������^�����
������������������)��������n�����
��������������������������
������������`�����
��������������������������
������������W�����
��������������������������
������������\�����
��������������������������
������������Z�����
��
'���������
��'����	������������	�����������������
��*��������
����}������������p����Y�����
��'������������i�����
������$������������U���������������������	�������������_���������
������$������������U�������������	��������
�������������������������_���������
��!

�
�#

v(
�L
YE
g��
��	�����
��	�����
�	�����
�������
��,
�
���������������
��,
�
���������������
��0���������
�0���������
�������������u����������������
����	h����0����
����������������q���������������� ��������
����
��������~����
����
����}��������!���������}��������i�����
�
����������������������������	���������
��
&�����������������
��
�����
��*����
��������	�����
�
o	 
	1		#
	X	�{
�{
�
ʆ��������	��������
����r����5����
��������	������������#������������������
��
o	"
	+{�
��������������
����������������|����+����
��������
������������#������������������
����������	�����
��
��������s����6�������������
��%��������s�����������������	����`�������������
��)��������s������������<����������������������	$����	����X�������������
��#��������s����=������������������������������
����|�������������
�#��������s����=��������������������������
�������������
��/��������s������������<������������������������������|���� ����	$����	����X�����������������	�����
��!��������s������������������������������
�����������#��������,��������
2���������
��
?����	������������s����=��������������������������	��������
����|�������������
������	}����'��������s��������(����X�������������������������������	��������
����|�������������
���
	w(
-Z{�
��#�
�
����	����	����������������q����"����	r�������������������������k����
 ����(������������x�����~����
��������	��������V�����������

�H
������������������������������������������������
��������}����~��������
����(����	����}����~����i����2�����������������������������������}���������}������������	����}�����������������"����������������{��������
����	����������������G��������������}����
����	&����	����}����X����e�����~����
����	����������������G�������

�E
��"����	�����̮
������������+������������+����������������c����	,����}����+��������
����
��������	%��������	����u�����ı����.�����������2��������{����#����
����p����1��������
����q����U����
����d���������������2��������{����	"��������
����p����/��������
����q��������
����
����o����(����
����
o���������
����_�������������
����q��������
����
����o����(����
�����~����#�����
����m����#����
����
����	����	"��������
����n��������	������������
����n��������	����
������������
����n����d���������
����m����"����	��������
����d�����������������������������W��������N��������X��������R��������O��������R��������X��������W������������������������������������������������7��������
I�������������
��������������������
�}����>��������
����������������������$���������������������s����	n�������������������������������s����
��������������
���������������+��������������������s����	n�����������������
���������������+��������������������s����	n�����������������
���������������������������������������s����;������������s����	n�����������������
���������������$������������s����	n�����������������s����������������������s����
��������������
��������������������
����
���������������$������������s����	n���������������������s������������������
���������������$������������s����	n����9����������������s������������������
��������������� 	w
 -	����"����	���������������&��������
����i����)��������
����i����'��������
����i����$��������
����i����&��������
����6������������N����������������~���������������m����(��������I���������������������������	�������������o����	n������������������|�����������4��������~��������%����6��������J�����������������
q����<������������~����
�����j��������~����
�����	����
���������~����	l����>��������~����B����]��������~����	X����b����
q���������������
������������	/����s����"���������
���������������������e����Z����
����g����t��������������������n���������������	������������-�������������o����6����������������$����q������������}�����~��������	����}�����������������������������~������������o����L���������������
���������������������"��������!��������	+��������t��������b����+��������t��������
*��������t��������"��������!�����}���������ˍ��������"���������������
���������ێ	


���
��������
�����
����n����7��������
��������	�������	


�ߑ$7

 '
}
*
}
;

w
s


u
	;
z�ϓ�����������
��������
����7��������I����������������������
����h������� ����
������������	-����S����������������
�������&����������������	����T���������
�����	����W�������5������������(����X����(�����������
��������x����
���������	����}������������������q�����������������
�������
��������x����
���������	����}������������������q�����~������������
����������������	u����!����~����w����~��������������'���������ܞ	������������	����~����~��������~������������~����~����	B�����������	{���4��������W�������?��������L�������	{���?��������L�������)�������������}��������}����#����}��������}��������|���������������������	V��������
�����u����
�����}���� ����|������������?���� ��������

������������
����	����}����~��������}����7���������~��������
�����u�����|����}��������
������������}����	����~��������������������~�����������������l���������
����{�������(��������#����}����
5����}����'����}���� ����}����	����~������������~����~����Z������������������	����}����(����}����(����}��������~��������~����������������~����~���������u���������}��������
��������
����}��������
������������}����	����
��������|������������I����u����������{�����������~
�ǯ
������������
��������
����~����R�����ְ
������������+��������a�������������dz
1��������~������������
����%���������޴
,��������~�������
,��������~�������
<��������^��������
������
=����	����_��������
�����ѷ
?��������a��������
�������
5��������~����%����~���������������
0��������~��������~���������������
;�������� ~����*����~���������������
���������|����"����~�������������������}����
���������Ľ%��������	���������������
������������y��������m������������	��������
������������}��������	���� ��������~����d����f����q�����������������~�������

}

�|%	
~#]� ��
��������
����
����~��������
��������
����~����f����'��������~��������
��������	%����������������	������������{�������������������~
V
i���	�������	#����m���������~���������w����m����
���������	����	k����������������o�������.��������'����	����������������o�����������	��������9��������
�������������	:����{����	P��������l����	���������{����	���������~�������
%������������	����������������!���������}���� ����q����(����
������������|��������	5����~����`����
������������|����}���������������������U����m����
b����	����������������o����	j����~�������+��������$����	�������$��������	������������}������������q����"��������^����t����I�������%�������� ��������9��������%����	����������������o����������������(��������$����������������!��������������������������������$������������������������������������������������������������������������ �������������������������������
��������������������\�����������:��������~����d�����������	z�����������	����j����4��������	��������4��������	��������t������������
����	X�������
����
��������~����$��������l����(������������
��������������������)��������~����l����*����V�����������������������~�������������������������~���������������������i����
�}��������`���������������	��������������������u�������'	"�}�r���	%����
����	
��������
����	e����=��������
�����������}���� ��������
~����#����]����.����
R�����������������
����
��������
��������j����
���������y�������
����
��������~����(��������h����$,������������
��������������������-��������~����l����*����V�����������������������~�������������������������~�������������~�����~����������~���������������������e����
�|��������\�������'	"�}�r���	%����
����q����.����
����%������������~������������|�������������h���������|����!��������
~����#����]����.����
R�������������	����q���������������}���� ��������
~����#����]����.����
R�����������������
����
��������
��������j����
���������y�������
����
��������~����!��������o����!%������������
��������������������&��������~����l����*����V�����������������������~�������������������������~����������~���������������������l����
�}��������c�������'
�������|��������f���������u����
����
����v����n����m����
�~����	����
����
����v����d��������<������������\����6����
����v����n����\�������������	�����}����&��������
~����#����]����.����
R��������	���������}������������~����n����u����1����������������.����
��������|����%����}����2����
��������s����
?��������y�������
����
��������~����%��������k����')������������
��������������������*��������~����l����*����V�����������������������~�������������������������~�������������~�����~�������������~�����~����������~���������������������h����
�|��������_������'
�������|��������f���������u����
����
����v����n����m����
�~����	����
����
����v����d��������<������������\����6����
����v����n����\�������������	�����}����&��������
~����#����]����.����
R��������	���������}������������~����n����u����1����������������1����
��������|���������}����2����
��������s����
�������������~������������}��������}�������������
�~����
����	����~����r�������
�͆����
������������
��������#��������
����}���� ����	����
~����#����]��������?������������!��������l����.����	������������j����~����1������������i���������
��������m����������������j����~����
�����
��������m����	,����������������j����~����l�����~��������`���������+��������h����*����	������������f����'����������������f�������������W�����������������}����*����
����	����	����}����~��������
����}��������	����~����!����}����
.��������u����!��������~�����������������������������
 ��
 	!l#i<		j~%				
j~l�~`�}�
�~
	~9���-�����������
������
������������
��������
����|����!����	����
~����#����]���������������������"��������l����(�����������������	������������j����~����=����
��������m����������������j����~�����~��������`�������������
�����ҙ��������������$~
-���1��������$����}��������E�������}�
�~	
���%���-����
����	����~����r�������
�������������������$��������������#����	������}&!l'i/i�j]j�`�!h,d4e4d�fYf�~`�
�ڥ"�����������	}
k���	%����
����
����
����
^����0������� }
�
�|
�֨����!��������l����'������������i����,������������	������������m����q����{�������������`����
�����!��������h����+������������e����0������������	������������i����q����{�������������`����������������	��������p�������
f�
c�~%
Y�l
"
\�*
T�'
W�h!&
X�����������}�������������7
i9�����������
i���������е�
i��������}�������?
e=����������}
�
�ɺ������������������������������������������}����)��������	������������	��������������|��������	r�����ý������������v����#������������
����������������������������~����l����*����V�����������������������~������������������~�����~�������������~�����~�������������~�����~���������������������s����
�}��������j����������}����<��������	g����������0~
q���

"~		~
}#
~#].
R
�
~
&
	
	
f
y����)����
����
~�����������	����$�����������0~
q���
1~�	~�~
~�	~� 	~�~
~�}#	
~#]
.
R�		
f
y����)����
����
~����
!������������������������������)����
����
~����
!������������
����������������������	����$���������������"��������k����,������������g����
[��������k�������,�

s�������*������������*����������������o����q��������H�������"�����������!
��������������������������!
���,������������!����	�����������|���������������y����%�������� ����$��������
����������������~�������������8997���������������
�����������������������������������������$����"
*	 s	$s	.s$	$s	&s���
�'
��������������������������
�ψ�������
�����������#���	����s������������
����������������
"
$

"
�
�
�
�
!�
%�
 �
=
�
�
3

���� ����t����#����
]�������������
����{��������������
�������������~�������������|���������������������~���������(��������k����'����������������������������/����
����
����
��������	 ����~��������������������|����'����	������������q��������`����w����9����
������������|����	�����������������ُ��������
����k�������	
)~
&~�
	i	���&����	k�����ݒ����#����	�����������������������	����
���������������� ��������~����0����������	
~	
�
	�~0	���#����	n�������"�
	�|��
	�}	X�	W��	�ʛ�����	����
�����-���������������������������#����
��������
m����j���������	����������������y����%���������~���������������������������������y����$������������,����������������������������������
����
��������U���������}����������������#��������	�����m�������!������������}���������������}������������������Ө����������	���������!��������~����8��������~����	O����������������q�������&������������
��������Q�������������
����������������q����f������������q������������\����������������
����������������q����,����	��������~����
����������������q����	,����~��������~�������&���ۮ%
��~��
~

~���%��������������u����'��������

����
���������{�����~����=��������~��������~������-��
�
�
�
�
!�
�
����
.



����	%���������������&����
���������������������������Ѵ	 ����
�������������������������ٵ�����������������������+
*
������������ҷ��������.����������� 

�
��	m
���&����������	�������
%
�
r.
�
�
�������.��������|��������
��������
����
������������n����"��������%��������C������
����������������Ⱦ
�ؾ��������������������������
���
��������y��������l����+��������D���������
����������������������
�������		
	
	�
��
(������������	
����	��������k����j����;����
��������	
����	��������f����j���������
��������	
����	��������c����j���������	
��������	
����	����
����i����j����?����
��������	
����	��������^����j���������
��������	
����	��������d����j���������
��������	
����	��������a����j���������
��������	
����	��������\����j���������
��������	
����	��������^����j���������
��������	
����	��������`����j���������
��������	
����	��������f����j���������
��������	
����	��������a����j���������	
��������	
����	����
����i����j�����
�� �
�
��
����������
������������	�����	����	����	����	����	����	����	����	����������������������������
�����~��������������������
�����
��
<��		,
T4�~�	
�
�������
��
���		,
T4�~�	
�
�������
������
��������������
����������������x����	�����
��&�����������������������������������������������������
��	����&����	��������	������������	��������������������������������E���������x����	����������������	[�����
��	����
������������	[�����
��	����
����~�����
��
 ��
������	��������|����������������y����
1��������~��������|����	����	����~��������|����	��������~����������������������������
*������������Z�����~�����
��%0


	



-rq
�
w�}~|eq��~�t 	s	b2	s		a(	O�w�R��
�� ���������
��������������
������������X����	8������������������������w���������������
��	*
g&��
�������
��-������������~�����
��/:~
V
i�
��	�����
��1�
 		



"

			

�			
��
		
f�
'
5
�
 ��
a�

�
&
0
&
�
��!�����
��%���������
��%���������
��/����	�����
��$���������:����=����:���������
	��������h����|�����
��%���������
�����������������������������������
����������������������
���������
��,�
�		~~
a�

~i,


~D���(��
��31m6


	�
8
�
��������������������������	Z��������-���� ����������"��������	~����
����~�������������	������������
��������
�~����
��������	~����C��������w����~��������������������������
��!��������
���������
�
�����
��7��
��
����
��������	����r�����
���������
!������������
����~����~������������f����H����
���������
������;����������������
����
o����
<������������
����
o����0������������
z�����~��������
��������x����~������������f�����
̇�����
��'��������h�����
؈
����
������������
���������
������
������������
�����
������~�����
��,	
	


]W��
������
��������~����������������
����~����~������������
,����l����%����[��������<����D�����������������������5��������������������A��������������	���������!���������
�������
� �$	���
��
����	��������
����
����	��������������������N����5�����
������	��������
��������
����~������������
t���������
��
����	��������
����
����	����	y���������
��������������~�����
ɘ������������~�����
��������������~�����
�

���
&
�

��
¡�����
���
�
��

��
�
	

g&
���
������������������������������
�
�����
��
5r
�
�
�����
��
	
	�
��
�����
��������������
����������	������������	�����
��
�
�������
���
 		



"

�





�





�
t#�
(,
(

�
		
f�
)
.
0
3
0
�
 ��(
V�


�
�
�����������������������
����������������������
���
޹!	2	
�
�
��$����	����
k�����
Ժ0����������������	���������
��
�����
������	������������
�����
��8�
����������
����������������
���������
�8�
������
����
����
������������

����
�����
��!:�
����������������������,&������������
����	��������
����	����
����z����~����������������������������}��������{�����
��
&m
�{t-
J�
��������������'������������	L�����������������~��������
����t����
��������l�����
��%���������
ߪ�
���������������������o�����
������
������������	��������	���������
��#�
������������������������������o�����
��
��"��������������������o�����
��
������������������o�����
��

;
�
��������������
��

���������
ͯ$4		
|
�
������������������o�����
���
��"����������������o�����
��
��!����	�����
������
���������
ֲ�
������
���
�������
˳�
���������������������������%!


�}+f
v�������������������	������������������|���������������������������������y*�� �������������������~��������������
'��������	����u����t����^����������������
������������������	
�������������������
��������	�����������p�������"����k�������"��������m�������%��������j�������"��������m�������
����
������������
���������������
������������
�����������~��������	
)	


RW����"����
��������~��������
����~����
����	������������<����:����8���������8����:��������������|��������
����
�����u��������b��������/��������
��������j����)��������������������B����	���������!������������������	*
g&�����������-������������~�������/:~
V
i���	�������#"
���2�
f�����������y������������
���������������x������������
�������	U~�������
~�������	
�ynb/
��������������z����}����
����*����[����
��������	����U�������������|����
	����
������|����}��������	����w����
����+�����	����t��������������������
����������~������������h������������]����
���������	����j����9����	����q����6��������������������	��������6���������~����
����	��������G����~����T����~�����~����������������	��������������|������������	����������|����������������x�������������^����
������������
����	��������}���� ����	����s��������
v����y����o����
�����z����	������������m�������	����}��������	y�������y����%�������� ����$��������
����������������~������������!
 		



"



	
f�
�
0
4
$=
�
 ��
�0
���%�����������"��������f��������������(����e�������1����\������
����
������������
��������������
������������
�����������~�������������

!	
		
		



"

	
	
f�
;
;
�
�
1
7
�
 ��
�
	
f�	"
\�
k�
�
 
 
 �
0
�



.
�ۉ%�����������%����������������ԃ�����������
����������������b�����������
 ��������^�������%����h�������'������������j�������
����
������������
��������������
������������
�����ˈ����~��������������	 ��������b����,�����������
��������������������
����~��������~������������������������
������������
�����͐$����u����z�������
�����̓
�
�
�

0
��!���������������������������
��������������	��������	����*�����������',��/����	������	~~
a�m+
"

	�
�
���������������������������	Z��������8����
��������~�����������������������������:����=����:���������
	��������h����|�����}��������
���������	�������� �����>����"����
�����������������	������������
��������
�����
����
����V����
{��������������������������̠	��������

����~����i����,����
����

����~����D��������������	����������	����������~���������
����
���������բ
�����ä$����	
						t
�������	����
t����"����������������	����	����v����H�������	
a�	
m�	
k�
		
f�	
g�	
g�	
j�	
n�
`����������	���������֩����-���� ��������{��������P����������������������������{����p����$����������������������{����n����&�����������/��������
����z����������������������!������������c����)����������������������f����&�����������������������m���������ӵ����/������������c����)����������������������
�������������������
����r������������+��������������������	V������������	����������������������
|���������
����
��������	��������������������w�����Ǽ	�����������������������
|���������
����
��������	��������������������w������	�����������������������
|���������
����
��������	��������������������w�������	�����������������������
����
��������	��������
����	
��������w�������	��������~

	
		�w������������������	�����������������������
|���������
����
��������	��������������������w�������

"

-2$
��
	�w��~�~v�������y��������m�������%
 		
	


"


	
f�
�
�
�
 ��
� 







'
',
���%����������������������������������������a�������2��������������������c�������
����
������������
���������������
������������
�����������~����������������
	
	�		
	�
	�����
%	
		Z4��	
����

���)����u����%����v����p����d����������������'u%vpd���������������������������������	����������'������������� ����~���� �������������|���� G�������
	�7y.q+��{	
q	���������������&����Z�����������������x��������������}����
����
��������������)�~����X����������&������������ۄ������������	������������������������
Z����
e�������������	��������������������^����������������������������������d����2�������������������������������������������������������������~����������������������~����	v�����~�����������������������������]�����|�������������
!����������������	e����
e�����������������s��������_���������
�����������������
d����}���������s������������0����
�����������������	����
����r����e�����������������
����
����r����f�����������������
����
����r����d����
����������������������������������[��������������Ď ���������������������������
Z����
e�������������	��������������������^�����������������������~�����������������������������d����2�������������������������������������������������������������~����������������������~����	v�����~������������� �����|������������������|�������������	����s��������y����	c�����{���������s������������,����
�����������������	����
����r����e�����������������
����
����r����f�����������������
����
����r����d����
����������������������������������[���������������	�������

r
� 
o||��!u"
P
	��������~��~�

(
l
�~
	�

�~
�

u

p
�}
	�
�}
	�
�}
	
	
	�
�|
�
�|
�
�|
	�	�|	�	�|	�
	
	"
�		
 ~	


���
����

����������.����s����
����K���������������	�������

��������������	��������������������
����z��������	����	J����Y��������
����I����������������m�����~����������������������������	E�������������
������������������������~����
|�������0
����Ԙ	���(���!�
�~~

	~�~|w�|
r 
 		

�w�|~�~
r 
 	
"w�v�
�z	

	

��
�
�{m�~
	V�~~
|�������
����~����
����f����
2����r����-������������������������W���������
����
����@����
����
��������������������
����~����
����f����
+����y����'����s��������y����R���������������������
d����)���������������������������������������������������[���������������	Q�~*
~uyjJy�~���
r 
 	.
�۬�������
r 
 
����������	��
!���8�j�~�~


r 
 			
w���	�߱����������������B������������	
��������w�����������������������. ^���-


 

*

&

&





!

(
3j<D����~��~��~��~�k2N3�

�
�y�	�
����
�	
�{
w�zt����

���x����.	���������������
e����0��������
�����������������������������������������~�����������������	p�����~�����������������l�����~��������������������������������������[����������������������������������
�������
�����������������������������������	����������������	�������������������������������	����	������~��������%����
����������������!����	����~����������������~������������w��������������������
�}�����~���������$����
������������������������������������q�������
	
		m 
�
��� ����r���� ����
��������H�������
����#��������	/��������
'��������������������	����
�����������������������������	����	����3��������U��������������� �������	����������1��������
����|����e����|�������&,��������
����������������������������
����������������������������!�������������	����	����	�������������~����r����%����[����=��������������������{����u�������������������������s�������������
��� 	��������
(s_zgk�{"P	��������~��~�
(l�~	��}��}	��}			��|��|	��|��|		�

m�y��}-�
	
|���	�������

�~��������������w����~�������	yy
	&y{*
���x���t'	��
�
���,����y����{����y�������	����y����{�������

"

4�
8�	*


1
 �
�
(�
�
(�
&�
#�
�
!�
�
�
�

	
b�
�
�

�
>5	
g�
<�
���
>�

 
 
&
%
#
!
"
1
2
'
,
+
!
$
/
5
�
�
�
�
>
$
 
5
>
6
?
<
4
)
%
5
�
?
9
9
�
�
�
�
8
*
#
1
2
+
*
+
+
'
,
,	��
�	f'Y�i���~��~�
���~�
���}��|��|��z��y��w�	�v�
�u��t��t��s��s��q��o��o��n��n�i�m��m��l��l��k��k��j��i��h��h� `�g��g��f�	f�b��b��a��a� �_� �_�!�^�"�]�"	d�]�#	d�\�c��{m���w�	�~�~�{		p2	N�{�{�z�w�z�w�		�~�x�	w�	��v�
w�u�{	i+	U�s�
v�r�z�k�z�	�~�		�~�j�z�h�v�d�v	g�d�z			j�c�z�c�z�						��					�~�		�|�`�#z				o�			��	�~�\�%z"									^�			�}�Z�*t�V�*v�			��U�,v�S�-z�			��			�~�		�}�R�/v	g�P�0v�O�1v�N�2v�M�3v9	G�L�4x"		^�		��K�5z	o�J�6z3	M�I�6v	g�I�7v�H�8v�G�9v�F�:v9	G�E�;x)					W�		�~�D�>z�A�>t�A�?v�A�?v�@��v	���v				�
�			����v				�

�~			���v				�

�}			����v							�v				�
�}			����v							����v				�
�			����v				�


�}			����v							Щ��v							���v							����v							ħ��v						���v�	�å��v��~����v�������	�����������v����"����^����3����M���������	����|����-����	|����+����	|����*����
d��������
G��������
E��������_�������*����j���������@��������������������~�������$!	|��|
���(	


J���	
����
������
|,q#Pe�
�
���������������	��������
��������
�������"���-k��	
	

������������
	

�������~�������
!���
	

�������~������"���-k��	


����������1�����������"��-k���	~

r

��������Ł1�����������"��-k���	
 	

����������1�����������"���-k���	
	

�Ն������1�����������"���-k�ψ	

�������
����
��������q����r�������1�����������"�Ҋ-k���	$

�ދ����~�������1���������̌"���-k�ݍ			

������������� 		

�Ï����~�������"�̐-k���	 		

�ߑ���������!		

�������~�������
!���	

�Ĕ
t+���
�����������)������������{����e����/�������
!���"~	

�ߘ	
���
�����ʙ
!���!~	

��
�������
!��$~	

�Ü	
���
�����������v�����������v����!�������������������������h����P��������������������a����������ء!����s��������a����0����P�����������w�������*����j����9����G����������������� �"
$

�������������������
����r������������&����	���������������	����������������������������
��������	��������
����	
��������w�����������
����r������������&����	���������������	��������������������}�������������|����0����
��������
@����
��������3��������
����'����	��������
����	
��������w�����}������������������������e����P�������	�����������������������
����
��������c����/����y����
U�����~��������
����'����	��������������������w�������	�������������������������������n�������������
��������	��������
����	
��������w�������	�����������������������
|�������������
��������	��������������������w�������	������V���
	

�
	�
�
���	
e	U���		
�	~�~	
eU���'���
�������	�����������������������
|�������������
��������	��������������������w�������	����
��������e������	����
��������e������	��
!�����}


�
o��)��������
������������u����B�����������	�������������������T������������
��������o�������	�������������������~��������������������	V���������	����
����*����	����
����������������w������	��������������������~��������������������	V���������	����
����*����	��������������������w�������	�؂
%�����~	V�	
*	'

+w���������	�݅����������������\����������������w�������%�
*		�������������
����r������������2����������
����r���������������	�܉���������������������
����
��������	����	����������������w�������	�ɋ��������������������
����
��������	��������������������w�������	���������������������
����
��������	��������������������w�������	���������������������
����
��������	��������
����	
��������w�������	��� ������'���������
�����~����
����
��������	��������
������������
����a����
=����
����{������������w����
�{��������
��������$����n������������������������������~���������%����[����1��������,����������	��� �՗����'���������
�����~����
����
��������	��������
������������
����a����
=����
����{������������w����
�|��������
��������!����n�������������������%����[����1��������,��������������˜����
����r������������+��������������������	V������������
�#
����	
	
#
�������~�������
��������~����������������~�����������~�����Ƞ~~
	
��#
�ԡ����~�������
�������q�
���
���	�����֣������������Ƥ
	
jP�
r%	V�
#
��ɧ����~������
��������~����������������~�������4�#$$	#
 	��~	�����'������������	����
	����)����������������P��������������������������������������������y�������������|��������4����
����B��������
�����������������
������������}�����~��������������������a�����~��������$��������	����-����������������d����������������N����������������������
T�������������	����
e����/��������������������������
��������������	�������� ������������5������������[������������������������������������~����[�����������			
�e
(se�!�	y���	;	

			{	u	
	�	�
	
5	
I		�r	
	


4



�
	



X

�z





�
	



[
�
�[!�



�~


�


�|
�





�{
�

			�	�rq		n"(
z���0������������������~������������+��������������������,�����#������������������������������������l������������+�������������������	
�
����)������������
������������
����������������"��������m������������)���������������������������������������������������
����
������������m������������+����
������������	����*��������	�����������������������	����<�������#
�������
����~����������������
����r������������)����	������������
��������~�����������	�����������������������������
��������	��������
����	
��������w�������	���
%����9�~
	8		
o���
�����������	����������������������������	����	
��������w��������������:���������������
����r������������*������������
���������������	�����������������������
|���������~����	����
��������	��������������������w�������	���
#����5�~
				
w���	�������������������A��������	����	
��������w�������	���&�����V��M
	�

w�z�	q�,

	�		
w�{q��������������	������:����
������������e�����������!����	����	
�������������������	�������	������������������"�����~��������
��������	��������
����	��������w������������	�����������������������
����r����������������
��������	����	����������������w�������	����������������������
����r����������������
��������	��������������������w�������	�������~
r!
		�w������������������	����ր������������������
����r����������������
��������	��������
����	
��������w������������������������
����r������������2������� 	������������������������
����
��������	��������������������w������	���
#�ņ��

				
o��
�����������	�ވ���������������������!����	����	
��������w�������	�Ί��������������������
|���������
����
��������	��������������������w�����Ō	���
#�����

				
o�Ս
�����������	���������������������������	����	
��������w�������	����ّ������������������
����
��������	��������
����	
��������w�������	�ɓ��������������������
|���������
����
��������	��������������������w�������	����������������������
|���������
����
��������	��������������������w�����ޗ	�����������������������
|���������
����
��������	����!����������������w�������	����������������������
|���������
����
��������	����"����������������w�������	����������������������
|���������
����
��������	���� ����
����

��������w�������?���������
����r������������2�����۟������������
0��������_��������h����p������������������������ơ	�����������������������
|�����~����
����
��������	������������		������������g����(��������w�������	�����������������������
����
��������	������������|����
��������w�������	�ʦ��������������������
����
��������	��������
����	
��������w��������������ͨ����
����r������������)����	������������
��������~�����������	�ު��������������������
|�������������
��������	��������������������w�������'u%vpd�	��� �ڭ��������������}����
�����������������	{��������{������������
��������	������������
��������w�����~����
9����	M����������������q�������'u%vpd�	���"�۱�����������������
|����
�}����
�����������������{������������
��������	����"����
����

��������w�����~����
�����	B����������������q�����մ'u%vpd�	���$�������������������
|����
�}����
�����������������	{��������{������������
��������	����#����������������w�����~����
�����	A����������������q�������'u%vpd�	���$��������������������
|����
�}����
�����������������	{��������{������������
��������	����4����������������w�����~����
�����	A����������������q�����ý'u%vpd�	���
)���
�}
�{�
				
o�}
=	Iq���
��������
���������������	�������������������E��������	����	
��������w�������������������
����r������������2�������	������������������������
����
��������	��������
����	
��������w�������	������������������������
����
��������	��������
����	
��������w�������	������������������������
����
��������	����%����
����	
��������w�������	������������������������
����
��������	��������
����	
��������w�������	�����������������������
|���������
����
��������	��������������������w��������
��������
����r������������)����	������������
��������~�����������'u%vpd�	���"��������������������
|����
�~����|������������	{������������
��������	��������
����

��������w�������'u%vpd�	���
)����
�~|	{�
				
o���
�����������	�������������������C��������	����	
��������w��������		$2

�



�����������
����r������������2�������	����������'��������������}���������
����
��������	��������G���������������������w�����~������������������������e����P�������	������	

		�������
��������~�����������	������	

		�������
��������~�����������	���
#�����

				
o�������
��������~���������������������������	�������������������@��������	����	
��������w�������	���
#�����~

		%		
o�������
��������~�����������	������������������������(����	����	
��������w��������
��������
����r������������2�������	������������������������
����
��������	����
����
����	
��������w�������	������������������������
����
��������	������������
��������w����������	����������������������
|�����}����
����r������������*����
����
��������	��������
��������������������������������	��������������w������
���	����������������������
|�����~����
����r������������*����
����
��������	��������������������w������.


&���	����������������������
|�����~����
����r������������*����
����
����"����	��������
����

��������w��������(%

�

�
=
�
�
�
�
/&�������
����r������������2��������	�t
8����
"	

���������������

������������~��������~����$���������ф��������	�������
"�������	���������������
����n���������5����~����
3����
�����������������������������������������������7����
f����c������������
����a�������������������������a�����~��������������������a�������������������������a�������������������������a�������������������������a�����~��������������������a�������������������������a���������|���������i��������V������������|�����~����
����
����"����	����	��������������������������������
��������������������������������w�������(�ؚ	�����������������������
��������~����
s�����~����
����r������������*����
����
��������	����*����
����

��������w�������	*
g�������-������������~�������/:~
V
i�Ÿ	���������

		

"

�
�
�
 �
 �
"�
 �
"�

�
�
�
�

�

�
%
�
'
�
'
�
)
�
'
�
)
�
(
�
*
�
*
�
,
�	

	�	�	�	�	�	�	(	2	;	1	0	&	


	�

	�

$	�

&	�

 	�

"	�

)	�

+	�

%	�

'	�

'	�

)	�

(	�

*	�

*	�

,	�

 	�

"	�

	�

!	�	

����������	

!�	
,�	
.�	
)�	
+�	
'�	
)�	
)�	
+�	
)�	
+�	
*�	
,�	
*�	
,�	
+�	
-�	
*�	
,�	
.�	
0�
	����������
�
�
%�
'�
'�
)�
'�
)�
(�
*�
*�
,�
������
�
�
%�
'�
'�
)�
(�
*�
*�
,�
�����		
b�'�
�

%
��
�
�
�#"",

"
%
!


&
4!	��
��������~��~��~��}��|��{��z��z��y��y��x��x�"
�x�
�t�
�p�

�o�
�n�
�l�
�k�
�k�
�j�
�h�
�g�
�g�
�f�
�f�
�e�
�e�
�d�
�c�
�b�
�a�
�`�
�`�"
�]�#
�\�#
�\�$
�[�$
�[�%
�Z�<
�C�<
�C�=
�B�>
�A�>
�A�>
�A�?
�@�?
�@��
߿�
����
��
����
����
Ϻ��
����
���
����
����
����
����
ʹ��
����
��
Ƞ��
����
Ɵ��
����
����
���
����
����

ޛ��
����
���

����
Ջ��
·��
���
����
ޅ��
ބ��
���
����
��~ϓ
��~��
��~��
��~Ε
��~��
��~�
��~��
��~�
��~��
��~ɘ
��~ɛ
��~��
��n
��~��
��~��
��~�
��~��
��~��
��~��
��~�
��~��
��~��
��~��
��~��

ش~��

Գ~��
��~��
Ʊ~��
�~��
��~��
�~��

��~��
��~��

֫~��
��~��
��~��
Ǫ~��

�~��
��~��
¨~��
�~��
��~��
��~��
��~��
��~��
��~��
��~��
�~��
��~��
��~��
˜~��
��~�
��~��
��~�
��~�
��~��
��~��
��~��
��~��
��~�
��}��
�}��
�}�
��}݆
��}��
�}�
��}��
�}��
�}��
��}��
��}Ì
��}ڏ
��}��
��}Ґ
��}��
��}��
��}�
��}��
��}Ē
��}�
��}��
��}ҕ
��}��
��}��
��}�
��}�
��}��
��}�
��}ƚ
��}��
��}ԛ
��}��
��}��
��}՜
��}��
��}��
��}��
��}��
��}�

��}�
��}��
��}�
��}��
��}�
��}��
��}��
��}�
��}��
��}Ǧ
��}��
��}��
��}�
��}��
��}�
��}��

��}��
��}ϰ
��}߱
��}��
��}��
��}Ʒ
��}��
��}��
��}ƹ
��}��
��}�
��}Ӿ
��}��
ݾ}�
��}��
�}��
��}��
׼}��
��}��
��}��
޺}��
��}��
��}��
ҹ}��
��}��
÷}��
��}��
�}��
��}��
Ҳ}��
��}��
ʱ}Ȼ��{

o'


Y�{
a
��
��{

o
%[


�~�{
i
+U
�}�{

,T
��
�}�{
b
1O
�{�{
#]
��
�{�{

o
!_

�z�{

o5


K���z�	z/Q��~��|�v�
z4L��|��|��z�r�z:F�l�z���k�z��~��~
�j�z

n
��

	�h�z	 
`	4
L	�g�z		
n	"
^		�g�z�		��		��	�~�f�z		n0		P�e�z		n0		P�d�z 		`�	��d�z		n0	P�c�z 	`<	D�c�z		n0	P�b�z"	^�a�z		h�		��a�z		n;		E�`� z>	B�	��`� z	n"	^�_�!z�					��	�~�^�"z	p$	\�]�#z	n"	^�\�#z�		��		��		�~�\�$z	n"			^�[�%z�	��	��Z�&z9		G�		��Y�'z	n"			^�X�(z�				��	�~�W�)z�		��				��V�+z					n�	��T�,z'	Y�S�,z"			^�S�-z				n�			��R�.z			n8	H�Q�.z8	H�		��Q�/z		n0	P�P�0z�								��										�~�		�|�O�3z�																									�~�										�y�															�x�										�v�L��z	n"									^Խ��z<			D���z	n"			^����y3		M����z			n6			J����z4				L�													�~�		�|����z		n0				P	յ��z		

n	0



P		ϴ��z�																																											�l�																																																																																												�d�-																							�R�1										�N����z						e�				�~�						�~�~�z�	�}�	�}��~��z	p$		\:	F��~�z	p$		\:	F��~��z�										��									�}�		�|��~��z	n"				^��~��z�								�z�					�y��~қz"		^��~��z	n"		^��~Ԝz�	�~�				�~��~��z	n"		^��~��z(		X�				���~��z	n"			^��~�z�							��					�~�										�}��~դz	n"			^��~��z�			�~��~�z?	A�										��			�}��~��z	n"					^��~��z5	K�			���~��z�	�~�	�~��~��z	n"			^��~��z0	P�	���~دz 		`�		��		���~�z	n"			^��~��z�						�~��~��z0	P�	��			���~ϴz	n"			^��~��z			h�	��		���~Ƕz	n"			^��~��z�					�z�								�y��~Ҿz	n"			^��~��z�																					�~�																																	�z�																														�w�
					�r�~��z																		n�									�}ò~��z�	�~��~��z�																															�|�																		�w�																																	�t�				�n��~��z	n"			^	›~��z								�~��z2			N�	��				���~��z	n"			^З~��y+		U�~��z			n6			J��~��z		n0			P•~��y�								�}�			�{��~��y1	O�~��y�	���~��y�															�}�																�{�																		�y��~�y�		�}�	�}�	�}��~��y>		B�		�݁~��y		m0				P�~��y	m#			]�}��y�			��						�~��}�y						m�		���}؃y�	�~�			�}��}��y			m�			���}��y	e��}��y		m1		O�}��y�		��				�~�}Ɖy	m#			]��}��y�		�~�				�~�}�y	m#			]��}Ȍy�								��								�}�									�}��}Ȑy						m�				���}��y�					��												�~�				�}��}��y									m�			�~��}��y+	U��}��y�			�~�		�~��}��y			m�		���}��y4			L�			���}��y			m/			Q��}��y�	�t�									�t��}��y�								�}�							�{��}��y		g�	��	���}��y		g�	���}Яy	m#										]��}ϱy3			M��}��y�	�~��}ɳy�	���}δy	e��}��y	m#	]��}��y&	Z�		���}��y	o%		[;		E��}��y	m#	]��}Ϸy�		��			���}�y			m/	Q��}��y�			�~�					�~��}ջy�			��					�~��}��y�			��						�~��}�y�			�~�					�~��}�y�				�~�					�}��}��y#	]�}��y	m#	]��}��y�		�~��}��y	m#		]��}��y�									��							�}�		�}��}��y!		_�		��	���}��s��}��y�			�~�					�}��}��y		m1		O��}��y;				Eڱ}��y		m;	E�}��y�			���}��y�		��											�~��}��y�		�|�							�|��}��y&	Z;	E�}��y�		�~�	�}��}��y�	@��}��y�	���}��y�	�~�			�~��}��y�		�{�										�{ݡ}��y)	W�		���}��y	m#		]��}��y1			Oʙ}��y�		�{�			�{�}��y�	��}��y								m�		�~��}��y#	]��}��y�														�~�																																																																													�|�								�p�}��y	m#	]�|܀y��������|�ym0P��|‚y��~��~�|��ym���|ͅym��|��ym#]��|׆yo&Z��|��ym#]��|��|v�������������������'������������������������	`����
�����r����-������������#������������~������� ������������	������������
����������������	��������������������
���������������������!������������������������	`����
�����r����
)���������������������������������������	����{����&��������s�����������	����{���� ����{������������������������������l��������������������������l�����߳��������������������l�����ܴ��������������������l�����ٵ��������������������l�����ֶ��������������������l�������	 ����
����j����2��������+��������	����j�������������������������	 ����
����j����4��������+��������	����j�����������������������Ǽ	 ����
����j����4��������+��������	����j�������������������������	����{����&��������s�����������	����{���� ����{�������������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l�����������+����~��������
��������`����
Q������������
����������������
����o����'����Y����?����A�������������������������
����o����)����W�������������������������������
����o����)����W�������������������������������	����
����o����,��������H�������������������������������	����
����o����*��������J�������������������������������	����{����&��������s�����������	����{���� ����{�������������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l�����������+����~��������
��������`����
Q������������
����������������
����o����'����Y����?����A�������������������������
����o����)����W���������������������������	����
����o����,��������H�������������������������������	����
����o����*��������J�������������������������������	 ����
����j����9����G���������	~������������	 ����
����j����5����K���������	~������������	 ����
����j����5������������������	~�����������	 ����
����j����4��������@���������	~�����������	 ����
����j����>������������������	~������������
����~��������~��������
w����	��������~������������w���������������	{������� ��������	{���������������	{������� ��������	{��������������	{������ ��������	{��������������	{������ ��������	{���������������	{������� ��������	{���������������	{������� ��������	{���������������	{������� ��������	{���������������	{������ ��������	{��������������	{�����؈ ��������	{�����щ��������	{�����Ί ��������	{����������������������������~��������
��������`����������������������������Ҏ������������� ����
����j����3����M���������@�����������
����o����)����W���������������������
����o����+����U���������������������
����o����+����U����������������� ����
����j����8����H���������������ɕ	����{����&��������s�����������	����{���� ����{�������������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l���������������������������l�����Ơ��������������������l����������+����~��������
��������`����
Q������������
����������������
����o����'����Y����?����A������������������������
����o����)����W�������������������������������
����o����)����W�����������������������������ܧ	����
����o����,��������H�������������������������������	����
����o����*��������J�����������������������������ܪ	����{����&��������s���������ӫ	����{���� ����{���������ɬ��������������������l�����ƭ��������������������l�����Ů��������������������l�����Ư��������������������l�����Ȱ��������������������l�����˱��������������������l�����в��������������������l�����׳��������������������l�����������+����~��������
��������`����
Q������������
����������ö����
����o����'����Y����?����A�������������������������
����o����)����W���������������������������	����
����o����,��������H������������������������������	����
����o����*��������J�������������������������������	)����j����-�������!���������þ

���4����f����*��������
	����
��������	��������������������x����w���������������
����������n��������������������`����$����\�������
~

~
�d������������
������������
�������������������	����d��������������������������������	����d���������
����
��������k����l�����������+����~��������
��������`����
Q������������
����������������+����~��������
��������`����
Q������������
������������"
			
h�
e����"	��������#��������'����
����~����I���������~�������"�������"����v����.��������+����
����~����E������������"���"����{�������������Ş"
l�
f��ޠ"�������"����
�������"����
�������"
�
#�
�
�
$����".����	����	����	����	��������~�����ܡ",%���������������������\�����������������~����!����>����
������������~����7��������\�������"��������p���������z����	 ��������~����f����r�������������{����4����z����	%����������������	��������
,��������\����*���������~����r����
�~����!������������	����o����X������"+����'������������	��������������������
���������������"'0����~��������~��������!������������a����0����'�����������"���"����������������	����
����Y������"
�
�
�
��ӹ"2������������	����	����������������~����
 ����������������l�������"����%�����������������������������̰"
����6���� ����������������W������������������������"������������y����#����&d����`�������������
�����ӳ"��������	|����t�����������������y����#��������� ������������	����o����Y���������!������������	����o����X�����~����`�������������������������o�������������
����������������{����
���������	����j����	�}����!������������	����o����X����	�~����!������������	����o����X�������"	
&��ͼ"
��������������������~��������������������~����	"��������������������������������������~������"
�������"
,

	
h�	
e�	
h�	
e�	
l�

i�

l�i����"&����	�������"$�������"����	�������"����	�������"����	�������"����	�������"����
�������"�������"����
�������"�������" 
,

*
			
4






&

0
/
4	
		

l�	
i�	
f�
	l�	
i�
i�f�
l�
i�	
b�f����"����	�������" ����	����	�������" ����	����	�������"����
�������"�������"�������"����
�������"�������"�������"�������"����
�������"�������"�������"�������"�
,


!���"��������j����|���������!����
����
����n����z����>��������j����x����L����z�����~����!����
����
����n����z�������������j����x����H�������������j����x���������z�������"
l�
h����" �������"����
�������"�������"����"
����!����
����
����n����z�������������j����x����B�������������j����x���������z�������"��+
����
��������"
��������p����/��������p����8��������p����3��������p�������"�����	����	����������������D����	w�������"����������������������������������r����!�������"8�����
����	����
��������~����+���������	������������~������������b����������������������������~��������������~��������������}��������������}��������������|��������������|��������������{��������������{��������������z��������������z��������������y��������������y��������������x��������������x��������������w��������������w�����	���������v���� �	����
����	����
��������~�����Ջ#��������o����0����������������
��������o����~����"����=����������������	
����������������������������������������~������������������������~����
�~��������������������
�����������������
����
j�������#.%		)	7(

	

~}
W}�)
		
�


|






			�|
		g)		p(

�
�
��#����
������������	��������
��������
�����������������������#
������#����������������
������������	������������������������|��������������������n��������s�����ʜ#<�
q<
o"o5

k

o�	d
[��}
			
��|s�
��#�������������R������������o����|���������
���������������������̡#�����������������
��������i����S������������g�������#-�
q?
o"o&
ko�d Z	f�	
d
 ��
			�
���#����
����������������������#5




�
	


	



P
�
q<

$	

t
-
						
��xs�
�ʩ#����
�����
	����
������������!��������
��������
�����~������������������������#������������������������	|��������������������~����	��������
��������
����������������Z����0����������������Z����3����������������Z�����������������p����
�������������x����+����
��������
��������
����
����t����+����!�����Ƴ#'	
	q4	
	
)					�
���#
����!�������#	r2ru
	���#	r0ru
	���#/'


��{
��#���������������#


{�
{�ǽ#���������������#���������������#"���#&����
���������
���������
���������
���������
���������
���������
���������
���������
���������
���������
���������
����>����
����$������������
�����������������
�����}����+������������f����~����<������������f����~����2��������f�����~��������
�����~����,������������f����~����<������������f����~����*��������f�������������
�����~����,������������f����~����*��������f����B���������������������������������
�����~��������������������
�����������������
�����������������
�����������������
�����~����1��������|����k�������������~����6��������|������������j����[�����������������"��������
�������#	�
&X���#�
	�
q��*,;5���#����	���������	D����,
��������|��������
'����
��������������~��������"
����~���������������#	��������	�������#<;����������������3��������
����~����	2����
��������������������
����)I����A����
������������:�����	����~����~������������#���|]~���#:9����������������w��������y����	^�������������|����������������w�������#�5��������y��������1����q��������v��������"����	���������������������������������������������������	����~������������~������������#"����~����~���������~��������	����������������y����~������������#������������������������^���������{������������k����{���������������#
/��������
����������������{����
U�������#����������������
����~����������������~�������#����~��������	����	*����
����~����~����g����u����i����
�����~������������~�������#�������#�������#	��������	�������#	���������������#�������#	#����#
�������#��������
�������#
�������#
l�
b����#+�������#����
�������#�������#	�
n���#)�6

,:
&,
&,
&�������������������#��������
����	����	����t����
#����	����t����
&����	����t����I���������
�������#����������������k���������݆$)3��������y���������������������Ї$��������
��������f�����������#
 ������������������������������������������������~����!����
~����"����
~����������������
�~�������#1�����z�������#�������#�������#-�|���#�����������#
������#
-��������
����������������{����
U������#$����y�������#���������
����
������������������~����q�����~���������}����x��������
�������#'u	%vpd����#��������	x����"��������
u������#
7��������
����	����
����������������
����	��������}����#����}����
��������
^��������8����������������	������#����	����	����������������j������������
��������t�������#����	'����s����	����
�����������������"������������~���������}������������~����n����l�������$
����
����r����,����
����J���������
��������������
��������������
����	�~����������������$��������������������	����
��������	����
��������	�������$$��������
������������	��������o�������$'����u����	%����v����p����d���������y��������	������������s���������������$
����
�����������$�(��������$|��$

������������
��������������������
������������������������������������|��������������������n��������l�������$����
������������	��������~����������������}��������~����~����p����q�������$*
	�~
�}�	
��$
������������9����
�������� 3������������;������������~��������~����~��������������������������~����~����
]�������$�������������L�������������������������������~����z���������
`����}����
��������~����n����q����7��������
_����0��������������������n���� ��������
����~����4���������}����|����v��������+����|����������������

������������~�������$


*	
n�
���$����
����	����������������
����~������$

������������
����
����*������������	��������
n������������
���������������$����������
��������i���������	�����������$�������$
l�
h����$%������$����
������$�������$
*
+
(
�
�

�
����$"����	�������$���������������$����	
�������$�����������$������������	{�����ڱ$������������	{�����޲$'������������
����
�����������$'������������
���������������$	*
g&���$�������$-������������~�����ֶ$/:~
V
i��$	�����ַ$	
��չ$
 	�	���$
����6��������j����4��������j����~����,��������j����~������$������������?����������������j����������������P����6����������������
����!��������~����]����-������������!����	����~����]�����~����!�����������$'���������������������������������
������������
����������������$
�
����$+����~����
 ����������������l����6�����ֿ$����%�������������������������������$��������	|����t�����������������y����#��������� ������������	����o����Y�����~����b�����������������������������{�����~����!������������	����o����X����	�~����!������������	����o����X�������$	$����$
��������������������~����	���������������������������������
������������$
�������$	�,
	
V���$�
(

,
.
0
%






 
&
(
)
)
&
$
%
%
$

,
/
2
'

*	
,	.0)



!"������$ ����������������[�����������������������������[������������������������������[���������~���������������������[���������~���������������������[���������}���������������������[���������|���������������������[���������|���������������������[���������{���������������������[���������{���������������������[���������z���������������������[���������z���������������������[���������y���������������������[���������y���������������������[���������x���������������������[���������w���������������������[���������w�����	����������������[���������v�����
����������������[���������u�����
����������������[���������u���������������������[���������t���������}�����������������������������{����~����
G����������������{����~����`����P�����s�������$$������������	/����y��������k���������y������������������y���������~���������y���������~���������y���������}���������y���������}���������y���������|���������y���������|���������y���������{���������	��������	��������=����
Z������������~����^����7����~����y��������
��������&��������~����~����T���������~����y��������
����~����������������	$����d����Y�������$
������������������������^����
*����	����������������~����!��������&��������~����~����T���������~��������
������������	$����d����\���������	��������^����0������������_����-������������_����%��������
������������������������"����~����������������"����~����������������%����~����������������%����~��������������������~��������������������~����

����!��������	��������
����
����R����z��������������z�������$��������!��������	��������
����
����R����z��������������z�������$ ����������������������������t����s����(������������t����s����(������������t����s�������$	0����$���$����������������������������S�������������������~����7�������������!����������$�����������$�


$




&
#
"
%

#
&
)
)
�����$|��$
������������a����
�����
����$����
������������������������������������|��������������������n��������l������%	
$\0D���	��~���%
������������a����#(��������~��������	9����
�����������%	
	s�\4L���~���%
����
����	����������������
����~������%
������������������������������������������������s��������������������\����4����L��������������G������%	����%	������������
b����6�������������������������������������������������~������������������~������������������~������������������}������������������}������������������}������������������|���������������%	*
g&����%�����ϐ%-������������~�������%/:~
V
i���%	�������%
	
		
��������%��������������������
����o�������%��������������������
����o�������%��������������������
����o�������%��������������������
����o�������%��������������������
����o�������%��������������������
����o�������%��
(








"
$

L�

&
"#

		.	




8

"
$
)
$














�� 


�
	

j
�

�

�

�

�

�

�

�

�	


h	�

n	�	
�	
�
	h�
	n�	
		

l	�
h	�
e	�	
		
	l�
	h�
	
e�

f�	
�	
�	
#�
	
�
�
�,	�
			l�

���%)����������������o������%�������%��������o���� ����#��������j����y����3��������j����y����1������������	����������������o����|����^�������&�������&����	�����ס&��������

��������	����������������
~��������d������������
����l�����������������������&	 �������� ����	�������&	"�������� ����	����	�������&	"�����������������������&�������&	���������ƻ&&������������[����1����|��������������������B�������%	

j�j(R	D�j 		`�		j	(
	
X	��		j	(
X	�~�~	�

j�j(R	A�j 		`�		j	%[	��~�

j�j	:j(RM	A�j `	�j%[�	�~�j		�}�

j	�

j>j	J�

j�jF	�

j�j0		t	
	V�		j	/t&HW	�~�		j	.t%JX	�}�		j	"^	�}�		j	%[	�|�		j	&	Z�{�j)W�{�j&Z�z�j)W�z�	�j�t�

j>jJ�j0t
V�j"^�~�j%
[�~�j&

Z�}�j)
	W�|�~	�j�x�ʩ%��������	�������%'����������������o�������%��������	n����#����
�������%��������o��������x�������%����*����	����~�������%
��������o����|����'��������o����|����*��������o����|����'��������o����|����/��������g����.��������g����1��������g����.��������g����+��������o����"����*����	����~�����}�������������o���� ��������o����#��������o���� ��������o���� �������%����#������������o����~�������%
��������o����|����'��������o����|����/��������g����.��������g����+��������o����"����*����	����~�����~�������������o���� ��������o���� �������%��������.��������g������������4��������g��������S�������������g�������������[�������������������������e����*��������V���������������������������������j������������1��������j��������V����j�������������������������j������������1��������j��������V����m�������������������������j������������1��������j��������V����m�����������������
������������j������������+��������j��������\����p�����������������
������������j������������p��������9����������������e����?��������g������������.��������g��������Y��������I�����������������������������j����1������������h������������.������������h��������X�����������������h�������������V���������������������
������������e����5�����������������n�������������j������������+��������j��������\����������������������
������������e����5�����������������n�������������j������������1��������j��������V�������������j����������������������j�������������������������������
������������e����5�����������������n�������������j������������+��������j��������\�������������j�������������������������������
������������j������������p��������9��������
������������e����5�����������������n�������������j������������������������������
������������i����+��������D��������n�����������������
������������j����#��������L��������n�������������j������������+��������j��������\�������������j����������������������j����������������������e���������~����������������������
������������j������������+��������j��������\�������������j�����������������p�����������%��������
����������������]����:�����������������p�����������������
����������������]����:�����������������p�����������������
����������������]����:�����������������p�����������������������������]�������������j������������5��������j����#������������A����R����F�������������������������e����4��������j������������:��������j��������M�������������j����������������������j���������~����T�����������������������������]�������������j������������:��������j��������M�������������j����������������������j���������~�������������j���������~�������������j���������~�������������j���������}����F������������� ������������j����+����������������j����1������������h������������.������������h��������X�����������������h�������������V�����������������������������e����?��������g������������3��������g��������T�������������g����������������������g���������~�������������g���������~����I�����������������������������]�������������e������������������������������
����������������]��������������������������n�����������������]����:������������������~�����������������
����������������]��������������������������n�����������������]����:������������������~�����������������
����������������]��������������������������n�����������������]����:������������������~�����������������
����������������]����:�����������������p�����������������
����������������]��������������������������n�����������������]����:������������������~�����������������
������������i����+���������������������n�����������������
������������j����#������������A��������n�����������������]����3�����������������������������������
����������������]����3�����������������p���������Ɂ&��&
��������l������������l����$��������l����'��������l����+��������l����!������������*������������9������������
�������������
�����~������������������������B���������������������
(����l����"�������������~�����������������������������
�������&����������������m�������������h����=�����������������@�����������������������������m�������������e����5�����������������E���������Ê&����������������h�������������e����5������������������������������e����*��������B���������A�������������������������m�������������h����=�����������������@�������������������������m�������������e����5���������������������E�����������&�������&����������������������	����o����f�������&	-	
{�{���&
����	������������^���������
���������������������x����s����$����~�����Ք&-���&
�������������ʕ&-���&
�������������–&-��&
���������������&-��&
�������������Ø&-��&
�������������Ù&-��&
���������������&-��&
���������������&�������&�������&������������
����q�������&������������
����q�������&�������&�������&���������������&�����������&�����������&���������������&�����������&�����������&����{����	�������&������������
����q�������&������������
����q�������&������������
����q�������&������������
����q�������&������������
����q�������&������������
����q�������&��������
����
����j����>��������j������������J�����������������j�������������~�����������������
����
����j�������������j������������G�����������������j�������������~�����������������
����
����j���������������������j����������������������ʺ&�������������޼&��������
����
����j�����������������������������
����
����j�����������������������&����������������h�������������e������������?��������e��������H����A�����������������������������m�������������h����=�����������������@�����������������������������m�������������e����5�����������������E�����������&����������������h�������������e����5������������������������������e����*��������B���������A�������������������������m�������������h����=�����������������@�������������������������m�������������e����5���������������������E�����������&
	
		"
�����&$2			�)		n���&�������&����{��������f����&���������������&	�������&��������h����-��������@��������������������&$2			�)		n���&�������&����{��������f����&���������������&	�������&��������h����-��������@��������������������&$2			�)		n���&�������&
)����}������������x������������`����'������������
�������������q�������&	�������& ����
����p����(����
��������k����*����
��������F�����������������
���������~����
����_�������&!*

*


"
"$

K�K�
i�n�
`�
�
�
�


�

�

�
h�
d�

h�
�
�
�
�
�
�
���
			*
	



*
	

,

**		""$	


�����&'��������	����
��������������������
~��������l����'����Y������������
�����������������������&�������'!����	����	����	�������&�������&�������&	����{���������������&#;			�)		n���&����y����
����	j�������&	����y����
����g�������&*=			�)		n���&����y����
����	j�����������& ����}����'��������l����*��������S��������������������������������	���������
���������~����l�������&	����y����
����g�����������& ����
����p����4����
��������_���������
������������������
���������~���������
���������~����	���������
���������}����
����_�������&#;			�)		n���&����y����
����	j�������&	����y����
����g�������&����y�������&1?			�)		n���&����y����
����
f���������������&	����y����
����c��������	�������&*=			�)		n���&����y����
����
f�����������&	����y����
����c�����������&����y�������&*=			�)		n���&����y����
����
f�����������&	����y����
����c����������&����y������&������&������&�������&*=			�)		n���&����|����
~�����������& ����}����)��������j����0��������M������������������	���������
�������������l������&&����|����o����	�������& ����
����p����4����
��������_���������
������������������
���������~���������
���������~����	���������
���������}����
����_������'#;			�)		n���'����|����
~�������'&����|����o�����͂'����y������'*=			�)		n���'����|����
~�����������'&����|����o����	������'#;			�)		n���'����|����
~�������'&����|����o�����ň'����y������'*=			�)		n���'����|����
~�����������'&����|����o����	�����֌'#;			�)		n���'����|����
~�������'&����|����o�������'����y�����ԏ'*=			�)		n���'����|����
~����������'&����|����o����	�����Γ'������������k����!��������k����#��������k����'��������k��������������������'
������������k������������k����a��������
�������'����������������h�������������a������������<��������a��������K����H�����������������������������h�������������a������������<��������a��������K�������������a�������������H�����������������������������h����?��������a������������<��������a��������K�������������a�������������I�����������������������������a����9��������e����6�����������������O�����������������������������a����9��������e����6�����������������O�����������������������������a�������������e����6�����������������G�����������������������������m����>��������h����6�����������������J�������������������������m�������������h����6�����������������G�������������������������m�������������h����5�����������������H�����������'����������������h�������������a����2��������
��������������������������a����/��������
������������������H�����������������������������h�������������a����2��������
��������������������������a����/��������
���������������������������a����/��������
��������������~����H�����������������������������h����?��������a����2��������
��������������������������a����/��������
���������������������������a����7��������
��������������~����I�����������������������������a����9��������e����6�����������������O�����������������������������a����9��������e����6�����������������O�����������������������������a�������������e����6�����������������G�����������������������������m����>��������h����6�����������������J�������������������������m�������������h����6�����������������G�������������������������m�������������h����5�����������������H���������ƻ'(����������������	����	f�������'(����	������'-�	

��������'��������
�����#������������-�����
��������q����
��������
����	���������
����	���������
�������'��}���'#��������
������������
�������������
����
���������
����	��������
����
��������
���������~����8����
����~����`����-�����~����
����
y������������~�������'����

������������
������������
����-��������
����	��������
����
��������
������������(����	��������}��������	��������u����p����a����s��������
����
�~��������
��������
�������'����y������������i���������}����������������w����q����l�����������������}����������������'����y��������	~��������	��������~��������������������}�����������'����������������j����2��������
����g������������/��������
����g��������W�������������
����g����������������������
����g����������������������
����g���������~�������������
����g���������~�������������
����g���������~�������������
����g���������}����U���������������������������������^����+����	��������^����)����	��������^����)����	��������^����.��������������������k����'��������������������k����)����������������j����+��������U��������	�����������������j����1������������h������������5������������h��������Q����V�������������������������j����0������������i������������W�����������'��������������������k����'��������������������k����)����������������j����2��������
����g������������/��������
����g��������W�������������
����g����������������������
����g����������������������
����g���������~�������������
����g���������~�������������
����g���������~�������������
����g���������}������������U�������������������������j����1������������h������������5������������h��������Q����V�������������������������j����0������������i������������W�����������'
����������������}������������
����~����|����	j����m����<�������'������������	/������������	-��������������������
�������������
�������������
�������'��������
����	.��������
����	,��������
����	��������
����
��������
�����������������~����������������������������'����������������
����~����������������~��������������������������������������6��������j����0��������j����~����,��������j����~�����}��������j���������#����������������
����D��������������~��������j����~����1��������j����~�������'
������������������������������������������
����~����	��������	����~���������������������|����y����
��������
����~����������������~��������

��������j����y����3��������j����y����0�������������������'	
	
	




&









���'��������������������]����;��������j������������5��������j��������R�������������j����������������������j���������~�������������j���������~�������������j���������~�������������j���������}�������������j���������}�������������j���������|�������������j���������|����M�����������������������������]����;��������j������������5��������j��������R�������������j����#������������A������������������j���������~�������������j���������~�������������j���������}�������������j���������}�������������j���������}�������������j���������|�������������j���������|�������������j���������{����M����������'	
&
&
��

t*
L
l�


��'	

j�jD�j#]�j$	\��j*V�~�j-
S�~�j'

Y�}�j8

H�}�j.

R�|�j.
	R�{�j+	U�{�	
�

j�
k>jJ�j*V�~�
k�j'Y
	�j�F�
k<jL�j*V����(oo 


{�
{�$
{�%
{���(��������
�������(	����������������r����6����������������o����"��������o���������������(��������
�������(��������
�������(
��������o��������"��������	������������o����~����
8��������o����{����#��������	������������o��������#��������	������������o����~����
8��������o����{����$��������	������������o����%�������������˕(&����	������(����������������m�������������h����;�����������������B�����������������������������h�������������e������������9��������e��������N�������������e�������������C�����������������������������m�������������h����������������������������������������������������h�������������e������������9��������e��������N�������������e�����������������������������(����������������m�������������h����;�����������������B������������� ������������m����1����������������h�������������e����/������������������������������e����2�������������������������������e����1������������������~����C�������������������������m�������������h������������������������������������ ������������m����7����������������h�������������e����/��������%����������������������e����2��������%�����������������������e����1������������������~����������������������
������������j����.������������������������������j����+����������������������o�����������������
������������j����-������������������������������j����+����������������������o���������ڮ(	 	T�`*�
o�

t$
R
�~
	
t	$	
	R	�
�
�

	{�z
{�$|--����(���������������(���������������(;��(��������&������������
������(y����(%�������� ����$��������
����������������~����������Ǻ(��9�
	




)
0
&
#
�0N;$��		k	�!�
�������!�6��������(��������2����&������������������������	������������	����	q������������	����S����8��������	����
��������	����	m����.����q������������	������������|����	M����q����������������
#����/��������	���������}�����������(����	����
������������	
��������������������������ؿ(*		
p4
	.`
$
		5Y
.	
	

	

		o��	
			

	_+	
~h-
	~h4


	
		
			Q
�		
p+#�	�

�
���(	�������(����|���������{����
%�����������������~��������
����	���������������������������(����{����#�����������������������(����|�������������������������������(
����|����
���������&��������
���������|����������������������������&������������������������
��������
��������	����
	����/����������������:�������������������������q�����������������
��������������������~��������������������������������
�����������������������(
������������g����"����|����
������������
��������������������~��������������������~����
������������
�����������������������(	~
sd6J�����	i�~�		&		p*		q	S8	
	
	m��	`5

y		


��}	
	%

m6		-

m=
 `(Q
?`)P�i�h�	
�^
i�)
	%[5�	
N�z!
	=|���(��������|�������(��������|�������(	����
����	��������
����	����)����������������(����X�����������������
����
������������	
�����������������������(
	#k	
�	"		!	���(�������(�������(���������������������������~����������������j����.��������������������j�����~����	����~��������	����~�������(������������	�������(
!
���(	
�����������(	
����
������������
����
����
������������
�������(��������
��������%��������i�������(��������
��������4��������Z����0������������
����	T���������	����Y����	�������(������������
����*�������������������������������������(�������� �����������(��
6
(?
/�
.�
/�
.;

���(
#������������������������
�����%�������(����������������(��������	������(���� ����	������(����'����	������(����&����	������(����'����	�������(�������(��������	�������)��������
&������������_����h�����������������_���������	������������)����)����)����!������������
����!��������
����
��������	����.����
����	q������������\����
T������)����!������������
����!��������
����
��������	����.����
����	q������������\����
T�����ޏ)	#
~6���y�x�w�			K�@	�vc/Q�@���	.
	q\
T�}	.
	q\
T�~
	.
	q\
T�{	
~	

e)
6
		.
	q�\
TT\
T�|�|



%	.
	q
T���)	�������)����z��������	����
0����p�����������)&
&	
	
	/
&
	:
&

K�s`�s*~		!
&
�
�	

p4
	.`
$
	
5Y
.


	T�
	R
	)
4

Z
4


	
	m
?	m	
�	

p&��
�8

	
/���)
!!
�˩)	
���������������)
���������������������������)
����	����|��������
����	���������������������������)
����	����p���������
����	�����������������������������{����
%�����������������خ)����{���� �������)����������)����
������}����&��������������������q����
��������	������������|����M����q����
������������
"����
����
������������)����������������(����X����6��������
����������������	
��������������������1�����ܴ)����
��������o����&������������o����
*����)��������
�����������������q�����~������������g����������������������������
�����������������������)	��������
��������o����
0��������g����?������������	��������}�������)���)��������	��������m����"��������0����'����������������
��������S���������$�����
������������������������~��������������������~����&��������
����t����2����+���������|���������������)��������"����
������������
��������|������������������������j����=����n����������)��������|��������������������
n����p����5����������������o�������)����4��������X����
��������y���������������)����6��������V����
��������y���������������)��������	{��������	��������o�������)0������������	����
��������	����	q������������	����S����8��������	����
��������	����	m����$������������	
��������	����
��������������������	������������o����
��������s����"��������s����
����	{����
����	v����
����	y��������	{����
����	u����
����	x��������	{����
����	v����
����	y��������	{����
����	u����
����	x��������:��������/��������������������	��������o������������	{����$����	��������	�������������%�������������������������	����	$��������	����'����
��������
��������������������	����� ����	�����������������	�~�����}����h�����~���������	�����������������������)	(������)
**

n�	
���)����
����	����������������
����~�������)

������������
����*��������
����*������������	��������
n������������
���������������)
����������������|������������������������*������������	����~��������������������������������	����������������|��������������������n��������_��������������	����(�����������)����������������|��������������������
����*������������	����~����������������]����(����	����(�����������)	
�
������)
~(�'`	1
	5

	
	#~#~:	:
&/'`:�
��~��~�	�~	��}�!		
s
�		tw�|`4	�0�&	�}�w���)	����������������	
�����������������������)
����
����	����������������
����~�������)����'�����������)����
��������
�������� ������������"������������������������	��������o������������	{������������
����������������	��������q�������������	����
��������	����	q������������	����S����8��������	����
��������	����	m����"��������
�������������{����&�������������������������	�����~����'�����������������������������������������
������������������
���������������)

��������
��������
2������������F���������������)+���~
�!����)	����������������	
�����������������������)	



���)����������������m�����������)����������������m����������)����������������������������
����
t����'����
����O������������
����j�������)	
��)	

j�j'Y
	�j�G�

j�j'Y
	D�j%[�~���)&����	�������)&����	������)�
,

"

��)����������������e����?��������e������������9��������e��������N����I���������������������
������������j������������o��������<��������
������������e����5�����������������m�������������j������������������������*��������
����
����j�������������j������������H���������������������
����
����j����>��������j������������J���������������*������������
������������
����
q����}����%������������
����
q����}�����Ӊ*
	*�*��Ί*��������������������������������+����!����	�������������������������������������������������������������������!����������������.����	~����������������g��������T����	����������������������~��������&��������Q�����ߏ*��������*������������	�������*�����������������������������������������*�����������������~������������
������*	
l�
f�
�
	����*!�������������������������������������������������������*�������*����	������������l�����������*��������������������
����.����A�������*��������������������
����-����B�������*	
	
�֙*��������������������
����
!��������F������*	$
,

'
"


,

				*
,	


	


 		



���*	

j�j%U	B�j' 	SaY�~	
	�

j�j��j	�j	��~	
�

j�j	��ˤ*
��������o��������
�����������*��������
	��������o������������o������������o����F���������������*��������o�����ܨ*��������o�������*
��������o������������t����-��������������������o����}����)��������U����w����F������*!����!����
��������������������S�������������o����
R����������������o����~���������z����
���������	o����x�����~�������������o����x�����~����}�������*��������o������*����������������e����<��������j������������/��������j��������X����L�����������������������������e�������������j������������-��������j��������Z����G�����������������������������j����.��������	����k������������+��������	����k��������[�������������	����k�������������Y�����������������
������������j������������p�������������e����2�����������������������������������
������������j������������/��������e��������X�������������j�������������p�������������e����7������������������~�����������������
������������j������������p���������ɷ*���� ������������j����(���� ������������j����-����������������e����<��������j����%����������������������������������j����'��������������������������L�������������������������e�������������j����#����������������������������������j����(��������������������������G�������������������������j����.��������	����k����"������������	����E�����������������	����k����(������������	�����������������������	����k����!������������	����F�����~����Y�����������������
������������j����'����������������������������������j����(��������������������������p�������������e����2������������������~�����������������
������������j����%����������������������������������j����)��������������������������p�������������e����7������������������~�����������������
������������j����%�������������������������p�����������*��������!����
������������	c����x����{����z�������*/
,

		*

"


���*

j?eI���*����	������������
�������*����������������e�������������`������������B���������������������
������������e����<�����������������n�����������*���� ������������j����2����������������e�������������`����,���������������������B�����������������
������������e����<���������������������n�����������*������������������������
����
q����}�������*#"
���*2�
f���*��������y������������
�������*��������x������������
�������*	U~���*����
~�������*	
�ynb/
���*�����������z����}����
����*����[����
��������	����U�������������|����
	����
������|����}��������	����w����
����+�����	����t��������������������
����������~������������h������������]����
���������	����j����9����	����q����6��������������������	��������6���������~����
����	��������G����~����T����~�����~����������������	��������������|������������	����������|����������������x�������������^����
������������
����	��������}���� ����	����s��������
v����y����o����
�����z����	������������m�������*	����}��������	y�������*0 
�
5

�
���*�������*�)			�
���*		r
���*����
~�������*	�������*�������*
!����
�����������*/l���*
�������*	&"=	0*	�~
���*����*	���*���*����.������������������	���� ����
�����~����
����������������)��������V�������������
����'��������U����d�������*	
	���*�			�)���*����
����
����������������>����
B���������
����������
�����������~�������*����
��������u����x�����������*�������*	���*���*���*
����������������~����w����~�������*=����	����	����	��������������������7����������������
���� �������������
������������������������������������S�����~��������������������	����o����d����U�������*�
		
�
���*
&����
��������
��������
��������
��������
��������
��������
��������
�������*y�
U#5			�)���*��������������������������������	������������K����:����������������	����������������������������������	�������������~���������������������	�������������~�����������������������������	������������J���������	~������������"����
����U����6����y������������������y��������������~����	~������������"����
����U����6����y������������������y������������������y���������~���������y���������~�����~����	~������������"����
����U����6����y������������������y������������������y������������������y���������~�������*$������������"����
����H��������	����m�������+
%5



			�)���+����	~����*���������������������������������������~�������+��������$�����������+$����	��������m������+��������$����	����~�������+		i�	l�
����+����	�����Ȉ+������+%����	����s������+�������+����	����������������	����]����:��������E�������+��������.��������%����	����N���������
{����
	����	������+
����
������������h����&������������h����Y��������������+	
%���+�Ď+����!�����������+	��
	
V���+
&

6



�
!�
"�
�
�
�
#�"
!�
"�
"�
$�
 ����+����%����#������������!�������+��������
����
����j������������������������������~�����������������
����
����j������������������������������~�����������+��������
������������j����*��������E��������n�������������������������j����4����������������]�����������������������������]������������������������������]���������~���������������������]���������~���������������������]���������}���������������������]���������}���������������������]���������}����T�����������������������������m���������������������\����������������������E�������������������������������������\�������������j����*��������E������������������������+���� ������������o����"���� ������������o���� ����������������m�������������j����*��������E��������E�������������������������j����4����������������]����?������������������������������������������]����?�������������������������������������������]���������������������������~���������������������]���������������������������}����T���������������+������������������������������������[����	/��������	��������������������������	������������������������������3��������������������e����1������������	����������������
��������������������������������

������������	$����d����h����;��������
������������	������������%�����������+����
������������
����
q����%����
����N����z���������������������	��������
����
����
X����<����	��������
����
�����������������
����g�������+?g ��}


 
�
����+%����	������+��������

������������
��������������������������������
6����������+�������������j����)������������	������������������������	����q������������b����2����������������������������������	�����~������������j����M���������	�����������������������+	����	��������h����	��������
����	��������l����	������������������������b����$����	=��������
��������	M��������������������	�~�����Է+����������������[����
���������������������[��������������������������[�����}���������������������[�����|���������������������[�����{���������������������[�����z���������������������[�����z���������������������[�����y���������������������[�����x���������������������[�����w�����	����������������[�����v�����
����������������[�����u���������������������[�����t���������������������[�����s�����
����������������[�����r���������������������[�����q���������������������[�����p���������������������[�����o���������������������[�����n���������������������[�����m���������������������[�����m���������������������[�����l���������������������[�����k���������������������[�����j���������������������[����
�i���������������������[�����h���������������������[�����g���������������������[�����f���������������������[�����e���������������������[�����d���������������������[�����c���������������������[�����b�������������
����	m����*��������}����2����
!������������{������������{������������������{����v������������{����d�������������
��������k�����~��������{����������������������������
����u����s����=��������
����������������x��������^����
�}�����a�����"�������+����������������]����
���������������������]�����~���������������������]�����}���������������������]�����|�������������
����	m����(��������}��������
������������{������������{����U�������������{������������
����������������x������������{����f����^����
�~�����{������������+
	X��y
l	*e3e3e6e6e+

	$dC�e-���+����	o����!������������
��������
2���������������+2		


X���+$����	�������+4		


X���+&����	�������+�������������

�������������������+
���+����������������m������������������������+/%
E�
+
k1_%��
f���+
%%Y*6	

��+����$����������+���+����
����������+����s������������	������������q����j����~�������+	
�����<��jĸ�+~�=o�e�Q�8�R0�R�	*�H��
��R�0�R�10
	`�He0\
+�7�N0L0
+�70	���010
	`�He ��J6V�d��Y�ru[dv�W���'6D��
�0��0���3H��ߡ��w0
	*�H��
0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
240808213623Z
350623220401Z0_10	UUS10U
Microsoft Corporation100.U'Microsoft Windows Code Signing PCA 20240�"0
	*�H��
�0�
��}k}'�v*.���4��+m�T� ���d��h(e;9_R]F?\���z�����^z]i��_0Oio=NA���W}���`H�?u�I��G�W����,֕oQ���Fl`v�mNdBP
{���9� tP�܍�b��_k��;�3�
�9b��7�7�L��A��S�5�3���=�4�"�]�����\�zc��م����ayL�]5�:��{zc0�AZo�sXP�D��K�'9�nn���8Q�8�e���ju��NRx�F��nh�ϴ��ٲV���Pl��:9���L%�,�3����UN�`�?;}��O�J�OF
�v���aB��� �%fN�g+��^$N��e~�<��u`�����+^�s�G�G��V_�g�q-��%TQ���I���;U�f3�ȧW��&��y ��p�)l:��IS��O��,��1§��
t1�K@���	ι��u+��9(�uժ�_�/x���J u0\5�:���ߤ��	(���F0�B0U��0	+�70U��׌��4�ګ�e����0	+�7
SubCA0U�0�0U#0��Vˏ�\bh�=��[�Κ�0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0
	*�H��
�C_��?�锌;\��h���T4�1L������E��pj3!�Θ�A~L�"�0))��?���E)�κE��'�T�X��ٖ���Tx*:Қj�;:�7o�Sn>�Ą�|�$�����.9`�qҬ1��i ��jcG���᨞7_��
��eN�/k�ц���o�Ly�Ni(��e�F5g
��[q��݌�ZI}��!?�2��Ke��MԦGc�:�s��QI!!w��\�yMx�J�*�g4��?#��~�������v̋��Z����9PXGd��M��r�l���q���1��g�B��0�')�‚�*E���]l�ߥ�NtX׏1�A�=|�����
m5�߈��!�9#�0&8��d4;��q�y�!=N�Q��O��QV�~崀�y.�c�~�xD�ɻۣ��
��1~`���m~iˈLH����}�UK��4�.'��5
���rw�>]�T�*���D��d)�Uw0�0��3�3�,�B���0
	*�H��
0_10	UUS10U
Microsoft Corporation100.U'Microsoft Windows Code Signing PCA 20240
250619180326Z
260618180326Z0t10	UUS10U
Washington10URedmond10U
Microsoft Corporation10UMicrosoft Corporation0�"0
	*�H��
�0�
���l��i�'h;]ЙZ\�F,q�3U�]�r&�h�����9'��8�u4�q�Y���Q��N�k����q�搲���
~�+�ԹB��(��g���@+�V��n�v���PV���嗜|Wm
A���I1%����	%�j��g>�u��^J� ��K��>�UԽ��sNu(����Z����^�"�R�,r\�	؆��]���Lŧtl�
a��goc�ˁ�;-�~�"������Ӄ<��
"�c�c;(�5nۜ��ʵ�V��w�l�a��N���HA;!QQDJ�\�f;u�m�Mb��G�()����`��ie�U�e�ǚG���z��>�h#���L��VΎ�����Q����]�����nPr��D�d��
����lŵ�{����{'1����.yN�E��(a,�b��"�,p8σ9TjV���i��<�x���XKZmQ��4T;��3zK�a��I�e�Nƥ�Ǻ�$��q�s����iI��П���0��0U��0,U%%0#+
+�7=+�7L0U�00U�r�zy���U�IlEnH�0EU>0<�:0810UMicrosoft Corporation10U
500814+5055710U#0���׌��4�ګ�e����0jUc0a0_�]�[�Yhttp://www.microsoft.com/pkiops/crl/Microsoft%20Windows%20Code%20Signing%20PCA%202024.crl0w+k0i0g+0�[http://www.microsoft.com/pkiops/certs/Microsoft%20Windows%20Code%20Signing%20PCA%202024.crt0
	*�H��
�r�0�qo�;���˝v4٘9k&���ඦ����vT����i�1|�]V�=?��"ʭj|jQ�œ�p�������&���7�au�<6b�@�'�~��r���gM	��c~�N�����/���p���� ���@*�B�s��t$yGw&[�W$F���`��+/�(2�7��k�F�7|7�_��=�%�_��N����
)9�3Po�c%x/xrgs��F���7w���4g3�^6��H�.���ڰ�Zž�qe�5n�В���b�F[dip��l�ՠ59��F���*�Κ���t��d�{!��雭�T���8�p����7~����U
�K���b��^@(ā"�*c�l䌱�y���G������� 2�Z�gJ��n�O
����T�<9#�n����G���ě�Q/fp��R��Y�^_��Fݑ��ԥ��٪�0<��!����肉:$�5֤<n�w@d��eG'��!����Fc�eW��rK�+\��1�DY0�DU0v0_10	UUS10U
Microsoft Corporation100.U'Microsoft Windows Code Signing PCA 20243�3�,�B���0
	`�He���0	*�H��
	1
+�70/	*�H��
	1" 9�<��jI�i�
�Œ��0Rqc��a|��Ñ�0T
+�71F0D�"� Microsoft Office��http://office.microsoft.com 0
	*�H��
����H�ѥC�DŃ��\/36�R���ޥ���nFDä��OD�-�
1^�h�!���0�A�X�]�u��^7wǿ
[&�f�g�$[�y1�o��O�4��6�`l�	Ԩ���h�܄�g~����٫�q�zC�I�E��KI�lS���(�����4~r;�I���)e~�g�c��!�T�7D���\�q����g�X%x8@�?qKbx�O����q[�8I=x��wK
��T�j�����n���b��YI$�w����)�S�'�҇�R]��E�.Օ'�9�O�ɰ����˗�����ouwT}ץ_�όrp@��-�I�ӛ^���p�;���0�*�V�����ƴi��������d���h���wT_���\)p�g��W`p-�ƻc�bf��!+w%œ͈�}=���*�b�θ��^��]�u�~c�*$����P�k'��eu���-��
��^Ϛ��4�^��֫�4������rl�|
��5��/r�&��]��A0��
+�71��0�	*�H��
��p0�l10
	`�He0�R*�H��
	��A�=0�9
+�Y
010
	`�He ���H8Yy
�r�.h��^�0��Z�{�~��7�h�Ƃ�W20250929163830.864Z0��Ѥ��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1'0%UnShield TSS ESN:A935-03E0-D9471%0#UMicrosoft Time-Stamp Service���0� 0��3�d�5���0
	*�H��
0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
250130194300Z
260422194300Z0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1'0%UnShield TSS ESN:A935-03E0-D9471%0#UMicrosoft Time-Stamp Service0�"0
	*�H��
�0�
��V&=�m����<�ʢ��(�]���M�ϙ�{$cI����rA�|t����B�"sY�&�$�5ZC}��Dl�-����[�w��3���s��Vף��rm�Dd�5�2B�"���ܮ�/������x'�Ϳm0Uf��8�]G=Cu�=�B�k苳� ݣ�4��v2���ҍ����ꄅ�ƥ��CvC����΃w��Ꮜ�<�i���Y�����_I��a��Q�w�8a�ꇢ�x8�\���T�^%�ّ�1�K����۷�)W�/�li�Jϔ�G����
�تv
�'��?V�U.�&O_9�긎Eex����ޗ�zݓa|��f��g�4Ԧ�
}s<,/[ʯ�`��H"FG������R�ą�,#ݦ�|�J�8��n�dJ�v�4S-�&	陚�^��.M9��S�0����t���x�X{�4E��e)v�! ��>�}�-Hd�󠒇7�]��˫�Ć�^�l�޻����'�]b�"l�.�A��I0�E0UuE!���C��IyW;ӡ�0U#0���]^b]����e�S5�r0_UX0V0T�R�P�Nhttp://www.microsoft.com/pkiops/crl/Microsoft%20Time-Stamp%20PCA%202010(1).crl0l+`0^0\+0�Phttp://www.microsoft.com/pkiops/certs/Microsoft%20Time-Stamp%20PCA%202010(1).crt0U�00U%�0
+0U��0
	*�H��
��0���Y���0Y|t�ߋ�����Q?�X�j�ۡ-�h_���҉���
�����e���ʩ��|�Q��N�1ǚ�ک*V�E�e��r�8��:ۘ�2U�,Չ�����~0�`g~��\
v��m�"�U<_�I�7�RMX�ήl&#i5��p��b�e�7B�����R.d
5��g
�`zC��ݔZ�����p���>*
}�6�"��RԿ���j$�!����UB�6:��V�)�XU�f��Q�~�BV)~�7�7�����g	�_L�3�7�i����tQF����<��W�q1.�&��P��T�T�L�����^�߭�I�So#m(9��|��f��WIe�j9�Z���շ��w9�L��wnPd{<�$���F�8��a<��#�Ym|4�b§"�YT6�V	3�ᆔ16,$��x�'�<�u��<	N2c�D�F_o�?|<6rS�xT��������P
��*���׍mp�9B&�=����K����0�q0�Y�3��k��I�0
	*�H��
0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
210930182225Z
300930183225Z0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100�"0
	*�H��
�0�
���L�r!y���$y�Ղ��ҩlNu��5W�lJ�⽹>`3�\O�f��SqZ�~JZ��6g�F#���w2��`}jR�D���Fk��v��P�D�q\Q17�
8n����&S|9azĪ�ri����6�5&dژ;�{3��[~��R���b%�j�]�S���VM�ݼ��㑏�9,Q��pi
�6-p�1�5(�㴇$��ɏ~�T��U�mh;�F��z)7���E�Fn�2��0\O,�b�͹⍈䖬J��q�[g`���=� �s}A�Fu��_4���� }~�ٞE߶r/�}_��۪~6�6L�+n�Q���s�M7t�4���G��|?Lۯ^����s=CN�39L��Bh.�QF�ѽjZas�g�^�(v�3rק ��
�co�6d�[���!]_0t���عP��a�65�G������k�\RQ]�%��Pzl�r�Rą��<�7�?x�E���^ڏ�riƮ{��>j�.����0��0	+�70#	+�7*�R�dĚ���<F5)��/�0U��]^b]����e�S5�r0\U U0S0Q+�7L�}0A0?+3http://www.microsoft.com/pkiops/Docs/Repository.htm0U%0
+0	+�7
SubCA0U�0U�0�0U#0��Vˏ�\bh�=��[�Κ�0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0
	*�H��
��U}�*��,g1$[�rK��o�\�>NGdx���=13�9��q6?�dl|�u9m�1��lѡ�"��fg:SMݘ��x�6.���V����i�	�{�jo�)�n�?Hu��m��m#T�xSu$W�ݟ�=��h�e��V����(U'�$�@���]='�@�8���)�ü�T�B�������j�BRu�6��as.,k{n?,	x鑲�[�I�t�쑀�=�J>f;O���2ٖ����t��Lro�u0�4�z�P�
X�@<�Tm�ctH,�NG-�q�d�$�smʎ	��WITd�s�[D�Z�k
��(�g($�8K�n�!TkjEG����^O���Lv�WT	�iD~|�als�
��Af=i��AI~~���;����>�1Q������{��p���(��6ںL���
�4�$5g+�
�挙��"��'B=%��tt[jў>�~�13}���{�8pDѐ�ȫ:�:b�pcSM��m��qj�U3X��pf�P0�80����Ѥ��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1'0%UnShield TSS ESN:A935-03E0-D9471%0#UMicrosoft Time-Stamp Service�#
0+��d�C-�u�峼�-U<����0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
	*�H��
��0"20250929124449Z20250930124449Z0w0=
+�Y
1/0-0
��0
"��00
�OA06
+�Y
1(0&0
+�Y
�
0� �
0��0
	*�H��
�:�%��I�͔W$����h�FH�L,3�&=��nX\1UK_��,�e���\�cjhp���Ξ$� {|�fS�K�f��� ��Jý�b`�B��d�hϚ��r?Ze���2�G"��t�jpѿW��±�)�H~G*ER�i=y/��V��*�R�Ig�����e�θ
t�~p��,���/BO��!L@*{	
���'y�6g75p�	���!�P`j��~�}�B��P�8�O�=�g)1�
0�	0��0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103�d�5���0
	`�He��J0	*�H��
	1
*�H��
	0/	*�H��
	1" :e�B�_�vbc��s���!kB&���
9O̕O-0��*�H��
	/1��0��0��0�� �(׷1�x��95���1�ù��b����+�g�-0��0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103�d�5���0" $9m:�	^�,�k����Y����BZ�~*��+0
	*�H��
���l*1*\����2����+-���b���{7KU��r1�Ƭ�m�Შ$�w���Z�2�$���-�
�����
8v,.SF���H�L3Ӳ�>(��E��5�ȃb���;Jsg4ZQΙ�u!6e.i��'$��c�l�q�J�������#�&�Z����e���+C��ƫޗ�j��q�7P88�]���+�[�T��4�Ce�������u�#�k�xP�/E�# I���Z�/��S*ag��Q��.Tu_egIx/����fѴ ��1���McH�ȰI�*�
����4�*�;pE�$9	W@PH�!�T+�ʞ��	U��Ҵ����,�ҙR�dF0�o�N��`�b~
�QM���<�n�ɑ��e�E܃��+�r��}����<q3��:���I���Y`&��<�AZ�
[2癁yr_Ls�2�$�g�B�P�'�y�D���j�Z����E	$��šb�c�Osu�Lڭ��"(7H^p�d|*��O�5��q�	��Z�0�)t
+�71�)d0�)`	*�H��
��)Q0�)M10
	`�He0\
+�7�N0L0
+�70	���010
	`�He ��J6V�d��Y�ru[dv�W���'6D��
�0��0���3H��ߡ��w0
	*�H��
0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
240808213623Z
350623220401Z0_10	UUS10U
Microsoft Corporation100.U'Microsoft Windows Code Signing PCA 20240�"0
	*�H��
�0�
��}k}'�v*.���4��+m�T� ���d��h(e;9_R]F?\���z�����^z]i��_0Oio=NA���W}���`H�?u�I��G�W����,֕oQ���Fl`v�mNdBP
{���9� tP�܍�b��_k��;�3�
�9b��7�7�L��A��S�5�3���=�4�"�]�����\�zc��م����ayL�]5�:��{zc0�AZo�sXP�D��K�'9�nn���8Q�8�e���ju��NRx�F��nh�ϴ��ٲV���Pl��:9���L%�,�3����UN�`�?;}��O�J�OF
�v���aB��� �%fN�g+��^$N��e~�<��u`�����+^�s�G�G��V_�g�q-��%TQ���I���;U�f3�ȧW��&��y ��p�)l:��IS��O��,��1§��
t1�K@���	ι��u+��9(�uժ�_�/x���J u0\5�:���ߤ��	(���F0�B0U��0	+�70U��׌��4�ګ�e����0	+�7
SubCA0U�0�0U#0��Vˏ�\bh�=��[�Κ�0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0
	*�H��
�C_��?�锌;\��h���T4�1L������E��pj3!�Θ�A~L�"�0))��?���E)�κE��'�T�X��ٖ���Tx*:Қj�;:�7o�Sn>�Ą�|�$�����.9`�qҬ1��i ��jcG���᨞7_��
��eN�/k�ц���o�Ly�Ni(��e�F5g
��[q��݌�ZI}��!?�2��Ke��MԦGc�:�s��QI!!w��\�yMx�J�*�g4��?#��~�������v̋��Z����9PXGd��M��r�l���q���1��g�B��0�')�‚�*E���]l�ߥ�NtX׏1�A�=|�����
m5�߈��!�9#�0&8��d4;��q�y�!=N�Q��O��QV�~崀�y.�c�~�xD�ɻۣ��
��1~`���m~iˈLH����}�UK��4�.'��5
���rw�>]�T�*���D��d)�Uw0�0��3�\u��*f�5�0
	*�H��
0_10	UUS10U
Microsoft Corporation100.U'Microsoft Windows Code Signing PCA 20240
250619180323Z
260618180323Z0t10	UUS10U
Washington10URedmond10U
Microsoft Corporation10UMicrosoft Corporation0�"0
	*�H��
�0�
��r��0n�,��T�'�u�:���9Zr���D�Y[/��/ɷϳ���DO�3x���I���ǥ��q_���lޱ�ǯ�׭��U�<�S7vLH/�������]=X�-�0i���tl�b��o�#L҆V���dzy{9�K�m:�h�Ii��௾�}^
x� �<@���;�����g�=k�{�J������t��p�L��I�`&{ 5>x�q��=P�>w�ߍ�l�����=:��B�"���A,l��7ج<D�uth'm�����%��>KoPw��aI4�7��P&�Nn]�A ׁ�1���зifL';�沬��W�����-3k��Xq�A�W��d���J��I'2u $��=��F�`V���-�2Ghk���H,�~�9 ,���w=17���}���p�1�F
i�$A���B����b��
���`�_<��9@�!�w�H�	2}����+���@�';�S�z,���:�a;Df����0��0U��0,U%%0#
+�7
++�7L0U�00Uǝ/�e
G�7�aqN�����0EU>0<�:0810UMicrosoft Corporation10U
500816+5055690U#0���׌��4�ګ�e����0jUc0a0_�]�[�Yhttp://www.microsoft.com/pkiops/crl/Microsoft%20Windows%20Code%20Signing%20PCA%202024.crl0w+k0i0g+0�[http://www.microsoft.com/pkiops/certs/Microsoft%20Windows%20Code%20Signing%20PCA%202024.crt0
	*�H��
���oy+��d�LK�Q�r�t�'����7T�Fz�z.��~X�S�u�w��j�R��*�D�a�Ø�<�˄�w
����wvJF�&�C����r	�Cp�[����̠@X|�8mP����)��1%�(�>2)>�x\)K�w��`�g{ �9��G��{�Z՞���4��B�G�����	�z	�I�/]r.��,�i�}���^k�/�,�\�`�g˞�:@�eK�
i<��L��s�Q�{x`�\��M�F�EcK_E1�#��=t�*��b����z��тF��PF��֝~�9����h0zx$Vpk�K�h�َ�Z��$�q@�`uAm��z�(<�����{����&]�����P�ぺ�����4>ԲӨg��Bkv�4-]�g%i$��6x)�,b`
\5��J��{ƒ66�9��짠��㇭;�������\��D2O�	�IK��t���|37X�	 b/�l�-����R��
��&�/n��@O���X�p�]1��0��0v0_10	UUS10U
Microsoft Corporation100.U'Microsoft Windows Code Signing PCA 20243�\u��*f�5�0
	`�He���0
*�H��
	10	*�H��
	1
+�70/	*�H��
	1" 9�<��jI�i�
�Œ��0Rqc��a|��Ñ�0T
+�71F0D�"� Microsoft Office��http://office.microsoft.com 0
	*�H��
��VMG_?�4��Ynm0���ڐc&t�����۫��/��H�\Aԩ�&cU�)��r��mhV���}H:I�=,"�pMo��h<�f&O�r�/ҏM�,&�g��}���2��d��5u�}21å�x�=]I�����EoPCM���z��J;Iy��/���K���x6�4t&_��y1��7��v��k���S�	�^!և����Z�ӄ(������kv�W��П�\��͚���Ҡ3\���3�}��r�h�ح\\z@k�fOLMs�=��D����E)�|��$,�ש&�Z	�5A��K�Ө]ep�=�޴9�pԂUDG�:�i�CsΠ�ӤH�����$?�蜸�!��ۑ�w�X�)Z�͏��
���n��Ԍ�4!Q�����|��#�p��t}���.��	���`�Z��r�Ms�B�U88�J�q�)�m��g�N������ꫢ=�F�v�m4��z��Z�w~����Kt�xp���"C`����0��
+�71�0�{	*�H��
��l0�h10
	`�He0�R*�H��
	��A�=0�9
+�Y
010
	`�He ��p.�?����9��s�[R�h�)e>/a2h��ܬf20250929163834.172Z0��Ѥ��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1'0%UnShield TSS ESN:9600-05E0-D9471%0#UMicrosoft Time-Stamp Service���0� 0��3���2X�0
	*�H��
0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
250130194247Z
260422194247Z0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1'0%UnShield TSS ESN:9600-05E0-D9471%0#UMicrosoft Time-Stamp Service0�"0
	*�H��
�0�
���&�y���Xd�^ƪ�Nz��yT���J��.Ӹ��E_��F�~��6A]�;�R�b�����[�ȿY@�0�������s��y΍+��r�X��[TvT�=����
G�/�:�r�!<����wL�5q�	�!��� �f����4]��v�c��]6���a��<Ȥ6��Qi�ET$y�(Z�J�Aa�4V�Ι�7��>#�S�! ��Ƭ5�%l�g!�j�m�%���}TbT�-�:�I���~�3wᥫ���MÂZ�>��*��:��bS�ӿC�fq�7�(yYD-vΛ���
q3�2��1i(�������obC(��`-1���Affd,i5g\����}Zt��O?����A�� ?�`%����F.�v�Z
����1�)'�G|d��db�h������O�CL��ǰ)�����T�H��vn��Q/�0��	����#���J
�UFϣ(���p�©e���
k�j��:Ҝ�
ә�8*���I0�E0UuvK@pjV����o���5�_0U#0���]^b]����e�S5�r0_UX0V0T�R�P�Nhttp://www.microsoft.com/pkiops/crl/Microsoft%20Time-Stamp%20PCA%202010(1).crl0l+`0^0\+0�Phttp://www.microsoft.com/pkiops/certs/Microsoft%20Time-Stamp%20PCA%202010(1).crt0U�00U%�0
+0U��0
	*�H��
�^r��G
�L�2P-V$��G���d�IF��x˯B��G���R��ijLj5����rM�#j��b�v�y�+����>�]32�S�:S>�z[rW��;^f��
C��T~|h�t�KNG<Vp@^A�:��E��z�]�^�"t�1�y���f"�t�L�5�T�Q] l��b#���+ ���u��d+�tQ�����O�Y��ޞ[�7����X��RODX��{��9��<����Oq2$[<i���
ث�L;8:�0"�/`��[��`S���1�
�Mq���^��s���D[�	ڮS��Y���g��4���)�_�-��[���´B5�Z�Ѳi�����;�(I&?������0��{F�#Y.�^�hg���E&�2ԱJ�Y��8�a+�z�	������E�p��D�
�,�_ݺ�Tľ!"�W"[>$�*b�o)��ú&gL�o��o(���9�7^�x�O|�y#�²�y@�p�E�ӿԻ�@7P�K�90�q0�Y�3��k��I�0
	*�H��
0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
210930182225Z
300930183225Z0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100�"0
	*�H��
�0�
���L�r!y���$y�Ղ��ҩlNu��5W�lJ�⽹>`3�\O�f��SqZ�~JZ��6g�F#���w2��`}jR�D���Fk��v��P�D�q\Q17�
8n����&S|9azĪ�ri����6�5&dژ;�{3��[~��R���b%�j�]�S���VM�ݼ��㑏�9,Q��pi
�6-p�1�5(�㴇$��ɏ~�T��U�mh;�F��z)7���E�Fn�2��0\O,�b�͹⍈䖬J��q�[g`���=� �s}A�Fu��_4���� }~�ٞE߶r/�}_��۪~6�6L�+n�Q���s�M7t�4���G��|?Lۯ^����s=CN�39L��Bh.�QF�ѽjZas�g�^�(v�3rק ��
�co�6d�[���!]_0t���عP��a�65�G������k�\RQ]�%��Pzl�r�Rą��<�7�?x�E���^ڏ�riƮ{��>j�.����0��0	+�70#	+�7*�R�dĚ���<F5)��/�0U��]^b]����e�S5�r0\U U0S0Q+�7L�}0A0?+3http://www.microsoft.com/pkiops/Docs/Repository.htm0U%0
+0	+�7
SubCA0U�0U�0�0U#0��Vˏ�\bh�=��[�Κ�0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0
	*�H��
��U}�*��,g1$[�rK��o�\�>NGdx���=13�9��q6?�dl|�u9m�1��lѡ�"��fg:SMݘ��x�6.���V����i�	�{�jo�)�n�?Hu��m��m#T�xSu$W�ݟ�=��h�e��V����(U'�$�@���]='�@�8���)�ü�T�B�������j�BRu�6��as.,k{n?,	x鑲�[�I�t�쑀�=�J>f;O���2ٖ����t��Lro�u0�4�z�P�
X�@<�Tm�ctH,�NG-�q�d�$�smʎ	��WITd�s�[D�Z�k
��(�g($�8K�n�!TkjEG����^O���Lv�WT	�iD~|�als�
��Af=i��AI~~���;����>�1Q������{��p���(��6ںL���
�4�$5g+�
�挙��"��'B=%��tt[jў>�~�13}���{�8pDѐ�ȫ:�:b�pcSM��m��qj�U3X��pf�L0�40����Ѥ��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1'0%UnShield TSS ESN:9600-05E0-D9471%0#UMicrosoft Time-Stamp Service�#
0+�=���߽H����5F�Oen���0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
	*�H��
���0"20250929095904Z20250930095904Z0s09
+�Y
1+0)0
���0M0�0
�(h06
+�Y
1(0&0
+�Y
�
0� �
0��0
	*�H��
�1��L#o*�J�S����郻��q�-(����=d�zz���Bv��k�E
x����/��r��%�VH��������f^t��"�qYk��͟F���E�,��p�‘D�^5_xGJe��=����?���T�7��IyNɵrN�1�vf��Z�-N�/� aۻZ���O�{���[��)=�1U˹���P��S�Y��wp���7Ԏ��.��N!���d�5*$�,g�.b��r�I+��| �1�
0�	0��0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103���2X�0
	`�He��J0	*�H��
	1
*�H��
	0/	*�H��
	1" p���RA���H1�
S��4��bwf؜�'. ��w0��*�H��
	/1��0��0��0�� ��xe�[
�U�L�h��Q�&˻���]K��y��0��0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103���2X�0" A	��o9�pLfc�C�W:c[�{e�tL��T��0
	*�H��
�j��%�2wI*YE�i.�w��F<�]��$�<�Y�(�H���~w��%L�%V��'�(
<�^�F\vKb�:�LC8�t��W�N���QD�&�d�viQ�:Y�3�˒��"��$q�}�)������v�3������}G �r�۸v�l&��R�ۼ�&��F��K&5��f�ߔ���
P��A��_�%w9%��*I���9��?׳Y��O�O	�h���xV揍��x	����"9+�pp
�l
�2H�j�w6M�LH@lZ&��u�\�o,�'��4��f˵��U%��bS��{�
"���@�P��V�P4�W���t��,b�E�!��[�Kg+��Qy3�|\�|T~`�dq�f���Йy�T[�Z���x[!��g�il�3��h�W�C6�&�ͻi]x�KƳ'�6XZ��fcov�ߡQTvλ���,�p=*���5O���>
\�[V�LM$Kb�A����ϤI�qzL6��x;O~��j�z