{
  "address": "0x0aDEd6366697F6bBf2d361AB177A22cb507e2757",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "endpoint_",
          "type": "address"
        },
        {
          "internalType": "uint32",
          "name": "layerZeroEid_",
          "type": "uint32"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "inputs": [],
      "name": "ConfigNotActive",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ConfigStatusUnchanged",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ExecutorStatusUnchanged",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidDebounce",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidDelegate",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidEndpointCall",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidLayerZeroEid",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidRemoteDelay",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidUpdateType",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "uint32",
          "name": "eid",
          "type": "uint32"
        }
      ],
      "name": "NoPeer",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "NotAnExecutor",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "addr",
          "type": "address"
        }
      ],
      "name": "OnlyEndpoint",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "uint32",
          "name": "eid",
          "type": "uint32"
        },
        {
          "internalType": "bytes32",
          "name": "sender",
          "type": "bytes32"
        }
      ],
      "name": "OnlyPeer",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "RemoteDelayUnchanged",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "RenounceOwnershipNotAllowed",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "sender",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "calledContract",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "methodSignature",
          "type": "string"
        }
      ],
      "name": "Unauthorized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "UnsupportedUpdateType",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "UpdateIsExpired",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "UpdateNotFound",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "UpdateNotUnlocked",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "UpdateTooFrequent",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ZeroAddressNotAllowed",
      "type": "error"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "bytes32",
          "name": "updateTypeHash",
          "type": "bytes32"
        },
        {
          "indexed": false,
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "previousActive",
          "type": "bool"
        },
        {
          "indexed": true,
          "internalType": "bool",
          "name": "active",
          "type": "bool"
        }
      ],
      "name": "ConfigActiveUpdated",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "arrivalTime",
          "type": "uint256"
        },
        {
          "indexed": true,
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "market",
          "type": "address"
        }
      ],
      "name": "DuplicateUpdateReceived",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "executor",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "previousApproved",
          "type": "bool"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "approved",
          "type": "bool"
        }
      ],
      "name": "ExecutorStatusUpdated",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint8",
          "name": "version",
          "type": "uint8"
        }
      ],
      "name": "Initialized",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "oldAccessControlManager",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "newAccessControlManager",
          "type": "address"
        }
      ],
      "name": "NewAccessControlManager",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferStarted",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint32",
          "name": "eid",
          "type": "uint32"
        },
        {
          "indexed": false,
          "internalType": "bytes32",
          "name": "peer",
          "type": "bytes32"
        }
      ],
      "name": "PeerSet",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "arrivalTime",
          "type": "uint256"
        },
        {
          "indexed": true,
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "market",
          "type": "address"
        }
      ],
      "name": "RegisteredPendingUpdateExist",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "remoteDelay",
          "type": "uint256"
        }
      ],
      "name": "RemoteDelaySet",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        }
      ],
      "name": "RemoteUpdateExecuted",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "arrivalTime",
          "type": "uint256"
        },
        {
          "indexed": true,
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "market",
          "type": "address"
        }
      ],
      "name": "RemoteUpdateRegistered",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "bytes32",
          "name": "updateTypeHash",
          "type": "bytes32"
        },
        {
          "indexed": false,
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousRiskSteward",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "riskSteward",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "previousDebounce",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "debounce",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "previousActive",
          "type": "bool"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "active",
          "type": "bool"
        }
      ],
      "name": "RiskParameterConfigUpdated",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        }
      ],
      "name": "UpdateRejected",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "LAYER_ZERO_EID",
      "outputs": [
        {
          "internalType": "uint32",
          "name": "",
          "type": "uint32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "REMOTE_UPDATE_EXPIRATION_TIME",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "acceptOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "accessControlManager",
      "outputs": [
        {
          "internalType": "contract IAccessControlManagerV8",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint32",
              "name": "srcEid",
              "type": "uint32"
            },
            {
              "internalType": "bytes32",
              "name": "sender",
              "type": "bytes32"
            },
            {
              "internalType": "uint64",
              "name": "nonce",
              "type": "uint64"
            }
          ],
          "internalType": "struct Origin",
          "name": "origin",
          "type": "tuple"
        }
      ],
      "name": "allowInitializePath",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "endpoint",
      "outputs": [
        {
          "internalType": "contract ILayerZeroEndpointV2",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        }
      ],
      "name": "executeUpdate",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "internalType": "address",
          "name": "comptroller",
          "type": "address"
        }
      ],
      "name": "getExecutableUpdates",
      "outputs": [
        {
          "internalType": "uint256[]",
          "name": "executableUpdates",
          "type": "uint256[]"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "internalType": "address",
          "name": "market",
          "type": "address"
        }
      ],
      "name": "getLastExecutedAt",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "internalType": "address",
          "name": "market",
          "type": "address"
        }
      ],
      "name": "getRegisteredUpdate",
      "outputs": [
        {
          "components": [
            {
              "components": [
                {
                  "internalType": "string",
                  "name": "referenceId",
                  "type": "string"
                },
                {
                  "internalType": "uint256",
                  "name": "updateId",
                  "type": "uint256"
                },
                {
                  "internalType": "address",
                  "name": "market",
                  "type": "address"
                },
                {
                  "internalType": "string",
                  "name": "updateType",
                  "type": "string"
                },
                {
                  "internalType": "bytes32",
                  "name": "updateTypeKey",
                  "type": "bytes32"
                },
                {
                  "internalType": "bytes",
                  "name": "newValue",
                  "type": "bytes"
                },
                {
                  "internalType": "bytes",
                  "name": "previousValue",
                  "type": "bytes"
                },
                {
                  "internalType": "uint256",
                  "name": "timestamp",
                  "type": "uint256"
                },
                {
                  "internalType": "address",
                  "name": "publisher",
                  "type": "address"
                },
                {
                  "internalType": "uint96",
                  "name": "poolId",
                  "type": "uint96"
                },
                {
                  "internalType": "uint32",
                  "name": "destLzEid",
                  "type": "uint32"
                },
                {
                  "internalType": "bytes",
                  "name": "additionalData",
                  "type": "bytes"
                }
              ],
              "internalType": "struct RiskParameterUpdate",
              "name": "update",
              "type": "tuple"
            },
            {
              "internalType": "enum IDestinationStewardReceiver.UpdateStatus",
              "name": "status",
              "type": "uint8"
            },
            {
              "internalType": "uint256",
              "name": "arrivalTime",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "executor",
              "type": "address"
            }
          ],
          "internalType": "struct IDestinationStewardReceiver.DestinationUpdate",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        }
      ],
      "name": "getRiskParameterConfig",
      "outputs": [
        {
          "components": [
            {
              "internalType": "bool",
              "name": "active",
              "type": "bool"
            },
            {
              "internalType": "uint256",
              "name": "debounce",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "riskSteward",
              "type": "address"
            }
          ],
          "internalType": "struct IDestinationStewardReceiver.RiskParamConfig",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "delegate_",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint32",
              "name": "srcEid",
              "type": "uint32"
            },
            {
              "internalType": "bytes32",
              "name": "sender",
              "type": "bytes32"
            },
            {
              "internalType": "uint64",
              "name": "nonce",
              "type": "uint64"
            }
          ],
          "internalType": "struct Origin",
          "name": "",
          "type": "tuple"
        },
        {
          "internalType": "bytes",
          "name": "",
          "type": "bytes"
        },
        {
          "internalType": "address",
          "name": "_sender",
          "type": "address"
        }
      ],
      "name": "isComposeMsgSender",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        },
        {
          "internalType": "address",
          "name": "market",
          "type": "address"
        }
      ],
      "name": "lastExecutedAt",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        },
        {
          "internalType": "address",
          "name": "market",
          "type": "address"
        }
      ],
      "name": "lastRegisteredUpdateId",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "uint32",
              "name": "srcEid",
              "type": "uint32"
            },
            {
              "internalType": "bytes32",
              "name": "sender",
              "type": "bytes32"
            },
            {
              "internalType": "uint64",
              "name": "nonce",
              "type": "uint64"
            }
          ],
          "internalType": "struct Origin",
          "name": "_origin",
          "type": "tuple"
        },
        {
          "internalType": "bytes32",
          "name": "_guid",
          "type": "bytes32"
        },
        {
          "internalType": "bytes",
          "name": "_message",
          "type": "bytes"
        },
        {
          "internalType": "address",
          "name": "_executor",
          "type": "address"
        },
        {
          "internalType": "bytes",
          "name": "_extraData",
          "type": "bytes"
        }
      ],
      "name": "lzReceive",
      "outputs": [],
      "stateMutability": "payable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint32",
          "name": "",
          "type": "uint32"
        },
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "name": "nextNonce",
      "outputs": [
        {
          "internalType": "uint64",
          "name": "nonce",
          "type": "uint64"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "oAppVersion",
      "outputs": [
        {
          "internalType": "uint64",
          "name": "senderVersion",
          "type": "uint64"
        },
        {
          "internalType": "uint64",
          "name": "receiverVersion",
          "type": "uint64"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint32",
          "name": "_eid",
          "type": "uint32"
        }
      ],
      "name": "peers",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "pendingOwner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        }
      ],
      "name": "rejectUpdate",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "remoteDelay",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "name": "riskParameterConfigs",
      "outputs": [
        {
          "internalType": "bool",
          "name": "active",
          "type": "bool"
        },
        {
          "internalType": "uint256",
          "name": "debounce",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "riskSteward",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        }
      ],
      "name": "setAccessControlManager",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "internalType": "bool",
          "name": "active",
          "type": "bool"
        }
      ],
      "name": "setConfigActive",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_delegate",
          "type": "address"
        }
      ],
      "name": "setDelegate",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint32",
          "name": "_eid",
          "type": "uint32"
        },
        {
          "internalType": "bytes32",
          "name": "_peer",
          "type": "bytes32"
        }
      ],
      "name": "setPeer",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "newRemoteDelay",
          "type": "uint256"
        }
      ],
      "name": "setRemoteDelay",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "updateType",
          "type": "string"
        },
        {
          "internalType": "address",
          "name": "riskSteward",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "debounce",
          "type": "uint256"
        }
      ],
      "name": "setRiskParameterConfig",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "executor",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "approved",
          "type": "bool"
        }
      ],
      "name": "setWhitelistedExecutor",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        }
      ],
      "name": "updates",
      "outputs": [
        {
          "components": [
            {
              "internalType": "string",
              "name": "referenceId",
              "type": "string"
            },
            {
              "internalType": "uint256",
              "name": "updateId",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "market",
              "type": "address"
            },
            {
              "internalType": "string",
              "name": "updateType",
              "type": "string"
            },
            {
              "internalType": "bytes32",
              "name": "updateTypeKey",
              "type": "bytes32"
            },
            {
              "internalType": "bytes",
              "name": "newValue",
              "type": "bytes"
            },
            {
              "internalType": "bytes",
              "name": "previousValue",
              "type": "bytes"
            },
            {
              "internalType": "uint256",
              "name": "timestamp",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "publisher",
              "type": "address"
            },
            {
              "internalType": "uint96",
              "name": "poolId",
              "type": "uint96"
            },
            {
              "internalType": "uint32",
              "name": "destLzEid",
              "type": "uint32"
            },
            {
              "internalType": "bytes",
              "name": "additionalData",
              "type": "bytes"
            }
          ],
          "internalType": "struct RiskParameterUpdate",
          "name": "update",
          "type": "tuple"
        },
        {
          "internalType": "enum IDestinationStewardReceiver.UpdateStatus",
          "name": "status",
          "type": "uint8"
        },
        {
          "internalType": "uint256",
          "name": "arrivalTime",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "executor",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "whitelistedExecutors",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
  "receipt": {
    "to": "0x0000000000000000000000000000000000008006",
    "from": "0xe2a089cA69a90f1E27E723EFD339Cff4c4701AcC",
    "contractAddress": "0x0aDEd6366697F6bBf2d361AB177A22cb507e2757",
    "transactionIndex": 0,
    "gasUsed": "3258595",
    "logsBloom": "0x00000000000400080000010000000000000000000040400000000000000000000000000000200000000000000001000000000000000000000000000000000000000100000080040000000028000040000400000000000000000000000000080000000000020100000008000000000800000000000000400004000010000000000000001000000000000004000100000000000102000080000000020000000080800000000000100000000000800500000000000020042000002000010000000000000002008100000000000000040000000010000100000000000010000020000000000020000000000000000008000000000840000000000000000080000000",
    "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc",
    "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
    "logs": [
      {
        "transactionIndex": 0,
        "blockNumber": 6462203,
        "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x000000000000000000000000e2a089ca69a90f1e27e723efd339cff4c4701acc",
          "0x0000000000000000000000000000000000000000000000000000000000008001"
        ],
        "data": "0x0000000000000000000000000000000000000000000000000000971367b3a800",
        "logIndex": 0,
        "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462203,
        "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
        "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000001c60000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800e1404eb9a9050ac972667064a67950996ba9606e70388daf0db9b4de2bb25115e",
        "logIndex": 1,
        "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462203,
        "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": [
          "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
          "0x000000000000000000000000000000000000000000000000000000000000800e",
          "0x1404eb9a9050ac972667064a67950996ba9606e70388daf0db9b4de2bb25115e"
        ],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000006b1a07880000000000000000000005340010009c00000534010080410000000100200190000000000101043b14cd14c80000040f000000c00110021000000000010004140000007e0000213d0000007e0000613d0000801002000039000000000010043f0000007e0000c13d000000200010043f0000057c011001c7000005340020009cffffffffffffffff0000053402008041000000400100043d000000000101041a00000000010000190000000001010433000006090000213d000014cf00010430000000000002004b000000000001004b0000007e0000413d000000000112019f00000000020004160000053c011001c7000000c0022002100000000002000414000000000404043b0000001202000029000000000201041a000000000202043b000000000021041b0000001001000029000005750010009c0000000000320435000014ce0001042e0000800d02000039000000000012004b00000000002104350000000000120435000000000121019f000005750040009c001200000001001d0000000401100370000000000001042d000006460000013d000000800010043f000005750020009c000000400010043f0000112b0000613d000000400200043d000000000202041a000000000021004b0000000b010000290000001101000029000000600110021000000001022000390000000100100190000000000200003900000040011002100000002003000039000000000202043300000000004304350000001102000029001100000001001d000005370110019700000000010000390000007e0000813d00000588011001c70000000e010000290000004002200210000006f70000013d0000000001000416000000000010044300000537022001970000001201000029000000240030008c00000004070000290000002003300039000000000012041b000000000003004b0000058301000041000000040010043f0000058201000041000000120400002900000000001404350000002001000039000000000201043b0000000506000029000000000505043300000000060604330000000c010000290000000003030433000006090000c13d000000000020043f000005d205500197000000ca0100003914cd14900000040f000000440030008c000000cb010000390000000901000029000000000009004b0000002001100039000000200030008c0000000000450435000000000301043b0000000004000039000000000005004b0000004002000039000000110300002914cd14c30000040f001200000002001d000000000032004b000000000034004b000000ff0010019000000000006704350000000308000029000000000431034f00000000005404350000000f010000290000800b0200003900000580011001c70000057f010000410000000501100270000000000003043500000001004001900000003f011000390000001f0110003900000012050000290000000f0200002900000000002304350000000000310435000000000303043b000000010100c039001000000001001d000000000200001900000004021003700000000400100443000000010300003900000574010000410000001f02300039000000400020043f0200000000000000000005d402200167000005d40220027f00000000043100190000001f0010008c000000000057004b000b00000002001d0000001203300029000000002101043400000000000404350000001f0530018f000b00000001001d00000001011001bf0000000f03000029000000110000006b0000002004400039001200000003001d000000a00010043f000f00000002001d0000000000010435001100000002001d0000003301000039000005370020009c000005340030009c000005370010009c000000000701034f0000028a0000213d0000000003010019000013930000213d000012cb0000c13d000012cb0000213d0000000102004039000000000251016f000000200500008a0000000001006039000012d70000613d000012d10000c13d000000000223016f000000f80220018f000000000041004b0000000101100039000000000051041b000000120530002900000001044000390000000503300270000000010320008a000000000121016f0000000000650435000000200200008a000000000002041b0000000002230019000000000113001900000000020040190000000502200270000000200010008c00000000052400190000053403008041000000000014004b000000400300043d0000000004000019000000000048004b0000000008980436000000007907043c0000000008020019000000000462001900000536063001980000053403300197000005d1012001970000004101000039000c00000001001d000000100000006b0000001005000029000000000302041a000000cd01000039000000100200002900030000000103550000006003300270001200000004001d0000000001000412000000cc010000390000002304200039000005d1022001970000000b01100039000000ce0100003902000002000000000000000006450019000000000402041a000000000442013f000000010400203900000001032001900000000001820019000000000091004b0000000209000029000300000008001d000000110020006c0000001102200180000000000121013f00000001020020390000001f0020008c0000007f0220618f0000000102100270000000000232013f000005d40300004100000e110000a13d0000000c020000290000105b0000c13d000200000004001d0000000006240019000000100040006c0000010006600089000000000767022f00000000045404360000000d0100002900000004030000390000000008a8019f00000000089801cf000000000898022f0000010009900089000000000808043b000000000a9a022f000000000a9a01cf000800000002001d000005d2022001970000091e0000613d0000000b0300002900000a0b0000413d0000000001120019000000000015004b0000010005500089000000000656022f00000000065601cf00000003055002100000000002210436000005d2011001970000002002100039000000030300003900000587022001970000003f05500039000000400030043f000005370030009c000005750050009c000000030020008c0000001203000029000000650100003914cd13df0000040f0000008001000039000e00000001001d0000002402100039000000440210003900000064021000390000002401100370000105340030019d000005340040009c000000040020008c00008002020000390000058d011001c7000000000020044300000024021003700000004001200210000000000010041b000006300000c13d000000000441034f0000010004400089000000000545022f00000000054501cf000000000004004bffffffffffffffe06f6e7472616374207a61626c653a2063496e697469616c6900000000ffffffff0000001f055000390000000000060435000000200770003900000000009804350000000009090433000000000976001900000000084700190000000007000019000000000707043300000000044500190000000000560435000000000081043500000000031a0019000000010a000029000100000004001d0000000004980436000000400800043d0000001f0090008c0000007f0990618f0000000109200270000000000001042f000000000113019f000005370720019700000000032100190000000006430019000000003101043400000000050000190000000a010000290000000009a90436000000008a08043c00000000044600190000000000870435000000000a0704330000000309a00210000000000898034f00000000000a004b00000000007c004b000000000cdc043600000000bd0b043c000000000c060019000000000b08034f00000000079600190000001f0a40018f000005d209400198000000000881034f000000100070006c00000000078400190000000006450436000000400070043f00000020086000390000000100800190000005750070009c000000010800403900000000080000390000000007750019000000400500043d000005d2075001970000001f05400039000000000461034f0000001f046000390000000000760435000000200550003900000000076701cf00000060013002100000000902000029000000000042004b0000006002200210000000000007004b00000008020000290000000a030000290000091e0000013d000000000331034f000000000012001a0000000c01100039000d00000001001d00000001020000390000000000340435000000000042041b000005d203300197000005bf0100004100000534011001970000000201100039000000000036004b0000000006760436000000005705043c00000000060200190000000204400367001100000004001d000000110400002900000000033200190000000104004039000000c902000039000000010200c039000000000031041b000000ff0110018f0000000304500210000000400050043f000000000035004b000000000241034f000000ff0220018f14cd12eb0000040f000e00000002001d001000000002001d14cd11510000040f000000c00010043f000000100030006b0000001104100360001100040020003d000000110500002900000000030000310000000000020435000001fe0000013d000000400040043f00000583011001c7000000400400043d0000058c0200004100008005020000390000058b011001c700000024000004430000058a010000410000000002000411001100000003001d0000ff0000100190000000800020043f000000c40010043f000000a40010043f000000840010043f0000053a010000410000000006860436000000007807043c0000000203000039000000000100041100000040000000806f6f6c29000000000000004400000000ffffffff0000000000000024000000007fffffffffffffff00000004000000000000002000000000000000000403401900000020040000390000000000910435000000000900041100000000650504340000000006240049000012bc0000013d000000000008004b000012680000013d000012230000013d0000000208000029000011da0000013d000200000009001d0000118d0000013d0000000004120019000001a002600039000400000007001d000011440000213d00000022010000390000000b011001af000000090230025000000008010000290009000300100218000b000100100218000900000002001d000000100300002900000009011001af0000000802300250000000010100002900000011060000290000000a05000029000000050200002900000d590000413d00000001033000390000000004010433000000000404043300000000030000190000000a02000029000a00000000001d000000000013041b000005d1011001970000000b02000029000800030010021800090001001002180000000102100190000100000002001d00000a0b0000813d0000000701100039000000010020008c0000000b02100039000001600110003900000003067002100000001f0720018f000005d206200198000005750030009c000000400330003900000020043000390000001206000029000005370040009c0000004003200039000000000707043b000005d2066001970000002002200039000000000023004b0000000c0010006c0000000e02000029000000000575019f00000000056501cf000000000565022f000000000505043b00000003066002100000000d0000006b000000020550036700000040013002100000000000130435000000000161019f00000000015101cf000000000151022f0000000006040433000000000161034f0000000d030000290000000003000039000c00000004001d00000005011002100000057a0060009c000005790030009c00000001010040390000000007870436000000006806043c0000000d0200002900000537066001970000058703300197000a00000001001d000900000001001d0000001f022000390000000103000031000005ae04000041000005370230019700000587043001970000009702000039000000000100003f000000010010008c000f00000001001d0000059204000041000000000041043500000540011001c7000000800100043d0000003f033000390000001f032000390000000e03000029000000000301041a0000000401000039000000000031004b000000000141034f0000000201000039000000800000043f000000000601043b00000097010000390000001203200029000000000464019f00000000045401cf000000000454022f0000000006030433000000000504034f0010001f00400193000005d203400198000000000050007c0000000002210019000000c901000039000000a00030043f0000000103100039000000c001000039000000000232019f000000000112013f000005a8040000410000053705200197000000000363019f00000587032001970000000006000411000000030010008c0000008001100039000000000353019f00000000034301cf000000000343022f0000000005010433000000000016004b0000001f0520018f00000024031003700000002405500039000000000525001900000004045000390000002302500039000000000502043b000f00000003001d0000000003320436000000800300003914cd14a50000040f0000058a020000410000000504400210000000000400041500000044030000390000800501000039000004d70000013d0000000e0000006b0000010d0000613d0000000f0000006b000000e001000039001000240020003d00000012022000290000000402100039000005340400804100000000010304330000004003500039000000000303041a000000001201043414cd13950000040f14cd11460000040f00000000020300190000000401100039000000ff00200190000006a10000c13d000000000200041a00000005033002100000000003000415000000000131019f000000400330021000000004014000390000058e01000041000000120000006b0000053d04000041000005a701000041000000e40010043f0000000003000411000005e20000013d14cd13cd0000040f000000640030008c0000000101006039000000000200041000000024022000390000000404200039000000000151019f00000000014101cf000000000141022f00000000050204330000001f0430018f000003fa0000013d000007330000c13d000000040030008c4a3fa2930000000018c5e8ab000000000000000000000001ffffffffffffffa0ffffffffffff00ffffffffffffffff00000000000002a30000000064000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653af6ff4fb7000000009ee98e072f875840270f8d7f8c5b053d3a2da54b4c53b429d5a7f72731c4bc3d42a00f4957a5ebb7f11ddcca7c934932e7982ac3692bb4bda5cf028a8d57c7fade720fa0346bd73bcbd9c930d3d25be189a0dc78a586658b6f2b8853cd821aeefffffffffffffe80c26bebcc0000000091ac5e4f000000000000006000000000e35f00c50a54b98b9849b1c3ba196a428edb290f5ff0f910238399d427b9478952232d4b2dd8f9006834302d3c7e0d424724ffca13de82c972ab1bc1039b79dc8579befe00000000b2758289f197ec3b893c51df866141452dbd4d2405e9976e10c0e7519c24c8e48eee990d000000006464726573732c62656375746f7228616c69737465644578736574576869746580919d7b000000007f7bccb1e5004792a19292fbb932cca700523a79b6e6c7ddcba816b2fc5cd497ffffffa000000000fdffffffffffffff00000000ffffff9f01e852dc00000000737472696e672c626741637469766528736574436f6e66696973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f696e76616c6964206472657373000000b58636040000000031fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a2ffffffffffff0000697320616c726561616c697a65640000647920696e697469000000040000008096c553eb00000000e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914000000840000008072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c6532341f61ec00000000dea2a2120000000005f5f49800000000c2a16f1400000000074a51d65de2dac7217e9f580e76053ce1c3c6179b59fd5f27f52b13359f1687bf6378390000000053f7a6ee000000006196e5a3000000000000006000000080f6ea4e0600000000b323bd6d5cfe608e196130c6a988a9d36f5461b535881b822cbea64d1a2ece21ffffff4000000000ffffffffffffff9f00642800000000006e7432353629000064726573732c75697472696e672c6164436f6e66696728736172616d657465727365745269736b50ea7ea8b418691164fd7ddc7c9b3ce1d771cacd5610879e3d0a4273908b9362e5bb45c33d00000000d7e73665a326b301468b9846eb7de186cba842d393f777eda1c2964049f672e1545f991300000000000000000002a2ff696e7432353629006544656c6179287573657452656d6f74ca5eb5e100000000023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf265ab882de59d99a32eff553aecb10793d015d089f94afb7896310ab089e4439a4cd8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99f00000000000002a0fffffffffffffd7fffffffffffffffdf4e487b7100000000000000000000003f08cc6b5d955391325d622183e25ac5afcd93958e4c903827796b89b91644bc98fffffffffffd5cfffffffffffffd5d0000000040000000008000000000000000b0772d0b0000000000000000000000a0ffffffffffffff7f0000002000000080000000000e32cb8600000000050d898600000000170338c80000000013137d650000000013137d6400000000282071410000000017442b70000000003aed7f31000000003400288b000000003400288a0000000017442b6f00000000485cc95500000000438653fe000000005e280f11000000004c213449000000004c2134480000000079ba509700000000715018a60000000082413eac000000007d25a05e0000000079edd1000000000079edd0ff00000000715018a500000000438653fd00000000a49e9ea1000000008da5cb5b00000000b080d71d00000000af9e0fd300000000af9e0fd200000000b4c2f72700000000b4a0bdf300000000c3e10deb00000000be3881b400000000bb0b6a5300000000bb0b6a5200000000b4a0bdf200000000ca5eb5e100000000ca136b9900000000e30c397800000000e2509c7600000000e2509c7500000000f5d3b7b300000000f2fde38b00000000ff7bd03d00000000fe2b350200000000f63106e400000000f63106e300000000f2fde38a00000000ca136b98000000008da5cb5a932c38e600000000000000c000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b000000840000000008c379a000000000697320696e697469616c697a696e670000000000ffffffe000000001ffffffe0000014cd00000432000014cb00210423000014c600210421000014c20000613d0000000002050019000005d9011001c7000014ab0000413d000000000161043a0000000006060031000000050660027000000000066400190000000506200210000014b30000413d000000050030008c0000000005010019000014a30000613d000014890000613d000014780000c13d0000147c0000613d0000000001210049000000020200002914cd12d90000040f00000000010800190000006402400039000005d801000041000000240140003900000060020000390000004401400039000014590000613d000014510000c13d00000000010b0433000014510000a13d0000001f0030008c000014530000c13d000014530000213d0000000004b10019000000600110018f0000001f014000390000000108000029000014710000613d000100000003001f000000000686019f00000000066701cf000000000868022f00000000086801cf0000000008050433000000000771034f000014350000613d000000000006004b000014240000c13d000000000059004b00000000090b0019000000000801034f000014280000613d00000000057b001900000020074001900000001f0640018f000000020b00002900020000000b001d000000c003300210000000000141019f000000400440021000000000040b401900000534040000410000053400b0009c0000006401100039000100000008001d0000143b0000013d000014050000c13d00000000030004140000000003410019000013f40000413d0000000007530019000013fb0000613d0000006404b0003900000000310804340000004404b000390000000401b0003900000000001b0435000005d70100004100000040030000390000002401b00039000000400b00043d00000000080100190002000000000002000013dd0000613d0000000002250019000000000474019f00000000046401cf000000000464022f0000000007030433000000000464034f000013c20000613d000013b10000c13d000000000039004b0000000009050019000000000804034f000013b50000613d0000000003650019000013cb0000213d000000000037004b00000000074200190000000005210436000013c50000c13d0000000100700190000013c50000213d000000010700403900000000070000390000000005510019000005d2051001970000001f01200039000013c50000813d000005d60020009c00000000040100190000000001040019000000240130037000000000054200190000002404400039000000000223034f0000000402400039000013930000813d0000002302400039000000000402043b00000004023003700000000203000367000013930000a13d000000430010008c000005790010009c0000136b0000413d000000000025004b00000000075400190000000006150019000013720000613d0000000001250436000000004201043400000000004204350000016002200039000000000425004900000000054500190000014007200039000005340660019700000140061000390000012007200039000005c706600197000001200610003900000100072000390000010006100039000000e007200039000000e006100039000013420000413d000013490000613d000000c007200039000000c0051000390000132c0000413d000013330000613d000000a007200039000000a00510003900000080072000390000008006100039000013120000413d000013190000613d00000000650704340000006007100039000000600620003900000000052400490000001f0530003900000040062000390000053705500197000000400510003900000000000704350000000007430019000012f50000413d000000000038004b00000020088000390000000000a90435000000000a0a0433000000000a87001900000000094800190000000008000019000012fc0000613d000001a0042000390000000073030434000001800420003900000000064204360000018004000039000000005301043400000000012100190000000002130019000012de0000413d0000000005120019000012e50000613d000000000132043600000000430104340000000001060019000000000071043500000160016000390000000001720019000012ab0000413d000000000081004b0000000003190019000012b90000613d000012b30000613d0000000004870436000000400700043d0000001f0080008c0000007f0880618f00000001082002700000000a017000390000053402200197000000090270003900000140016000390000010002600039000000a00310027000000120026000390000000801700039000000e0026000390000000701700039000000c001600039000012560000413d000012640000613d0000125e0000613d0000000601700039000000a001600039000012110000413d0000121f0000613d0000000309000029000200000008001d000300000009001d000012190000613d0000000501700039000000040270003900000080016000390000006001600039000011c80000413d000011d60000613d000011d00000613d000000030170003900000002027000390000004001600039000000010270003900000000018604360000117b0000413d000000000503041a0000118a0000613d000000000070043f000011830000613d000500000006001d000000000048043500000001030020390000001f0040008c0000007f0440618f0000000104100270000000000107041a000000400080043f0000018008600039000012cb0000813d000005c60060009c000000400600043d0000000007010019000500000000000200000060011000390000114b0000813d000005d50010009c000000000024004b0000000203100367000011440000613d000000000304c0190000057a03002041000000000053004b000000000653013f0000057a033001970000057a052001970000057a040040410000001f03100039000005cb04000041000010fd0000413d000011040000613d00000001022001bf00000001011002100000000302200210000010b80000813d000010a60000c13d000010bb0000013d00000001024002100000000302400210000010990000613d000010ad0000013d000010a10000c13d000010940000a13d0000107c0000413d000010800000813d000010800000413d000010610000613d0000000a011000390000000301000029000005ca03300197000000090230003900000004010000290000000802300039000000a0022002100000000601000029000000070230003900000007010000290000102b0000813d0000101a0000c13d0000102d0000013d0000100f0000613d000010210000013d000010150000c13d0000100a0000a13d00000ff00000413d00000ff40000813d00000ff40000413d0000000601100039000000020100002900000fbb0000813d00000faa0000c13d00000fbd0000013d00000f9f0000613d00000fb10000013d00000fa50000c13d00000f9a0000a13d00000f800000413d00000f840000813d00000f840000413d000000050110003900000f460000813d00000f350000c13d00000f480000013d00000f2a0000613d00000f3c0000013d00000f300000c13d00000f250000a13d00000f0b0000413d00000f0f0000813d00000f0f0000413d00000003011000390000000202300039000000010230003900000eca0000813d0000000b0020006c00000eb90000c13d00000ecc0000013d00000eae0000613d0000000b0000006b000005c90400004100000e6c0000413d00000e730000613d000005c80400004100000e250000413d00000e2c0000613d00000d0c0000013d000000320100003900000e0c0000c13d00000d5a0000013d000a00010030003d000000080110002900000005013002100000000a0010006c00000d590000213d0000000b0010006c00000df80000613d0000000602300029000000060020002a000000070010006b0007057d001000a400000d590000c13d00000d590000613d0000000c01100029000000050120021000000e170000813d0000000d0020006c00000d5d0000013d000500010010003d000600000002001d000000000123004900000d430000413d000000000045004b00000001055000390000000003630436000000000601043300000d490000613d00000d2b0000413d0000000a0030006c00000008044000290000000504300210000000090400002900000d3a0000613d0000000a0000006b00000d230000c13d000000000500003100000d270000613d000000000214001900000581041001970000003f01300039000000050310021000000d520000c13d00000d040000c13d000005a00400004100000e040000613d000000000131004900000cee0000613d0000002402300039000000200200003900000004013000390000059f010000410000000d0110003900000002011001bf000000000103041a000005c5011001c70000000402300039000005c4020000410000000000240435000000240430003900000ec00000013d00000eb40000c13d0000000b0220018000000ea90000a13d00000c620000413d00000c660000813d00000c660000413d00000001010020390000007f0110618f000000010110027000000e620000813d0000000b0010006b000b057d001000a400000c250000c13d00000c250000613d00000e1b0000c13d0000028a0000813d000000040010008c000300000001001d000000000124001900000000005104350000000007010433000000000565034f00000bbf0000613d00000bae0000c13d000000000019004b0000000009040019000000000805034f00000bb20000613d0000000001640019000000000561034f000000100050006c0000000005620019000000000423043600000020064000390000000100600190000000010600403900000000060000390000000005530019000005d205300197000000100020006c0000001f024000390000000004230019000400000005001d0000014005500039000500000005001d0000012005500039000005c70040009c000600000005001d0000010005500039000700000005001d000000e005600039000000c00460003900000b600000613d00000b4f0000c13d00000b530000613d000000a00440003900000b220000613d00000b110000c13d00000b150000613d000d00000005001d0000008005600039000e00000004001d000000600460003900000ade0000613d00000acd0000c13d00000ad10000613d000f00000005001d0000004005500039000000200320003900000000043404360000000004540019000000000797019f00000000078701cf000000000787022f0000010008800089000000000989022f00000000098901cf00000000090604330000000308900210000000000787034f00000a940000613d00000a830000c13d00000000006b004b000000000bcb043600000000ac0a043c000000000b050019000000000a07034f00000a870000613d0000000006850019000001a0055000390000001f0940018f000005d208400198000000000751034f000000100060006c0000000006540019000000400060043f000005750060009c00000000063600190000003f066000390000001f06400039000000000451034f0000001f045000390000018003300039000000000421034f000006090000813d000005c60030009c000001800030008c00000010032000690000000f02200029000000000221034f000000200020008c00000c7c0000c13d00000002010003670000059e0200004100000c8c0000a13d00000c8c0000613d0000004002200039000005b502000041000005a10200004100000a190000813d000000110100003900000a110000413d0000057d0110009c000000e0011000390000000403100039000005c3030000410000000f060000290000000c05000029000005b804000041000005b70110009a000005b602008041000005b60020009c000000000704043300000010060000290000000d05500360000009e40000613d000009d20000c13d000000000047004b0000000007030019000000000605034f000009d60000613d0000000d04300029000000600310003900000040021000390000000f022001af00000a160000613d000005d301200197000006fa0000c13d000054600100003900000cfc0000613d0000096d0000613d00000004012000390000092b0000613d0000091a0000c13d00000d3a0000013d000005840010009c00000d090000c13d000008f60000c13d000000003503043c000000020330036700000000011400190000000804000029000008fa0000613d0000001f0210018f000000000232043600000001003001900000000103004039000900000003001d00000000025300190000057b052001970000003f02100039000008d00000413d0000000023020434000008e00000813d000000000421001900000000046404360000000d060000290000000e040000290000000e045000290000057b054001970000003f04100039000000000204c0190000057a02004041000000000052004b000000000652013f0000057a053001970000057a022001970000057a040080410000001f021000390000001101100029000000110330002900000011021000290000001f01300039000008950000613d000008840000c13d000000000027004b0000001107000029000000000601034f000008880000613d0000001102400029000005d204300198000009130000613d0000000f070000290000000b050000290000059a04000041000005990110009a0000000e0500002900000040041000390000006005100039000000010400c0390000000105000039000000800410003900000012044000290000000000850435000000000a050433000000030990021000000010090000290000000c088003600000084b0000613d000000ff0770018f000008370000c13d00000000005a004b000000000aba0436000000009b09043c000000000a040019000000000908034f0000083b0000613d0000000c0000006b000000020880036700000011080000290000000c05400029000000c0041000390000000003310436000000a003000039000000a003100039000000000703041a000000000601041a000000020130003900000001013000390000000903000029000000000223019f000000000023041b0000000702000029000000010220c1bf000700000002001d0000000002130436000000010100003900000040023000390000006001300039000005980010009c0000000c04400360000007ce0000613d000007bc0000c13d000007c00000613d000c00000003001d0000003f02200039000d00000002001d000007970000c13d000005af02000041000009310000c13d0000000000520435000000000454019f00000597020000410000087e0000013d00000003010003670000086c0000c13d000005780100004100000577011001c7000000a001200039000000000343034f000007520000613d000007410000c13d000000000703034f000000a006000039000007450000613d000000a001400039000005d204200198000000200340003900000080033000390000059d02000041000005a20200004100000a060000813d0000000c02300029000c00000002001d000005bc020000410000002e03000039000005ac03000041000005ab03000041000005cf011001c7000000000414019f0000002503000039000005b103000041000005b003000041000007710000c13d000001a20000613d0000019c0000613d000006ff0000c13d000000010100603f000000ff0120018f000006fc0000c13d00000000010004100000058c01000041001000000003001d000005a3020000410000070c0000c13d000000000102041a00000040025002100000053405008041000005340050009c0000000001510049000000100400002900000060045000390000053703300197000005a601000041000005a501000041000000290100003900000591020000410000053e0100004100000120001004430000010000100443000001a000300443000001800010044300000160001004430000014000000443000005ce01000041000005cd010000410000053f02000041000006390000c13d0000053400300198000005a4020000410000067a0000c13d000007360000a13d000005760030009c00000573011001c7000005c00400004100000a010000013d000005cc0200004100000a460000c13d0000000201100367000009fc0000c13d0000002401100039000000c402100370000000a402100370001000120020002d0000008402100370000000e40030008c000005c201000041000005d001000041000005aa01000041000005a90100004114cd13780000040f00000000010300190000058904000041000000000262019f0000053705100197000005370060009c000000160440008a001500200000003d001600000001001d000005b902000041000009990000c13d00000537001001980000000d04400360000004980000613d000004860000c13d0000048a0000613d000d00000003001d000005d202100197000005b4010000410000001c010000390000059c01000041000005370120019700000002021000390000059302000041000006580000c13d000000000043004b000006450000813d000005900020009c000000010240008a0000058f010000410000001701000039000005bd04000041000007090000613d000005bb01000041000005ba0100004100000024010000390000056b0020009c000005a30000613d0000056a0020009c0000043b0000013d000005700020009c0000054a0000613d0000056f0020009c0000064c0000c13d000000000063004b0000053703200197000005620020009c000005280000613d000005610020009c00000040024002100000000001410049000000800340003900000060034000390000004003400039000000a002400039000000000214043600000060023000390000000d01200039000f00000004001d00000040043000390000000c012000390000000002120436000005760010009c00000586011001c7000002800100043d000002a001200039000000000334034f000002e40000613d000002d30000c13d000000000704034f000002a006000039000002d70000613d000002a001300039000005d203200198000002800020043f0000028005500039000005850050009c000000e00000043f000000c00000043f000000a00000043f000000800060043f0000010006000039000002600060043f000002400000043f000002200000043f000002000000043f000001e00000043f000001c00060043f000001a00060043f000001800000043f000001600060043f000001400000043f000001200000043f000001000060043f00000060060000390000001f052000390000028003000039000005490020009c000004dc0000613d000005480020009c0000002101000039000006670000a13d00000080022000390000000b023000390000000d023000390000000c02300039000005550020009c000004d30000613d000005540020009c000004d80000013d000000140440008a001300000000003d001400000001001d000005650020009c000004c20000613d000005640020009c0000054c0020009c000004370000613d0000054b0020009c0000059b020000410000079c0000c13d0000076f0000813d000000400020008c000000010220008a000005960100004100000595010000410000002e010000390000004401100370000005580020009c0000041c0000613d000005570020009c0000053b011001c70000053a02000041000000270300003900000539030000410000053803000041000005c1011001c70000004001400210000000400240003900000000011404360000053704400197000000000404041a000000020440003900000001034000390000000002150436000000000104041a0000002001200039000000400120003914cd112c0000040f0000056d0020009c000005420000613d0000056c0020009c0000039b0000213d000005690020009c0000002b03000039000005b303000041000005b203000041000006c40000c13d00000101011001bf000005ad01200197000000170330008a0000ff0001200190000000180330008a000005670020009c0000043f0000613d000005660020009c000002490000213d000005630020009c0000078f0000613d00000000030440190000053403000041000001770000613d0000054e0020009c000004010000613d0000054d0020009c000002400000213d0000054a0020009c000003900000013d0000055a0020009c000003fc0000613d000005590020009c000002090000213d000005560020009c000005be020000410000062b0000c13d000000ff01000039000000ff011001bf0000010b0000613d000000ff0020008c000000ff0210018f000001f50000c13d000000000100041a0000053702100197000005b001000041000005b1010000410000002501000039000006e70000c13d0000003302000039000005720020009c0000053b0000613d000005710020009c0000037e0000213d0000056e0020009c000001ac0000213d000005680020009c00000002022003670000002402000039000005470020009c000005120000613d000005460020009c000005e90000613d000005450020009c000002900000a13d000005440020009c000001250000a13d000005430020009c000000840110037000000000024200190000006402100370000000a40030008c000005600020009c0000052f0000613d0000055f0020009c0000060f0000613d0000055e0020009c000003600000a13d0000055d0020009c0000017c0000a13d0000055c0020009c000000c70000a13d0000055b0020009c000000ec0000a13d000000e00300043d000000c00100043d000000400030008c0000000304400210000000000151034f000000760000613d000000650000c13d000000000026004b000000c006000039000000690000613d000000c0025000390000053605300198000000c0022000390000053502200197000005940400004100000003022001bf000000010030008c000000030030008c000000ff0320018f000006280000613d000005530020009c000004f90000613d000005520020009c000005d80000613d000005510020009c0000025b0000a13d000005500020009c000001100000a13d0000054f0020009c000000ac0000213d000005420020009c000000800000a13d000005410020009c000000e0022002700000008002000039000000580000c13d000005340040019d0002000000010355000300000031035500000534034001970000006004300270001800000000000200040000000000020787078600ae0785078407830782078100030780077f00920299001a005c077e077d077c077b077a077907780777077607750774077307720771000c0051001a001c0018000c00300004002f01c1000b00e6000d0007000100020006000e000a00050003000900040013007707700050000b0068000d0007000100020006000e000a000500030009000400e50022076f076e00ad076d029800e4076c002400070001000200060049002901c0076b0297001c0018000c0091076a076900920296076807670766076500ac01bf01be07640763013807620761076002950137013600040135029402930292002c075f001a075e00ab0008075d00aa075c00140017075b075a075907580757075607550754075307520751000c0750001a001c0018000c074f00230034000800e300760048029101340020002e0008074e029000750008074d000400ab0008028f00390047028e003300900028074c074b074a074907480747074607450744000c028d001a001c0018000c0030000400010008028c07430742002300390047028e028b07410740073f073e073d073c073b000c0051001a001c0018000c0030000400ab0008073a0038004f028a007501330019073901bd0033005b01bc073801bb073701ba0736028902880017073501b9073401b807330074073207310730072f0132072e0037002c000f00110131001f000f0011001e001b001d002901b7008f028700730072000300090286072d0012072c0032072b072a072907280727000c0067001a001c0018000c01300023007400a9000800300004000b00e2072607250724072307220721000c0051001a001c0018000c00300004002f00ab000800a80013004601b60039013301b5004e00e1008e01b4000700010002000601b301b2000500030036000401b1012f00460045008e0007000100020006012e012d00050003003600040019000901b00285005a02840021002b00070044012c0720012b071f071e0283000100020006028201af00e00073005900ae00df012a00de0003071d002e001601ae00140028071c071b071a07190718000c0067001a001c0018000c008d0023007400a9000801290004004500ab0008028107170280027f0716027e028107150280027d027e07140713008c013201b8071200120128071100270127071000270126070f01ad070e070d070c070b070a000c0051001a001c0018000c0030000400260008027c027b0709002f00a70012008b027a00dd070800a6070700a601ac01ab00500044027902780066000b0065000d007100140066002f00120045027a0059070600770047008a01aa07050704027700270276070307020701004301b007000042002b0275004606ff002c012b027406fe06fd00280012012806fc0027012706fb0027012606fa002706f9002b02730041002700010002004006f8001706f706f606f5000c028d001a001c0018000c008d00230034000800e30076004801a901a8002000e0002e00080272027101a700080130002300a500a9000806f4000401250270003506f3003306f200a406f101a601240123026f026e0012002106f006ef06ee026d06ed06ec003206eb06ea06e9000c004d0019000c0122026c06e806e706e6000c004d0019000c00e106e506e4026b026a026906e302680267026606e206e106e006df000c0051001a001c0018000c00300004000b0068000d0007000100020006000e000a0005000300090004002f01a5012106de003801a406dd003801a306dc00380074003702650264026300a706db01a2002101a1012006da0058000b06d900570056001706d806d706d6000c0067001a001c0018000c008d0262011f0008026100750048026001a0002300340008025f025e019f0008025d008900a3011e000806d5011d06d40064011c006406d306d206d106d006cf06ce06cd06cc06cb06ca06c906c806c706c606c506c406c306c206c1001606c0019e00a2013406bf06be025c06bd06bc06bb06ba01bf01be025b06b9007006b806b7019d025a0137013600890135025902580257008806b600a606b500010002003c001f000f0011001e001b06b4000a0005000300090004000b00e2000d0007000100020006000e000a000500030009000400210063000d0007000100020006000e000a00050003000900040013000b0068000d0007000100020006000e000a000500030009000400450012002f06b30016005002560035003b01a5002106b2003b00e50013019c025500ad01a4002c004406b10013012106b006af005a06ae0013004606ad00a7002c005b01b006ac02750265002700e006ab01a200dd0042012000ad005906aa00870086004206a9008700440042004f06a8008706a700010002003c012b027406a6002d002806a506a406a3000c004d0019000c0122002206a2025406a106a0011b002400a8002202530252019b0007025100010002000600490029011a0250004c069f069e069d000c0067001a001c0018000c01300023007400a9000800300004000b00dc000d00710014006600210063000d001400710066069c069b069a0699000c0067001a001c0018000c008d0023007400a900080129005c00180047008a00a7002a000c0270003506980033069700a4069601a60124012300500019026e000b00e6000d0007000100020006000e000a00050003000900a1003f019a0004001300770047008a008b024f003e06950050000b00e6000d0007000100020006000e000a0005000300090004002200e40072024e002400120119002700dd002b000100020040001f000f0011001e001b000e002901c006940085004c004d0019000c00a8026c0051001a001c0018000c00300004002f024d003506930033069200a4012401230059001206910690068f019900db068e068d068c00320051001a001c0018000c00300004000b0065000d007100140066068b0038024c0277001300770047008a0033024b068a01a606890028004d0019000c024a00130033009000280067001a001c0018000c008d00230034000800e30076004801a901a8002000e0002e00080272027101a700080129005c00180047008a00a5002a000c024d003506880033068700a40124012300500084011801250083068600120249002a006f0198003400160082006200920021011700da0248000800590247024606850197019600a201950194068402450193019201910190068300d90682068100da011602440115011400200113024302420241004302400081000f0011004b001500010002003c002d001f000f0011001e001b0049000a000500030009000400d8000b0065000d0007000100020006000e000a0005000300090004018f00130680067f0012067e0032004d0019000c00e1067d067c026b026a0269067b026802670266018e003300900028004d0019000c023f001300460033009000280051001a001c0018000c0030023e067a000800a80013067901c10112013301220022011b06780024000700010002000600490029011a0677004c004d0019000c0676067500a301ab027902780066000b00dc000d0071001400660021004f0063000d0014007100660013028b0051001a001c0018000c0030000400ab0008000b00e6000d007100140066001300770047008a003300900028004d0019000c06740033067300170067001a001c0018000c0030000400010008023d00900028004d0019000c0672003300900028004d0019000c023d023c00a4067100280670001a066f00230034000800e30076004801a901a8002000e0002e0008029000a5066e01a70008066d002300a90008066c00230034000800e3007600480291023b0004002600080111066b023a000801b5004e00e1008e01b4000700010002000601b301b200050003003601b6000400460039066a023906690004012500010008004a000b018d000d0007000100020006000e000a000500030009000402380055066800120667002b02730237002706660067001a001c0018000c008d00230074000f00080129006e00a80013004601b60039013301b70050000b018d000d0007000100020006000e000a00050003000900040072019b0012011900270021002b000100020040001f000f0011001e001b000e0029008f0665004c0051001a001c0018000c0030000400010008028c0037002c000f00110131066400280067001a001c0018000c008d0262011f0008026100750048026001a0002300340008025f025e019f0008025d008900a3011e00080236018c0235018c066306620058000b00d70057005600170051001a001c0018000c00300004002f01c1000b00e6000d0007000100020006000e000a0005000300090004001300770661001206600032065f065e0012065d003201bd0033005b01bc01bb065c01ba065b0017024b0234065a0659005b065806570656023c0655065400280653002b0001000200400233001701bd0033005b01bc065201bb065101ba0650028902880017018b0232000100020040001f000f0011001e001b001d0029008f0231004c0237064f01aa064e018a0276064d004300a00087064c00010002003c064b064a0649002d00280050000b0068000d0007000100020006000e000a0005000300090004004501a5008b025600150230000b0065000d0007000100020006000e000a000500030009005c0648007706470012064600320645012500a50644004e0643008e0007000100020006012e012d00050003003600040019064200860641022f00250080022e0640063f026d063e00d60189009f013201b8063d01a401220022011b002400a80022025302540252019b0007025100010002000600490029011a025000730003000900120286063c0128063b00270127063a00270126063901ad022d00db022c0638018b022b01b900a4000700010002000606370029008f022a0073000300090014002800250080022e00120128063600270127063500270126063401ad00120633003201a3003b00e501880013019c025500ad022f0298024a0022003b018700130632009e01860110007f004e0007000100020006007e007d000500030036010f0631000400d8003906300012062f00320012062e0032062d011d062c018501b9062b025c062a06290628062701bf01be025b0626007006250624019d025a01370136008901350259025802570088062300a6023400010002003c001f000f0011001e002d0622000a0005000300090004008b0037062100a7002c00070021012c0620061f0229061e061d0032022d00db022c0085061c018b0119061b022b002b000100020040001f000f0011001e001b000e0029008f022a00730003000900a1061a00120619003200d5009d00d4003700d3010e00ac00d200d100d000cf0618018400210228010d06170616010d0249002a006f0198003400160082006200920021011700da0248000800590247024606150197019600a201950194061402450193019201910190061300d90612061100da011602440115011400200113024302420241004302400081000f0011004b001500010002003c002d001f000f0011001e001b0049000a0005000300090004009e000b0065000d0007000100020006000e000a0005000300090004022700120226061000160183060f0035060e007c010c002c060d060c004a060b002c003a000b0065000d0007000100020006000e000a0005000300090004002200e4018300610055060a002406090042024c0608018f01820042004f02380225060700240606060500220604060306020012060100590043060005ff05fe05fd05fc05fb05fa05f905f805f705f605f505f405f305f2022400d905f105f005ef05ee05ed010b010a0109010801070106010505ec05eb009c05ea05e9007b0181006f05e805e7006d05e605e5007b008702230180000100020040001b05e4001f000f0011001e002d00490029010405e305e205e1004c0044000f0011004b000100020006002d02330021000500ae00df012a00d500de000305e005df009d05de05dd05dc05db0222022105da05d9007005d8023b019d02950137013600040135029402930292002c05d7011805d6002a0047022001a300340016003e0062004a0035021f0008006c001a003b00150026000805d505d405d3007500ce05d205d105d005cf05ce008c05cd021e05cc0018000c009b0188002600160103021d05cb05ca05c9002e001601ae05c805c705c6021c05c500760008017f05c4004a05c3011e0008006b0088017f05c2004a00150188002600160103021d05c105c000cd05bf05be0075021b05bd0034001605bc00620092017e021a05bb010c05ba001905b905b805b701ab05b605b5010200cc05b400180025000b0065000d0007000100020006000e000a00050003000900040022027d05b3001205b200160119009200a605b1009d00d4003700d3010e00ac00d200d100d000cf05b0007005af0219011602180115011400040113021702160215005a017d000f0011004b001b001701b5004e00e1008e01b4000700010002000601b301b2000500030036000401b1012f0046002f008e0007000100020006012e012d00050003003600040019000900370285002c00a505ae0044002b00070021012c05ad0086000f0011004b000100020006002d01af0021007300ae00df012a00de000305ac007c0026001600a0011d05ab01990054021400aa00cb0213001f000f0011001e001b001d0029008f023100730003000900d905aa027f05a901320012008f0088000100020040001f000f0011001e001b001d00290287004c0060000b0065000d0007000100020006000e000a000500030009026f003f019a0004001300770047008a009e024f003e05a80060000b0065000d0007000100020006000e000a0005000300090004002200e405a70024001205a6012100270071011705a505a401aa0212021105a305a205a10222022105a0059f00d9059e059d059c0210059b017c0101020f0100020e020d020c007b009a0081010f0027000100020040020b059a05990180001b001f000f0011001e002d05980029011a059705960595004c0012059400880593008700010002004001af0017002505920015059105900058000b058f005700560017020a058e0012058d00320012058c0032007c000b00dc000d0007000100020006000e000a000500030009000400dd058b00990042004f0063000d0007000100020006000e000a000500030009000400130019058a020b003d0038018601100111020a05890012058800320587013000230209058600210585001a00440208058400230034000805830582021f00080581001a00cd00a30580057f057e0121057d011d0020002e000800ca057c00ff0048057b0020002e0016057a020705790207057805770016017b0576004305750574000805730572057100850570056f056e056d056c056b056a05690568006a056705660565056405630562020605610560055f055e017a055d009c0059055c055b018500890195018a0205007a0020020400080085055a0559006d0053007a0020002e000800fe017900ff004801780020002e001601770064011c0176017501740098017301720171001601700062016f016e016d016c016b0008016a0169016801670558016601650164016301620557016105560160015f015e010b010a01090108010701060105015d015c009c020305550554007b02020134002005530552006d0201007a0020002e000800fe017900ff004801780020002e001601770064011c0176017501740098017301720171001601700062016f016e016d016c016b0008016a01690168016705510166016501640163016205500161054f0160015f015e010b010a01090108010701060105015d015c009c0059054e021c007b0053007a0020002e000800fe017900ff004801780020002e001601770064011c0176017501740098017301720171001601700062016f016e016d016c016b0008016a016901680167054d01660165016401630162054c0161054b0160015f015e010b010a01090108010701060105015d015c009c0203054a00fd007b02020134002005490548006d0201007a002002040008008505470546006d0053007a002005450008008505440543006d0053007a0020012b0008008505420541006d005301850089020000080540053f053e004801a00023003400160236018c0235053d00cd053c019f053b053a011f0016053900620538019e0537053605350008053401ff01fe0533053205310530015b015a052f052e0181052d052c01fd052b017c0101020f0100020e020d020c052a052900a6005001fc05280088003b00150226000b0068000d0007000100020006000e000a000500030009000400e50013019c052705260019052501030015000b00e2000d0007000100020006000e000a000500030009000400860042004f0063000d0007000100020006000e000a00050003000900040013008b001905240025000b0068000d0007000100020006000e000a000500030009000401fb003801a1012000ad01fa052301f90013052201f8007f004e0007000100020006007e007d0005000300360004052105200159000b0068000d0007000100020006000e000a0005000300090004008b00500015002f009b01f7009e002600160025001301f6051f051e022700970047051d002a00fc006900c9051c0025000b0007000100020006001d000a000500030009010f009100c8006c00c7006e00690084008000c600c5002a051b00c4003d002a051a003a009701f501f405190025000b0007000100020006001d000a00050003000900c305180004051700410516003000040001000800cd05150514051300870512002c00aa00cb021305110017007c000b00dc000d0007000100020006000e000a000500030009000401f30042004f0063000d0007000100020006000e000a000500030009000400fb0024021a051001f2050f01f1003b050e0022011b028a024e0024004a018f001301b1012f00460045008e0007000100020006012e012d00050003003600040019000900cd050d0214050c050b002b0263050a002501a2001f00720299050900a0050800010002003c00aa00cb02830282000f0011001e002d0044007300ae00df012a00de00030507007c00260016007c003500070001000200060049002901c00506029700d5009d00d4003700d3010e00ac00d200d100d000cf05050184021101f00504015905030502050100120500017f006f01980034001600820062009201ef01170296005504ff019704fe0212019301920191019004fd013804fc04fb01ee04fa01ed007600fa01ec007600fa04f900ca04f801ed006d01eb04f704f600370041026401ec00430205013804f50158006b04f404f304f204f104f004ef00010002003c000f0011004b002d00280199003804ee04ed008c01f004ec0044003d04eb04ea004a0015003900fa00a704e904e80015002f0025000b00e2000d0007000100020006000e000a0005000300090021004f000400a50063000d0007000100020006000e000a00050003000900040013002f000b0068000d0007000100020006000e000a000500030009005c0050001904e70099000b0068000d0007000100020006000e000a000500030009000401fb003801a1012000ad01fa04e601f9001304e501f8007f004e0007000100020006007e007d000500030036000404e4003a01ea01870022009904e30110007f004e0007000100020006007e007d000500030036010f04e20004003901ea009e0025000b00dc000d0007000100020006000e000a000500030009000400860063000d0007000100020006000e000a00050003000900040013001904e101e9003801860110011104e004df0069001504de00fa018304dd04dc00440059023204db04da00d5009d00d4003700d3010e00ac00d200d100d000cf04d901840058000b04d800570056001701590026001604d70037004a001500a0006100a30157001904d600ce00ca0156005f00c200a200cc04d501550081000f0011004b00010002003c002d001f000f0011001e001b0049000a000500030009000400450012008b007f004e0007000100020006007e007d00050003003600210154000400dd002c000f00110131001f000f0011001e001b001d0029010404d401e801e7004c0037004a001500a0006100a30157001904d300ce00ca0156005f00c200a200cc04d201550081000f0011004b00010002003c002d001f000f0011001e001b0049000a0005000300090004004500120230007f004e0007000100020006007e007d0005000300360021015400040086002c000f00110131001f000f0011001e001b001d0029010404d100da01e7004c04d0001404cf01e6001500f901e500f800c101e404ce00c000bf0096004100be00bd005e00bc005300bb00ba04cd04cc04cb018200b900950094009a006100b800240069009f01e301f1003b001504ca0054007c0015004604c900db022501530054004a0015002f009b01f7004500260016002504c8009e0013003e00f700f601e200f5003f00f400f3003e00fc006900c904c7003a000b0007000100020006001d000a0005000300090072009100c8006c00c7006e00690084008000c600c5002a04c600c4003d002a04c5003b009701f501f404c4003a000b0007000100020006001d000a00050003000900c300f2000404c3004104c200a1001404c101e6001500f901e500f800c101e404c000c000bf0096004100be00bd005e00bc005300bb00ba04bf00f104be018200b900950094009a006100b800240069009f01f300540025027c02230042002400600015002f009b010c004500260016002504bd00d80013003e00f700f6009900f5003f00f400f3003e00fc003a00c904bc0060000b0007000100020006001d000a0005000300090072009100c8006c00c7006e003a0084008000c600c5002a04bb00c4003d002a04ba003b009701e101e004b90060000b0007000100020006001d000a00050003000900c300f2000404b8004104b700a1001404b601df001500f901de00f800c101dd04b500c000bf0096004100be00bd005e00bc005300bb00ba04b400f104b3017e00b900950094009a006100b80024003a009f00fb005404b20015002f009b010c004500260016002504b100d80013003e00f700f6009900f5003f00f400f3003e00fc003a00c904b00060000b0007000100020006001d000a0005000300090072009100c8006c00c7006e003a0084008000c600c5002a04af00c4003d002a04ae003b009701e101e004ad0060000b0007000100020006001d000a00050003000900c300f2000404ac004104ab00a1001404aa01df001500f901de00f800c101dd04a900c000bf0096004100be00bd005e00bc005300bb00ba04a800f104a7017e00b900950094009a006100b80024003a009f00fb005404a6001501e304a5005404a40015004601e9004204a3001b04a2005404a10015018e04a000db049f01530054049e0015002f009b01e20045002600160025049d00d80013003e00f700f6009900f5003f00f400f3003e049c0058000b01dc005700560017003a00c9049b0060000b0007000100020006001d000a0005000300090072009100c8006c00c7006e003a0084008000c600c5002a049a00c4003d002a0499003b009704980060000b0007000100020006001d000a00050003000900c300f2000404970041049600a10014049500690015019604940095009400c10493002d049200c000bf0096004100be00bd005e00bc005300bb00ba049100f104900044048f00b900950094009a006100b80024003b048e009f00fb0054002500e5002200e4048d0024007f004e0007000100020006007e007d000500030036005c002501870074002401030015000b00e2000d0007000100020006000e000a000500030009000400860042004f0063000d0007000100020006000e000a000500030009000401ef00240037004a001500a0006101b701570019048c00ce00ca0156005f00c200a200cc048b01550081000f0011004b00010002003c002d001f000f0011001e001b0049000a00050003000900440154023e00120021002b000100020040001f000f0011001e001b001d00290104048a01e8004c01520489020900ce0488048704860485048401ee0483021e04820055048104800089020001db006b0096047f01db027b003100140017047e047d047c003500310058000b00d7005700560017047b047a04790478047704760475047401f6047304720471021b0470007500b7046f0018046e01da046d00fd00f0046c0007000100020006001d000a0005000300b600ef006a005d046b01d9006e00140052007901d8046a007b01eb006b00ee046901d701f201d9002c0138005b00b501d7001400520079008300b400b300ed0039003f00b2002600b1000300b00035046804670038002b046604650038004f002b0464002200ec01510150014f006f00eb00ea008200b7014e014d00550463014c01d600f0000b0007000100020006001d000a0005000300b600ef006a00b40462005c0014005d00520079014b014a00e90043003d006b00ee046101d500d6005a006a005b00b501d50014005d00520079008300b300ed0039003f00b2002600b1000300b0003504600149045f045e0038002b045d002200ec01510150014f006f00eb00ea008200b7014e014d0055045c014c045b045a000b0007000100020006001d000a0005000300b60459006a00b40458005c0014005d005201d4014b014a00e90043003d006b00ee045701d300d6005a006a005b00b501d30014005d005201d4008300b300ed0039003f00b2002600b1000300b00035045601490455002200ec01510150014f006f00eb00ea008200b7014e014d00550454014c01d600f0000b0007000100020006001d000a0005000300b600ef006a00b40453005c0014005d00520079014b014a00e90043003d006b00ee045201d200d6005a006a005b00b501d20014005d00520079008300b300ed0039003f00b2002600b1000300b000350451014904500013044f002c044e0013044d044c00270046044b002c044a044900380448002b0447002200ec044604450444006f00eb00ea008200b7044304420055044100fd00f001da000b0007000100020006001d000a0005000300b6007901d100b40440005c0014005d005200ef043f00e90043003d006b043e043d01d000d6005a01d1005b00b501d00014005d0052008300b3043c0039003f00b2002600b1000300b00035043b043a043900310058000b00d70057005600170058000b01dc005700560017001400170438043700550436008c043500fe005f00c2020800750434043301ac0091010d0432003104310430042f042e042d018a042c0055042b042a042904280427042604250424042304220421005e01480420005e041f041e0148041d00640147041c041b041a0146014804190102007004180145014401430142014101400098041700e8013f0416005f04150078013e006401470414005e01cf0413007801ce0102007004120145014401430142014101400098041100e8013f013e006401470410005e01cf040f007801ce01020070040e0145014401430142014101400098040d00e8013f040c005f040b0078040a005f0224040900780408005f0407040600780405005f040404030078013e006404020401040001fc001503ff03fe03fd001803fc015803fb03fa0146017a017b03f903f801d8009c0228010d0111003103f700af03f603f503f403f303f2002e00af03f1002a03f003ef03ee0023003400af03ed03ec011200af03eb006e011e00af03ea00310014001703e903e803e703e60118008303e5001203e4011203e303e2011f03e103e003df019e03de03dd03dc03db01ff01fe019403da03d903d803d7015b015a03d603d5018103d403d301fd03d2017c01010020010003d103d003cf004303ce01ac00310058000b00d700570056001700140017018e000b018d000d0007000100020006000e000a0005000303cd0004001300310014001703cc03cb023f002203ca03c903c8008803c703c603c501cd01cc03c403c3005a03c2004f001903c1015800e803c00146017a017b011203bf03be008103bd012c03bc0229006c01cb01ca03bb03ba0084011803b900010002003c03b803b703b603b503b400aa00cb03b3015303b2000503b100ae00df00d5006c01cb01ca03b003af03ae03ad03ac03ab015b015a03aa03a903a803a703a6021003a503a403a302060100010103a203a100c203a000de000301cd039f039e039d039c039b00cc00470220002e039a003e039901ae0398039703960019003f019a00390395001903940031001400170058000b00d700570056001703930392002b0391028f002b0390005a028401cc038f038e00fd038d038c038b00010002000f0011003c004b002d0017009d00d4003700d3038a00ac00d200d100d000cf0389007003880219011602180115011400040113021702160215005a017d000f0011004b001b00170152000100020040000f00110180001b001f000f0011001e001b0049000a00050003038700040031001400170386012f038503840239008c0383038203810380037f003d023a037e00aa00cb017d001f000f0011001e001b037d037c00050003037b000400310152037a01890031008c0031037901890031008c0031037800280017000000000000013d000000000000037700000000000003760000013d001000100375000000000000013c013b013a0374037300000000000000000000037200000093000001c9000003710370036f036e036d0000036c0000036b0000000000000000000001c80000000000000000036a0000000000000369000000000000036800000000000003670000000000000366000000000000036500000000000003640000000000000363000000000000036200000000000003610000000000000360000000000000035f000000000000035e000000000000035d000000000000035c000000000000035b000000000000035a0000000000000359000000000000035800000000000003570000000000000356000000000000035500000000000003540000000000000353000000000000035200000000000003510000000000000350000000000000034f000000000000034e000000000000034d000000000000034c000000000000034b000000000000034a0000000000000349000000000000034800000000000003470000000000000346000000000000034500000000000003440000000000000343000000000000034200000000000003410000000000000340000000000000033f000000000000033e000000000000033d000000000000033c000000000000033b000000000000033a00000000000003390000000001c900000000000003380000000000000000001000000000000003370093000003360000033500000000000001c7001000100010033400000000000001c70010001001390093000003330000001000100010033200100010001003310330032f032e032d00e7000001c8000000000000032c0139032b0000000000000000000001c60000000000000000032a00000000000003290093000003280000001001c50000000000930000000000000327032603250324032303220321032000e7000001c40000031f031e031d031c00e7000001c60000031b000000000000031a03190318000000000000000003170316000000000000031503140313031203110000000000000310030f030e030d030c030b030a03090308030700000000030600000000000000000000000003050010001003040000030303020301030002ff0000000000000000000002fe000002fd00000000000002fc00000000000002fb00000000000002fa02f902f802f702f600000000000002f500000000000002f400000000000002f300000000000002f202f102f002ef02ee02ed000000000000000002ec000002eb02ea02e902e802e70000000000000000000002e6000002e502e400000000013c013b013a02e300100010001002e202e102e002df02de02dd00000000000002dc00000000000002db02da02d902d802d702d600000000013c013b013a02d502d402d302d201c302d100000000000000000000000002d002cf001002ce000002cd02cc02cb02ca02c900000000000002c802c702c602c501c300000000000002c400000000000002c302c202c102c002bf00000000000002be02bd02bc02bb02ba02b902b802b70000000002b600000000000001c2000002b500000000000002b40000000000000000000001c4000000000000000002b300000000013d001002b202b102b002af02ae02ad02ac02ab00100010001001c502aa02a902a802a702a600000000000002a502a402a302a20000000002a100000093000001c2000000000000000002a0001000100010029f0010001000100139001000100010029e0010001000100010000000000000029d00000000029c0000029b000000000000029a00000000000000e70000000000000000000000000000000000000000",
        "logIndex": 2,
        "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462203,
        "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
        "address": "0x0000000000000000000000000000000000008004",
        "topics": [
          "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
          "0x010005db6c0d450d4e94424ad3ffb51266ecaf9cfce4ec49454ef99f683ac85b",
          "0x0000000000000000000000000000000000000000000000000000000000000000"
        ],
        "data": "0x",
        "logIndex": 3,
        "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462203,
        "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
        "address": "0x0aDEd6366697F6bBf2d361AB177A22cb507e2757",
        "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
        "logIndex": 4,
        "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462203,
        "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
        "address": "0x0000000000000000000000000000000000008006",
        "topics": [
          "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
          "0x000000000000000000000000e2a089ca69a90f1e27e723efd339cff4c4701acc",
          "0x010005db6c0d450d4e94424ad3ffb51266ecaf9cfce4ec49454ef99f683ac85b",
          "0x0000000000000000000000000aded6366697f6bbf2d361ab177a22cb507e2757"
        ],
        "data": "0x",
        "logIndex": 5,
        "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462203,
        "transactionHash": "0x3899509337aa944ced3afdef3041216c1002c617037439c8cb79f8a9ed264144",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x0000000000000000000000000000000000000000000000000000000000008001",
          "0x000000000000000000000000e2a089ca69a90f1e27e723efd339cff4c4701acc"
        ],
        "data": "0x00000000000000000000000000000000000000000000000000004cfbe2c40740",
        "logIndex": 6,
        "blockHash": "0x0c7301d41de21ffc0fbf8126a704f7c45328791817cf2fa80f448e4e6a5183bc"
      }
    ],
    "blockNumber": 6462203,
    "cumulativeGasUsed": "0",
    "status": 1,
    "byzantium": true
  },
  "args": ["0xe2Ef622A13e71D9Dd2BBd12cd4b27e1516FA8a09", 40305],
  "numDeployments": 1,
  "solcInputHash": "fb3064c1d4d5e540f2eca8304032ded0",
  "metadata": {
    "llvm_options": [],
    "optimizer_settings": {
      "is_debug_logging_enabled": false,
      "is_fallback_to_size_enabled": false,
      "is_verify_each_enabled": false,
      "level_back_end": "Aggressive",
      "level_middle_end": "Aggressive",
      "level_middle_end_size": "Zero"
    },
    "solc_version": "0.8.25",
    "solc_zkvm_edition": "1.0.2",
    "source_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.d94a798c\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"endpoint_\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"layerZeroEid_\",\"type\":\"uint32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"ConfigNotActive\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ConfigStatusUnchanged\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ExecutorStatusUnchanged\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidDebounce\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidDelegate\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidEndpointCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidLayerZeroEid\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidRemoteDelay\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidUpdateType\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"eid\",\"type\":\"uint32\"}],\"name\":\"NoPeer\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotAnExecutor\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"name\":\"OnlyEndpoint\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"eid\",\"type\":\"uint32\"},{\"internalType\":\"bytes32\",\"name\":\"sender\",\"type\":\"bytes32\"}],\"name\":\"OnlyPeer\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"RemoteDelayUnchanged\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"RenounceOwnershipNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UnsupportedUpdateType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UpdateIsExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UpdateNotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UpdateNotUnlocked\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UpdateTooFrequent\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddressNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"updateTypeHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"previousActive\",\"type\":\"bool\"},{\"indexed\":true,\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"}],\"name\":\"ConfigActiveUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"arrivalTime\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"}],\"name\":\"DuplicateUpdateReceived\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"previousApproved\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ExecutorStatusUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldAccessControlManager\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAccessControlManager\",\"type\":\"address\"}],\"name\":\"NewAccessControlManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"eid\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"peer\",\"type\":\"bytes32\"}],\"name\":\"PeerSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"arrivalTime\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"}],\"name\":\"RegisteredPendingUpdateExist\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"remoteDelay\",\"type\":\"uint256\"}],\"name\":\"RemoteDelaySet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"}],\"name\":\"RemoteUpdateExecuted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"arrivalTime\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"}],\"name\":\"RemoteUpdateRegistered\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"updateTypeHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousRiskSteward\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"riskSteward\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"previousDebounce\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"debounce\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"previousActive\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"}],\"name\":\"RiskParameterConfigUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"}],\"name\":\"UpdateRejected\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"LAYER_ZERO_EID\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"REMOTE_UPDATE_EXPIRATION_TIME\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV8\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"uint32\",\"name\":\"srcEid\",\"type\":\"uint32\"},{\"internalType\":\"bytes32\",\"name\":\"sender\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"nonce\",\"type\":\"uint64\"}],\"internalType\":\"struct Origin\",\"name\":\"origin\",\"type\":\"tuple\"}],\"name\":\"allowInitializePath\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"endpoint\",\"outputs\":[{\"internalType\":\"contract ILayerZeroEndpointV2\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"}],\"name\":\"executeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"}],\"name\":\"getExecutableUpdates\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"executableUpdates\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"}],\"name\":\"getLastExecutedAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"}],\"name\":\"getRegisteredUpdate\",\"outputs\":[{\"components\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"referenceId\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"bytes32\",\"name\":\"updateTypeKey\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"newValue\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"previousValue\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"publisher\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"poolId\",\"type\":\"uint96\"},{\"internalType\":\"uint32\",\"name\":\"destLzEid\",\"type\":\"uint32\"},{\"internalType\":\"bytes\",\"name\":\"additionalData\",\"type\":\"bytes\"}],\"internalType\":\"struct RiskParameterUpdate\",\"name\":\"update\",\"type\":\"tuple\"},{\"internalType\":\"enum IDestinationStewardReceiver.UpdateStatus\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"arrivalTime\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"internalType\":\"struct IDestinationStewardReceiver.DestinationUpdate\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"}],\"name\":\"getRiskParameterConfig\",\"outputs\":[{\"components\":[{\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"debounce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"riskSteward\",\"type\":\"address\"}],\"internalType\":\"struct IDestinationStewardReceiver.RiskParamConfig\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegate_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"uint32\",\"name\":\"srcEid\",\"type\":\"uint32\"},{\"internalType\":\"bytes32\",\"name\":\"sender\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"nonce\",\"type\":\"uint64\"}],\"internalType\":\"struct Origin\",\"name\":\"\",\"type\":\"tuple\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"address\",\"name\":\"_sender\",\"type\":\"address\"}],\"name\":\"isComposeMsgSender\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"}],\"name\":\"lastExecutedAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"}],\"name\":\"lastRegisteredUpdateId\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"uint32\",\"name\":\"srcEid\",\"type\":\"uint32\"},{\"internalType\":\"bytes32\",\"name\":\"sender\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"nonce\",\"type\":\"uint64\"}],\"internalType\":\"struct Origin\",\"name\":\"_origin\",\"type\":\"tuple\"},{\"internalType\":\"bytes32\",\"name\":\"_guid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"_message\",\"type\":\"bytes\"},{\"internalType\":\"address\",\"name\":\"_executor\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"_extraData\",\"type\":\"bytes\"}],\"name\":\"lzReceive\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"nextNonce\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"nonce\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"oAppVersion\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"senderVersion\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"receiverVersion\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_eid\",\"type\":\"uint32\"}],\"name\":\"peers\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"}],\"name\":\"rejectUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"remoteDelay\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"name\":\"riskParameterConfigs\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"debounce\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"riskSteward\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"}],\"name\":\"setConfigActive\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_delegate\",\"type\":\"address\"}],\"name\":\"setDelegate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_eid\",\"type\":\"uint32\"},{\"internalType\":\"bytes32\",\"name\":\"_peer\",\"type\":\"bytes32\"}],\"name\":\"setPeer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"newRemoteDelay\",\"type\":\"uint256\"}],\"name\":\"setRemoteDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"riskSteward\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"debounce\",\"type\":\"uint256\"}],\"name\":\"setRiskParameterConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setWhitelistedExecutor\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"}],\"name\":\"updates\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"referenceId\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"bytes32\",\"name\":\"updateTypeKey\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"newValue\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"previousValue\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"publisher\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"poolId\",\"type\":\"uint96\"},{\"internalType\":\"uint32\",\"name\":\"destLzEid\",\"type\":\"uint32\"},{\"internalType\":\"bytes\",\"name\":\"additionalData\",\"type\":\"bytes\"}],\"internalType\":\"struct RiskParameterUpdate\",\"name\":\"update\",\"type\":\"tuple\"},{\"internalType\":\"enum IDestinationStewardReceiver.UpdateStatus\",\"name\":\"status\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"arrivalTime\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"executor\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"whitelistedExecutors\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"custom:security-contact\":\"https://github.com/VenusProtocol/governance-contracts#discussion\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"allowInitializePath((uint32,bytes32,uint64))\":{\"details\":\"This indicates to the endpoint that the OApp has enabled msgs for this particular path to be received.This defaults to assuming if a peer has been set, its initialized. Can be overridden by the OApp if there is other logic to determine this.\",\"params\":{\"origin\":\"The origin information containing the source endpoint and sender address.\"},\"returns\":{\"_0\":\"Whether the path has been initialized.\"}},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\",\"params\":{\"endpoint_\":\"Local LayerZero endpoint on this chain\",\"layerZeroEid_\":\"LayerZero endpoint ID for this destination chain\"}},\"executeUpdate(uint256)\":{\"custom:access\":\"Only whitelisted executors can execute updates\",\"custom:error\":\"NotAnExecutor if the caller is not a whitelisted executorConfigNotActive if the configuration for the update type is not activeUpdateNotFound if the update is not pending for the given (updateType, market)UpdateNotUnlocked if the remote delay has not elapsedUpdateIsExpired if the bridged update has expired on the destinationUpdateTooFrequent if the debounce period has not passed since the last execution\",\"custom:event\":\"Emits RemoteUpdateExecuted with the executed update ID\",\"params\":{\"updateId\":\"The bridged update ID to execute\"}},\"getExecutableUpdates(string,address)\":{\"params\":{\"comptroller\":\"The address of the Isolated Pools Comptroller that manages the markets\",\"updateType\":\"The human\\u2011readable identifier of the update type to filter by\"},\"returns\":{\"executableUpdates\":\"Array of update IDs that are ready to be executed\"}},\"getLastExecutedAt(string,address)\":{\"params\":{\"market\":\"The address of the market\",\"updateType\":\"The human-readable identifier of the update type\"},\"returns\":{\"_0\":\"The last executed timestamp\"}},\"getRegisteredUpdate(string,address)\":{\"params\":{\"market\":\"The address of the market\",\"updateType\":\"The human-readable identifier of the update type\"},\"returns\":{\"_0\":\"The registered update\"}},\"getRiskParameterConfig(string)\":{\"params\":{\"updateType\":\"The human-readable identifier of the update type\"},\"returns\":{\"_0\":\"The risk parameter configuration\"}},\"initialize(address,address)\":{\"params\":{\"accessControlManager_\":\"The address of the access control manager\",\"delegate_\":\"The owner (and LayerZero delegate) of this contract\"}},\"isComposeMsgSender((uint32,bytes32,uint64),bytes,address)\":{\"details\":\"_origin The origin information containing the source endpoint and sender address.  - srcEid: The source chain endpoint ID.  - sender: The sender address on the src chain.  - nonce: The nonce of the message._message The lzReceive payload.Applications can optionally choose to implement separate composeMsg senders that are NOT the bridging layer.The default sender IS the OAppReceiver implementer.\",\"params\":{\"_sender\":\"The sender address.\"},\"returns\":{\"_0\":\"isSender Is a valid sender.\"}},\"lzReceive((uint32,bytes32,uint64),bytes32,bytes,address,bytes)\":{\"details\":\"Entry point for receiving messages or packets from the endpoint.Entry point for receiving msg/packet from the LayerZero endpoint.\",\"params\":{\"_executor\":\"The address of the executor for the received message.\",\"_extraData\":\"Additional arbitrary data provided by the corresponding executor.\",\"_guid\":\"The unique identifier for the received LayerZero message.\",\"_message\":\"The payload of the received message.\",\"_origin\":\"The origin information containing the source endpoint and sender address.  - srcEid: The source chain endpoint ID.  - sender: The sender address on the src chain.  - nonce: The nonce of the message.\"}},\"nextNonce(uint32,bytes32)\":{\"details\":\"_srcEid The source endpoint ID._sender The sender address.The path nonce starts from 1. If 0 is returned it means that there is NO nonce ordered enforcement.Is required by the off-chain executor to determine the OApp expects msg execution is ordered.This is also enforced by the OApp.By default this is NOT enabled. ie. nextNonce is hardcoded to return 0.\",\"returns\":{\"nonce\":\"The next nonce.\"}},\"oAppVersion()\":{\"details\":\"Providing 0 as the default for OAppSender version. Indicates that the OAppSender is not implemented. ie. this is a RECEIVE only OApp.If the OApp uses both OAppSender and OAppReceiver, then this needs to be override returning the correct versions.\",\"returns\":{\"receiverVersion\":\"The version of the OAppReceiver.sol contract.\",\"senderVersion\":\"The version of the OAppSender.sol contract.\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"peers(uint32)\":{\"params\":{\"_eid\":\"The endpoint ID.\"},\"returns\":{\"_0\":\"peer The address of the peer associated with the specified endpoint.\"}},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"rejectUpdate(uint256)\":{\"custom:access\":\"Only whitelisted executors can reject updates\",\"custom:error\":\"NotAnExecutor if the caller is not a whitelisted executorUpdateNotFound if there is no pending update with the given ID\",\"custom:event\":\"Emits UpdateRejected with the rejected update ID\",\"params\":{\"updateId\":\"The oracle update ID of the update to reject\"}},\"renounceOwnership()\":{\"custom:error\":\"Throws RenounceOwnershipNotAllowed\"},\"setAccessControlManager(address)\":{\"custom:access\":\"Only Governance\",\"custom:event\":\"Emits NewAccessControlManager event\",\"details\":\"Admin function to set address of AccessControlManager\",\"params\":{\"accessControlManager_\":\"The new address of the AccessControlManager\"}},\"setConfigActive(string,bool)\":{\"custom:access\":\"Controlled by AccessControlManager\",\"custom:error\":\"Throws UnsupportedUpdateType if the update type is not supportedThrows ConfigStatusUnchanged if the active status is already set to the desired value\",\"custom:event\":\"Emits ConfigActiveUpdated with the update type hash, update type, previous active status, and the active status\",\"params\":{\"active\":\"The active status to set\",\"updateType\":\"The type of update to configure\"}},\"setDelegate(address)\":{\"details\":\"Only the owner/admin of the OApp can call this function.Provides the ability for a delegate to set configs, on behalf of the OApp, directly on the Endpoint contract.\",\"params\":{\"_delegate\":\"The address of the delegate to be set.\"}},\"setPeer(uint32,bytes32)\":{\"details\":\"Only the owner/admin of the OApp can call this function.Indicates that the peer is trusted to send LayerZero messages to this OApp.Set this to bytes32(0) to remove the peer address.Peer is a bytes32 to accommodate non-evm chains.\",\"params\":{\"_eid\":\"The endpoint ID.\",\"_peer\":\"The address of the peer to be associated with the corresponding endpoint.\"}},\"setRemoteDelay(uint256)\":{\"custom:access\":\"Controlled by AccessControlManager\",\"custom:error\":\"InvalidRemoteDelay if the delay is 0 or greater than or equal to the remote update expiration timeRemoteDelayUnchanged if the new delay is equal to the current delay\",\"custom:event\":\"Emits RemoteDelaySet with the new remote delay value\",\"params\":{\"newRemoteDelay\":\"The new remote delay in seconds\"}},\"setRiskParameterConfig(string,address,uint256)\":{\"custom:access\":\"Controlled by AccessControlManager\",\"custom:error\":\"InvalidUpdateType if the update type string is emptyInvalidDebounce if the debounce is 0\",\"custom:event\":\"Emits RiskParameterConfigUpdated\",\"params\":{\"debounce\":\"The debounce period for updates of this type on the destination (anti\\u2011DoS)\",\"riskSteward\":\"The address for the risk steward contract responsible for processing the update\",\"updateType\":\"The type of update to configure (e.g., \\\"supplyCap\\\", \\\"borrowCap\\\")\"}},\"setWhitelistedExecutor(address,bool)\":{\"custom:access\":\"Controlled by AccessControlManager\",\"custom:error\":\"Throws ZeroAddressNotAllowed if the executor address is zeroThrows ExecutorStatusUnchanged if the executor whitelist status is already set to the desired value\",\"custom:event\":\"Emits ExecutorStatusUpdated with the executor address, previous approval status, and new approval status\",\"params\":{\"approved\":\"The whitelist status to set (true to whitelist, false to remove)\",\"executor\":\"The address of the executor\"}},\"transferOwnership(address)\":{\"details\":\"Overrides OwnableUpgradeable and Ownable2StepUpgradeable to resolve      the multiple inheritance ownership transfer conflict.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"title\":\"DestinationStewardReceiver\",\"version\":1},\"userdoc\":{\"errors\":{\"ConfigNotActive()\":[{\"notice\":\"Thrown when config for an update type is not active or not configured\"}],\"ConfigStatusUnchanged()\":[{\"notice\":\"Thrown when trying to set the same config active status\"}],\"ExecutorStatusUnchanged()\":[{\"notice\":\"Thrown when trying to set the same executor whitelist status\"}],\"InvalidDebounce()\":[{\"notice\":\"Thrown when a debounce value of 0 is set\"}],\"InvalidLayerZeroEid()\":[{\"notice\":\"Thrown when an invalid LayerZero endpoint ID is provided\"}],\"InvalidRemoteDelay()\":[{\"notice\":\"Thrown when an invalid remote delay is provided\"}],\"InvalidUpdateType()\":[{\"notice\":\"Thrown when an empty update type string is provided\"}],\"NotAnExecutor()\":[{\"notice\":\"Thrown when an address is not a whitelisted executor\"}],\"RemoteDelayUnchanged()\":[{\"notice\":\"Thrown when trying to set the same remote delay value\"}],\"RenounceOwnershipNotAllowed()\":[{\"notice\":\"Thrown when trying to renounce ownership\"}],\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}],\"UnsupportedUpdateType()\":[{\"notice\":\"Thrown when an update type is not supported\"}],\"UpdateIsExpired()\":[{\"notice\":\"Thrown when a bridged update has expired on the destination\"}],\"UpdateNotFound()\":[{\"notice\":\"Thrown when trying to operate on an update that was never registered\"}],\"UpdateNotUnlocked()\":[{\"notice\":\"Thrown when trying to execute an update before its unlock time\"}],\"UpdateTooFrequent()\":[{\"notice\":\"Thrown when the debounce period hasn't passed for applying an update to a specific market / update type\"}],\"ZeroAddressNotAllowed()\":[{\"notice\":\"Thrown if the supplied address is a zero address where it is not allowed\"}]},\"events\":{\"ConfigActiveUpdated(bytes32,string,bool,bool)\":{\"notice\":\"Emitted when a risk parameter config active status is updated\"},\"DuplicateUpdateReceived(uint256,uint256,string,address)\":{\"notice\":\"Emitted when a duplicate bridged update (same updateId) is received.\"},\"ExecutorStatusUpdated(address,bool,bool)\":{\"notice\":\"Emitted when an executor status is set on the destination\"},\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"},\"RegisteredPendingUpdateExist(uint256,uint256,string,address)\":{\"notice\":\"Emitted when a new bridged update arrives but a pending update is already registered for the same (updateType, market).\"},\"RemoteDelaySet(uint256)\":{\"notice\":\"Emitted when the remote delay is set in the constructor\"},\"RemoteUpdateExecuted(uint256)\":{\"notice\":\"Emitted when a bridged update is executed on the destination\"},\"RemoteUpdateRegistered(uint256,uint256,string,address)\":{\"notice\":\"Emitted when a bridged update is registered on the destination\"},\"RiskParameterConfigUpdated(bytes32,string,address,address,uint256,uint256,bool,bool)\":{\"notice\":\"Emitted when a risk parameter config is updated for an update type\"},\"UpdateRejected(uint256)\":{\"notice\":\"Emitted when an update is rejected on the destination\"}},\"kind\":\"user\",\"methods\":{\"LAYER_ZERO_EID()\":{\"notice\":\"Destination chain LayerZero endpoint ID\"},\"REMOTE_UPDATE_EXPIRATION_TIME()\":{\"notice\":\"Time before a bridged update is considered stale on the destination chain\"},\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"allowInitializePath((uint32,bytes32,uint64))\":{\"notice\":\"Checks if the path initialization is allowed based on the provided origin.\"},\"constructor\":{\"notice\":\"Disables initializers and sets immutable values.\"},\"endpoint()\":{\"notice\":\"Retrieves the LayerZero endpoint associated with the OApp.\"},\"executeUpdate(uint256)\":{\"notice\":\"Executes a bridged update after its remote delay has passed.\"},\"getExecutableUpdates(string,address)\":{\"notice\":\"Returns executable updates for a given update type and comptroller.\"},\"getLastExecutedAt(string,address)\":{\"notice\":\"Returns the last executed timestamp for a given update type and market\"},\"getRegisteredUpdate(string,address)\":{\"notice\":\"Returns the registered update for a given update type and market\"},\"getRiskParameterConfig(string)\":{\"notice\":\"Returns the risk parameter configuration for a given update type\"},\"initialize(address,address)\":{\"notice\":\"Initializes the contract with the Access Control Manager and owner.\"},\"isComposeMsgSender((uint32,bytes32,uint64),bytes,address)\":{\"notice\":\"Indicates whether an address is an approved composeMsg sender to the Endpoint.\"},\"lastExecutedAt(bytes32,address)\":{\"notice\":\"Track last executed update timestamp per (updateType, market)\"},\"lastRegisteredUpdateId(bytes32,address)\":{\"notice\":\"Mapping from (updateType, market) to currently registered remote update ID\"},\"nextNonce(uint32,bytes32)\":{\"notice\":\"Retrieves the next nonce for a given source endpoint and sender address.\"},\"oAppVersion()\":{\"notice\":\"Retrieves the OApp version information.\"},\"peers(uint32)\":{\"notice\":\"Returns the peer address (OApp instance) associated with a specific endpoint.\"},\"rejectUpdate(uint256)\":{\"notice\":\"Rejects a registered remote update on the destination chain.\"},\"remoteDelay()\":{\"notice\":\"Delay before a bridged update can be executed on the destination chain\"},\"renounceOwnership()\":{\"notice\":\"Disables renounceOwnership function\"},\"riskParameterConfigs(bytes32)\":{\"notice\":\"Mapping of supported risk configurations per update type (hashed updateType string)\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setConfigActive(string,bool)\":{\"notice\":\"Sets the active status of a risk parameter config\"},\"setDelegate(address)\":{\"notice\":\"Sets the delegate address for the OApp.\"},\"setPeer(uint32,bytes32)\":{\"notice\":\"Sets the peer address (OApp instance) for a corresponding endpoint.\"},\"setRemoteDelay(uint256)\":{\"notice\":\"Sets the remote delay before bridged updates can be executed on the destination chain.\"},\"setRiskParameterConfig(string,address,uint256)\":{\"notice\":\"Sets the risk parameter config for a given update type on the destination chain.\"},\"setWhitelistedExecutor(address,bool)\":{\"notice\":\"Sets the whitelist status of an executor on the destination chain.\"},\"updates(uint256)\":{\"notice\":\"Master storage of all bridged updates by update ID\"},\"whitelistedExecutors(address)\":{\"notice\":\"Mapping from executor address to whitelist status\"}},\"notice\":\"Destination\\u2011chain contract that receives bridged updates from `RiskStewardReceiver` via LayerZero,         enforces a fixed remote delay, and then executes the updates on the configured `IRiskSteward` contracts.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/RiskSteward/DestinationStewardReceiver.sol\":\"DestinationStewardReceiver\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroEndpointV2.sol\":{\"keccak256\":\"0xf7f941bee89ea6369950fe54e8ac476ae6478b958b20fc0e8a83e8ff1364eac3\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bacc29fd3866af71e59cb0bdc1cf82c882a4a7f4e2652fd413c9f12649762083\",\"dweb:/ipfs/QmZh2toLnrQDWaNYhS5K4NoW7Vxd2GdZx9KA77vKEDLAqs\"]},\"@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/ILayerZeroReceiver.sol\":{\"keccak256\":\"0x9641abba8d53b08bb517d1b74801dd15ea7b84d77a6719085bd96c8ea94e3ca0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://77415ae0820859e0faf3fabdce683cce9fa03ea026ae0f6fe081ef1c9205f933\",\"dweb:/ipfs/QmXd7APqoCunQ2jYy73AHvi5gsZofLpm3SzM6FPo7zRPfL\"]},\"@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessageLibManager.sol\":{\"keccak256\":\"0x919b37133adff4dc528e3061deb2789c3149971b530c61e556fb3d09ab315dfc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d8ff6a8a89297fa127f86b54e0db3eba1d6a6eeb4f6398d3c84d569665ac8f1b\",\"dweb:/ipfs/QmVSwhw6xFDrLRAX4RXaCM47yBaBtac4wf36DYEq6KCTvT\"]},\"@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingChannel.sol\":{\"keccak256\":\"0x0878f64dffebf58c4165569416372f40860fab546b88cd926eba0d5cb6d8d972\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7e1b245d58221d16d8b5e0f01ef3e289a24a7df1ace3b94239e4d5b954ad5927\",\"dweb:/ipfs/Qmappsgp7PCY9rSSNE9Cdn4BTRX591WfCSEgq2HxhA3z6S\"]},\"@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingComposer.sol\":{\"keccak256\":\"0x85bc7090134529ec474866dc4bb1c48692d518c756eb0a961c82574829c51901\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b18b23a1643fc6636c4ad9d9023e2e6ca2d3c2a4a046482d4655bff09950598d\",\"dweb:/ipfs/Qma6G5SqiovwrMPfgqTrRngK1HWW373Wkf9c6YP2NhXpPk\"]},\"@layerzerolabs/lz-evm-protocol-v2/contracts/interfaces/IMessagingContext.sol\":{\"keccak256\":\"0xff0c546c2813dae3e440882f46b377375f7461b0714efd80bd3f0c6e5cb8da4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5173fc9143bea314b159ca5a9adb5626659ef763bc598e27de5fa46efe3291a6\",\"dweb:/ipfs/QmSLFeMFPmVeGxT4sxRPW28ictjAS22M8rLeYRu9TXkA6D\"]},\"@layerzerolabs/oapp-evm-upgradeable/contracts/oapp/OAppCoreUpgradeable.sol\":{\"keccak256\":\"0xbe135fd35bf12c97aeb701caeb6c5d0c1c28c1ac2ab1d4219d15f8384951c140\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a5cec12ab6677830bf2daefa94c402d848c223a2a081e4892985c1f4b06d30e4\",\"dweb:/ipfs/QmSV6NwuXCfWMZVFDRmeBgeWGBApwxqQxRbForCC2NTtgd\"]},\"@layerzerolabs/oapp-evm-upgradeable/contracts/oapp/OAppReceiverUpgradeable.sol\":{\"keccak256\":\"0xa38e5d26d044331212af7fc69dbbdebf25f527811bbd0492a4cee9ecdd3bd671\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://13a70adbbf5e9299a71811663b98bf62cce797ba9029d0572fa2fa7aa8c5e85d\",\"dweb:/ipfs/QmaTx7dN5XAKXy6bY7r4QCLWRuoP3kcWfLd7VnHf38ysgH\"]},\"@layerzerolabs/oapp-evm/contracts/oapp/interfaces/IOAppCore.sol\":{\"keccak256\":\"0x40e49f2de74506e1da5dcaed53a39853f691647f4ceb0fccc8f49a68d3f47c58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4a1deb2a6a3eb1fb83936c9578469142bff470295f403d7d07d955a76be3adbd\",\"dweb:/ipfs/QmS9bjSfBaE4YhQ1PCQ1TknbEPbNfRXzBK9E7SaPGyiZEv\"]},\"@layerzerolabs/oapp-evm/contracts/oapp/interfaces/IOAppReceiver.sol\":{\"keccak256\":\"0xd26135185e19b3732746d4a9e2923e896f28dec8664bab161faea2ee26fcdc3d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c236dfe386b508be33c3a1a74ae1d4fd64b8c77ae207767e9dbed0f2429518a2\",\"dweb:/ipfs/QmXVbZJjfryTRti98uN3BMh5qh4K7NuEs1RSCoBjRoYd4q\"]},\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"keccak256\":\"0xd712fb45b3ea0ab49679164e3895037adc26ce12879d5184feb040e01c1c07a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://79ecc0838b0649460c0a538a4adb55b2b530e726c5526afc5e09c8eea4f3af13\",\"dweb:/ipfs/QmUxugyGDGGeLzDFi8QDH2vQMtCFaheiujWv58SuGVx4bZ\"]},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"keccak256\":\"0x247c62047745915c0af6b955470a72d1696ebad4352d7d3011aef1a2463cd888\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d7fc8396619de513c96b6e00301b88dd790e83542aab918425633a5f7297a15a\",\"dweb:/ipfs/QmXbP4kiZyp7guuS7xe8KaybnwkRPGrBc2Kbi3vhcTfpxb\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x037c334add4b033ad3493038c25be1682d78c00992e1acb0e2795caff3925271\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8a313cf42389440e2706837c91370323b85971c06afd6d056d21e2bc86459618\",\"dweb:/ipfs/QmT8XUrUvQ9aZaPKrqgRU2JVGWnaxBcUYJA7Q7K5KcLBSZ\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x2edcb41c121abc510932e8d83ff8b82cf9cdde35e7c297622f5c29ef0af25183\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://72460c66cd1c3b1c11b863e0d8df0a1c56f37743019e468dc312c754f43e3b06\",\"dweb:/ipfs/QmPExYKiNb9PUsgktQBupPaM33kzDHxaYoVeJdLhv8s879\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0x963ea7f0b48b032eef72fe3a7582edf78408d6f834115b9feadd673a4d5bd149\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d6520943ea55fdf5f0bafb39ed909f64de17051bc954ff3e88c9e5621412c79c\",\"dweb:/ipfs/QmWZ4rAKTQbNG2HxGs46AcTXShsVytKeLs7CUCdCSv5N7a\"]},\"@openzeppelin/contracts/access/IAccessControl.sol\":{\"keccak256\":\"0x59ce320a585d7e1f163cd70390a0ef2ff9cec832e2aa544293a00692465a7a57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb2c137c343ef0c4c7ce7b18c1d108afdc9d315a04e48307288d2d05adcbde3a\",\"dweb:/ipfs/QmUxhrAQM3MM3FF5j7AtcXLXguWCJBHJ14BRdVtuoQc8Fh\"]},\"@venusprotocol/solidity-utilities/contracts/validators.sol\":{\"keccak256\":\"0xdb88e14d50dd21889ca3329d755673d022c47e8da005b6a545c7f69c2c4b7b86\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://7fc4c2b30dabdce32229df72fd00fa49d5a813bea8a7717fe8481cc5896d4183\",\"dweb:/ipfs/QmZmxLnp3QSBahyRaUhezdVLPsTtXErghdLHpiGrkr19XJ\"]},\"contracts/Governance/AccessControlledV8.sol\":{\"keccak256\":\"0xfe0fd441c84ac907cabc88db69ef04f6d7532d770c7e6a1dfe6e7d6305debb49\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://2d94a5944cd90dd9fb985a3fd225b7b2065745e9a381ada6065c25fb43989e3a\",\"dweb:/ipfs/Qmb3WJHLiqq37EWEDmz1pGVq5fSnr65qC7nCxPsL9rKT5s\"]},\"contracts/Governance/IAccessControlManagerV8.sol\":{\"keccak256\":\"0xaa29b098440d0b3a131c5ecdf25ce548790c1b5ac7bf9b5c0264b6af6f7a1e0b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8120bda3990193388d0cc5f551510ef1eab685387a58a88ab607b5149e51acde\",\"dweb:/ipfs/QmNSX9ai6GbN4wQukM29rFkcWDFhqStUTtKe6XtreTvRcN\"]},\"contracts/RiskSteward/DestinationStewardReceiver.sol\":{\"keccak256\":\"0x2b4c0e85964fb89b8ab7aa9a4f427d8e40000dcaf10267480ee5edf6c5fac985\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://dc21ae3e7a58d0bdc79945fc3f16e8d5d687ff82b6b531a8c7190751cb8068fa\",\"dweb:/ipfs/QmaWdhHzm6PtidHpJYcPTAERj9yzxGCZ6pEUZwxXMpqixY\"]},\"contracts/RiskSteward/Interfaces/IDestinationStewardReceiver.sol\":{\"keccak256\":\"0xa925bdc043521f851b9cc539478290d0d94b94c4c15688ab24b4e75658467e35\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://10cd7dab9d47be686ea11f513cd5f6548800e728ebadb63beabf182920f10fbd\",\"dweb:/ipfs/QmSXJAQtU75hFzjYphy9qJjR8eo1gWSd6x96DSHexm9WhX\"]},\"contracts/RiskSteward/Interfaces/IRiskOracle.sol\":{\"keccak256\":\"0x8a30b030d5be3cefabf55d889d0a06447613a9ada5a917730b7ec833bda167cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3ca6d5ea1717cb7fcd8a0ec5cd2be6612846599fc1e6b61b9a07fe8dacacf20c\",\"dweb:/ipfs/QmPKnNhtS1c46bQbhhe8zi8kHjMUcMDYjoyXRUPpowegUL\"]},\"contracts/RiskSteward/Interfaces/IRiskSteward.sol\":{\"keccak256\":\"0x6438497d6fd62f5e8c224a01e626a92ae2ebbe736852749862ff2f040a25b069\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://e40c9d71363c38b165db0298414e1b8f1ca4aef92a50419423202ec5e86b03b0\",\"dweb:/ipfs/QmVW1VHKc7Ek3btYGazKJLG8UWRc7L2JZrsF6FptMq7bQf\"]},\"contracts/RiskSteward/Interfaces/IRiskStewardReceiver.sol\":{\"keccak256\":\"0x206b4763cfe62155718edb4b53ee48d6e5204b81cbfac705808d2ffd3225bb12\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://e9baeba21e7884d434272692552faaf3fa01989d53e1272f457876fb08400b19\",\"dweb:/ipfs/QmdJPC7jLTNQizpvL3pSDfuSs3cL8x3N3H87uTxboUPSeE\"]},\"contracts/interfaces/IIsolatedPoolsComptroller.sol\":{\"keccak256\":\"0x6cd545ea18e7b5fbd1d3b0a4162584eb0c1b466db46c62d96015091c47374930\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://f0179edc6b25bc380722634b25f58b43c0727a8b4820e46c79f08b0f9d0b1fdf\",\"dweb:/ipfs/QmRdr61VFTq1LLXm1cfJGGWmEvn75FeuyYdDrqD9TLkvne\"]}},\"version\":1}",
    "zk_version": "1.5.3"
  },
  "bytecode": "0x0004000000000002001800000000000200000000030100190000006004300270000005340340019700030000003103550002000000010355000005340040019d0000000100200190000000580000c13d0000008002000039000000400020043f000000040030008c0000007e0000413d000000000201043b000000e002200270000005410020009c000000800000a13d000005420020009c000000ac0000213d0000054f0020009c000001100000a13d000005500020009c0000025b0000a13d000005510020009c000005d80000613d000005520020009c000004f90000613d000005530020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d0000000001000411000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000ff00100190000006280000613d0000001201000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b01100039000000000201041a000000ff0320018f000000030030008c0000028a0000213d000000010030008c000007330000c13d000005d10220019700000003022001bf000000000021041b0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d0200003900000002030000390000059404000041000003fa0000013d0000000002000416000000000002004b0000007e0000c13d0000001f023000390000053502200197000000c002200039000000400020043f0000001f0430018f0000053605300198000000c002500039000000690000613d000000c006000039000000000701034f000000007807043c0000000006860436000000000026004b000000650000c13d000000000004004b000000760000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000400030008c0000007e0000413d000000c00100043d000005370010009c0000007e0000213d000000e00300043d000005340030009c000000ec0000a13d0000000001000019000014cf000104300000055b0020009c000000c70000a13d0000055c0020009c0000017c0000a13d0000055d0020009c000003600000a13d0000055e0020009c0000060f0000613d0000055f0020009c0000052f0000613d000005600020009c0000007e0000c13d000000a40030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000006402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d0000000404200039000000000441034f000000000404043b000005750040009c0000007e0000213d00000000024200190000002402200039000000000032004b0000007e0000213d0000008401100370000000000101043b000005370010009c0000007e0000213d0000000002000410000000000021004b00000000010000390000000101006039000000800010043f0000057401000041000014ce0001042e000005430020009c000001250000a13d000005440020009c000002900000a13d000005450020009c000005e90000613d000005460020009c000005120000613d000005470020009c0000007e0000c13d000000640030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d14cd13cd0000040f00000024020000390000000202200367000000000202043b000000000021004b00000000010000390000000101006039000005e20000013d000005680020009c000001ac0000213d0000056e0020009c0000037e0000213d000005710020009c0000053b0000613d000005720020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005370010009c0000007e0000213d0000003302000039000000000202041a00000537022001970000000003000411000000000032004b000006300000c13d000000000001004b000006e70000c13d0000053a01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000005b101000041000000c40010043f000005b001000041000000e40010043f000005a701000041000014cf000104300000053702100197000000800020043f000000000100041a0000ff0000100190000001f50000c13d001200000002001d000000ff0210018f000000ff0020008c0000010b0000613d000000ff011001bf000000000010041b000000ff01000039000000400200043d0000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d02000039001100000003001d00000001030000390000053d0400004114cd14c30000040f000000110300002900000001002001900000007e0000613d000000120000006b0000062b0000c13d000000400100043d000005be02000041000006460000013d000005560020009c000002090000213d000005590020009c000003fc0000613d0000055a0020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000002402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000000401100370000000000101043b000000000010043f000000cc01000039000003900000013d0000054a0020009c000002400000213d0000054d0020009c000004010000613d0000054e0020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d000005370010009c0000007e0000213d0000003301000039000000000101041a00000537011001970000000002000411000000000021004b000006300000c13d0000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000058c0200004100000000002004430000053701100197001100000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400400043d0000058e01000041000000000014043500000004014000390000001202000029000000000021043500000000010004140000001102000029000000040020008c000001770000613d000005340040009c000005340300004100000000030440190000004003300210000005340010009c0000053401008041000000c001100210000000000131019f00000583011001c7001200000004001d14cd14c30000040f000000120400002900000000030100190000006003300270000105340030019d000300000001035500000001002001900000078f0000613d000005750040009c000006090000213d000000400040043f0000000001000019000014ce0001042e000005630020009c000002490000213d000005660020009c0000043f0000613d000005670020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000002401100370000000000101043b001100000001001d000005370010009c0000007e0000213d0000000003000415000000180330008a0000000503300210000000000200041a0000ff0001200190000006a10000c13d0000000003000415000000170330008a0000000503300210000000ff00200190000006a10000c13d000005ad0120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000006c40000c13d000000400100043d0000006402100039000005b20300004100000000003204350000004402100039000005b303000041000000000032043500000024021000390000002b03000039000001fe0000013d000005690020009c0000039b0000213d0000056c0020009c000005420000613d0000056d0020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005750010009c0000007e0000213d0000000401100039000000000203001914cd112c0000040f001200000001001d001100000002001d000000400100043d001000000001001d14cd11460000040f00000010020000290000004001200039000000000001043500000020012000390000000000010435000000000002043500000000030000310000001201000029000000110200002914cd13950000040f000000001201043414cd14900000040f000000000010043f000000ca01000039000000200010043f0000004002000039000000000100001914cd14900000040f001200000001001d000000400100043d001100000001001d14cd11460000040f0000001204000029000000000104041a000000ff001001900000000001000039000000010100c039000000110500002900000000021504360000000103400039000000000303041a000000000032043500000040035000390000000204400039000000000404041a00000537044001970000000000430435000000400400043d0000000001140436000000000202043300000000002104350000000001030433000005370110019700000040024000390000000000120435000005340040009c00000534040080410000004001400210000005c1011001c7000014ce0001042e000000400100043d0000006402100039000005380300004100000000003204350000004402100039000005390300004100000000003204350000002402100039000000270300003900000000003204350000053a020000410000000000210435000000040210003900000020030000390000000000320435000005340010009c000005340100804100000040011002100000053b011001c7000014cf00010430000005570020009c0000041c0000613d000005580020009c0000007e0000c13d000000640030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000001202200029001000240020003d000000100030006b0000007e0000213d0000002402100370000000000202043b000f00000002001d000005370020009c0000007e0000213d0000004401100370000000000101043b000e00000001001d000000e001000039000000400010043f0000002e01000039000000800010043f0000059501000041000000a00010043f0000059601000041000000c00010043f000000800100003914cd13df0000040f0000000f0000006b0000010d0000613d000000400100043d0000001202000029000000010220008a000000400020008c0000076f0000813d0000000e0000006b0000079c0000c13d0000059b02000041000006460000013d0000054b0020009c000004370000613d0000054c0020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000006501000039000004d70000013d000005640020009c000004c20000613d000005650020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000000001000412001400000001001d001300000000003d000080050100003900000044030000390000000004000415000000140440008a00000005044002100000058a0200004114cd14a50000040f000004d80000013d000005540020009c000004d30000613d000005550020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001200000001001d14cd11510000040f00000012030000290000000c02300039000000000202041a001000000002001d0000000d02300039000000000202041a000e00000002001d0000000b02300039000000000202041a001200000002001d000000400200043d00000080030000390000000003320436000f00000003001d001100000002001d000000800220003914cd12eb0000040f0000001202000029000000ff0220018f000000030020008c000006670000a13d0000058201000041000000000010043f0000002101000039000000040010043f0000058301000041000014cf00010430000005480020009c000004dc0000613d000005490020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000502043b000005750050009c0000007e0000213d0000002302500039000000000032004b0000007e0000813d0000000404500039000000000241034f000000000202043b000005750020009c0000007e0000213d00000000052500190000002405500039000000000035004b0000007e0000213d0000002403100370000000000303043b001200000003001d000005370030009c0000007e0000213d0000028003000039000000400030043f0000001f05200039000005d2055001970000003f05500039000005d2055001970000006006000039000001000060043f000001200000043f000001400000043f000001600060043f000001800000043f000001a00060043f000001c00060043f000001e00000043f000002000000043f000002200000043f000002400000043f000002600060043f0000010006000039000000800060043f000000a00000043f000000c00000043f000000e00000043f000005850050009c000006090000213d0000028005500039000000400050043f0000002004400039000000000441034f000002800020043f000005d2032001980000001f0520018f000002a001300039000002d70000613d000002a006000039000000000704034f000000007807043c0000000006860436000000000016004b000002d30000c13d000000000005004b000002e40000613d000000000334034f0000000304500210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000002a0012000390000000000010435000002800100043d000005340010009c000005340100804100000060011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000586011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000001202000029000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d001200000001001d000005760010009c000006090000213d00000012010000290000008001100039000000400010043f000000110100002914cd11510000040f0000001202000029000000000212043600000011010000290000000b01100039000000000101041a000000ff0110018f000000030010008c0000028a0000213d001000000002001d000000000012043500000011020000290000000c01200039000000000101041a00000012030000290000004004300039000f00000004001d00000000001404350000000d01200039000000000101041a00000537011001970000006002300039001100000002001d00000000001204350000002001000039000000400400043d0000000002140436000000000103043300000080030000390000000000320435001200000004001d000000a00240003914cd12eb0000040f00000010020000290000000002020433000000030020008c0000028a0000213d0000001204000029000000400340003900000000002304350000000f02000029000000000202043300000060034000390000000000230435000000110200002900000000020204330000053702200197000000800340003900000000002304350000000001410049000005340010009c00000534010080410000006001100210000005340040009c00000534040080410000004002400210000000000121019f000014ce0001042e000005610020009c000005280000613d000005620020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000006501000039000000000201041a00000537032001970000000006000411000000000063004b0000064c0000c13d0000058702200197000000000021041b0000003301000039000000000201041a0000058703200197000000000363019f000000000031041b00000000010004140000053705200197000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000303000039000005a804000041000006f70000013d0000056f0020009c0000054a0000613d000005700020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000002402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000000401100370000000000101043b000000000010043f000000cd01000039000000200010043f0000004002000039000000000100001914cd14900000040f0000001202000029000000000020043f000000200010043f0000000001000019000000400200003914cd14900000040f0000043b0000013d0000056a0020009c000005a30000613d0000056b0020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000002401100370000000000201043b000000000002004b0000000001000039000000010100c039001100000002001d000000000012004b0000007e0000c13d000000e001000039000000400010043f0000002401000039000000800010043f000005ba01000041000000a00010043f000005bb01000041000000c00010043f000000800100003914cd13df0000040f0000001201000029000000000001004b0000010d0000613d000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000110000006b0000000002000039000000010200c039000000000101043b000000000101041a000000ff001001900000000001000039000000010100c039001000000001001d000000000112013f0000000100100190000007090000613d0000001201000029000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000001103000029000000000232019f000000000021041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000203000039000005bd040000410000001205000029000006f70000013d0000000001000416000000000001004b0000007e0000c13d0000003301000039000004d70000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d000000c001000039000000400010043f0000001701000039000000800010043f0000058f01000041000000a00010043f000000800100003914cd13df0000040f0000001204000029000000400100043d000000010240008a000005900020009c000006450000813d000000c902000039000000000302041a000000000043004b000006580000c13d0000059302000041000006460000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000000000010043f000000ca01000039000000200010043f0000004002000039000000000100001914cd14900000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f000000a00030043f0000053701200197000000c00010043f0000059c01000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000000c901000039000000000101041a000000800010043f0000057401000041000014ce0001042e000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000001202200029001000240020003d000000100030006b0000007e0000213d0000002401100370000000000201043b000000000002004b0000000001000039000000010100c039000f00000002001d000000000012004b0000007e0000c13d000000c001000039000000400010043f0000001c01000039000000800010043f000005b401000041000000a00010043f000000800100003914cd13df0000040f00000012010000290000001f01100039000005d201100197000e00000001001d0000003f01100039000005d202100197000000400100043d0000000002210019000000000012004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f000000120200002900000000022104360000001005000029000000000050007c0000007e0000213d0000001204000029000005d2034001980010001f00400193000d00000003001d000000000332001900000011040000290000002004400039001100000004001d00000002044003670000048a0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000004860000c13d000000100000006b000004980000613d0000000d0440036000000010050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f000000000043043500000012032000290000000000030435000005340020009c000005340200804100000040022002100000000001010433000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000c00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000201100039000000000101041a0000053700100198000009990000c13d000000400100043d000005b902000041000006460000013d0000000001000416000000000001004b0000007e0000c13d0000000001000412001600000001001d001500200000003d000080050100003900000044030000390000000004000415000000160440008a00000005044002100000058a0200004114cd14a50000040f0000053401100197000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d0000009701000039000000000101041a0000053701100197000000800010043f0000057401000041000014ce0001042e000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000601043b000005370060009c0000007e0000213d0000003301000039000000000101041a00000537051001970000000001000411000000000015004b000006300000c13d0000006501000039000000000201041a0000058702200197000000000262019f000000000021041b0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d0200003900000003030000390000058904000041000006f70000013d0000000001000416000000000001004b0000007e0000c13d000000000103001914cd13780000040f001200000003001d000000000300003114cd13950000040f000000001201043414cd14900000040f000000000010043f000000cd01000039000000200010043f0000004002000039000000000100001914cd14900000040f00000012020000290000053702200197000000000020043f000000200010043f0000000001000019000000400200003914cd14900000040f000000000101041a000005e20000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005370010009c0000007e0000213d000000000010043f000000ce01000039000000200010043f0000004002000039000000000100001914cd14900000040f000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000005a901000041000000800010043f000005aa01000041000014cf00010430000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d000000800000043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000005d001000041000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000000800000043f0000000201000039000000a00010043f000005c201000041000014ce0001042e000000e40030008c0000007e0000413d0000008402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000002402200039000f00000002001d001000120020002d000000100030006b0000007e0000213d000000a402100370000000000202043b000005370020009c0000007e0000213d000000c402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d0000000404200039000000000141034f000000000101043b000005750010009c0000007e0000213d00000000011200190000002401100039000000000031004b0000007e0000213d0000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d0000000002000411000000000101043b0000053701100197000000000021004b000009fc0000c13d00000004010000390000000201100367000000000101043b000e00000001001d000005340010009c0000007e0000213d0000000e01000029000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000301041a000000000003004b00000a460000c13d000000400100043d000005cc02000041000000000021043500000004021000390000000e03000029000000000032043500000a010000013d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005340020009c0000007e0000213d0000002401100370000000000301043b0000003301000039000000000101041a00000537011001970000000002000411000000000021004b000006300000c13d001100000003001d0000001201000029000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000001103000029000000000031041b000000400100043d0000002002100039000000000032043500000012020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000103000039000005c004000041000006f70000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d14cd13cd0000040f000000400200043d0000000000120435000005340020009c0000053402008041000000400120021000000573011001c7000014ce0001042e000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000502043b000005750050009c0000007e0000213d0000002302500039000000000032004b0000007e0000813d0000000404500039000000000241034f000000000202043b000005750020009c0000007e0000213d00000000052500190000002405500039000000000035004b0000007e0000213d0000002403100370000000000303043b001200000003001d000005370030009c0000007e0000213d0000001f03200039000005d2033001970000003f03300039000005d203300197000005760030009c000007360000a13d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf00010430000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d0000000001000411000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000ff001001900000067a0000c13d000000400100043d000005a402000041000006460000013d0000053400300198000006390000c13d000000400100043d0000053f02000041000006460000013d0000053a01000041000000800010043f0000002001000039000000840010043f000000a40010043f000005cd01000041000000c40010043f000005ce01000041000014cf00010430000000a00030043f000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0003004430000010000100443000000020100003900000120001004430000053e01000041000014ce0001042e00000591020000410000000000210435000005340010009c0000053401008041000000400110021000000540011001c7000014cf000104300000053a01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000005a501000041000000c40010043f000005a601000041000000e40010043f000005a701000041000014cf00010430000000000042041b0000000000410435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d0200003900000001030000390000059204000041000006f70000013d0000000e0300002900000537033001970000001105000029000000600450003900000000003404350000004003500039000000100400002900000000004304350000000f0300002900000000002304350000000001510049000005340010009c00000534010080410000006001100210000005340050009c00000534050080410000004002500210000000000121019f000014ce0001042e0000001201000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d14cd11510000040f001000000001001d00000080011000390000000001010433000f00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000201043b000000000102041a000000ff001001900000070c0000c13d000000400100043d000005a302000041000006460000013d001000000003001d000e00000001001d000f00000002001d0000058c010000410000000000100443000000000100041000000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b000006fc0000c13d0000000f02000029000000ff0120018f000000010010008c00000010010000290000000501100270000000000100003f000000010100603f000006ff0000c13d0000000e0000006b0000019c0000613d000005d101200197000000010200003900000001011001bf000000000010041b0000ff0000100190000001a20000613d001000000002001d0000006501000039000000000201041a0000058702200197000000000021041b0000003301000039000000000201041a00000587032001970000000006000411000000000363019f000000000031041b00000000010004140000053705200197000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000303000039000005a80400004114cd14c30000040f00000001002001900000007e0000613d000000400100043d000000120000006b000007710000c13d0000006402100039000005b00300004100000000003204350000004402100039000005b103000041000000000032043500000024021000390000002503000039000001fe0000013d0000009702000039000000000302041a0000058704300197000000000414019f000000000042041b0000053702300197000000800020043f000000a00010043f0000000001000414000005340010009c0000053401008041000000c001100210000005cf011001c70000800d020000390000000103000039000005ae0400004114cd14c30000040f00000001002001900000007e0000613d0000000001000019000014ce0001042e00000010010000290000000501100270000000000100003f000000400100043d0000006402100039000005ab0300004100000000003204350000004402100039000005ac03000041000000000032043500000024021000390000002e03000039000001fe0000013d000000400100043d000005bc02000041000006460000013d000e00000002001d00000011010000290000000b01100039000d00000001001d000000000101041a000000ff0110018f000000030010008c0000028a0000213d000000010010008c000007330000c13d000000c901000039000000000201041a00000011010000290000000c01100039000000000101041a000c00000002001d000b00000001001d000000000012001a00000a0b0000413d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d0000000b030000290000000c02300029000000000101043b000c00000001001d000000000021004b00000a060000813d000000400100043d000005a202000041000006460000013d000000400100043d0000059d02000041000006460000013d0000008003300039000000400030043f0000002003400039000000000331034f000000800020043f000005d2042001980000001f0520018f000000a001400039000007450000613d000000a006000039000000000703034f000000007807043c0000000006860436000000000016004b000007410000c13d000000000005004b000007520000613d000000000343034f0000000304500210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000000a0012000390000000000010435000000800100043d000005340010009c000005340100804100000060011002100000000002000414000005340020009c0000053402008041000000c002200210000000000121019f00000577011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001000000001001d000000400200043d0000057801000041001100000002001d000000000012043500000000010004140000001202000029000000040020008c0000086c0000c13d000000030100036700000001030000310000087e0000013d0000059702000041000006460000013d0000009702000039000000000302041a00000587043001970000001205000029000000000454019f000000000042041b0000002002100039000000000052043500000537023001970000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000103000039000005ae0400004114cd14c30000040f00000001002001900000007e0000613d000000110000006b000009310000c13d000000400100043d000005af02000041000006460000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007970000c13d0000091e0000013d00000012020000290000001f02200039000005d202200197000d00000002001d0000003f02200039000005d2022001970000000002210019000000000012004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f000000120200002900000000022104360000001005000029000000000050007c0000007e0000213d0000001204000029000005d2034001980010001f00400193000c00000003001d000000000332001900000011040000290000002004400039001100000004001d0000000204400367000007c00000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000007bc0000c13d000000100000006b000007ce0000613d0000000c0440036000000010050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f000000000043043500000012032000290000000000030435000005340020009c000005340200804100000040022002100000000001010433000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000b00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000900000001001d000000400100043d000a00000001001d000005980010009c000006090000213d0000000a030000290000006001300039000000400010043f00000040023000390000000f01000029000800000002001d0000000000120435000000010100003900000000021304360000000e01000029000700000002001d00000000001204350000000b01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000000a030000290000000003030433000000000003004b000000010220c1bf000000000021041b000000070200002900000000020204330000000103100039000000000023041b0000000201100039000000080200002900000000020204330000053702200197000000000301041a0000058703300197000000000223019f000000000021041b00000009030000290000000101300039000000000201041a0000000201300039000000000601041a000000000703041a000000400100043d000000a00310003900000012040000290000000000430435000000a0030000390000000003310436000000c0041000390000000c05400029000000110800002900000002088003670000000c0000006b0000083b0000613d000000000908034f000000000a040019000000009b09043c000000000aba043600000000005a004b000008370000c13d000000ff0770018f0000053706600197000000100000006b0000084b0000613d0000000c0880036000000010090000290000000309900210000000000a050433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f000000000085043500000012044000290000000000040435000000800410003900000001050000390000000000540435000000000007004b0000000004000039000000010400c0390000006005100039000000000045043500000040041000390000000e05000029000000000054043500000000002304350000000d020000290000006002200210000005340010009c00000534010080410000004001100210000000000112019f000005990110009a0000000002000414000005340020009c0000053402008041000000c002200210000000000121019f00000588011001c70000800d0200003900000004030000390000059a040000410000000b050000290000000f07000029000006f70000013d0000001102000029000005340020009c00000534020080410000004002200210000005340010009c0000053401008041000000c001100210000000000121019f00000540011001c7000000120200002914cd14c80000040f00000000030100190000006003300270000105340030019d000005340330019700030000000103550000000100200190000009130000613d000005d2043001980000001f0530018f0000001102400029000008880000613d000000000601034f0000001107000029000000006806043c0000000007870436000000000027004b000008840000c13d000000000005004b000008950000613d000000000141034f0000000304500210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000001f01300039000005d2011001970000001102100029000000000012004b00000000010000390000000101004039000e00000002001d000005750020009c000006090000213d0000000100100190000006090000c13d0000000e01000029000000400010043f000005790030009c0000007e0000213d000000200030008c0000007e0000413d00000011010000290000000001010433000005750010009c0000007e0000213d000000110330002900000011011000290000001f02100039000000000032004b00000000040000190000057a040080410000057a022001970000057a05300197000000000652013f000000000052004b00000000020000190000057a020040410000057a0060009c000000000204c019000000000002004b0000007e0000c13d0000000021010434000d00000001001d000005750010009c000006090000213d0000000d0100002900000005011002100000003f041000390000057b054001970000000e04500029000005750040009c000006090000213d000000400040043f0000000e040000290000000d060000290000000004640436000c00000004001d0000000004210019000000000034004b0000007e0000213d000000000042004b000008e00000813d0000000e010000290000000023020434000005370030009c0000007e0000213d00000020011000390000000000310435000000000042004b000008d00000413d0000000e010000290000000001010433000d00000001001d000005750010009c000006090000213d0000000d0100002900000005011002100000003f021000390000057b05200197000000400300043d0000000002530019000900000003001d000000000032004b00000000030000390000000103004039000005750020009c000006090000213d0000000100300190000006090000c13d000000400020043f00000009020000290000000d030000290000000002320436000800000002001d0000001f0210018f000000000001004b000008fa0000613d0000000804000029000000000114001900000000030000310000000203300367000000003503043c0000000004540436000000000014004b000008f60000c13d000000000002004b0000001001000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000000ff0020019000000d090000c13d000000400100043d000005840010009c000006090000213d0000002002100039000000400020043f000000000001043500000d3a0000013d0000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000091a0000c13d000000000005004b0000092b0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000005340020009c00000534020080410000004002200210000000000112019f000014cf000104300000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000058c0200004100000000002004430000053701100197001200000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400200043d0000058e010000410000000000120435000f00000002001d00000004012000390000001102000029000000000021043500000000010004140000001202000029000000040020008c0000096d0000613d0000000f02000029000005340020009c00000534020080410000004002200210000005340010009c0000053401008041000000c001100210000000000121019f00000583011001c7000000120200002914cd14c30000040f00000000030100190000006003300270000105340030019d0003000000010355000000010020019000000cfc0000613d0000000f01000029000005750010009c000006090000213d0000000f03000029000000400030043f0000546001000039000000c902000039000000000012041b0000000000130435000005340030009c000005340300804100000040013002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000103000039000005920400004114cd14c30000040f00000001002001900000007e0000613d000000100000006b000006fa0000c13d000000000200041a000005d301200197000000000010041b000000400100043d00000001030000390000000000310435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000053d04000041000006f70000013d0000000c01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d0000000f0000006b0000000002000039000000010200c039000000000101043b000000000101041a000000ff001001900000000001000039000000010100c039000b00000001001d000000000112013f000000010010019000000a160000613d0000000c01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000000f022001af000000000021041b000000400100043d0000004002100039000000120300002900000000003204350000004002000039000000000221043600000060031000390000000d04300029000000110500002900000002055003670000000d0000006b000009d60000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000009d20000c13d000000100000006b000009e40000613d0000000d0550036000000010060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000120330002900000000000304350000000b030000290000000000320435000005340010009c000005340100804100000040011002100000000e02000029000005b60020009c000005b6020080410000006002200210000000000112019f0000000002000414000005340020009c0000053402008041000000c002200210000000000121019f000005b70110009a0000800d020000390000000303000039000005b8040000410000000c050000290000000f06000029000006f70000013d000000400100043d000005c303000041000000000031043500000004031000390000000000230435000005340010009c0000053401008041000000400110021000000583011001c7000014cf000104300000001001000029000000e00110003900000000010104330000057d0110009c00000a110000413d0000058201000041000000000010043f0000001101000039000000040010043f0000058301000041000014cf000104300000000c0010006c00000a190000813d000000400100043d000005a102000041000006460000013d000000400100043d000005b502000041000006460000013d0000000f01000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b00000010020000290000004002200039000b00000002001d00000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000001004b00000c8c0000613d0000000e020000290000000102200039000000000202041a000000000012001a00000a0b0000413d00000000011200190000000c0010006c00000c8c0000a13d000000400100043d0000059e02000041000006460000013d00000002010003670000002402100370000000000202043b000000000023004b00000c7c0000c13d0000001202000029000000200020008c0000007e0000413d00000011020000290000002002200039000000000221034f000000000202043b000005750020009c0000007e0000213d0000000f022000290000001003200069000005790030009c0000007e0000213d000001800030008c0000007e0000413d000000400300043d001200000003001d000005c60030009c000006090000813d000000000421034f00000012030000290000018003300039000000400030043f000000000404043b000005750040009c0000007e0000213d00000000052400190000001f04500039000000100040006c0000007e0000813d000000000451034f000000000404043b000005750040009c000006090000213d0000001f06400039000005d2066001970000003f06600039000005d2066001970000000006360019000005750060009c000006090000213d0000002005500039000000400060043f00000000004304350000000006540019000000100060006c0000007e0000213d000000000751034f000005d2084001980000001f0940018f0000001205000029000001a005500039000000000685001900000a870000613d000000000a07034f000000000b05001900000000ac0a043c000000000bcb043600000000006b004b00000a830000c13d000000000009004b00000a940000613d000000000787034f0000000308900210000000000906043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f000000000076043500000000045400190000000000040435000000120400002900000000043404360000002003200039000000000331034f000000000303043b001100000004001d00000000003404350000004003200039000000000431034f000000000404043b000005370040009c0000007e0000213d00000012050000290000004005500039000f00000005001d00000000004504350000002003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000ad10000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000acd0000c13d00000000000a004b00000ade0000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f00000000008704350000000004460019000000000004043500000012060000290000006004600039000e00000004001d00000000005404350000002004300039000000000441034f000000000404043b0000008005600039000d00000005001d00000000004504350000004003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000b150000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000b110000c13d00000000000a004b00000b220000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f0000000000870435000000000446001900000000000404350000001204000029000000a004400039000c00000004001d00000000005404350000002003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000b530000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000b4f0000c13d00000000000a004b00000b600000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f0000000000870435000000000446001900000000000404350000001206000029000000c004600039000200000004001d00000000005404350000002004300039000000000441034f000000000404043b000000e005600039000700000005001d00000000004504350000004003300039000000000431034f000000000404043b000005370040009c0000007e0000213d00000012050000290000010005500039000600000005001d00000000004504350000002003300039000000000431034f000000000404043b000005c70040009c0000007e0000213d00000012050000290000012005500039000500000005001d00000000004504350000002003300039000000000431034f000000000404043b000005340040009c0000007e0000213d00000012050000290000014005500039000400000005001d00000000004504350000002003300039000000000331034f000000000303043b000005750030009c0000007e0000213d00000000042300190000001f02400039000000100020006c0000007e0000813d000000000241034f000000000202043b000005750020009c000006090000213d0000001f03200039000005d2033001970000003f03300039000005d205300197000000400300043d0000000005530019000000000035004b00000000060000390000000106004039000005750050009c000006090000213d0000000100600190000006090000c13d0000002006400039000000400050043f00000000042304360000000005620019000000100050006c0000007e0000213d000000000561034f000005d2062001980000001f0720018f000000000164001900000bb20000613d000000000805034f0000000009040019000000008a08043c0000000009a90436000000000019004b00000bae0000c13d000000000007004b00000bbf0000613d000000000565034f0000000306700210000000000701043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005104350000000001240019000000000001043500000012010000290000016001100039000300000001001d000000000031043500000011010000290000000001010433000a00000001001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b01100039000000000101041a000000ff0110018f000000040010008c0000028a0000813d000000000001004b00000e1b0000c13d0000000d010000290000000001010433000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a001000000001001d000000000001004b00000c250000613d0000001001000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b02100039000000000202041a000000ff0220018f000000030020008c0000028a0000213d000000010020008c00000c250000c13d0000000701100039000000000101041a000b057d001000a400000a0b0000813d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000000b0010006b00000e620000813d0000000a01000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001000000001001d00000012010000290000000001010433001200000001001d0000000021010434000100000002001d000b00000001001d000005750010009c000006090000213d0000001001000029000000000101041a000000010210019000000001011002700000007f0110618f000900000001001d0000001f0010008c00000000010000390000000101002039000000000012004b0000105b0000c13d0000000901000029000000200010008c00000c660000413d0000001001000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d0000000b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000009010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000c660000813d000000000002041b0000000102200039000000000012004b00000c620000413d0000000b010000290000001f0010008c0009000100100218000800030010021800000ea90000a13d0000001001000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000000b02200180000000000101043b00000eb40000c13d000000200300003900000ec00000013d0000000401100370000000000101043b000005340010009c0000007e0000213d000000400300043d00000024043000390000000000240435000005c402000041000000000023043500000004023000390000000000120435000005340030009c00000534030080410000004001300210000005c5011001c7000014cf000104300000000f01000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000c02000029000000000021041b0000000d03000029000000000103041a000005d10110019700000002011001bf000000000013041b00000011010000290000000d01100039000000000201041a00000587022001970000000003000411000000000232019f000000000021041b0000000e010000290000000201100039000000000101041a0000058c0200004100000000002004430000053701100197001100000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400300043d0000059f010000410000000000130435000000040130003900000020020000390000000000210435000f00000003001d0000002402300039000000100100002914cd12eb0000040f00000000020004140000001103000029000000040030008c00000cee0000613d0000000f030000290000000001310049000005340010009c00000534010080410000006001100210000005340030009c00000534030080410000004003300210000000000131019f000005340020009c0000053402008041000000c002200210000000000121019f000000110200002914cd14c30000040f00000000030100190000006003300270000105340030019d0003000000010355000000010020019000000e040000613d0000000f01000029000005750010009c000006090000213d0000000f01000029000000400010043f0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000203000039000005a004000041000003fa0000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000d040000c13d0000091e0000013d0000000d0000006b000a00000000001d00000d520000c13d0000000a0100002900000005031002100000003f013000390000058104100197000000400100043d0000000002140019000000000042004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f0000000a0200002900000000022104360000001f0430018f000000000003004b00000d270000613d0000000003320019000000000500003100000002055003670000000006020019000000005705043c0000000006760436000000000036004b00000d230000c13d000000000004004b0000000a0000006b00000d3a0000613d000000000300001900000009040000290000000004040433000000000034004b00000e110000a13d0000000004010433000000000034004b00000e110000a13d0000000504300210000000000524001900000008044000290000000004040433000000000045043500000001033000390000000a0030006c00000d2b0000413d000000400200043d00000020030000390000000003320436000000000401043300000000004304350000004003200039000000000004004b00000d490000613d00000000050000190000002001100039000000000601043300000000036304360000000105500039000000000045004b00000d430000413d0000000001230049000005340010009c00000534010080410000006001100210000005340020009c00000534020080410000004002200210000000000121019f000014ce0001042e000000c902000039000000000202041a000600000002001d000500010010003d0000000002000019000a00000000001d00000d5d0000013d000000110200002900000001022000390000000d0020006c00000e170000813d0000000e010000290000000001010433000000000021004b00000e110000a13d001100000002001d00000005012002100000000c011000290000000001010433001200000001001d0000001001000029000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000012020000290000053702200197000000000101043b000f00000002001d000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a001200000001001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000201043b0000001201000029000000000001004b00000d590000613d000b00000002001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b02100039000000000202041a000000ff0220018f000000030020008c0000028a0000213d000000010020008c00000d590000c13d0000000701100039000000000101041a0007057d001000a400000a0b0000813d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000070010006b0000000b0100002900000d590000413d0000000c01100039000000000201041a000b00000002001d000000060020002a00000a0b0000413d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d0000000b030000290000000602300029000000000101043b000000000021004b00000d590000413d000b00000001001d0000001001000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f02000029000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000001004b00000df80000613d0000000502000029000000000202041a000000000012001a00000a0b0000413d00000000011200190000000b0010006c00000d590000213d000000090100002900000000010104330000000a0010006c00000e110000a13d0000000a0300002900000005013002100000000801100029000000110200002900000012040000290000000000410435000a00010030003d00000d5a0000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000e0c0000c13d0000091e0000013d0000058201000041000000000010043f0000003201000039000000040010043f0000058301000041000014cf000104300000000a01000029000005750010009c000006090000213d00000d0c0000013d000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001200000003001d0000000031010434000000000001004b00000e2c0000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b00000e250000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d001000000001001d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d00000012020000290000053707200197000000000101043b00000010020000290000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005c8040000410000000a050000290000001106000029000006f70000013d000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001200000003001d0000000031010434000000000001004b00000e730000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b00000e6c0000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d000f00000001001d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d00000012020000290000053707200197000000000101043b0000000f020000290000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005c90400004100000010050000290000001106000029000006f70000013d0000000b0000006b000000000100001900000eae0000613d00000001010000290000000001010433000005d4030000410000000802300250000000000232013f000000000121016f00000009011001af00000ecc0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000eb90000c13d0000000b0020006c00000eca0000813d0000000802000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b000000090100002900000001011001bf0000001003000029000000000013041b000000110100002900000000010104330000000102300039000000000012041b0000000f01000029000000000101043300000537011001970000000202300039000000000302041a0000058703300197000000000113019f000000000012041b0000000e010000290000000001010433001200000001001d0000000021010434000100000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000301100039000b00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000900000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000901000029000000200010008c00000f0f0000413d0000000b01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000009010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000f0f0000813d000000000002041b0000000102200039000000000012004b00000f0b0000413d00000011010000290000001f0010008c0009000100100218000800030010021800000f250000a13d0000000b01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b00000f300000c13d000000200300003900000f3c0000013d000000110000006b000000000100001900000f2a0000613d00000001010000290000000001010433000005d4030000410000000802300250000000000232013f000000000121016f00000009011001af00000f480000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000f350000c13d000000110020006c00000f460000813d0000000802000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b000000090100002900000001011001bf0000000b02000029000000000012041b000000100100002900000004011000390000000d020000290000000002020433000000000021041b0000000c010000290000000001010433001200000001001d0000000021010434000800000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000501100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000b01000029000000200010008c00000f840000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000f840000813d000000000002041b0000000102200039000000000012004b00000f800000413d00000011010000290000001f0010008c000b000100100218000900030010021800000f9a0000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b00000fa50000c13d000000200300003900000fb10000013d000000110000006b000000000100001900000f9f0000613d00000008010000290000000001010433000005d4030000410000000902300250000000000232013f000000000121016f0000000b011001af00000fbd0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000faa0000c13d000000110020006c00000fbb0000813d0000000902000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000000b0100002900000001011001bf0000000c02000029000000000012041b00000002010000290000000001010433001200000001001d0000000021010434000800000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000601100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000b01000029000000200010008c00000ff40000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000ff40000813d000000000002041b0000000102200039000000000012004b00000ff00000413d00000011010000290000001f0010008c000b00010010021800090003001002180000100a0000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b000010150000c13d0000002003000039000010210000013d000000110000006b00000000010000190000100f0000613d00000008010000290000000001010433000005d4030000410000000902300250000000000232013f000000000121016f0000000b011001af0000102d0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b0000101a0000c13d000000110020006c0000102b0000813d0000000902000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000000b0100002900000001011001bf0000000c02000029000000000012041b0000000701000029000000000101043300000010030000290000000702300039000000000012041b00000006010000290000000001010433000005370110019700000005020000290000000002020433000000a002200210000000000112019f0000000802300039000000000012041b0000000401000029000000000101043300000534011001970000000902300039000000000302041a000005ca03300197000000000113019f000000000012041b00000003010000290000000001010433001200000001001d0000000021010434000900000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000a01100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000010610000613d0000058201000041000000000010043f0000002201000039000000040010043f0000058301000041000014cf000104300000000b01000029000000200010008c000010800000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000010800000813d000000000002041b0000000102200039000000000012004b0000107c0000413d00000011010000290000001f0010008c000010940000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b000010a10000c13d0000002003000039000010ad0000013d000000110000006b0000000001000019000010990000613d0000000901000029000000000101043300000011040000290000000302400210000005d40220027f000005d402200167000000000121016f0000000102400210000000000121019f000010bb0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b000010a60000c13d000000110020006c000010b80000813d00000011020000290000000302200210000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000001101000029000000010110021000000001011001bf0000000c02000029000000000012041b00000010010000290000000b01100039000000000201041a000005d10220019700000001022001bf000000000021041b0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000201043b00000010010000290000000c01100039001200000002001d000000000021041b0000000d010000290000000001010433000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000a02000029000000000021041b000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001100000003001d0000000031010434000000000001004b000011040000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b000010fd0000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011020000290000053707200197000000000601043b000000400100043d00000012020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005cb040000410000000a05000029000006f70000013d000000000001042f0000001f03100039000000000023004b00000000040000190000057a040040410000057a052001970000057a03300197000000000653013f000000000053004b00000000030000190000057a030020410000057a0060009c000000000304c019000000000003004b000011440000613d0000000203100367000000000303043b000005750030009c000011440000213d00000020011000390000000004310019000000000024004b000011440000213d0000000002030019000000000001042d0000000001000019000014cf00010430000005d50010009c0000114b0000813d0000006001100039000000400010043f000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf0001043000050000000000020000000007010019000000400600043d000005c60060009c000012cb0000813d0000018008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000032004b000012d10000c13d0000000000480435000000000002004b000500000006001d000400000007001d000011830000613d000200000004001d000300000008001d000000000070043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b00000005060000290000118a0000613d000001a002600039000000000301043b0000000001000019000000040700002900000003080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b0000117b0000413d0000118d0000013d000005d101100197000001a0026000390000000000120435000000000004004b000000200100003900000000010060390000118d0000013d0000000001000019000000040700002900000003080000290000003f01100039000000200500008a000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f00000000018604360000000102700039000000000202041a000000000021043500000040016000390000000202700039000000000202041a000005370220019700000000002104350000000301700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b000011d00000613d000100000004001d000200000009001d000300000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b000000200500008a000011d60000613d000000000201043b0000000001000019000000050600002900000004070000290000000308000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000011c80000413d000011da0000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000011da0000013d00000000010000190000000506000029000000040700002900000003080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f0000006001600039000000000081043500000080016000390000000402700039000000000202041a00000000002104350000000501700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b000012190000613d000100000004001d000300000009001d000200000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000309000029000000000009004b000000200500008a0000121f0000613d000000000201043b0000000001000019000000050600002900000004070000290000000208000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000012110000413d000012230000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000012230000013d00000000010000190000000506000029000000040700002900000002080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000000a00160003900000000008104350000000601700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b0000125e0000613d000100000004001d000200000009001d000300000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b000000200500008a000012640000613d000000000201043b0000000001000019000000050600002900000004070000290000000308000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000012560000413d000012680000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000012680000013d00000000010000190000000506000029000000040700002900000003080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000000c00160003900000000008104350000000701700039000000000101041a000000e00260003900000000001204350000000801700039000000000101041a0000012002600039000000a003100270000000000032043500000537011001970000010002600039000000000012043500000140016000390000000902700039000000000202041a000005340220019700000000002104350000000a01700039000000000201041a000000010320019000000001082002700000007f0880618f0000001f0080008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400700043d0000000004870436000000000003004b000012b30000613d000200000004001d000300000008001d000400000007001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000308000029000000000008004b000000200500008a000012b90000613d000000000201043b00000000010000190000000506000029000000040700002900000002090000290000000003190019000000000402041a000000000043043500000001022000390000002001100039000000000081004b000012ab0000413d000012bc0000013d000005d1012001970000000000140435000000000008004b00000020010000390000000001006039000012bc0000013d0000000001000019000000050600002900000004070000290000003f01100039000000000251016f0000000001720019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000001600160003900000000007104350000000001060019000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf000104300000058201000041000000000010043f0000002201000039000000040010043f0000058301000041000014cf000104300000000001000019000014cf0001043000000000430104340000000001320436000000000003004b000012e50000613d000000000200001900000000051200190000000006240019000000000606043300000000006504350000002002200039000000000032004b000012de0000413d000000000213001900000000000204350000001f02300039000005d2022001970000000001210019000000000001042d000000005301043400000180040000390000000006420436000001800420003900000000730304340000000000340435000001a004200039000000000003004b000012fc0000613d00000000080000190000000009480019000000000a870019000000000a0a04330000000000a904350000002008800039000000000038004b000012f50000413d0000000007430019000000000007043500000000050504330000000000560435000000400510003900000000050504330000053705500197000000400620003900000000005604350000001f05300039000005d20550019700000000044500190000000005240049000000600620003900000060071000390000000007070433000000000056043500000000650704340000000004540436000000000005004b000013190000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000013120000413d0000000006450019000000000006043500000080061000390000000006060433000000800720003900000000006704350000001f05500039000005d2055001970000000004450019000000a00510003900000000050504330000000006240049000000a007200039000000000067043500000000650504340000000004540436000000000005004b000013330000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b0000132c0000413d000000000645001900000000000604350000001f05500039000005d2055001970000000004450019000000c00510003900000000050504330000000006240049000000c007200039000000000067043500000000650504340000000004540436000000000005004b000013490000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000013420000413d00000000064500190000000000060435000000e0061000390000000006060433000000e00720003900000000006704350000010006100039000000000606043300000537066001970000010007200039000000000067043500000120061000390000000006060433000005c70660019700000120072000390000000000670435000001400610003900000000060604330000053406600197000001400720003900000000006704350000001f05500039000005d20550019700000000054500190000000004250049000001600220003900000160011000390000000001010433000000000042043500000000420104340000000001250436000000000002004b000013720000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000025004b0000136b0000413d000000000412001900000000000404350000001f02200039000005d2022001970000000001120019000000000001042d000005790010009c000013930000213d000000430010008c000013930000a13d00000002030003670000000402300370000000000402043b000005750040009c000013930000213d0000002302400039000000000012004b000013930000813d0000000402400039000000000223034f000000000202043b000005750020009c000013930000213d00000024044000390000000005420019000000000015004b000013930000213d0000002401300370000000000301043b000005370030009c000013930000213d0000000001040019000000000001042d0000000001000019000014cf000104300000000004010019000005d60020009c000013c50000813d0000001f01200039000005d2011001970000003f01100039000005d205100197000000400100043d0000000005510019000000000015004b00000000070000390000000107004039000005750050009c000013c50000213d0000000100700190000013c50000c13d000000400050043f00000000052104360000000007420019000000000037004b000013cb0000213d000005d2062001980000001f0720018f00000002044003670000000003650019000013b50000613d000000000804034f0000000009050019000000008a08043c0000000009a90436000000000039004b000013b10000c13d000000000007004b000013c20000613d000000000464034f0000000306700210000000000703043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f000000000043043500000000022500190000000000020435000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf000104300000000001000019000014cf000104300000053401100197000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f0000000100200190000013dd0000613d000000000101043b000000000101041a000000000001042d0000000001000019000014cf00010430000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000005d70100004100000000001b04350000000401b00039000000000900041100000000009104350000004404b00039000000003108043400000000001404350000006404b000390000053702200197000000000001004b000013fb0000613d000000000500001900000000064500190000000007530019000000000707043300000000007604350000002005500039000000000015004b000013f40000413d000000000341001900000000000304350000000003000414000000040020008c000014050000c13d0000000103000031000000200030008c000000200400003900000000040340190000143b0000013d000100000008001d0000001f01100039000005d2011001970000006401100039000005340010009c000005340100804100000060011002100000053400b0009c000005340400004100000000040b40190000004004400210000000000141019f000005340030009c0000053403008041000000c003300210000000000113019f00020000000b001d14cd14c80000040f000000020b000029000000000301001900000060033002700000053403300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000014280000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000014240000c13d000000000006004b000014350000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000014710000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b00000000010000390000000101004039000005750040009c000014530000213d0000000100100190000014530000c13d000000400040043f0000001f0030008c000014510000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000014510000c13d000000000001004b000014590000613d000000000001042d0000000001000019000014cf000104300000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000005d80100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d14cd12d90000040f00000002020000290000000001210049000005340010009c0000053401008041000005340020009c000005340200804100000060011002100000004002200210000000000121019f000014cf000104300000001f0530018f0000053606300198000000400200043d00000000046200190000147c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000014780000c13d000000000005004b000014890000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000005340020009c00000534020080410000004002200210000000000112019f000014cf00010430000000000001042f000005340010009c00000534010080410000004001100210000005340020009c00000534020080410000006002200210000000000112019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f0000000100200190000014a30000613d000000000101043b000000000001042d0000000001000019000014cf0001043000000000050100190000000000200443000000050030008c000014b30000413d000000040100003900000000020000190000000506200210000000000664001900000005066002700000000006060031000000000161043a0000000102200039000000000031004b000014ab0000413d000005340030009c000005340300804100000060013002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f000005d9011001c7000000000205001914cd14c80000040f0000000100200190000014c20000613d000000000101043b000000000001042d000000000001042f000014c6002104210000000102000039000000000001042d0000000002000019000000000001042d000014cb002104230000000102000039000000000001042d0000000002000019000000000001042d000014cd00000432000014ce0001042e000014cf0001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000c0000001000000000000000000932c38e6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000008da5cb5a00000000000000000000000000000000000000000000000000000000ca136b9800000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f63106e300000000000000000000000000000000000000000000000000000000f63106e400000000000000000000000000000000000000000000000000000000fe2b350200000000000000000000000000000000000000000000000000000000ff7bd03d00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f5d3b7b300000000000000000000000000000000000000000000000000000000e2509c7500000000000000000000000000000000000000000000000000000000e2509c7600000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000ca136b9900000000000000000000000000000000000000000000000000000000ca5eb5e100000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000bb0b6a5200000000000000000000000000000000000000000000000000000000bb0b6a5300000000000000000000000000000000000000000000000000000000be3881b400000000000000000000000000000000000000000000000000000000c3e10deb00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b4c2f72700000000000000000000000000000000000000000000000000000000af9e0fd200000000000000000000000000000000000000000000000000000000af9e0fd300000000000000000000000000000000000000000000000000000000b080d71d000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a49e9ea100000000000000000000000000000000000000000000000000000000438653fd00000000000000000000000000000000000000000000000000000000715018a50000000000000000000000000000000000000000000000000000000079edd0ff0000000000000000000000000000000000000000000000000000000079edd100000000000000000000000000000000000000000000000000000000007d25a05e0000000000000000000000000000000000000000000000000000000082413eac00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000004c213448000000000000000000000000000000000000000000000000000000004c213449000000000000000000000000000000000000000000000000000000005e280f1100000000000000000000000000000000000000000000000000000000438653fe00000000000000000000000000000000000000000000000000000000485cc9550000000000000000000000000000000000000000000000000000000017442b6f000000000000000000000000000000000000000000000000000000003400288a000000000000000000000000000000000000000000000000000000003400288b000000000000000000000000000000000000000000000000000000003aed7f310000000000000000000000000000000000000000000000000000000017442b7000000000000000000000000000000000000000000000000000000000282071410000000000000000000000000000000000000000000000000000000013137d640000000000000000000000000000000000000000000000000000000013137d6500000000000000000000000000000000000000000000000000000000170338c800000000000000000000000000000000000000000000000000000000050d8986000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000020000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffff7f0200000000000000000000000000000000000000000000a00000000000000000b0772d0b000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00200000000000000000000000000000000000040000000000000000000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5d00fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5cff796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000003fffffffffffffffe04e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf000000000000000000000000000000000000000000000000fffffffffffffd7f0200000000000000000000000000000000000000000002a00000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e02000002000000000000000000000000000000440000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000ca5eb5e10000000000000000000000000000000000000000000000000000000073657452656d6f746544656c61792875696e7432353629000000000000000000000000000000000000000000000000000000000000000000000000000002a2ff545f991300000000000000000000000000000000000000000000000000000000a1c2964049f672e1cba842d393f777ed468b9846eb7de186d7e73665a326b301bb45c33d000000000000000000000000000000000000000000000000000000000a4273908b9362e571cacd5610879e3dfd7ddc7c9b3ce1d7ea7ea8b4186911647365745269736b506172616d65746572436f6e66696728737472696e672c616464726573732c75696e74323536290000000000000000000000000000000000000064280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9fffffffffffffffffffffffffffffffffffffff400000000000000000000000002cbea64d1a2ece216f5461b535881b82196130c6a988a9d3b323bd6d5cfe608ef6ea4e060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000008000000000000000006196e5a30000000000000000000000000000000000000000000000000000000053f7a6ee00000000000000000000000000000000000000000000000000000000bf6378390000000000000000000000000000000000000000000000000000000027f52b13359f1687e1c3c6179b59fd5f217e9f580e76053c074a51d65de2dac7c2a16f140000000000000000000000000000000000000000000000000000000005f5f49800000000000000000000000000000000000000000000000000000000dea2a21200000000000000000000000000000000000000000000000000000000341f61ec000000000000000000000000000000000000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e096c553eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0b5863604000000000000000000000000000000000000000000000000000000006472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069736574436f6e66696741637469766528737472696e672c626f6f6c290000000001e852dc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9ffdffffffffffffffffffffffffffffffffffffa0000000000000000000000000cba816b2fc5cd49700523a79b6e6c7dda19292fbb932cca77f7bccb1e500479280919d7b0000000000000000000000000000000000000000000000000000000073657457686974656c69737465644578656375746f7228616464726573732c626f6f6c29000000000000000000000000000000000000000000000000000000008eee990d0000000000000000000000000000000000000000000000000000000010c0e7519c24c8e42dbd4d2405e9976e893c51df86614145b2758289f197ec3b8579befe0000000000000000000000000000000000000000000000000000000072ab1bc1039b79dc4724ffca13de82c96834302d3c7e0d4252232d4b2dd8f900238399d427b947898edb290f5ff0f9109849b1c3ba196a42e35f00c50a54b98b0000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004000000080000000000000000091ac5e4f00000000000000000000000000000000000000000000000000000000c26bebcc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000000000000000fffffffffffffe800000000000000000000000000000000000000000ffffffffffffffffffffffff6f2b8853cd821aee89a0dc78a586658bcbd9c930d3d25be1de720fa0346bd73ba5cf028a8d57c7fae7982ac3692bb4bdf11ddcca7c93493242a00f4957a5ebb7ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000d5a7f72731c4bc3d3a2da54b4c53b429270f8d7f8c5b053d9ee98e072f875840f6ff4fb7000000000000000000000000000000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000000000000000000000000000000000000000000000000000000000000002a300ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffa0000000000000000000000000000000000000000000000001000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  "deployedBytecode": "0x0004000000000002001800000000000200000000030100190000006004300270000005340340019700030000003103550002000000010355000005340040019d0000000100200190000000580000c13d0000008002000039000000400020043f000000040030008c0000007e0000413d000000000201043b000000e002200270000005410020009c000000800000a13d000005420020009c000000ac0000213d0000054f0020009c000001100000a13d000005500020009c0000025b0000a13d000005510020009c000005d80000613d000005520020009c000004f90000613d000005530020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d0000000001000411000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000ff00100190000006280000613d0000001201000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b01100039000000000201041a000000ff0320018f000000030030008c0000028a0000213d000000010030008c000007330000c13d000005d10220019700000003022001bf000000000021041b0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d0200003900000002030000390000059404000041000003fa0000013d0000000002000416000000000002004b0000007e0000c13d0000001f023000390000053502200197000000c002200039000000400020043f0000001f0430018f0000053605300198000000c002500039000000690000613d000000c006000039000000000701034f000000007807043c0000000006860436000000000026004b000000650000c13d000000000004004b000000760000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000400030008c0000007e0000413d000000c00100043d000005370010009c0000007e0000213d000000e00300043d000005340030009c000000ec0000a13d0000000001000019000014cf000104300000055b0020009c000000c70000a13d0000055c0020009c0000017c0000a13d0000055d0020009c000003600000a13d0000055e0020009c0000060f0000613d0000055f0020009c0000052f0000613d000005600020009c0000007e0000c13d000000a40030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000006402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d0000000404200039000000000441034f000000000404043b000005750040009c0000007e0000213d00000000024200190000002402200039000000000032004b0000007e0000213d0000008401100370000000000101043b000005370010009c0000007e0000213d0000000002000410000000000021004b00000000010000390000000101006039000000800010043f0000057401000041000014ce0001042e000005430020009c000001250000a13d000005440020009c000002900000a13d000005450020009c000005e90000613d000005460020009c000005120000613d000005470020009c0000007e0000c13d000000640030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d14cd13cd0000040f00000024020000390000000202200367000000000202043b000000000021004b00000000010000390000000101006039000005e20000013d000005680020009c000001ac0000213d0000056e0020009c0000037e0000213d000005710020009c0000053b0000613d000005720020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005370010009c0000007e0000213d0000003302000039000000000202041a00000537022001970000000003000411000000000032004b000006300000c13d000000000001004b000006e70000c13d0000053a01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000005b101000041000000c40010043f000005b001000041000000e40010043f000005a701000041000014cf000104300000053702100197000000800020043f000000000100041a0000ff0000100190000001f50000c13d001200000002001d000000ff0210018f000000ff0020008c0000010b0000613d000000ff011001bf000000000010041b000000ff01000039000000400200043d0000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d02000039001100000003001d00000001030000390000053d0400004114cd14c30000040f000000110300002900000001002001900000007e0000613d000000120000006b0000062b0000c13d000000400100043d000005be02000041000006460000013d000005560020009c000002090000213d000005590020009c000003fc0000613d0000055a0020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000002402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000000401100370000000000101043b000000000010043f000000cc01000039000003900000013d0000054a0020009c000002400000213d0000054d0020009c000004010000613d0000054e0020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d000005370010009c0000007e0000213d0000003301000039000000000101041a00000537011001970000000002000411000000000021004b000006300000c13d0000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000058c0200004100000000002004430000053701100197001100000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400400043d0000058e01000041000000000014043500000004014000390000001202000029000000000021043500000000010004140000001102000029000000040020008c000001770000613d000005340040009c000005340300004100000000030440190000004003300210000005340010009c0000053401008041000000c001100210000000000131019f00000583011001c7001200000004001d14cd14c30000040f000000120400002900000000030100190000006003300270000105340030019d000300000001035500000001002001900000078f0000613d000005750040009c000006090000213d000000400040043f0000000001000019000014ce0001042e000005630020009c000002490000213d000005660020009c0000043f0000613d000005670020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000002401100370000000000101043b001100000001001d000005370010009c0000007e0000213d0000000003000415000000180330008a0000000503300210000000000200041a0000ff0001200190000006a10000c13d0000000003000415000000170330008a0000000503300210000000ff00200190000006a10000c13d000005ad0120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000006c40000c13d000000400100043d0000006402100039000005b20300004100000000003204350000004402100039000005b303000041000000000032043500000024021000390000002b03000039000001fe0000013d000005690020009c0000039b0000213d0000056c0020009c000005420000613d0000056d0020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005750010009c0000007e0000213d0000000401100039000000000203001914cd112c0000040f001200000001001d001100000002001d000000400100043d001000000001001d14cd11460000040f00000010020000290000004001200039000000000001043500000020012000390000000000010435000000000002043500000000030000310000001201000029000000110200002914cd13950000040f000000001201043414cd14900000040f000000000010043f000000ca01000039000000200010043f0000004002000039000000000100001914cd14900000040f001200000001001d000000400100043d001100000001001d14cd11460000040f0000001204000029000000000104041a000000ff001001900000000001000039000000010100c039000000110500002900000000021504360000000103400039000000000303041a000000000032043500000040035000390000000204400039000000000404041a00000537044001970000000000430435000000400400043d0000000001140436000000000202043300000000002104350000000001030433000005370110019700000040024000390000000000120435000005340040009c00000534040080410000004001400210000005c1011001c7000014ce0001042e000000400100043d0000006402100039000005380300004100000000003204350000004402100039000005390300004100000000003204350000002402100039000000270300003900000000003204350000053a020000410000000000210435000000040210003900000020030000390000000000320435000005340010009c000005340100804100000040011002100000053b011001c7000014cf00010430000005570020009c0000041c0000613d000005580020009c0000007e0000c13d000000640030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000001202200029001000240020003d000000100030006b0000007e0000213d0000002402100370000000000202043b000f00000002001d000005370020009c0000007e0000213d0000004401100370000000000101043b000e00000001001d000000e001000039000000400010043f0000002e01000039000000800010043f0000059501000041000000a00010043f0000059601000041000000c00010043f000000800100003914cd13df0000040f0000000f0000006b0000010d0000613d000000400100043d0000001202000029000000010220008a000000400020008c0000076f0000813d0000000e0000006b0000079c0000c13d0000059b02000041000006460000013d0000054b0020009c000004370000613d0000054c0020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000006501000039000004d70000013d000005640020009c000004c20000613d000005650020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000000001000412001400000001001d001300000000003d000080050100003900000044030000390000000004000415000000140440008a00000005044002100000058a0200004114cd14a50000040f000004d80000013d000005540020009c000004d30000613d000005550020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001200000001001d14cd11510000040f00000012030000290000000c02300039000000000202041a001000000002001d0000000d02300039000000000202041a000e00000002001d0000000b02300039000000000202041a001200000002001d000000400200043d00000080030000390000000003320436000f00000003001d001100000002001d000000800220003914cd12eb0000040f0000001202000029000000ff0220018f000000030020008c000006670000a13d0000058201000041000000000010043f0000002101000039000000040010043f0000058301000041000014cf00010430000005480020009c000004dc0000613d000005490020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000502043b000005750050009c0000007e0000213d0000002302500039000000000032004b0000007e0000813d0000000404500039000000000241034f000000000202043b000005750020009c0000007e0000213d00000000052500190000002405500039000000000035004b0000007e0000213d0000002403100370000000000303043b001200000003001d000005370030009c0000007e0000213d0000028003000039000000400030043f0000001f05200039000005d2055001970000003f05500039000005d2055001970000006006000039000001000060043f000001200000043f000001400000043f000001600060043f000001800000043f000001a00060043f000001c00060043f000001e00000043f000002000000043f000002200000043f000002400000043f000002600060043f0000010006000039000000800060043f000000a00000043f000000c00000043f000000e00000043f000005850050009c000006090000213d0000028005500039000000400050043f0000002004400039000000000441034f000002800020043f000005d2032001980000001f0520018f000002a001300039000002d70000613d000002a006000039000000000704034f000000007807043c0000000006860436000000000016004b000002d30000c13d000000000005004b000002e40000613d000000000334034f0000000304500210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000002a0012000390000000000010435000002800100043d000005340010009c000005340100804100000060011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000586011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000001202000029000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d001200000001001d000005760010009c000006090000213d00000012010000290000008001100039000000400010043f000000110100002914cd11510000040f0000001202000029000000000212043600000011010000290000000b01100039000000000101041a000000ff0110018f000000030010008c0000028a0000213d001000000002001d000000000012043500000011020000290000000c01200039000000000101041a00000012030000290000004004300039000f00000004001d00000000001404350000000d01200039000000000101041a00000537011001970000006002300039001100000002001d00000000001204350000002001000039000000400400043d0000000002140436000000000103043300000080030000390000000000320435001200000004001d000000a00240003914cd12eb0000040f00000010020000290000000002020433000000030020008c0000028a0000213d0000001204000029000000400340003900000000002304350000000f02000029000000000202043300000060034000390000000000230435000000110200002900000000020204330000053702200197000000800340003900000000002304350000000001410049000005340010009c00000534010080410000006001100210000005340040009c00000534040080410000004002400210000000000121019f000014ce0001042e000005610020009c000005280000613d000005620020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000006501000039000000000201041a00000537032001970000000006000411000000000063004b0000064c0000c13d0000058702200197000000000021041b0000003301000039000000000201041a0000058703200197000000000363019f000000000031041b00000000010004140000053705200197000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000303000039000005a804000041000006f70000013d0000056f0020009c0000054a0000613d000005700020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000002402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000000401100370000000000101043b000000000010043f000000cd01000039000000200010043f0000004002000039000000000100001914cd14900000040f0000001202000029000000000020043f000000200010043f0000000001000019000000400200003914cd14900000040f0000043b0000013d0000056a0020009c000005a30000613d0000056b0020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000002401100370000000000201043b000000000002004b0000000001000039000000010100c039001100000002001d000000000012004b0000007e0000c13d000000e001000039000000400010043f0000002401000039000000800010043f000005ba01000041000000a00010043f000005bb01000041000000c00010043f000000800100003914cd13df0000040f0000001201000029000000000001004b0000010d0000613d000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000110000006b0000000002000039000000010200c039000000000101043b000000000101041a000000ff001001900000000001000039000000010100c039001000000001001d000000000112013f0000000100100190000007090000613d0000001201000029000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000001103000029000000000232019f000000000021041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000203000039000005bd040000410000001205000029000006f70000013d0000000001000416000000000001004b0000007e0000c13d0000003301000039000004d70000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d000000c001000039000000400010043f0000001701000039000000800010043f0000058f01000041000000a00010043f000000800100003914cd13df0000040f0000001204000029000000400100043d000000010240008a000005900020009c000006450000813d000000c902000039000000000302041a000000000043004b000006580000c13d0000059302000041000006460000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000000000010043f000000ca01000039000000200010043f0000004002000039000000000100001914cd14900000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f000000a00030043f0000053701200197000000c00010043f0000059c01000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000000c901000039000000000101041a000000800010043f0000057401000041000014ce0001042e000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000001202200029001000240020003d000000100030006b0000007e0000213d0000002401100370000000000201043b000000000002004b0000000001000039000000010100c039000f00000002001d000000000012004b0000007e0000c13d000000c001000039000000400010043f0000001c01000039000000800010043f000005b401000041000000a00010043f000000800100003914cd13df0000040f00000012010000290000001f01100039000005d201100197000e00000001001d0000003f01100039000005d202100197000000400100043d0000000002210019000000000012004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f000000120200002900000000022104360000001005000029000000000050007c0000007e0000213d0000001204000029000005d2034001980010001f00400193000d00000003001d000000000332001900000011040000290000002004400039001100000004001d00000002044003670000048a0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000004860000c13d000000100000006b000004980000613d0000000d0440036000000010050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f000000000043043500000012032000290000000000030435000005340020009c000005340200804100000040022002100000000001010433000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000c00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000201100039000000000101041a0000053700100198000009990000c13d000000400100043d000005b902000041000006460000013d0000000001000416000000000001004b0000007e0000c13d0000000001000412001600000001001d001500200000003d000080050100003900000044030000390000000004000415000000160440008a00000005044002100000058a0200004114cd14a50000040f0000053401100197000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d0000009701000039000000000101041a0000053701100197000000800010043f0000057401000041000014ce0001042e000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000601043b000005370060009c0000007e0000213d0000003301000039000000000101041a00000537051001970000000001000411000000000015004b000006300000c13d0000006501000039000000000201041a0000058702200197000000000262019f000000000021041b0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d0200003900000003030000390000058904000041000006f70000013d0000000001000416000000000001004b0000007e0000c13d000000000103001914cd13780000040f001200000003001d000000000300003114cd13950000040f000000001201043414cd14900000040f000000000010043f000000cd01000039000000200010043f0000004002000039000000000100001914cd14900000040f00000012020000290000053702200197000000000020043f000000200010043f0000000001000019000000400200003914cd14900000040f000000000101041a000005e20000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005370010009c0000007e0000213d000000000010043f000000ce01000039000000200010043f0000004002000039000000000100001914cd14900000040f000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000005a901000041000000800010043f000005aa01000041000014cf00010430000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d000000800000043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000005d001000041000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000000800000043f0000000201000039000000a00010043f000005c201000041000014ce0001042e000000e40030008c0000007e0000413d0000008402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000002402200039000f00000002001d001000120020002d000000100030006b0000007e0000213d000000a402100370000000000202043b000005370020009c0000007e0000213d000000c402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d0000000404200039000000000141034f000000000101043b000005750010009c0000007e0000213d00000000011200190000002401100039000000000031004b0000007e0000213d0000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d0000000002000411000000000101043b0000053701100197000000000021004b000009fc0000c13d00000004010000390000000201100367000000000101043b000e00000001001d000005340010009c0000007e0000213d0000000e01000029000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000301041a000000000003004b00000a460000c13d000000400100043d000005cc02000041000000000021043500000004021000390000000e03000029000000000032043500000a010000013d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005340020009c0000007e0000213d0000002401100370000000000301043b0000003301000039000000000101041a00000537011001970000000002000411000000000021004b000006300000c13d001100000003001d0000001201000029000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000001103000029000000000031041b000000400100043d0000002002100039000000000032043500000012020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000103000039000005c004000041000006f70000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d14cd13cd0000040f000000400200043d0000000000120435000005340020009c0000053402008041000000400120021000000573011001c7000014ce0001042e000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000502043b000005750050009c0000007e0000213d0000002302500039000000000032004b0000007e0000813d0000000404500039000000000241034f000000000202043b000005750020009c0000007e0000213d00000000052500190000002405500039000000000035004b0000007e0000213d0000002403100370000000000303043b001200000003001d000005370030009c0000007e0000213d0000001f03200039000005d2033001970000003f03300039000005d203300197000005760030009c000007360000a13d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf00010430000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d0000000001000411000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000ff001001900000067a0000c13d000000400100043d000005a402000041000006460000013d0000053400300198000006390000c13d000000400100043d0000053f02000041000006460000013d0000053a01000041000000800010043f0000002001000039000000840010043f000000a40010043f000005cd01000041000000c40010043f000005ce01000041000014cf00010430000000a00030043f000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0003004430000010000100443000000020100003900000120001004430000053e01000041000014ce0001042e00000591020000410000000000210435000005340010009c0000053401008041000000400110021000000540011001c7000014cf000104300000053a01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000005a501000041000000c40010043f000005a601000041000000e40010043f000005a701000041000014cf00010430000000000042041b0000000000410435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d0200003900000001030000390000059204000041000006f70000013d0000000e0300002900000537033001970000001105000029000000600450003900000000003404350000004003500039000000100400002900000000004304350000000f0300002900000000002304350000000001510049000005340010009c00000534010080410000006001100210000005340050009c00000534050080410000004002500210000000000121019f000014ce0001042e0000001201000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d14cd11510000040f001000000001001d00000080011000390000000001010433000f00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000201043b000000000102041a000000ff001001900000070c0000c13d000000400100043d000005a302000041000006460000013d001000000003001d000e00000001001d000f00000002001d0000058c010000410000000000100443000000000100041000000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b000006fc0000c13d0000000f02000029000000ff0120018f000000010010008c00000010010000290000000501100270000000000100003f000000010100603f000006ff0000c13d0000000e0000006b0000019c0000613d000005d101200197000000010200003900000001011001bf000000000010041b0000ff0000100190000001a20000613d001000000002001d0000006501000039000000000201041a0000058702200197000000000021041b0000003301000039000000000201041a00000587032001970000000006000411000000000363019f000000000031041b00000000010004140000053705200197000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000303000039000005a80400004114cd14c30000040f00000001002001900000007e0000613d000000400100043d000000120000006b000007710000c13d0000006402100039000005b00300004100000000003204350000004402100039000005b103000041000000000032043500000024021000390000002503000039000001fe0000013d0000009702000039000000000302041a0000058704300197000000000414019f000000000042041b0000053702300197000000800020043f000000a00010043f0000000001000414000005340010009c0000053401008041000000c001100210000005cf011001c70000800d020000390000000103000039000005ae0400004114cd14c30000040f00000001002001900000007e0000613d0000000001000019000014ce0001042e00000010010000290000000501100270000000000100003f000000400100043d0000006402100039000005ab0300004100000000003204350000004402100039000005ac03000041000000000032043500000024021000390000002e03000039000001fe0000013d000000400100043d000005bc02000041000006460000013d000e00000002001d00000011010000290000000b01100039000d00000001001d000000000101041a000000ff0110018f000000030010008c0000028a0000213d000000010010008c000007330000c13d000000c901000039000000000201041a00000011010000290000000c01100039000000000101041a000c00000002001d000b00000001001d000000000012001a00000a0b0000413d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d0000000b030000290000000c02300029000000000101043b000c00000001001d000000000021004b00000a060000813d000000400100043d000005a202000041000006460000013d000000400100043d0000059d02000041000006460000013d0000008003300039000000400030043f0000002003400039000000000331034f000000800020043f000005d2042001980000001f0520018f000000a001400039000007450000613d000000a006000039000000000703034f000000007807043c0000000006860436000000000016004b000007410000c13d000000000005004b000007520000613d000000000343034f0000000304500210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000000a0012000390000000000010435000000800100043d000005340010009c000005340100804100000060011002100000000002000414000005340020009c0000053402008041000000c002200210000000000121019f00000577011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001000000001001d000000400200043d0000057801000041001100000002001d000000000012043500000000010004140000001202000029000000040020008c0000086c0000c13d000000030100036700000001030000310000087e0000013d0000059702000041000006460000013d0000009702000039000000000302041a00000587043001970000001205000029000000000454019f000000000042041b0000002002100039000000000052043500000537023001970000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000103000039000005ae0400004114cd14c30000040f00000001002001900000007e0000613d000000110000006b000009310000c13d000000400100043d000005af02000041000006460000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007970000c13d0000091e0000013d00000012020000290000001f02200039000005d202200197000d00000002001d0000003f02200039000005d2022001970000000002210019000000000012004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f000000120200002900000000022104360000001005000029000000000050007c0000007e0000213d0000001204000029000005d2034001980010001f00400193000c00000003001d000000000332001900000011040000290000002004400039001100000004001d0000000204400367000007c00000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000007bc0000c13d000000100000006b000007ce0000613d0000000c0440036000000010050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f000000000043043500000012032000290000000000030435000005340020009c000005340200804100000040022002100000000001010433000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000b00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000900000001001d000000400100043d000a00000001001d000005980010009c000006090000213d0000000a030000290000006001300039000000400010043f00000040023000390000000f01000029000800000002001d0000000000120435000000010100003900000000021304360000000e01000029000700000002001d00000000001204350000000b01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000000a030000290000000003030433000000000003004b000000010220c1bf000000000021041b000000070200002900000000020204330000000103100039000000000023041b0000000201100039000000080200002900000000020204330000053702200197000000000301041a0000058703300197000000000223019f000000000021041b00000009030000290000000101300039000000000201041a0000000201300039000000000601041a000000000703041a000000400100043d000000a00310003900000012040000290000000000430435000000a0030000390000000003310436000000c0041000390000000c05400029000000110800002900000002088003670000000c0000006b0000083b0000613d000000000908034f000000000a040019000000009b09043c000000000aba043600000000005a004b000008370000c13d000000ff0770018f0000053706600197000000100000006b0000084b0000613d0000000c0880036000000010090000290000000309900210000000000a050433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f000000000085043500000012044000290000000000040435000000800410003900000001050000390000000000540435000000000007004b0000000004000039000000010400c0390000006005100039000000000045043500000040041000390000000e05000029000000000054043500000000002304350000000d020000290000006002200210000005340010009c00000534010080410000004001100210000000000112019f000005990110009a0000000002000414000005340020009c0000053402008041000000c002200210000000000121019f00000588011001c70000800d0200003900000004030000390000059a040000410000000b050000290000000f07000029000006f70000013d0000001102000029000005340020009c00000534020080410000004002200210000005340010009c0000053401008041000000c001100210000000000121019f00000540011001c7000000120200002914cd14c80000040f00000000030100190000006003300270000105340030019d000005340330019700030000000103550000000100200190000009130000613d000005d2043001980000001f0530018f0000001102400029000008880000613d000000000601034f0000001107000029000000006806043c0000000007870436000000000027004b000008840000c13d000000000005004b000008950000613d000000000141034f0000000304500210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000001f01300039000005d2011001970000001102100029000000000012004b00000000010000390000000101004039000e00000002001d000005750020009c000006090000213d0000000100100190000006090000c13d0000000e01000029000000400010043f000005790030009c0000007e0000213d000000200030008c0000007e0000413d00000011010000290000000001010433000005750010009c0000007e0000213d000000110330002900000011011000290000001f02100039000000000032004b00000000040000190000057a040080410000057a022001970000057a05300197000000000652013f000000000052004b00000000020000190000057a020040410000057a0060009c000000000204c019000000000002004b0000007e0000c13d0000000021010434000d00000001001d000005750010009c000006090000213d0000000d0100002900000005011002100000003f041000390000057b054001970000000e04500029000005750040009c000006090000213d000000400040043f0000000e040000290000000d060000290000000004640436000c00000004001d0000000004210019000000000034004b0000007e0000213d000000000042004b000008e00000813d0000000e010000290000000023020434000005370030009c0000007e0000213d00000020011000390000000000310435000000000042004b000008d00000413d0000000e010000290000000001010433000d00000001001d000005750010009c000006090000213d0000000d0100002900000005011002100000003f021000390000057b05200197000000400300043d0000000002530019000900000003001d000000000032004b00000000030000390000000103004039000005750020009c000006090000213d0000000100300190000006090000c13d000000400020043f00000009020000290000000d030000290000000002320436000800000002001d0000001f0210018f000000000001004b000008fa0000613d0000000804000029000000000114001900000000030000310000000203300367000000003503043c0000000004540436000000000014004b000008f60000c13d000000000002004b0000001001000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000000ff0020019000000d090000c13d000000400100043d000005840010009c000006090000213d0000002002100039000000400020043f000000000001043500000d3a0000013d0000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000091a0000c13d000000000005004b0000092b0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000005340020009c00000534020080410000004002200210000000000112019f000014cf000104300000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000058c0200004100000000002004430000053701100197001200000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400200043d0000058e010000410000000000120435000f00000002001d00000004012000390000001102000029000000000021043500000000010004140000001202000029000000040020008c0000096d0000613d0000000f02000029000005340020009c00000534020080410000004002200210000005340010009c0000053401008041000000c001100210000000000121019f00000583011001c7000000120200002914cd14c30000040f00000000030100190000006003300270000105340030019d0003000000010355000000010020019000000cfc0000613d0000000f01000029000005750010009c000006090000213d0000000f03000029000000400030043f0000546001000039000000c902000039000000000012041b0000000000130435000005340030009c000005340300804100000040013002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000103000039000005920400004114cd14c30000040f00000001002001900000007e0000613d000000100000006b000006fa0000c13d000000000200041a000005d301200197000000000010041b000000400100043d00000001030000390000000000310435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000053d04000041000006f70000013d0000000c01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d0000000f0000006b0000000002000039000000010200c039000000000101043b000000000101041a000000ff001001900000000001000039000000010100c039000b00000001001d000000000112013f000000010010019000000a160000613d0000000c01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000000f022001af000000000021041b000000400100043d0000004002100039000000120300002900000000003204350000004002000039000000000221043600000060031000390000000d04300029000000110500002900000002055003670000000d0000006b000009d60000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000009d20000c13d000000100000006b000009e40000613d0000000d0550036000000010060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000120330002900000000000304350000000b030000290000000000320435000005340010009c000005340100804100000040011002100000000e02000029000005b60020009c000005b6020080410000006002200210000000000112019f0000000002000414000005340020009c0000053402008041000000c002200210000000000121019f000005b70110009a0000800d020000390000000303000039000005b8040000410000000c050000290000000f06000029000006f70000013d000000400100043d000005c303000041000000000031043500000004031000390000000000230435000005340010009c0000053401008041000000400110021000000583011001c7000014cf000104300000001001000029000000e00110003900000000010104330000057d0110009c00000a110000413d0000058201000041000000000010043f0000001101000039000000040010043f0000058301000041000014cf000104300000000c0010006c00000a190000813d000000400100043d000005a102000041000006460000013d000000400100043d000005b502000041000006460000013d0000000f01000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b00000010020000290000004002200039000b00000002001d00000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000001004b00000c8c0000613d0000000e020000290000000102200039000000000202041a000000000012001a00000a0b0000413d00000000011200190000000c0010006c00000c8c0000a13d000000400100043d0000059e02000041000006460000013d00000002010003670000002402100370000000000202043b000000000023004b00000c7c0000c13d0000001202000029000000200020008c0000007e0000413d00000011020000290000002002200039000000000221034f000000000202043b000005750020009c0000007e0000213d0000000f022000290000001003200069000005790030009c0000007e0000213d000001800030008c0000007e0000413d000000400300043d001200000003001d000005c60030009c000006090000813d000000000421034f00000012030000290000018003300039000000400030043f000000000404043b000005750040009c0000007e0000213d00000000052400190000001f04500039000000100040006c0000007e0000813d000000000451034f000000000404043b000005750040009c000006090000213d0000001f06400039000005d2066001970000003f06600039000005d2066001970000000006360019000005750060009c000006090000213d0000002005500039000000400060043f00000000004304350000000006540019000000100060006c0000007e0000213d000000000751034f000005d2084001980000001f0940018f0000001205000029000001a005500039000000000685001900000a870000613d000000000a07034f000000000b05001900000000ac0a043c000000000bcb043600000000006b004b00000a830000c13d000000000009004b00000a940000613d000000000787034f0000000308900210000000000906043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f000000000076043500000000045400190000000000040435000000120400002900000000043404360000002003200039000000000331034f000000000303043b001100000004001d00000000003404350000004003200039000000000431034f000000000404043b000005370040009c0000007e0000213d00000012050000290000004005500039000f00000005001d00000000004504350000002003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000ad10000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000acd0000c13d00000000000a004b00000ade0000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f00000000008704350000000004460019000000000004043500000012060000290000006004600039000e00000004001d00000000005404350000002004300039000000000441034f000000000404043b0000008005600039000d00000005001d00000000004504350000004003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000b150000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000b110000c13d00000000000a004b00000b220000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f0000000000870435000000000446001900000000000404350000001204000029000000a004400039000c00000004001d00000000005404350000002003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000b530000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000b4f0000c13d00000000000a004b00000b600000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f0000000000870435000000000446001900000000000404350000001206000029000000c004600039000200000004001d00000000005404350000002004300039000000000441034f000000000404043b000000e005600039000700000005001d00000000004504350000004003300039000000000431034f000000000404043b000005370040009c0000007e0000213d00000012050000290000010005500039000600000005001d00000000004504350000002003300039000000000431034f000000000404043b000005c70040009c0000007e0000213d00000012050000290000012005500039000500000005001d00000000004504350000002003300039000000000431034f000000000404043b000005340040009c0000007e0000213d00000012050000290000014005500039000400000005001d00000000004504350000002003300039000000000331034f000000000303043b000005750030009c0000007e0000213d00000000042300190000001f02400039000000100020006c0000007e0000813d000000000241034f000000000202043b000005750020009c000006090000213d0000001f03200039000005d2033001970000003f03300039000005d205300197000000400300043d0000000005530019000000000035004b00000000060000390000000106004039000005750050009c000006090000213d0000000100600190000006090000c13d0000002006400039000000400050043f00000000042304360000000005620019000000100050006c0000007e0000213d000000000561034f000005d2062001980000001f0720018f000000000164001900000bb20000613d000000000805034f0000000009040019000000008a08043c0000000009a90436000000000019004b00000bae0000c13d000000000007004b00000bbf0000613d000000000565034f0000000306700210000000000701043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005104350000000001240019000000000001043500000012010000290000016001100039000300000001001d000000000031043500000011010000290000000001010433000a00000001001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b01100039000000000101041a000000ff0110018f000000040010008c0000028a0000813d000000000001004b00000e1b0000c13d0000000d010000290000000001010433000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a001000000001001d000000000001004b00000c250000613d0000001001000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b02100039000000000202041a000000ff0220018f000000030020008c0000028a0000213d000000010020008c00000c250000c13d0000000701100039000000000101041a000b057d001000a400000a0b0000813d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000000b0010006b00000e620000813d0000000a01000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001000000001001d00000012010000290000000001010433001200000001001d0000000021010434000100000002001d000b00000001001d000005750010009c000006090000213d0000001001000029000000000101041a000000010210019000000001011002700000007f0110618f000900000001001d0000001f0010008c00000000010000390000000101002039000000000012004b0000105b0000c13d0000000901000029000000200010008c00000c660000413d0000001001000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d0000000b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000009010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000c660000813d000000000002041b0000000102200039000000000012004b00000c620000413d0000000b010000290000001f0010008c0009000100100218000800030010021800000ea90000a13d0000001001000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000000b02200180000000000101043b00000eb40000c13d000000200300003900000ec00000013d0000000401100370000000000101043b000005340010009c0000007e0000213d000000400300043d00000024043000390000000000240435000005c402000041000000000023043500000004023000390000000000120435000005340030009c00000534030080410000004001300210000005c5011001c7000014cf000104300000000f01000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000c02000029000000000021041b0000000d03000029000000000103041a000005d10110019700000002011001bf000000000013041b00000011010000290000000d01100039000000000201041a00000587022001970000000003000411000000000232019f000000000021041b0000000e010000290000000201100039000000000101041a0000058c0200004100000000002004430000053701100197001100000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400300043d0000059f010000410000000000130435000000040130003900000020020000390000000000210435000f00000003001d0000002402300039000000100100002914cd12eb0000040f00000000020004140000001103000029000000040030008c00000cee0000613d0000000f030000290000000001310049000005340010009c00000534010080410000006001100210000005340030009c00000534030080410000004003300210000000000131019f000005340020009c0000053402008041000000c002200210000000000121019f000000110200002914cd14c30000040f00000000030100190000006003300270000105340030019d0003000000010355000000010020019000000e040000613d0000000f01000029000005750010009c000006090000213d0000000f01000029000000400010043f0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000203000039000005a004000041000003fa0000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000d040000c13d0000091e0000013d0000000d0000006b000a00000000001d00000d520000c13d0000000a0100002900000005031002100000003f013000390000058104100197000000400100043d0000000002140019000000000042004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f0000000a0200002900000000022104360000001f0430018f000000000003004b00000d270000613d0000000003320019000000000500003100000002055003670000000006020019000000005705043c0000000006760436000000000036004b00000d230000c13d000000000004004b0000000a0000006b00000d3a0000613d000000000300001900000009040000290000000004040433000000000034004b00000e110000a13d0000000004010433000000000034004b00000e110000a13d0000000504300210000000000524001900000008044000290000000004040433000000000045043500000001033000390000000a0030006c00000d2b0000413d000000400200043d00000020030000390000000003320436000000000401043300000000004304350000004003200039000000000004004b00000d490000613d00000000050000190000002001100039000000000601043300000000036304360000000105500039000000000045004b00000d430000413d0000000001230049000005340010009c00000534010080410000006001100210000005340020009c00000534020080410000004002200210000000000121019f000014ce0001042e000000c902000039000000000202041a000600000002001d000500010010003d0000000002000019000a00000000001d00000d5d0000013d000000110200002900000001022000390000000d0020006c00000e170000813d0000000e010000290000000001010433000000000021004b00000e110000a13d001100000002001d00000005012002100000000c011000290000000001010433001200000001001d0000001001000029000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000012020000290000053702200197000000000101043b000f00000002001d000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a001200000001001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000201043b0000001201000029000000000001004b00000d590000613d000b00000002001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b02100039000000000202041a000000ff0220018f000000030020008c0000028a0000213d000000010020008c00000d590000c13d0000000701100039000000000101041a0007057d001000a400000a0b0000813d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000070010006b0000000b0100002900000d590000413d0000000c01100039000000000201041a000b00000002001d000000060020002a00000a0b0000413d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d0000000b030000290000000602300029000000000101043b000000000021004b00000d590000413d000b00000001001d0000001001000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f02000029000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000001004b00000df80000613d0000000502000029000000000202041a000000000012001a00000a0b0000413d00000000011200190000000b0010006c00000d590000213d000000090100002900000000010104330000000a0010006c00000e110000a13d0000000a0300002900000005013002100000000801100029000000110200002900000012040000290000000000410435000a00010030003d00000d5a0000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000e0c0000c13d0000091e0000013d0000058201000041000000000010043f0000003201000039000000040010043f0000058301000041000014cf000104300000000a01000029000005750010009c000006090000213d00000d0c0000013d000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001200000003001d0000000031010434000000000001004b00000e2c0000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b00000e250000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d001000000001001d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d00000012020000290000053707200197000000000101043b00000010020000290000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005c8040000410000000a050000290000001106000029000006f70000013d000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001200000003001d0000000031010434000000000001004b00000e730000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b00000e6c0000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d000f00000001001d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d00000012020000290000053707200197000000000101043b0000000f020000290000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005c90400004100000010050000290000001106000029000006f70000013d0000000b0000006b000000000100001900000eae0000613d00000001010000290000000001010433000005d4030000410000000802300250000000000232013f000000000121016f00000009011001af00000ecc0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000eb90000c13d0000000b0020006c00000eca0000813d0000000802000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b000000090100002900000001011001bf0000001003000029000000000013041b000000110100002900000000010104330000000102300039000000000012041b0000000f01000029000000000101043300000537011001970000000202300039000000000302041a0000058703300197000000000113019f000000000012041b0000000e010000290000000001010433001200000001001d0000000021010434000100000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000301100039000b00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000900000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000901000029000000200010008c00000f0f0000413d0000000b01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000009010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000f0f0000813d000000000002041b0000000102200039000000000012004b00000f0b0000413d00000011010000290000001f0010008c0009000100100218000800030010021800000f250000a13d0000000b01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b00000f300000c13d000000200300003900000f3c0000013d000000110000006b000000000100001900000f2a0000613d00000001010000290000000001010433000005d4030000410000000802300250000000000232013f000000000121016f00000009011001af00000f480000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000f350000c13d000000110020006c00000f460000813d0000000802000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b000000090100002900000001011001bf0000000b02000029000000000012041b000000100100002900000004011000390000000d020000290000000002020433000000000021041b0000000c010000290000000001010433001200000001001d0000000021010434000800000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000501100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000b01000029000000200010008c00000f840000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000f840000813d000000000002041b0000000102200039000000000012004b00000f800000413d00000011010000290000001f0010008c000b000100100218000900030010021800000f9a0000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b00000fa50000c13d000000200300003900000fb10000013d000000110000006b000000000100001900000f9f0000613d00000008010000290000000001010433000005d4030000410000000902300250000000000232013f000000000121016f0000000b011001af00000fbd0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000faa0000c13d000000110020006c00000fbb0000813d0000000902000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000000b0100002900000001011001bf0000000c02000029000000000012041b00000002010000290000000001010433001200000001001d0000000021010434000800000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000601100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000b01000029000000200010008c00000ff40000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000ff40000813d000000000002041b0000000102200039000000000012004b00000ff00000413d00000011010000290000001f0010008c000b00010010021800090003001002180000100a0000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b000010150000c13d0000002003000039000010210000013d000000110000006b00000000010000190000100f0000613d00000008010000290000000001010433000005d4030000410000000902300250000000000232013f000000000121016f0000000b011001af0000102d0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b0000101a0000c13d000000110020006c0000102b0000813d0000000902000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000000b0100002900000001011001bf0000000c02000029000000000012041b0000000701000029000000000101043300000010030000290000000702300039000000000012041b00000006010000290000000001010433000005370110019700000005020000290000000002020433000000a002200210000000000112019f0000000802300039000000000012041b0000000401000029000000000101043300000534011001970000000902300039000000000302041a000005ca03300197000000000113019f000000000012041b00000003010000290000000001010433001200000001001d0000000021010434000900000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000a01100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000010610000613d0000058201000041000000000010043f0000002201000039000000040010043f0000058301000041000014cf000104300000000b01000029000000200010008c000010800000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000010800000813d000000000002041b0000000102200039000000000012004b0000107c0000413d00000011010000290000001f0010008c000010940000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b000010a10000c13d0000002003000039000010ad0000013d000000110000006b0000000001000019000010990000613d0000000901000029000000000101043300000011040000290000000302400210000005d40220027f000005d402200167000000000121016f0000000102400210000000000121019f000010bb0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b000010a60000c13d000000110020006c000010b80000813d00000011020000290000000302200210000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000001101000029000000010110021000000001011001bf0000000c02000029000000000012041b00000010010000290000000b01100039000000000201041a000005d10220019700000001022001bf000000000021041b0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000201043b00000010010000290000000c01100039001200000002001d000000000021041b0000000d010000290000000001010433000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000a02000029000000000021041b000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001100000003001d0000000031010434000000000001004b000011040000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b000010fd0000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011020000290000053707200197000000000601043b000000400100043d00000012020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005cb040000410000000a05000029000006f70000013d000000000001042f0000001f03100039000000000023004b00000000040000190000057a040040410000057a052001970000057a03300197000000000653013f000000000053004b00000000030000190000057a030020410000057a0060009c000000000304c019000000000003004b000011440000613d0000000203100367000000000303043b000005750030009c000011440000213d00000020011000390000000004310019000000000024004b000011440000213d0000000002030019000000000001042d0000000001000019000014cf00010430000005d50010009c0000114b0000813d0000006001100039000000400010043f000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf0001043000050000000000020000000007010019000000400600043d000005c60060009c000012cb0000813d0000018008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000032004b000012d10000c13d0000000000480435000000000002004b000500000006001d000400000007001d000011830000613d000200000004001d000300000008001d000000000070043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b00000005060000290000118a0000613d000001a002600039000000000301043b0000000001000019000000040700002900000003080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b0000117b0000413d0000118d0000013d000005d101100197000001a0026000390000000000120435000000000004004b000000200100003900000000010060390000118d0000013d0000000001000019000000040700002900000003080000290000003f01100039000000200500008a000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f00000000018604360000000102700039000000000202041a000000000021043500000040016000390000000202700039000000000202041a000005370220019700000000002104350000000301700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b000011d00000613d000100000004001d000200000009001d000300000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b000000200500008a000011d60000613d000000000201043b0000000001000019000000050600002900000004070000290000000308000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000011c80000413d000011da0000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000011da0000013d00000000010000190000000506000029000000040700002900000003080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f0000006001600039000000000081043500000080016000390000000402700039000000000202041a00000000002104350000000501700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b000012190000613d000100000004001d000300000009001d000200000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000309000029000000000009004b000000200500008a0000121f0000613d000000000201043b0000000001000019000000050600002900000004070000290000000208000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000012110000413d000012230000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000012230000013d00000000010000190000000506000029000000040700002900000002080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000000a00160003900000000008104350000000601700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b0000125e0000613d000100000004001d000200000009001d000300000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b000000200500008a000012640000613d000000000201043b0000000001000019000000050600002900000004070000290000000308000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000012560000413d000012680000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000012680000013d00000000010000190000000506000029000000040700002900000003080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000000c00160003900000000008104350000000701700039000000000101041a000000e00260003900000000001204350000000801700039000000000101041a0000012002600039000000a003100270000000000032043500000537011001970000010002600039000000000012043500000140016000390000000902700039000000000202041a000005340220019700000000002104350000000a01700039000000000201041a000000010320019000000001082002700000007f0880618f0000001f0080008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400700043d0000000004870436000000000003004b000012b30000613d000200000004001d000300000008001d000400000007001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000308000029000000000008004b000000200500008a000012b90000613d000000000201043b00000000010000190000000506000029000000040700002900000002090000290000000003190019000000000402041a000000000043043500000001022000390000002001100039000000000081004b000012ab0000413d000012bc0000013d000005d1012001970000000000140435000000000008004b00000020010000390000000001006039000012bc0000013d0000000001000019000000050600002900000004070000290000003f01100039000000000251016f0000000001720019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000001600160003900000000007104350000000001060019000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf000104300000058201000041000000000010043f0000002201000039000000040010043f0000058301000041000014cf000104300000000001000019000014cf0001043000000000430104340000000001320436000000000003004b000012e50000613d000000000200001900000000051200190000000006240019000000000606043300000000006504350000002002200039000000000032004b000012de0000413d000000000213001900000000000204350000001f02300039000005d2022001970000000001210019000000000001042d000000005301043400000180040000390000000006420436000001800420003900000000730304340000000000340435000001a004200039000000000003004b000012fc0000613d00000000080000190000000009480019000000000a870019000000000a0a04330000000000a904350000002008800039000000000038004b000012f50000413d0000000007430019000000000007043500000000050504330000000000560435000000400510003900000000050504330000053705500197000000400620003900000000005604350000001f05300039000005d20550019700000000044500190000000005240049000000600620003900000060071000390000000007070433000000000056043500000000650704340000000004540436000000000005004b000013190000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000013120000413d0000000006450019000000000006043500000080061000390000000006060433000000800720003900000000006704350000001f05500039000005d2055001970000000004450019000000a00510003900000000050504330000000006240049000000a007200039000000000067043500000000650504340000000004540436000000000005004b000013330000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b0000132c0000413d000000000645001900000000000604350000001f05500039000005d2055001970000000004450019000000c00510003900000000050504330000000006240049000000c007200039000000000067043500000000650504340000000004540436000000000005004b000013490000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000013420000413d00000000064500190000000000060435000000e0061000390000000006060433000000e00720003900000000006704350000010006100039000000000606043300000537066001970000010007200039000000000067043500000120061000390000000006060433000005c70660019700000120072000390000000000670435000001400610003900000000060604330000053406600197000001400720003900000000006704350000001f05500039000005d20550019700000000054500190000000004250049000001600220003900000160011000390000000001010433000000000042043500000000420104340000000001250436000000000002004b000013720000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000025004b0000136b0000413d000000000412001900000000000404350000001f02200039000005d2022001970000000001120019000000000001042d000005790010009c000013930000213d000000430010008c000013930000a13d00000002030003670000000402300370000000000402043b000005750040009c000013930000213d0000002302400039000000000012004b000013930000813d0000000402400039000000000223034f000000000202043b000005750020009c000013930000213d00000024044000390000000005420019000000000015004b000013930000213d0000002401300370000000000301043b000005370030009c000013930000213d0000000001040019000000000001042d0000000001000019000014cf000104300000000004010019000005d60020009c000013c50000813d0000001f01200039000005d2011001970000003f01100039000005d205100197000000400100043d0000000005510019000000000015004b00000000070000390000000107004039000005750050009c000013c50000213d0000000100700190000013c50000c13d000000400050043f00000000052104360000000007420019000000000037004b000013cb0000213d000005d2062001980000001f0720018f00000002044003670000000003650019000013b50000613d000000000804034f0000000009050019000000008a08043c0000000009a90436000000000039004b000013b10000c13d000000000007004b000013c20000613d000000000464034f0000000306700210000000000703043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f000000000043043500000000022500190000000000020435000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf000104300000000001000019000014cf000104300000053401100197000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f0000000100200190000013dd0000613d000000000101043b000000000101041a000000000001042d0000000001000019000014cf00010430000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000005d70100004100000000001b04350000000401b00039000000000900041100000000009104350000004404b00039000000003108043400000000001404350000006404b000390000053702200197000000000001004b000013fb0000613d000000000500001900000000064500190000000007530019000000000707043300000000007604350000002005500039000000000015004b000013f40000413d000000000341001900000000000304350000000003000414000000040020008c000014050000c13d0000000103000031000000200030008c000000200400003900000000040340190000143b0000013d000100000008001d0000001f01100039000005d2011001970000006401100039000005340010009c000005340100804100000060011002100000053400b0009c000005340400004100000000040b40190000004004400210000000000141019f000005340030009c0000053403008041000000c003300210000000000113019f00020000000b001d14cd14c80000040f000000020b000029000000000301001900000060033002700000053403300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000014280000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000014240000c13d000000000006004b000014350000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000014710000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b00000000010000390000000101004039000005750040009c000014530000213d0000000100100190000014530000c13d000000400040043f0000001f0030008c000014510000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000014510000c13d000000000001004b000014590000613d000000000001042d0000000001000019000014cf000104300000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000005d80100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d14cd12d90000040f00000002020000290000000001210049000005340010009c0000053401008041000005340020009c000005340200804100000060011002100000004002200210000000000121019f000014cf000104300000001f0530018f0000053606300198000000400200043d00000000046200190000147c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000014780000c13d000000000005004b000014890000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000005340020009c00000534020080410000004002200210000000000112019f000014cf00010430000000000001042f000005340010009c00000534010080410000004001100210000005340020009c00000534020080410000006002200210000000000112019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f0000000100200190000014a30000613d000000000101043b000000000001042d0000000001000019000014cf0001043000000000050100190000000000200443000000050030008c000014b30000413d000000040100003900000000020000190000000506200210000000000664001900000005066002700000000006060031000000000161043a0000000102200039000000000031004b000014ab0000413d000005340030009c000005340300804100000060013002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f000005d9011001c7000000000205001914cd14c80000040f0000000100200190000014c20000613d000000000101043b000000000001042d000000000001042f000014c6002104210000000102000039000000000001042d0000000002000019000000000001042d000014cb002104230000000102000039000000000001042d0000000002000019000000000001042d000014cd00000432000014ce0001042e000014cf0001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000c0000001000000000000000000932c38e6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000008da5cb5a00000000000000000000000000000000000000000000000000000000ca136b9800000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f63106e300000000000000000000000000000000000000000000000000000000f63106e400000000000000000000000000000000000000000000000000000000fe2b350200000000000000000000000000000000000000000000000000000000ff7bd03d00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f5d3b7b300000000000000000000000000000000000000000000000000000000e2509c7500000000000000000000000000000000000000000000000000000000e2509c7600000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000ca136b9900000000000000000000000000000000000000000000000000000000ca5eb5e100000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000bb0b6a5200000000000000000000000000000000000000000000000000000000bb0b6a5300000000000000000000000000000000000000000000000000000000be3881b400000000000000000000000000000000000000000000000000000000c3e10deb00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b4c2f72700000000000000000000000000000000000000000000000000000000af9e0fd200000000000000000000000000000000000000000000000000000000af9e0fd300000000000000000000000000000000000000000000000000000000b080d71d000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a49e9ea100000000000000000000000000000000000000000000000000000000438653fd00000000000000000000000000000000000000000000000000000000715018a50000000000000000000000000000000000000000000000000000000079edd0ff0000000000000000000000000000000000000000000000000000000079edd100000000000000000000000000000000000000000000000000000000007d25a05e0000000000000000000000000000000000000000000000000000000082413eac00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000004c213448000000000000000000000000000000000000000000000000000000004c213449000000000000000000000000000000000000000000000000000000005e280f1100000000000000000000000000000000000000000000000000000000438653fe00000000000000000000000000000000000000000000000000000000485cc9550000000000000000000000000000000000000000000000000000000017442b6f000000000000000000000000000000000000000000000000000000003400288a000000000000000000000000000000000000000000000000000000003400288b000000000000000000000000000000000000000000000000000000003aed7f310000000000000000000000000000000000000000000000000000000017442b7000000000000000000000000000000000000000000000000000000000282071410000000000000000000000000000000000000000000000000000000013137d640000000000000000000000000000000000000000000000000000000013137d6500000000000000000000000000000000000000000000000000000000170338c800000000000000000000000000000000000000000000000000000000050d8986000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000020000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffff7f0200000000000000000000000000000000000000000000a00000000000000000b0772d0b000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00200000000000000000000000000000000000040000000000000000000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5d00fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5cff796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000003fffffffffffffffe04e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf000000000000000000000000000000000000000000000000fffffffffffffd7f0200000000000000000000000000000000000000000002a00000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e02000002000000000000000000000000000000440000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000ca5eb5e10000000000000000000000000000000000000000000000000000000073657452656d6f746544656c61792875696e7432353629000000000000000000000000000000000000000000000000000000000000000000000000000002a2ff545f991300000000000000000000000000000000000000000000000000000000a1c2964049f672e1cba842d393f777ed468b9846eb7de186d7e73665a326b301bb45c33d000000000000000000000000000000000000000000000000000000000a4273908b9362e571cacd5610879e3dfd7ddc7c9b3ce1d7ea7ea8b4186911647365745269736b506172616d65746572436f6e66696728737472696e672c616464726573732c75696e74323536290000000000000000000000000000000000000064280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9fffffffffffffffffffffffffffffffffffffff400000000000000000000000002cbea64d1a2ece216f5461b535881b82196130c6a988a9d3b323bd6d5cfe608ef6ea4e060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000008000000000000000006196e5a30000000000000000000000000000000000000000000000000000000053f7a6ee00000000000000000000000000000000000000000000000000000000bf6378390000000000000000000000000000000000000000000000000000000027f52b13359f1687e1c3c6179b59fd5f217e9f580e76053c074a51d65de2dac7c2a16f140000000000000000000000000000000000000000000000000000000005f5f49800000000000000000000000000000000000000000000000000000000dea2a21200000000000000000000000000000000000000000000000000000000341f61ec000000000000000000000000000000000000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e096c553eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0b5863604000000000000000000000000000000000000000000000000000000006472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069736574436f6e66696741637469766528737472696e672c626f6f6c290000000001e852dc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9ffdffffffffffffffffffffffffffffffffffffa0000000000000000000000000cba816b2fc5cd49700523a79b6e6c7dda19292fbb932cca77f7bccb1e500479280919d7b0000000000000000000000000000000000000000000000000000000073657457686974656c69737465644578656375746f7228616464726573732c626f6f6c29000000000000000000000000000000000000000000000000000000008eee990d0000000000000000000000000000000000000000000000000000000010c0e7519c24c8e42dbd4d2405e9976e893c51df86614145b2758289f197ec3b8579befe0000000000000000000000000000000000000000000000000000000072ab1bc1039b79dc4724ffca13de82c96834302d3c7e0d4252232d4b2dd8f900238399d427b947898edb290f5ff0f9109849b1c3ba196a42e35f00c50a54b98b0000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004000000080000000000000000091ac5e4f00000000000000000000000000000000000000000000000000000000c26bebcc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000000000000000fffffffffffffe800000000000000000000000000000000000000000ffffffffffffffffffffffff6f2b8853cd821aee89a0dc78a586658bcbd9c930d3d25be1de720fa0346bd73ba5cf028a8d57c7fae7982ac3692bb4bdf11ddcca7c93493242a00f4957a5ebb7ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000d5a7f72731c4bc3d3a2da54b4c53b429270f8d7f8c5b053d9ee98e072f875840f6ff4fb7000000000000000000000000000000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000000000000000000000000000000000000000000000000000000000000002a300ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffa0000000000000000000000000000000000000000000000001000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  "devdoc": {
    "author": "Venus",
    "custom:security-contact": "https://github.com/VenusProtocol/governance-contracts#discussion",
    "events": {
      "Initialized(uint8)": {
        "details": "Triggered when the contract has been initialized or reinitialized."
      }
    },
    "kind": "dev",
    "methods": {
      "acceptOwnership()": {
        "details": "The new owner accepts the ownership transfer."
      },
      "allowInitializePath((uint32,bytes32,uint64))": {
        "details": "This indicates to the endpoint that the OApp has enabled msgs for this particular path to be received.This defaults to assuming if a peer has been set, its initialized. Can be overridden by the OApp if there is other logic to determine this.",
        "params": {
          "origin": "The origin information containing the source endpoint and sender address."
        },
        "returns": {
          "_0": "Whether the path has been initialized."
        }
      },
      "constructor": {
        "custom:oz-upgrades-unsafe-allow": "constructor",
        "params": {
          "endpoint_": "Local LayerZero endpoint on this chain",
          "layerZeroEid_": "LayerZero endpoint ID for this destination chain"
        }
      },
      "executeUpdate(uint256)": {
        "custom:access": "Only whitelisted executors can execute updates",
        "custom:error": "NotAnExecutor if the caller is not a whitelisted executorConfigNotActive if the configuration for the update type is not activeUpdateNotFound if the update is not pending for the given (updateType, market)UpdateNotUnlocked if the remote delay has not elapsedUpdateIsExpired if the bridged update has expired on the destinationUpdateTooFrequent if the debounce period has not passed since the last execution",
        "custom:event": "Emits RemoteUpdateExecuted with the executed update ID",
        "params": {
          "updateId": "The bridged update ID to execute"
        }
      },
      "getExecutableUpdates(string,address)": {
        "params": {
          "comptroller": "The address of the Isolated Pools Comptroller that manages the markets",
          "updateType": "The human‑readable identifier of the update type to filter by"
        },
        "returns": {
          "executableUpdates": "Array of update IDs that are ready to be executed"
        }
      },
      "getLastExecutedAt(string,address)": {
        "params": {
          "market": "The address of the market",
          "updateType": "The human-readable identifier of the update type"
        },
        "returns": {
          "_0": "The last executed timestamp"
        }
      },
      "getRegisteredUpdate(string,address)": {
        "params": {
          "market": "The address of the market",
          "updateType": "The human-readable identifier of the update type"
        },
        "returns": {
          "_0": "The registered update"
        }
      },
      "getRiskParameterConfig(string)": {
        "params": {
          "updateType": "The human-readable identifier of the update type"
        },
        "returns": {
          "_0": "The risk parameter configuration"
        }
      },
      "initialize(address,address)": {
        "params": {
          "accessControlManager_": "The address of the access control manager",
          "delegate_": "The owner (and LayerZero delegate) of this contract"
        }
      },
      "isComposeMsgSender((uint32,bytes32,uint64),bytes,address)": {
        "details": "_origin The origin information containing the source endpoint and sender address.  - srcEid: The source chain endpoint ID.  - sender: The sender address on the src chain.  - nonce: The nonce of the message._message The lzReceive payload.Applications can optionally choose to implement separate composeMsg senders that are NOT the bridging layer.The default sender IS the OAppReceiver implementer.",
        "params": {
          "_sender": "The sender address."
        },
        "returns": {
          "_0": "isSender Is a valid sender."
        }
      },
      "lzReceive((uint32,bytes32,uint64),bytes32,bytes,address,bytes)": {
        "details": "Entry point for receiving messages or packets from the endpoint.Entry point for receiving msg/packet from the LayerZero endpoint.",
        "params": {
          "_executor": "The address of the executor for the received message.",
          "_extraData": "Additional arbitrary data provided by the corresponding executor.",
          "_guid": "The unique identifier for the received LayerZero message.",
          "_message": "The payload of the received message.",
          "_origin": "The origin information containing the source endpoint and sender address.  - srcEid: The source chain endpoint ID.  - sender: The sender address on the src chain.  - nonce: The nonce of the message."
        }
      },
      "nextNonce(uint32,bytes32)": {
        "details": "_srcEid The source endpoint ID._sender The sender address.The path nonce starts from 1. If 0 is returned it means that there is NO nonce ordered enforcement.Is required by the off-chain executor to determine the OApp expects msg execution is ordered.This is also enforced by the OApp.By default this is NOT enabled. ie. nextNonce is hardcoded to return 0.",
        "returns": {
          "nonce": "The next nonce."
        }
      },
      "oAppVersion()": {
        "details": "Providing 0 as the default for OAppSender version. Indicates that the OAppSender is not implemented. ie. this is a RECEIVE only OApp.If the OApp uses both OAppSender and OAppReceiver, then this needs to be override returning the correct versions.",
        "returns": {
          "receiverVersion": "The version of the OAppReceiver.sol contract.",
          "senderVersion": "The version of the OAppSender.sol contract."
        }
      },
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "peers(uint32)": {
        "params": {
          "_eid": "The endpoint ID."
        },
        "returns": {
          "_0": "peer The address of the peer associated with the specified endpoint."
        }
      },
      "pendingOwner()": {
        "details": "Returns the address of the pending owner."
      },
      "rejectUpdate(uint256)": {
        "custom:access": "Only whitelisted executors can reject updates",
        "custom:error": "NotAnExecutor if the caller is not a whitelisted executorUpdateNotFound if there is no pending update with the given ID",
        "custom:event": "Emits UpdateRejected with the rejected update ID",
        "params": {
          "updateId": "The oracle update ID of the update to reject"
        }
      },
      "renounceOwnership()": {
        "custom:error": "Throws RenounceOwnershipNotAllowed"
      },
      "setAccessControlManager(address)": {
        "custom:access": "Only Governance",
        "custom:event": "Emits NewAccessControlManager event",
        "details": "Admin function to set address of AccessControlManager",
        "params": {
          "accessControlManager_": "The new address of the AccessControlManager"
        }
      },
      "setConfigActive(string,bool)": {
        "custom:access": "Controlled by AccessControlManager",
        "custom:error": "Throws UnsupportedUpdateType if the update type is not supportedThrows ConfigStatusUnchanged if the active status is already set to the desired value",
        "custom:event": "Emits ConfigActiveUpdated with the update type hash, update type, previous active status, and the active status",
        "params": {
          "active": "The active status to set",
          "updateType": "The type of update to configure"
        }
      },
      "setDelegate(address)": {
        "details": "Only the owner/admin of the OApp can call this function.Provides the ability for a delegate to set configs, on behalf of the OApp, directly on the Endpoint contract.",
        "params": {
          "_delegate": "The address of the delegate to be set."
        }
      },
      "setPeer(uint32,bytes32)": {
        "details": "Only the owner/admin of the OApp can call this function.Indicates that the peer is trusted to send LayerZero messages to this OApp.Set this to bytes32(0) to remove the peer address.Peer is a bytes32 to accommodate non-evm chains.",
        "params": {
          "_eid": "The endpoint ID.",
          "_peer": "The address of the peer to be associated with the corresponding endpoint."
        }
      },
      "setRemoteDelay(uint256)": {
        "custom:access": "Controlled by AccessControlManager",
        "custom:error": "InvalidRemoteDelay if the delay is 0 or greater than or equal to the remote update expiration timeRemoteDelayUnchanged if the new delay is equal to the current delay",
        "custom:event": "Emits RemoteDelaySet with the new remote delay value",
        "params": {
          "newRemoteDelay": "The new remote delay in seconds"
        }
      },
      "setRiskParameterConfig(string,address,uint256)": {
        "custom:access": "Controlled by AccessControlManager",
        "custom:error": "InvalidUpdateType if the update type string is emptyInvalidDebounce if the debounce is 0",
        "custom:event": "Emits RiskParameterConfigUpdated",
        "params": {
          "debounce": "The debounce period for updates of this type on the destination (anti‑DoS)",
          "riskSteward": "The address for the risk steward contract responsible for processing the update",
          "updateType": "The type of update to configure (e.g., \"supplyCap\", \"borrowCap\")"
        }
      },
      "setWhitelistedExecutor(address,bool)": {
        "custom:access": "Controlled by AccessControlManager",
        "custom:error": "Throws ZeroAddressNotAllowed if the executor address is zeroThrows ExecutorStatusUnchanged if the executor whitelist status is already set to the desired value",
        "custom:event": "Emits ExecutorStatusUpdated with the executor address, previous approval status, and new approval status",
        "params": {
          "approved": "The whitelist status to set (true to whitelist, false to remove)",
          "executor": "The address of the executor"
        }
      },
      "transferOwnership(address)": {
        "details": "Overrides OwnableUpgradeable and Ownable2StepUpgradeable to resolve      the multiple inheritance ownership transfer conflict."
      }
    },
    "stateVariables": {
      "__gap": {
        "details": "This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"
      }
    },
    "title": "DestinationStewardReceiver",
    "version": 1
  },
  "userdoc": {
    "errors": {
      "ConfigNotActive()": [
        {
          "notice": "Thrown when config for an update type is not active or not configured"
        }
      ],
      "ConfigStatusUnchanged()": [
        {
          "notice": "Thrown when trying to set the same config active status"
        }
      ],
      "ExecutorStatusUnchanged()": [
        {
          "notice": "Thrown when trying to set the same executor whitelist status"
        }
      ],
      "InvalidDebounce()": [
        {
          "notice": "Thrown when a debounce value of 0 is set"
        }
      ],
      "InvalidLayerZeroEid()": [
        {
          "notice": "Thrown when an invalid LayerZero endpoint ID is provided"
        }
      ],
      "InvalidRemoteDelay()": [
        {
          "notice": "Thrown when an invalid remote delay is provided"
        }
      ],
      "InvalidUpdateType()": [
        {
          "notice": "Thrown when an empty update type string is provided"
        }
      ],
      "NotAnExecutor()": [
        {
          "notice": "Thrown when an address is not a whitelisted executor"
        }
      ],
      "RemoteDelayUnchanged()": [
        {
          "notice": "Thrown when trying to set the same remote delay value"
        }
      ],
      "RenounceOwnershipNotAllowed()": [
        {
          "notice": "Thrown when trying to renounce ownership"
        }
      ],
      "Unauthorized(address,address,string)": [
        {
          "notice": "Thrown when the action is prohibited by AccessControlManager"
        }
      ],
      "UnsupportedUpdateType()": [
        {
          "notice": "Thrown when an update type is not supported"
        }
      ],
      "UpdateIsExpired()": [
        {
          "notice": "Thrown when a bridged update has expired on the destination"
        }
      ],
      "UpdateNotFound()": [
        {
          "notice": "Thrown when trying to operate on an update that was never registered"
        }
      ],
      "UpdateNotUnlocked()": [
        {
          "notice": "Thrown when trying to execute an update before its unlock time"
        }
      ],
      "UpdateTooFrequent()": [
        {
          "notice": "Thrown when the debounce period hasn't passed for applying an update to a specific market / update type"
        }
      ],
      "ZeroAddressNotAllowed()": [
        {
          "notice": "Thrown if the supplied address is a zero address where it is not allowed"
        }
      ]
    },
    "events": {
      "ConfigActiveUpdated(bytes32,string,bool,bool)": {
        "notice": "Emitted when a risk parameter config active status is updated"
      },
      "DuplicateUpdateReceived(uint256,uint256,string,address)": {
        "notice": "Emitted when a duplicate bridged update (same updateId) is received."
      },
      "ExecutorStatusUpdated(address,bool,bool)": {
        "notice": "Emitted when an executor status is set on the destination"
      },
      "NewAccessControlManager(address,address)": {
        "notice": "Emitted when access control manager contract address is changed"
      },
      "RegisteredPendingUpdateExist(uint256,uint256,string,address)": {
        "notice": "Emitted when a new bridged update arrives but a pending update is already registered for the same (updateType, market)."
      },
      "RemoteDelaySet(uint256)": {
        "notice": "Emitted when the remote delay is set in the constructor"
      },
      "RemoteUpdateExecuted(uint256)": {
        "notice": "Emitted when a bridged update is executed on the destination"
      },
      "RemoteUpdateRegistered(uint256,uint256,string,address)": {
        "notice": "Emitted when a bridged update is registered on the destination"
      },
      "RiskParameterConfigUpdated(bytes32,string,address,address,uint256,uint256,bool,bool)": {
        "notice": "Emitted when a risk parameter config is updated for an update type"
      },
      "UpdateRejected(uint256)": {
        "notice": "Emitted when an update is rejected on the destination"
      }
    },
    "kind": "user",
    "methods": {
      "LAYER_ZERO_EID()": {
        "notice": "Destination chain LayerZero endpoint ID"
      },
      "REMOTE_UPDATE_EXPIRATION_TIME()": {
        "notice": "Time before a bridged update is considered stale on the destination chain"
      },
      "accessControlManager()": {
        "notice": "Returns the address of the access control manager contract"
      },
      "allowInitializePath((uint32,bytes32,uint64))": {
        "notice": "Checks if the path initialization is allowed based on the provided origin."
      },
      "constructor": {
        "notice": "Disables initializers and sets immutable values."
      },
      "endpoint()": {
        "notice": "Retrieves the LayerZero endpoint associated with the OApp."
      },
      "executeUpdate(uint256)": {
        "notice": "Executes a bridged update after its remote delay has passed."
      },
      "getExecutableUpdates(string,address)": {
        "notice": "Returns executable updates for a given update type and comptroller."
      },
      "getLastExecutedAt(string,address)": {
        "notice": "Returns the last executed timestamp for a given update type and market"
      },
      "getRegisteredUpdate(string,address)": {
        "notice": "Returns the registered update for a given update type and market"
      },
      "getRiskParameterConfig(string)": {
        "notice": "Returns the risk parameter configuration for a given update type"
      },
      "initialize(address,address)": {
        "notice": "Initializes the contract with the Access Control Manager and owner."
      },
      "isComposeMsgSender((uint32,bytes32,uint64),bytes,address)": {
        "notice": "Indicates whether an address is an approved composeMsg sender to the Endpoint."
      },
      "lastExecutedAt(bytes32,address)": {
        "notice": "Track last executed update timestamp per (updateType, market)"
      },
      "lastRegisteredUpdateId(bytes32,address)": {
        "notice": "Mapping from (updateType, market) to currently registered remote update ID"
      },
      "nextNonce(uint32,bytes32)": {
        "notice": "Retrieves the next nonce for a given source endpoint and sender address."
      },
      "oAppVersion()": {
        "notice": "Retrieves the OApp version information."
      },
      "peers(uint32)": {
        "notice": "Returns the peer address (OApp instance) associated with a specific endpoint."
      },
      "rejectUpdate(uint256)": {
        "notice": "Rejects a registered remote update on the destination chain."
      },
      "remoteDelay()": {
        "notice": "Delay before a bridged update can be executed on the destination chain"
      },
      "renounceOwnership()": {
        "notice": "Disables renounceOwnership function"
      },
      "riskParameterConfigs(bytes32)": {
        "notice": "Mapping of supported risk configurations per update type (hashed updateType string)"
      },
      "setAccessControlManager(address)": {
        "notice": "Sets the address of AccessControlManager"
      },
      "setConfigActive(string,bool)": {
        "notice": "Sets the active status of a risk parameter config"
      },
      "setDelegate(address)": {
        "notice": "Sets the delegate address for the OApp."
      },
      "setPeer(uint32,bytes32)": {
        "notice": "Sets the peer address (OApp instance) for a corresponding endpoint."
      },
      "setRemoteDelay(uint256)": {
        "notice": "Sets the remote delay before bridged updates can be executed on the destination chain."
      },
      "setRiskParameterConfig(string,address,uint256)": {
        "notice": "Sets the risk parameter config for a given update type on the destination chain."
      },
      "setWhitelistedExecutor(address,bool)": {
        "notice": "Sets the whitelist status of an executor on the destination chain."
      },
      "updates(uint256)": {
        "notice": "Master storage of all bridged updates by update ID"
      },
      "whitelistedExecutors(address)": {
        "notice": "Mapping from executor address to whitelist status"
      }
    },
    "notice": "Destination‑chain contract that receives bridged updates from `RiskStewardReceiver` via LayerZero,         enforces a fixed remote delay, and then executes the updates on the configured `IRiskSteward` contracts.",
    "version": 1
  },
  "storageLayout": {
    "storage": [
      {
        "astId": 3140,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "_initialized",
        "offset": 0,
        "slot": "0",
        "type": "t_uint8"
      },
      {
        "astId": 3143,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "_initializing",
        "offset": 1,
        "slot": "0",
        "type": "t_bool"
      },
      {
        "astId": 3627,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "__gap",
        "offset": 0,
        "slot": "1",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 3012,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "_owner",
        "offset": 0,
        "slot": "51",
        "type": "t_address"
      },
      {
        "astId": 3132,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "__gap",
        "offset": 0,
        "slot": "52",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 2921,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "_pendingOwner",
        "offset": 0,
        "slot": "101",
        "type": "t_address"
      },
      {
        "astId": 3000,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "__gap",
        "offset": 0,
        "slot": "102",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 6194,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "_accessControlManager",
        "offset": 0,
        "slot": "151",
        "type": "t_contract(IAccessControlManagerV8)6379"
      },
      {
        "astId": 6199,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "__gap",
        "offset": 0,
        "slot": "152",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 6949,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "remoteDelay",
        "offset": 0,
        "slot": "201",
        "type": "t_uint256"
      },
      {
        "astId": 6955,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "riskParameterConfigs",
        "offset": 0,
        "slot": "202",
        "type": "t_mapping(t_bytes32,t_struct(RiskParamConfig)8253_storage)"
      },
      {
        "astId": 6961,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "updates",
        "offset": 0,
        "slot": "203",
        "type": "t_mapping(t_uint256,t_struct(DestinationUpdate)8265_storage)"
      },
      {
        "astId": 6968,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "lastRegisteredUpdateId",
        "offset": 0,
        "slot": "204",
        "type": "t_mapping(t_bytes32,t_mapping(t_address,t_uint256))"
      },
      {
        "astId": 6975,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "lastExecutedAt",
        "offset": 0,
        "slot": "205",
        "type": "t_mapping(t_bytes32,t_mapping(t_address,t_uint256))"
      },
      {
        "astId": 6980,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "whitelistedExecutors",
        "offset": 0,
        "slot": "206",
        "type": "t_mapping(t_address,t_bool)"
      },
      {
        "astId": 6985,
        "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
        "label": "__gap",
        "offset": 0,
        "slot": "207",
        "type": "t_array(t_uint256)44_storage"
      }
    ],
    "types": {
      "t_address": {
        "encoding": "inplace",
        "label": "address",
        "numberOfBytes": "20"
      },
      "t_array(t_uint256)44_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[44]",
        "numberOfBytes": "1408"
      },
      "t_array(t_uint256)49_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[49]",
        "numberOfBytes": "1568"
      },
      "t_array(t_uint256)50_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[50]",
        "numberOfBytes": "1600"
      },
      "t_bool": {
        "encoding": "inplace",
        "label": "bool",
        "numberOfBytes": "1"
      },
      "t_bytes32": {
        "encoding": "inplace",
        "label": "bytes32",
        "numberOfBytes": "32"
      },
      "t_bytes_storage": {
        "encoding": "bytes",
        "label": "bytes",
        "numberOfBytes": "32"
      },
      "t_contract(IAccessControlManagerV8)6379": {
        "encoding": "inplace",
        "label": "contract IAccessControlManagerV8",
        "numberOfBytes": "20"
      },
      "t_enum(UpdateStatus)8245": {
        "encoding": "inplace",
        "label": "enum IDestinationStewardReceiver.UpdateStatus",
        "numberOfBytes": "1"
      },
      "t_mapping(t_address,t_bool)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => bool)",
        "numberOfBytes": "32",
        "value": "t_bool"
      },
      "t_mapping(t_address,t_uint256)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => uint256)",
        "numberOfBytes": "32",
        "value": "t_uint256"
      },
      "t_mapping(t_bytes32,t_mapping(t_address,t_uint256))": {
        "encoding": "mapping",
        "key": "t_bytes32",
        "label": "mapping(bytes32 => mapping(address => uint256))",
        "numberOfBytes": "32",
        "value": "t_mapping(t_address,t_uint256)"
      },
      "t_mapping(t_bytes32,t_struct(RiskParamConfig)8253_storage)": {
        "encoding": "mapping",
        "key": "t_bytes32",
        "label": "mapping(bytes32 => struct IDestinationStewardReceiver.RiskParamConfig)",
        "numberOfBytes": "32",
        "value": "t_struct(RiskParamConfig)8253_storage"
      },
      "t_mapping(t_uint256,t_struct(DestinationUpdate)8265_storage)": {
        "encoding": "mapping",
        "key": "t_uint256",
        "label": "mapping(uint256 => struct IDestinationStewardReceiver.DestinationUpdate)",
        "numberOfBytes": "32",
        "value": "t_struct(DestinationUpdate)8265_storage"
      },
      "t_string_storage": {
        "encoding": "bytes",
        "label": "string",
        "numberOfBytes": "32"
      },
      "t_struct(DestinationUpdate)8265_storage": {
        "encoding": "inplace",
        "label": "struct IDestinationStewardReceiver.DestinationUpdate",
        "members": [
          {
            "astId": 8257,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "update",
            "offset": 0,
            "slot": "0",
            "type": "t_struct(RiskParameterUpdate)8501_storage"
          },
          {
            "astId": 8260,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "status",
            "offset": 0,
            "slot": "11",
            "type": "t_enum(UpdateStatus)8245"
          },
          {
            "astId": 8262,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "arrivalTime",
            "offset": 0,
            "slot": "12",
            "type": "t_uint256"
          },
          {
            "astId": 8264,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "executor",
            "offset": 0,
            "slot": "13",
            "type": "t_address"
          }
        ],
        "numberOfBytes": "448"
      },
      "t_struct(RiskParamConfig)8253_storage": {
        "encoding": "inplace",
        "label": "struct IDestinationStewardReceiver.RiskParamConfig",
        "members": [
          {
            "astId": 8248,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "active",
            "offset": 0,
            "slot": "0",
            "type": "t_bool"
          },
          {
            "astId": 8250,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "debounce",
            "offset": 0,
            "slot": "1",
            "type": "t_uint256"
          },
          {
            "astId": 8252,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "riskSteward",
            "offset": 0,
            "slot": "2",
            "type": "t_address"
          }
        ],
        "numberOfBytes": "96"
      },
      "t_struct(RiskParameterUpdate)8501_storage": {
        "encoding": "inplace",
        "label": "struct RiskParameterUpdate",
        "members": [
          {
            "astId": 8478,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "referenceId",
            "offset": 0,
            "slot": "0",
            "type": "t_string_storage"
          },
          {
            "astId": 8480,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "updateId",
            "offset": 0,
            "slot": "1",
            "type": "t_uint256"
          },
          {
            "astId": 8482,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "market",
            "offset": 0,
            "slot": "2",
            "type": "t_address"
          },
          {
            "astId": 8484,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "updateType",
            "offset": 0,
            "slot": "3",
            "type": "t_string_storage"
          },
          {
            "astId": 8486,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "updateTypeKey",
            "offset": 0,
            "slot": "4",
            "type": "t_bytes32"
          },
          {
            "astId": 8488,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "newValue",
            "offset": 0,
            "slot": "5",
            "type": "t_bytes_storage"
          },
          {
            "astId": 8490,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "previousValue",
            "offset": 0,
            "slot": "6",
            "type": "t_bytes_storage"
          },
          {
            "astId": 8492,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "timestamp",
            "offset": 0,
            "slot": "7",
            "type": "t_uint256"
          },
          {
            "astId": 8494,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "publisher",
            "offset": 0,
            "slot": "8",
            "type": "t_address"
          },
          {
            "astId": 8496,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "poolId",
            "offset": 20,
            "slot": "8",
            "type": "t_uint96"
          },
          {
            "astId": 8498,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "destLzEid",
            "offset": 0,
            "slot": "9",
            "type": "t_uint32"
          },
          {
            "astId": 8500,
            "contract": "contracts/RiskSteward/DestinationStewardReceiver.sol:DestinationStewardReceiver",
            "label": "additionalData",
            "offset": 0,
            "slot": "10",
            "type": "t_bytes_storage"
          }
        ],
        "numberOfBytes": "352"
      },
      "t_uint256": {
        "encoding": "inplace",
        "label": "uint256",
        "numberOfBytes": "32"
      },
      "t_uint32": {
        "encoding": "inplace",
        "label": "uint32",
        "numberOfBytes": "4"
      },
      "t_uint8": {
        "encoding": "inplace",
        "label": "uint8",
        "numberOfBytes": "1"
      },
      "t_uint96": {
        "encoding": "inplace",
        "label": "uint96",
        "numberOfBytes": "12"
      }
    }
  },
  "factoryDeps": [
    "0x0004000000000002001800000000000200000000030100190000006004300270000005340340019700030000003103550002000000010355000005340040019d0000000100200190000000580000c13d0000008002000039000000400020043f000000040030008c0000007e0000413d000000000201043b000000e002200270000005410020009c000000800000a13d000005420020009c000000ac0000213d0000054f0020009c000001100000a13d000005500020009c0000025b0000a13d000005510020009c000005d80000613d000005520020009c000004f90000613d000005530020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d0000000001000411000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000ff00100190000006280000613d0000001201000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b01100039000000000201041a000000ff0320018f000000030030008c0000028a0000213d000000010030008c000007330000c13d000005d10220019700000003022001bf000000000021041b0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d0200003900000002030000390000059404000041000003fa0000013d0000000002000416000000000002004b0000007e0000c13d0000001f023000390000053502200197000000c002200039000000400020043f0000001f0430018f0000053605300198000000c002500039000000690000613d000000c006000039000000000701034f000000007807043c0000000006860436000000000026004b000000650000c13d000000000004004b000000760000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000400030008c0000007e0000413d000000c00100043d000005370010009c0000007e0000213d000000e00300043d000005340030009c000000ec0000a13d0000000001000019000014cf000104300000055b0020009c000000c70000a13d0000055c0020009c0000017c0000a13d0000055d0020009c000003600000a13d0000055e0020009c0000060f0000613d0000055f0020009c0000052f0000613d000005600020009c0000007e0000c13d000000a40030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000006402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d0000000404200039000000000441034f000000000404043b000005750040009c0000007e0000213d00000000024200190000002402200039000000000032004b0000007e0000213d0000008401100370000000000101043b000005370010009c0000007e0000213d0000000002000410000000000021004b00000000010000390000000101006039000000800010043f0000057401000041000014ce0001042e000005430020009c000001250000a13d000005440020009c000002900000a13d000005450020009c000005e90000613d000005460020009c000005120000613d000005470020009c0000007e0000c13d000000640030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d14cd13cd0000040f00000024020000390000000202200367000000000202043b000000000021004b00000000010000390000000101006039000005e20000013d000005680020009c000001ac0000213d0000056e0020009c0000037e0000213d000005710020009c0000053b0000613d000005720020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005370010009c0000007e0000213d0000003302000039000000000202041a00000537022001970000000003000411000000000032004b000006300000c13d000000000001004b000006e70000c13d0000053a01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000005b101000041000000c40010043f000005b001000041000000e40010043f000005a701000041000014cf000104300000053702100197000000800020043f000000000100041a0000ff0000100190000001f50000c13d001200000002001d000000ff0210018f000000ff0020008c0000010b0000613d000000ff011001bf000000000010041b000000ff01000039000000400200043d0000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d02000039001100000003001d00000001030000390000053d0400004114cd14c30000040f000000110300002900000001002001900000007e0000613d000000120000006b0000062b0000c13d000000400100043d000005be02000041000006460000013d000005560020009c000002090000213d000005590020009c000003fc0000613d0000055a0020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000002402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000000401100370000000000101043b000000000010043f000000cc01000039000003900000013d0000054a0020009c000002400000213d0000054d0020009c000004010000613d0000054e0020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d000005370010009c0000007e0000213d0000003301000039000000000101041a00000537011001970000000002000411000000000021004b000006300000c13d0000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000058c0200004100000000002004430000053701100197001100000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400400043d0000058e01000041000000000014043500000004014000390000001202000029000000000021043500000000010004140000001102000029000000040020008c000001770000613d000005340040009c000005340300004100000000030440190000004003300210000005340010009c0000053401008041000000c001100210000000000131019f00000583011001c7001200000004001d14cd14c30000040f000000120400002900000000030100190000006003300270000105340030019d000300000001035500000001002001900000078f0000613d000005750040009c000006090000213d000000400040043f0000000001000019000014ce0001042e000005630020009c000002490000213d000005660020009c0000043f0000613d000005670020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000002401100370000000000101043b001100000001001d000005370010009c0000007e0000213d0000000003000415000000180330008a0000000503300210000000000200041a0000ff0001200190000006a10000c13d0000000003000415000000170330008a0000000503300210000000ff00200190000006a10000c13d000005ad0120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000006c40000c13d000000400100043d0000006402100039000005b20300004100000000003204350000004402100039000005b303000041000000000032043500000024021000390000002b03000039000001fe0000013d000005690020009c0000039b0000213d0000056c0020009c000005420000613d0000056d0020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005750010009c0000007e0000213d0000000401100039000000000203001914cd112c0000040f001200000001001d001100000002001d000000400100043d001000000001001d14cd11460000040f00000010020000290000004001200039000000000001043500000020012000390000000000010435000000000002043500000000030000310000001201000029000000110200002914cd13950000040f000000001201043414cd14900000040f000000000010043f000000ca01000039000000200010043f0000004002000039000000000100001914cd14900000040f001200000001001d000000400100043d001100000001001d14cd11460000040f0000001204000029000000000104041a000000ff001001900000000001000039000000010100c039000000110500002900000000021504360000000103400039000000000303041a000000000032043500000040035000390000000204400039000000000404041a00000537044001970000000000430435000000400400043d0000000001140436000000000202043300000000002104350000000001030433000005370110019700000040024000390000000000120435000005340040009c00000534040080410000004001400210000005c1011001c7000014ce0001042e000000400100043d0000006402100039000005380300004100000000003204350000004402100039000005390300004100000000003204350000002402100039000000270300003900000000003204350000053a020000410000000000210435000000040210003900000020030000390000000000320435000005340010009c000005340100804100000040011002100000053b011001c7000014cf00010430000005570020009c0000041c0000613d000005580020009c0000007e0000c13d000000640030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000001202200029001000240020003d000000100030006b0000007e0000213d0000002402100370000000000202043b000f00000002001d000005370020009c0000007e0000213d0000004401100370000000000101043b000e00000001001d000000e001000039000000400010043f0000002e01000039000000800010043f0000059501000041000000a00010043f0000059601000041000000c00010043f000000800100003914cd13df0000040f0000000f0000006b0000010d0000613d000000400100043d0000001202000029000000010220008a000000400020008c0000076f0000813d0000000e0000006b0000079c0000c13d0000059b02000041000006460000013d0000054b0020009c000004370000613d0000054c0020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000006501000039000004d70000013d000005640020009c000004c20000613d000005650020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000000001000412001400000001001d001300000000003d000080050100003900000044030000390000000004000415000000140440008a00000005044002100000058a0200004114cd14a50000040f000004d80000013d000005540020009c000004d30000613d000005550020009c0000007e0000c13d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001200000001001d14cd11510000040f00000012030000290000000c02300039000000000202041a001000000002001d0000000d02300039000000000202041a000e00000002001d0000000b02300039000000000202041a001200000002001d000000400200043d00000080030000390000000003320436000f00000003001d001100000002001d000000800220003914cd12eb0000040f0000001202000029000000ff0220018f000000030020008c000006670000a13d0000058201000041000000000010043f0000002101000039000000040010043f0000058301000041000014cf00010430000005480020009c000004dc0000613d000005490020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000502043b000005750050009c0000007e0000213d0000002302500039000000000032004b0000007e0000813d0000000404500039000000000241034f000000000202043b000005750020009c0000007e0000213d00000000052500190000002405500039000000000035004b0000007e0000213d0000002403100370000000000303043b001200000003001d000005370030009c0000007e0000213d0000028003000039000000400030043f0000001f05200039000005d2055001970000003f05500039000005d2055001970000006006000039000001000060043f000001200000043f000001400000043f000001600060043f000001800000043f000001a00060043f000001c00060043f000001e00000043f000002000000043f000002200000043f000002400000043f000002600060043f0000010006000039000000800060043f000000a00000043f000000c00000043f000000e00000043f000005850050009c000006090000213d0000028005500039000000400050043f0000002004400039000000000441034f000002800020043f000005d2032001980000001f0520018f000002a001300039000002d70000613d000002a006000039000000000704034f000000007807043c0000000006860436000000000016004b000002d30000c13d000000000005004b000002e40000613d000000000334034f0000000304500210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000002a0012000390000000000010435000002800100043d000005340010009c000005340100804100000060011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000586011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000001202000029000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d001200000001001d000005760010009c000006090000213d00000012010000290000008001100039000000400010043f000000110100002914cd11510000040f0000001202000029000000000212043600000011010000290000000b01100039000000000101041a000000ff0110018f000000030010008c0000028a0000213d001000000002001d000000000012043500000011020000290000000c01200039000000000101041a00000012030000290000004004300039000f00000004001d00000000001404350000000d01200039000000000101041a00000537011001970000006002300039001100000002001d00000000001204350000002001000039000000400400043d0000000002140436000000000103043300000080030000390000000000320435001200000004001d000000a00240003914cd12eb0000040f00000010020000290000000002020433000000030020008c0000028a0000213d0000001204000029000000400340003900000000002304350000000f02000029000000000202043300000060034000390000000000230435000000110200002900000000020204330000053702200197000000800340003900000000002304350000000001410049000005340010009c00000534010080410000006001100210000005340040009c00000534040080410000004002400210000000000121019f000014ce0001042e000005610020009c000005280000613d000005620020009c0000007e0000c13d0000000001000416000000000001004b0000007e0000c13d0000006501000039000000000201041a00000537032001970000000006000411000000000063004b0000064c0000c13d0000058702200197000000000021041b0000003301000039000000000201041a0000058703200197000000000363019f000000000031041b00000000010004140000053705200197000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000303000039000005a804000041000006f70000013d0000056f0020009c0000054a0000613d000005700020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000002402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000000401100370000000000101043b000000000010043f000000cd01000039000000200010043f0000004002000039000000000100001914cd14900000040f0000001202000029000000000020043f000000200010043f0000000001000019000000400200003914cd14900000040f0000043b0000013d0000056a0020009c000005a30000613d0000056b0020009c0000007e0000c13d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005370020009c0000007e0000213d0000002401100370000000000201043b000000000002004b0000000001000039000000010100c039001100000002001d000000000012004b0000007e0000c13d000000e001000039000000400010043f0000002401000039000000800010043f000005ba01000041000000a00010043f000005bb01000041000000c00010043f000000800100003914cd13df0000040f0000001201000029000000000001004b0000010d0000613d000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000110000006b0000000002000039000000010200c039000000000101043b000000000101041a000000ff001001900000000001000039000000010100c039001000000001001d000000000112013f0000000100100190000007090000613d0000001201000029000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000001103000029000000000232019f000000000021041b000000400100043d0000002002100039000000000032043500000010020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000203000039000005bd040000410000001205000029000006f70000013d0000000001000416000000000001004b0000007e0000c13d0000003301000039000004d70000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d000000c001000039000000400010043f0000001701000039000000800010043f0000058f01000041000000a00010043f000000800100003914cd13df0000040f0000001204000029000000400100043d000000010240008a000005900020009c000006450000813d000000c902000039000000000302041a000000000043004b000006580000c13d0000059302000041000006460000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000000000010043f000000ca01000039000000200010043f0000004002000039000000000100001914cd14900000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f000000a00030043f0000053701200197000000c00010043f0000059c01000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000000c901000039000000000101041a000000800010043f0000057401000041000014ce0001042e000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000001202200029001000240020003d000000100030006b0000007e0000213d0000002401100370000000000201043b000000000002004b0000000001000039000000010100c039000f00000002001d000000000012004b0000007e0000c13d000000c001000039000000400010043f0000001c01000039000000800010043f000005b401000041000000a00010043f000000800100003914cd13df0000040f00000012010000290000001f01100039000005d201100197000e00000001001d0000003f01100039000005d202100197000000400100043d0000000002210019000000000012004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f000000120200002900000000022104360000001005000029000000000050007c0000007e0000213d0000001204000029000005d2034001980010001f00400193000d00000003001d000000000332001900000011040000290000002004400039001100000004001d00000002044003670000048a0000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000004860000c13d000000100000006b000004980000613d0000000d0440036000000010050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f000000000043043500000012032000290000000000030435000005340020009c000005340200804100000040022002100000000001010433000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000c00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000201100039000000000101041a0000053700100198000009990000c13d000000400100043d000005b902000041000006460000013d0000000001000416000000000001004b0000007e0000c13d0000000001000412001600000001001d001500200000003d000080050100003900000044030000390000000004000415000000160440008a00000005044002100000058a0200004114cd14a50000040f0000053401100197000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d0000009701000039000000000101041a0000053701100197000000800010043f0000057401000041000014ce0001042e000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000601043b000005370060009c0000007e0000213d0000003301000039000000000101041a00000537051001970000000001000411000000000015004b000006300000c13d0000006501000039000000000201041a0000058702200197000000000262019f000000000021041b0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d0200003900000003030000390000058904000041000006f70000013d0000000001000416000000000001004b0000007e0000c13d000000000103001914cd13780000040f001200000003001d000000000300003114cd13950000040f000000001201043414cd14900000040f000000000010043f000000cd01000039000000200010043f0000004002000039000000000100001914cd14900000040f00000012020000290000053702200197000000000020043f000000200010043f0000000001000019000000400200003914cd14900000040f000000000101041a000005e20000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005370010009c0000007e0000213d000000000010043f000000ce01000039000000200010043f0000004002000039000000000100001914cd14900000040f000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000005a901000041000000800010043f000005aa01000041000014cf00010430000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d000000800000043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000005d001000041000000800010043f0000057401000041000014ce0001042e0000000001000416000000000001004b0000007e0000c13d000000800000043f0000000201000039000000a00010043f000005c201000041000014ce0001042e000000e40030008c0000007e0000413d0000008402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d001100040020003d0000001104100360000000000404043b001200000004001d000005750040009c0000007e0000213d0000002402200039000f00000002001d001000120020002d000000100030006b0000007e0000213d000000a402100370000000000202043b000005370020009c0000007e0000213d000000c402100370000000000202043b000005750020009c0000007e0000213d0000002304200039000000000034004b0000007e0000813d0000000404200039000000000141034f000000000101043b000005750010009c0000007e0000213d00000000011200190000002401100039000000000031004b0000007e0000213d0000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d0000000002000411000000000101043b0000053701100197000000000021004b000009fc0000c13d00000004010000390000000201100367000000000101043b000e00000001001d000005340010009c0000007e0000213d0000000e01000029000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000301041a000000000003004b00000a460000c13d000000400100043d000005cc02000041000000000021043500000004021000390000000e03000029000000000032043500000a010000013d000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000202043b001200000002001d000005340020009c0000007e0000213d0000002401100370000000000301043b0000003301000039000000000101041a00000537011001970000000002000411000000000021004b000006300000c13d001100000003001d0000001201000029000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000001103000029000000000031041b000000400100043d0000002002100039000000000032043500000012020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000103000039000005c004000041000006f70000013d000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b000005340010009c0000007e0000213d14cd13cd0000040f000000400200043d0000000000120435000005340020009c0000053402008041000000400120021000000573011001c7000014ce0001042e000000440030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000402100370000000000502043b000005750050009c0000007e0000213d0000002302500039000000000032004b0000007e0000813d0000000404500039000000000241034f000000000202043b000005750020009c0000007e0000213d00000000052500190000002405500039000000000035004b0000007e0000213d0000002403100370000000000303043b001200000003001d000005370030009c0000007e0000213d0000001f03200039000005d2033001970000003f03300039000005d203300197000005760030009c000007360000a13d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf00010430000000240030008c0000007e0000413d0000000002000416000000000002004b0000007e0000c13d0000000401100370000000000101043b001200000001001d0000000001000411000000000010043f000000ce01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000ff001001900000067a0000c13d000000400100043d000005a402000041000006460000013d0000053400300198000006390000c13d000000400100043d0000053f02000041000006460000013d0000053a01000041000000800010043f0000002001000039000000840010043f000000a40010043f000005cd01000041000000c40010043f000005ce01000041000014cf00010430000000a00030043f000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0003004430000010000100443000000020100003900000120001004430000053e01000041000014ce0001042e00000591020000410000000000210435000005340010009c0000053401008041000000400110021000000540011001c7000014cf000104300000053a01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000005a501000041000000c40010043f000005a601000041000000e40010043f000005a701000041000014cf00010430000000000042041b0000000000410435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d0200003900000001030000390000059204000041000006f70000013d0000000e0300002900000537033001970000001105000029000000600450003900000000003404350000004003500039000000100400002900000000004304350000000f0300002900000000002304350000000001510049000005340010009c00000534010080410000006001100210000005340050009c00000534050080410000004002500210000000000121019f000014ce0001042e0000001201000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d14cd11510000040f001000000001001d00000080011000390000000001010433000f00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000201043b000000000102041a000000ff001001900000070c0000c13d000000400100043d000005a302000041000006460000013d001000000003001d000e00000001001d000f00000002001d0000058c010000410000000000100443000000000100041000000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b000006fc0000c13d0000000f02000029000000ff0120018f000000010010008c00000010010000290000000501100270000000000100003f000000010100603f000006ff0000c13d0000000e0000006b0000019c0000613d000005d101200197000000010200003900000001011001bf000000000010041b0000ff0000100190000001a20000613d001000000002001d0000006501000039000000000201041a0000058702200197000000000021041b0000003301000039000000000201041a00000587032001970000000006000411000000000363019f000000000031041b00000000010004140000053705200197000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000303000039000005a80400004114cd14c30000040f00000001002001900000007e0000613d000000400100043d000000120000006b000007710000c13d0000006402100039000005b00300004100000000003204350000004402100039000005b103000041000000000032043500000024021000390000002503000039000001fe0000013d0000009702000039000000000302041a0000058704300197000000000414019f000000000042041b0000053702300197000000800020043f000000a00010043f0000000001000414000005340010009c0000053401008041000000c001100210000005cf011001c70000800d020000390000000103000039000005ae0400004114cd14c30000040f00000001002001900000007e0000613d0000000001000019000014ce0001042e00000010010000290000000501100270000000000100003f000000400100043d0000006402100039000005ab0300004100000000003204350000004402100039000005ac03000041000000000032043500000024021000390000002e03000039000001fe0000013d000000400100043d000005bc02000041000006460000013d000e00000002001d00000011010000290000000b01100039000d00000001001d000000000101041a000000ff0110018f000000030010008c0000028a0000213d000000010010008c000007330000c13d000000c901000039000000000201041a00000011010000290000000c01100039000000000101041a000c00000002001d000b00000001001d000000000012001a00000a0b0000413d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d0000000b030000290000000c02300029000000000101043b000c00000001001d000000000021004b00000a060000813d000000400100043d000005a202000041000006460000013d000000400100043d0000059d02000041000006460000013d0000008003300039000000400030043f0000002003400039000000000331034f000000800020043f000005d2042001980000001f0520018f000000a001400039000007450000613d000000a006000039000000000703034f000000007807043c0000000006860436000000000016004b000007410000c13d000000000005004b000007520000613d000000000343034f0000000304500210000000000501043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000310435000000a0012000390000000000010435000000800100043d000005340010009c000005340100804100000060011002100000000002000414000005340020009c0000053402008041000000c002200210000000000121019f00000577011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001000000001001d000000400200043d0000057801000041001100000002001d000000000012043500000000010004140000001202000029000000040020008c0000086c0000c13d000000030100036700000001030000310000087e0000013d0000059702000041000006460000013d0000009702000039000000000302041a00000587043001970000001205000029000000000454019f000000000042041b0000002002100039000000000052043500000537023001970000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000057c011001c70000800d020000390000000103000039000005ae0400004114cd14c30000040f00000001002001900000007e0000613d000000110000006b000009310000c13d000000400100043d000005af02000041000006460000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007970000c13d0000091e0000013d00000012020000290000001f02200039000005d202200197000d00000002001d0000003f02200039000005d2022001970000000002210019000000000012004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f000000120200002900000000022104360000001005000029000000000050007c0000007e0000213d0000001204000029000005d2034001980010001f00400193000c00000003001d000000000332001900000011040000290000002004400039001100000004001d0000000204400367000007c00000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b000007bc0000c13d000000100000006b000007ce0000613d0000000c0440036000000010050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f000000000043043500000012032000290000000000030435000005340020009c000005340200804100000040022002100000000001010433000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000b00000001001d000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000900000001001d000000400100043d000a00000001001d000005980010009c000006090000213d0000000a030000290000006001300039000000400010043f00000040023000390000000f01000029000800000002001d0000000000120435000000010100003900000000021304360000000e01000029000700000002001d00000000001204350000000b01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000000a030000290000000003030433000000000003004b000000010220c1bf000000000021041b000000070200002900000000020204330000000103100039000000000023041b0000000201100039000000080200002900000000020204330000053702200197000000000301041a0000058703300197000000000223019f000000000021041b00000009030000290000000101300039000000000201041a0000000201300039000000000601041a000000000703041a000000400100043d000000a00310003900000012040000290000000000430435000000a0030000390000000003310436000000c0041000390000000c05400029000000110800002900000002088003670000000c0000006b0000083b0000613d000000000908034f000000000a040019000000009b09043c000000000aba043600000000005a004b000008370000c13d000000ff0770018f0000053706600197000000100000006b0000084b0000613d0000000c0880036000000010090000290000000309900210000000000a050433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f000000000085043500000012044000290000000000040435000000800410003900000001050000390000000000540435000000000007004b0000000004000039000000010400c0390000006005100039000000000045043500000040041000390000000e05000029000000000054043500000000002304350000000d020000290000006002200210000005340010009c00000534010080410000004001100210000000000112019f000005990110009a0000000002000414000005340020009c0000053402008041000000c002200210000000000121019f00000588011001c70000800d0200003900000004030000390000059a040000410000000b050000290000000f07000029000006f70000013d0000001102000029000005340020009c00000534020080410000004002200210000005340010009c0000053401008041000000c001100210000000000121019f00000540011001c7000000120200002914cd14c80000040f00000000030100190000006003300270000105340030019d000005340330019700030000000103550000000100200190000009130000613d000005d2043001980000001f0530018f0000001102400029000008880000613d000000000601034f0000001107000029000000006806043c0000000007870436000000000027004b000008840000c13d000000000005004b000008950000613d000000000141034f0000000304500210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001204350000001f01300039000005d2011001970000001102100029000000000012004b00000000010000390000000101004039000e00000002001d000005750020009c000006090000213d0000000100100190000006090000c13d0000000e01000029000000400010043f000005790030009c0000007e0000213d000000200030008c0000007e0000413d00000011010000290000000001010433000005750010009c0000007e0000213d000000110330002900000011011000290000001f02100039000000000032004b00000000040000190000057a040080410000057a022001970000057a05300197000000000652013f000000000052004b00000000020000190000057a020040410000057a0060009c000000000204c019000000000002004b0000007e0000c13d0000000021010434000d00000001001d000005750010009c000006090000213d0000000d0100002900000005011002100000003f041000390000057b054001970000000e04500029000005750040009c000006090000213d000000400040043f0000000e040000290000000d060000290000000004640436000c00000004001d0000000004210019000000000034004b0000007e0000213d000000000042004b000008e00000813d0000000e010000290000000023020434000005370030009c0000007e0000213d00000020011000390000000000310435000000000042004b000008d00000413d0000000e010000290000000001010433000d00000001001d000005750010009c000006090000213d0000000d0100002900000005011002100000003f021000390000057b05200197000000400300043d0000000002530019000900000003001d000000000032004b00000000030000390000000103004039000005750020009c000006090000213d0000000100300190000006090000c13d000000400020043f00000009020000290000000d030000290000000002320436000800000002001d0000001f0210018f000000000001004b000008fa0000613d0000000804000029000000000114001900000000030000310000000203300367000000003503043c0000000004540436000000000014004b000008f60000c13d000000000002004b0000001001000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000000ff0020019000000d090000c13d000000400100043d000005840010009c000006090000213d0000002002100039000000400020043f000000000001043500000d3a0000013d0000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000091a0000c13d000000000005004b0000092b0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000005340020009c00000534020080410000004002200210000000000112019f000014cf000104300000058a0100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000005340010009c0000053401008041000000c0011002100000058b011001c7000080050200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000058c0200004100000000002004430000053701100197001200000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400200043d0000058e010000410000000000120435000f00000002001d00000004012000390000001102000029000000000021043500000000010004140000001202000029000000040020008c0000096d0000613d0000000f02000029000005340020009c00000534020080410000004002200210000005340010009c0000053401008041000000c001100210000000000121019f00000583011001c7000000120200002914cd14c30000040f00000000030100190000006003300270000105340030019d0003000000010355000000010020019000000cfc0000613d0000000f01000029000005750010009c000006090000213d0000000f03000029000000400030043f0000546001000039000000c902000039000000000012041b0000000000130435000005340030009c000005340300804100000040013002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000103000039000005920400004114cd14c30000040f00000001002001900000007e0000613d000000100000006b000006fa0000c13d000000000200041a000005d301200197000000000010041b000000400100043d00000001030000390000000000310435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000053d04000041000006f70000013d0000000c01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d0000000f0000006b0000000002000039000000010200c039000000000101043b000000000101041a000000ff001001900000000001000039000000010100c039000b00000001001d000000000112013f000000010010019000000a160000613d0000000c01000029000000000010043f000000ca01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000201041a000005d1022001970000000f022001af000000000021041b000000400100043d0000004002100039000000120300002900000000003204350000004002000039000000000221043600000060031000390000000d04300029000000110500002900000002055003670000000d0000006b000009d60000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b000009d20000c13d000000100000006b000009e40000613d0000000d0550036000000010060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000120330002900000000000304350000000b030000290000000000320435000005340010009c000005340100804100000040011002100000000e02000029000005b60020009c000005b6020080410000006002200210000000000112019f0000000002000414000005340020009c0000053402008041000000c002200210000000000121019f000005b70110009a0000800d020000390000000303000039000005b8040000410000000c050000290000000f06000029000006f70000013d000000400100043d000005c303000041000000000031043500000004031000390000000000230435000005340010009c0000053401008041000000400110021000000583011001c7000014cf000104300000001001000029000000e00110003900000000010104330000057d0110009c00000a110000413d0000058201000041000000000010043f0000001101000039000000040010043f0000058301000041000014cf000104300000000c0010006c00000a190000813d000000400100043d000005a102000041000006460000013d000000400100043d000005b502000041000006460000013d0000000f01000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b00000010020000290000004002200039000b00000002001d00000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000001004b00000c8c0000613d0000000e020000290000000102200039000000000202041a000000000012001a00000a0b0000413d00000000011200190000000c0010006c00000c8c0000a13d000000400100043d0000059e02000041000006460000013d00000002010003670000002402100370000000000202043b000000000023004b00000c7c0000c13d0000001202000029000000200020008c0000007e0000413d00000011020000290000002002200039000000000221034f000000000202043b000005750020009c0000007e0000213d0000000f022000290000001003200069000005790030009c0000007e0000213d000001800030008c0000007e0000413d000000400300043d001200000003001d000005c60030009c000006090000813d000000000421034f00000012030000290000018003300039000000400030043f000000000404043b000005750040009c0000007e0000213d00000000052400190000001f04500039000000100040006c0000007e0000813d000000000451034f000000000404043b000005750040009c000006090000213d0000001f06400039000005d2066001970000003f06600039000005d2066001970000000006360019000005750060009c000006090000213d0000002005500039000000400060043f00000000004304350000000006540019000000100060006c0000007e0000213d000000000751034f000005d2084001980000001f0940018f0000001205000029000001a005500039000000000685001900000a870000613d000000000a07034f000000000b05001900000000ac0a043c000000000bcb043600000000006b004b00000a830000c13d000000000009004b00000a940000613d000000000787034f0000000308900210000000000906043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f000000000076043500000000045400190000000000040435000000120400002900000000043404360000002003200039000000000331034f000000000303043b001100000004001d00000000003404350000004003200039000000000431034f000000000404043b000005370040009c0000007e0000213d00000012050000290000004005500039000f00000005001d00000000004504350000002003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000ad10000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000acd0000c13d00000000000a004b00000ade0000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f00000000008704350000000004460019000000000004043500000012060000290000006004600039000e00000004001d00000000005404350000002004300039000000000441034f000000000404043b0000008005600039000d00000005001d00000000004504350000004003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000b150000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000b110000c13d00000000000a004b00000b220000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f0000000000870435000000000446001900000000000404350000001204000029000000a004400039000c00000004001d00000000005404350000002003300039000000000431034f000000000404043b000005750040009c0000007e0000213d00000000062400190000001f04600039000000100040006c0000007e0000813d000000000461034f000000000404043b000005750040009c000006090000213d0000001f05400039000005d2055001970000003f05500039000005d207500197000000400500043d0000000007750019000000000057004b00000000080000390000000108004039000005750070009c000006090000213d0000000100800190000006090000c13d0000002008600039000000400070043f00000000064504360000000007840019000000100070006c0000007e0000213d000000000881034f000005d2094001980000001f0a40018f000000000796001900000b530000613d000000000b08034f000000000c06001900000000bd0b043c000000000cdc043600000000007c004b00000b4f0000c13d00000000000a004b00000b600000613d000000000898034f0000000309a00210000000000a070433000000000a9a01cf000000000a9a022f000000000808043b0000010009900089000000000898022f00000000089801cf0000000008a8019f0000000000870435000000000446001900000000000404350000001206000029000000c004600039000200000004001d00000000005404350000002004300039000000000441034f000000000404043b000000e005600039000700000005001d00000000004504350000004003300039000000000431034f000000000404043b000005370040009c0000007e0000213d00000012050000290000010005500039000600000005001d00000000004504350000002003300039000000000431034f000000000404043b000005c70040009c0000007e0000213d00000012050000290000012005500039000500000005001d00000000004504350000002003300039000000000431034f000000000404043b000005340040009c0000007e0000213d00000012050000290000014005500039000400000005001d00000000004504350000002003300039000000000331034f000000000303043b000005750030009c0000007e0000213d00000000042300190000001f02400039000000100020006c0000007e0000813d000000000241034f000000000202043b000005750020009c000006090000213d0000001f03200039000005d2033001970000003f03300039000005d205300197000000400300043d0000000005530019000000000035004b00000000060000390000000106004039000005750050009c000006090000213d0000000100600190000006090000c13d0000002006400039000000400050043f00000000042304360000000005620019000000100050006c0000007e0000213d000000000561034f000005d2062001980000001f0720018f000000000164001900000bb20000613d000000000805034f0000000009040019000000008a08043c0000000009a90436000000000019004b00000bae0000c13d000000000007004b00000bbf0000613d000000000565034f0000000306700210000000000701043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005104350000000001240019000000000001043500000012010000290000016001100039000300000001001d000000000031043500000011010000290000000001010433000a00000001001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b01100039000000000101041a000000ff0110018f000000040010008c0000028a0000813d000000000001004b00000e1b0000c13d0000000d010000290000000001010433000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a001000000001001d000000000001004b00000c250000613d0000001001000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b02100039000000000202041a000000ff0220018f000000030020008c0000028a0000213d000000010020008c00000c250000c13d0000000701100039000000000101041a000b057d001000a400000a0b0000813d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b0000000b0010006b00000e620000813d0000000a01000029000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001000000001001d00000012010000290000000001010433001200000001001d0000000021010434000100000002001d000b00000001001d000005750010009c000006090000213d0000001001000029000000000101041a000000010210019000000001011002700000007f0110618f000900000001001d0000001f0010008c00000000010000390000000101002039000000000012004b0000105b0000c13d0000000901000029000000200010008c00000c660000413d0000001001000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d0000000b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000009010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000c660000813d000000000002041b0000000102200039000000000012004b00000c620000413d0000000b010000290000001f0010008c0009000100100218000800030010021800000ea90000a13d0000001001000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000000b02200180000000000101043b00000eb40000c13d000000200300003900000ec00000013d0000000401100370000000000101043b000005340010009c0000007e0000213d000000400300043d00000024043000390000000000240435000005c402000041000000000023043500000004023000390000000000120435000005340030009c00000534030080410000004001300210000005c5011001c7000014cf000104300000000f01000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000c02000029000000000021041b0000000d03000029000000000103041a000005d10110019700000002011001bf000000000013041b00000011010000290000000d01100039000000000201041a00000587022001970000000003000411000000000232019f000000000021041b0000000e010000290000000201100039000000000101041a0000058c0200004100000000002004430000053701100197001100000001001d00000004001004430000000001000414000005340010009c0000053401008041000000c0011002100000058d011001c7000080020200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000000001004b0000007e0000613d000000400300043d0000059f010000410000000000130435000000040130003900000020020000390000000000210435000f00000003001d0000002402300039000000100100002914cd12eb0000040f00000000020004140000001103000029000000040030008c00000cee0000613d0000000f030000290000000001310049000005340010009c00000534010080410000006001100210000005340030009c00000534030080410000004003300210000000000131019f000005340020009c0000053402008041000000c002200210000000000121019f000000110200002914cd14c30000040f00000000030100190000006003300270000105340030019d0003000000010355000000010020019000000e040000613d0000000f01000029000005750010009c000006090000213d0000000f01000029000000400010043f0000000001000414000005340010009c0000053401008041000000c00110021000000588011001c70000800d020000390000000203000039000005a004000041000003fa0000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000d040000c13d0000091e0000013d0000000d0000006b000a00000000001d00000d520000c13d0000000a0100002900000005031002100000003f013000390000058104100197000000400100043d0000000002140019000000000042004b00000000040000390000000104004039000005750020009c000006090000213d0000000100400190000006090000c13d000000400020043f0000000a0200002900000000022104360000001f0430018f000000000003004b00000d270000613d0000000003320019000000000500003100000002055003670000000006020019000000005705043c0000000006760436000000000036004b00000d230000c13d000000000004004b0000000a0000006b00000d3a0000613d000000000300001900000009040000290000000004040433000000000034004b00000e110000a13d0000000004010433000000000034004b00000e110000a13d0000000504300210000000000524001900000008044000290000000004040433000000000045043500000001033000390000000a0030006c00000d2b0000413d000000400200043d00000020030000390000000003320436000000000401043300000000004304350000004003200039000000000004004b00000d490000613d00000000050000190000002001100039000000000601043300000000036304360000000105500039000000000045004b00000d430000413d0000000001230049000005340010009c00000534010080410000006001100210000005340020009c00000534020080410000004002200210000000000121019f000014ce0001042e000000c902000039000000000202041a000600000002001d000500010010003d0000000002000019000a00000000001d00000d5d0000013d000000110200002900000001022000390000000d0020006c00000e170000813d0000000e010000290000000001010433000000000021004b00000e110000a13d001100000002001d00000005012002100000000c011000290000000001010433001200000001001d0000001001000029000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000012020000290000053702200197000000000101043b000f00000002001d000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a001200000001001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000201043b0000001201000029000000000001004b00000d590000613d000b00000002001d000000000010043f000000cb01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000b02100039000000000202041a000000ff0220018f000000030020008c0000028a0000213d000000010020008c00000d590000c13d0000000701100039000000000101041a0007057d001000a400000a0b0000813d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000101043b000000070010006b0000000b0100002900000d590000413d0000000c01100039000000000201041a000b00000002001d000000060020002a00000a0b0000413d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d0000000b030000290000000602300029000000000101043b000000000021004b00000d590000413d000b00000001001d0000001001000029000000000010043f000000cd01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f02000029000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b000000000101041a000000000001004b00000df80000613d0000000502000029000000000202041a000000000012001a00000a0b0000413d00000000011200190000000b0010006c00000d590000213d000000090100002900000000010104330000000a0010006c00000e110000a13d0000000a0300002900000005013002100000000801100029000000110200002900000012040000290000000000410435000a00010030003d00000d5a0000013d00000534033001970000001f0530018f0000053606300198000000400200043d00000000046200190000091e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000e0c0000c13d0000091e0000013d0000058201000041000000000010043f0000003201000039000000040010043f0000058301000041000014cf000104300000000a01000029000005750010009c000006090000213d00000d0c0000013d000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001200000003001d0000000031010434000000000001004b00000e2c0000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b00000e250000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d001000000001001d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d00000012020000290000053707200197000000000101043b00000010020000290000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005c8040000410000000a050000290000001106000029000006f70000013d000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001200000003001d0000000031010434000000000001004b00000e730000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b00000e6c0000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b001100000001001d000000400100043d000f00000001001d0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d00000012020000290000053707200197000000000101043b0000000f020000290000000000120435000005340020009c000005340200804100000040012002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005c90400004100000010050000290000001106000029000006f70000013d0000000b0000006b000000000100001900000eae0000613d00000001010000290000000001010433000005d4030000410000000802300250000000000232013f000000000121016f00000009011001af00000ecc0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000eb90000c13d0000000b0020006c00000eca0000813d0000000802000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b000000090100002900000001011001bf0000001003000029000000000013041b000000110100002900000000010104330000000102300039000000000012041b0000000f01000029000000000101043300000537011001970000000202300039000000000302041a0000058703300197000000000113019f000000000012041b0000000e010000290000000001010433001200000001001d0000000021010434000100000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000301100039000b00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000900000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000901000029000000200010008c00000f0f0000413d0000000b01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000009010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000f0f0000813d000000000002041b0000000102200039000000000012004b00000f0b0000413d00000011010000290000001f0010008c0009000100100218000800030010021800000f250000a13d0000000b01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b00000f300000c13d000000200300003900000f3c0000013d000000110000006b000000000100001900000f2a0000613d00000001010000290000000001010433000005d4030000410000000802300250000000000232013f000000000121016f00000009011001af00000f480000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000f350000c13d000000110020006c00000f460000813d0000000802000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b000000090100002900000001011001bf0000000b02000029000000000012041b000000100100002900000004011000390000000d020000290000000002020433000000000021041b0000000c010000290000000001010433001200000001001d0000000021010434000800000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000501100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000b01000029000000200010008c00000f840000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000f840000813d000000000002041b0000000102200039000000000012004b00000f800000413d00000011010000290000001f0010008c000b000100100218000900030010021800000f9a0000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b00000fa50000c13d000000200300003900000fb10000013d000000110000006b000000000100001900000f9f0000613d00000008010000290000000001010433000005d4030000410000000902300250000000000232013f000000000121016f0000000b011001af00000fbd0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b00000faa0000c13d000000110020006c00000fbb0000813d0000000902000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000000b0100002900000001011001bf0000000c02000029000000000012041b00000002010000290000000001010433001200000001001d0000000021010434000800000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000601100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000105b0000c13d0000000b01000029000000200010008c00000ff40000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000ff40000813d000000000002041b0000000102200039000000000012004b00000ff00000413d00000011010000290000001f0010008c000b00010010021800090003001002180000100a0000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b000010150000c13d0000002003000039000010210000013d000000110000006b00000000010000190000100f0000613d00000008010000290000000001010433000005d4030000410000000902300250000000000232013f000000000121016f0000000b011001af0000102d0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b0000101a0000c13d000000110020006c0000102b0000813d0000000902000029000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000000b0100002900000001011001bf0000000c02000029000000000012041b0000000701000029000000000101043300000010030000290000000702300039000000000012041b00000006010000290000000001010433000005370110019700000005020000290000000002020433000000a002200210000000000112019f0000000802300039000000000012041b0000000401000029000000000101043300000534011001970000000902300039000000000302041a000005ca03300197000000000113019f000000000012041b00000003010000290000000001010433001200000001001d0000000021010434000900000002001d001100000001001d000005750010009c000006090000213d00000010010000290000000a01100039000c00000001001d000000000101041a000000010010019000000001021002700000007f0220618f000b00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000010610000613d0000058201000041000000000010043f0000002201000039000000040010043f0000058301000041000014cf000104300000000b01000029000000200010008c000010800000413d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000b010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000010800000813d000000000002041b0000000102200039000000000012004b0000107c0000413d00000011010000290000001f0010008c000010940000a13d0000000c01000029000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000200200008a0000001102200180000000000101043b000010a10000c13d0000002003000039000010ad0000013d000000110000006b0000000001000019000010990000613d0000000901000029000000000101043300000011040000290000000302400210000005d40220027f000005d402200167000000000121016f0000000102400210000000000121019f000010bb0000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000012053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b000010a60000c13d000000110020006c000010b80000813d00000011020000290000000302200210000000f80220018f000005d40220027f000005d40220016700000012033000290000000003030433000000000223016f000000000021041b0000001101000029000000010110021000000001011001bf0000000c02000029000000000012041b00000010010000290000000b01100039000000000201041a000005d10220019700000001022001bf000000000021041b0000057f0100004100000000001004430000000001000414000005340010009c0000053401008041000000c00110021000000580011001c70000800b0200003914cd14c80000040f00000001002001900000112b0000613d000000000201043b00000010010000290000000c01100039001200000002001d000000000021041b0000000d010000290000000001010433000000000010043f000000cc01000039000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000f0200002900000000020204330000053702200197000000000020043f000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d000000000101043b0000000a02000029000000000021041b000000400200043d0000000e0100002900000000010104330000000f030000290000000003030433001100000003001d0000000031010434000000000001004b000011040000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b000010fd0000413d00000000032100190000000000030435000005340020009c00000534020080410000004002200210000005340010009c00000534010080410000006001100210000000000121019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f00000001002001900000007e0000613d00000011020000290000053707200197000000000601043b000000400100043d00000012020000290000000000210435000005340010009c000005340100804100000040011002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f0000053c011001c70000800d020000390000000403000039000005cb040000410000000a05000029000006f70000013d000000000001042f0000001f03100039000000000023004b00000000040000190000057a040040410000057a052001970000057a03300197000000000653013f000000000053004b00000000030000190000057a030020410000057a0060009c000000000304c019000000000003004b000011440000613d0000000203100367000000000303043b000005750030009c000011440000213d00000020011000390000000004310019000000000024004b000011440000213d0000000002030019000000000001042d0000000001000019000014cf00010430000005d50010009c0000114b0000813d0000006001100039000000400010043f000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf0001043000050000000000020000000007010019000000400600043d000005c60060009c000012cb0000813d0000018008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000032004b000012d10000c13d0000000000480435000000000002004b000500000006001d000400000007001d000011830000613d000200000004001d000300000008001d000000000070043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b00000005060000290000118a0000613d000001a002600039000000000301043b0000000001000019000000040700002900000003080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b0000117b0000413d0000118d0000013d000005d101100197000001a0026000390000000000120435000000000004004b000000200100003900000000010060390000118d0000013d0000000001000019000000040700002900000003080000290000003f01100039000000200500008a000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f00000000018604360000000102700039000000000202041a000000000021043500000040016000390000000202700039000000000202041a000005370220019700000000002104350000000301700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b000011d00000613d000100000004001d000200000009001d000300000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b000000200500008a000011d60000613d000000000201043b0000000001000019000000050600002900000004070000290000000308000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000011c80000413d000011da0000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000011da0000013d00000000010000190000000506000029000000040700002900000003080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f0000006001600039000000000081043500000080016000390000000402700039000000000202041a00000000002104350000000501700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b000012190000613d000100000004001d000300000009001d000200000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000309000029000000000009004b000000200500008a0000121f0000613d000000000201043b0000000001000019000000050600002900000004070000290000000208000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000012110000413d000012230000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000012230000013d00000000010000190000000506000029000000040700002900000002080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000000a00160003900000000008104350000000601700039000000000201041a000000010320019000000001092002700000007f0990618f0000001f0090008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400800043d0000000004980436000000000003004b0000125e0000613d000100000004001d000200000009001d000300000008001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000209000029000000000009004b000000200500008a000012640000613d000000000201043b0000000001000019000000050600002900000004070000290000000308000029000000010a00002900000000031a0019000000000402041a000000000043043500000001022000390000002001100039000000000091004b000012560000413d000012680000013d000005d1012001970000000000140435000000000009004b00000020010000390000000001006039000012680000013d00000000010000190000000506000029000000040700002900000003080000290000003f01100039000000000251016f0000000001820019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000000c00160003900000000008104350000000701700039000000000101041a000000e00260003900000000001204350000000801700039000000000101041a0000012002600039000000a003100270000000000032043500000537011001970000010002600039000000000012043500000140016000390000000902700039000000000202041a000005340220019700000000002104350000000a01700039000000000201041a000000010320019000000001082002700000007f0880618f0000001f0080008c00000000040000390000000104002039000000000442013f0000000100400190000012d10000c13d000000400700043d0000000004870436000000000003004b000012b30000613d000200000004001d000300000008001d000400000007001d000000000010043f0000000001000414000005340010009c0000053401008041000000c0011002100000053c011001c7000080100200003914cd14c80000040f0000000100200190000012d70000613d0000000308000029000000000008004b000000200500008a000012b90000613d000000000201043b00000000010000190000000506000029000000040700002900000002090000290000000003190019000000000402041a000000000043043500000001022000390000002001100039000000000081004b000012ab0000413d000012bc0000013d000005d1012001970000000000140435000000000008004b00000020010000390000000001006039000012bc0000013d0000000001000019000000050600002900000004070000290000003f01100039000000000251016f0000000001720019000000000021004b00000000020000390000000102004039000005750010009c000012cb0000213d0000000100200190000012cb0000c13d000000400010043f000001600160003900000000007104350000000001060019000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf000104300000058201000041000000000010043f0000002201000039000000040010043f0000058301000041000014cf000104300000000001000019000014cf0001043000000000430104340000000001320436000000000003004b000012e50000613d000000000200001900000000051200190000000006240019000000000606043300000000006504350000002002200039000000000032004b000012de0000413d000000000213001900000000000204350000001f02300039000005d2022001970000000001210019000000000001042d000000005301043400000180040000390000000006420436000001800420003900000000730304340000000000340435000001a004200039000000000003004b000012fc0000613d00000000080000190000000009480019000000000a870019000000000a0a04330000000000a904350000002008800039000000000038004b000012f50000413d0000000007430019000000000007043500000000050504330000000000560435000000400510003900000000050504330000053705500197000000400620003900000000005604350000001f05300039000005d20550019700000000044500190000000005240049000000600620003900000060071000390000000007070433000000000056043500000000650704340000000004540436000000000005004b000013190000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000013120000413d0000000006450019000000000006043500000080061000390000000006060433000000800720003900000000006704350000001f05500039000005d2055001970000000004450019000000a00510003900000000050504330000000006240049000000a007200039000000000067043500000000650504340000000004540436000000000005004b000013330000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b0000132c0000413d000000000645001900000000000604350000001f05500039000005d2055001970000000004450019000000c00510003900000000050504330000000006240049000000c007200039000000000067043500000000650504340000000004540436000000000005004b000013490000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000013420000413d00000000064500190000000000060435000000e0061000390000000006060433000000e00720003900000000006704350000010006100039000000000606043300000537066001970000010007200039000000000067043500000120061000390000000006060433000005c70660019700000120072000390000000000670435000001400610003900000000060604330000053406600197000001400720003900000000006704350000001f05500039000005d20550019700000000054500190000000004250049000001600220003900000160011000390000000001010433000000000042043500000000420104340000000001250436000000000002004b000013720000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000025004b0000136b0000413d000000000412001900000000000404350000001f02200039000005d2022001970000000001120019000000000001042d000005790010009c000013930000213d000000430010008c000013930000a13d00000002030003670000000402300370000000000402043b000005750040009c000013930000213d0000002302400039000000000012004b000013930000813d0000000402400039000000000223034f000000000202043b000005750020009c000013930000213d00000024044000390000000005420019000000000015004b000013930000213d0000002401300370000000000301043b000005370030009c000013930000213d0000000001040019000000000001042d0000000001000019000014cf000104300000000004010019000005d60020009c000013c50000813d0000001f01200039000005d2011001970000003f01100039000005d205100197000000400100043d0000000005510019000000000015004b00000000070000390000000107004039000005750050009c000013c50000213d0000000100700190000013c50000c13d000000400050043f00000000052104360000000007420019000000000037004b000013cb0000213d000005d2062001980000001f0720018f00000002044003670000000003650019000013b50000613d000000000804034f0000000009050019000000008a08043c0000000009a90436000000000039004b000013b10000c13d000000000007004b000013c20000613d000000000464034f0000000306700210000000000703043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f000000000043043500000000022500190000000000020435000000000001042d0000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf000104300000000001000019000014cf000104300000053401100197000000000010043f000005bf01000041000000200010043f0000000001000414000005340010009c0000053401008041000000c0011002100000057c011001c7000080100200003914cd14c80000040f0000000100200190000013dd0000613d000000000101043b000000000101041a000000000001042d0000000001000019000014cf00010430000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000005d70100004100000000001b04350000000401b00039000000000900041100000000009104350000004404b00039000000003108043400000000001404350000006404b000390000053702200197000000000001004b000013fb0000613d000000000500001900000000064500190000000007530019000000000707043300000000007604350000002005500039000000000015004b000013f40000413d000000000341001900000000000304350000000003000414000000040020008c000014050000c13d0000000103000031000000200030008c000000200400003900000000040340190000143b0000013d000100000008001d0000001f01100039000005d2011001970000006401100039000005340010009c000005340100804100000060011002100000053400b0009c000005340400004100000000040b40190000004004400210000000000141019f000005340030009c0000053403008041000000c003300210000000000113019f00020000000b001d14cd14c80000040f000000020b000029000000000301001900000060033002700000053403300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000014280000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000014240000c13d000000000006004b000014350000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000014710000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b00000000010000390000000101004039000005750040009c000014530000213d0000000100100190000014530000c13d000000400040043f0000001f0030008c000014510000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000014510000c13d000000000001004b000014590000613d000000000001042d0000000001000019000014cf000104300000058201000041000000000010043f0000004101000039000000040010043f0000058301000041000014cf00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000005d80100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d14cd12d90000040f00000002020000290000000001210049000005340010009c0000053401008041000005340020009c000005340200804100000060011002100000004002200210000000000121019f000014cf000104300000001f0530018f0000053606300198000000400200043d00000000046200190000147c0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000014780000c13d000000000005004b000014890000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000005340020009c00000534020080410000004002200210000000000112019f000014cf00010430000000000001042f000005340010009c00000534010080410000004001100210000005340020009c00000534020080410000006002200210000000000112019f0000000002000414000005340020009c0000053402008041000000c002200210000000000112019f00000588011001c7000080100200003914cd14c80000040f0000000100200190000014a30000613d000000000101043b000000000001042d0000000001000019000014cf0001043000000000050100190000000000200443000000050030008c000014b30000413d000000040100003900000000020000190000000506200210000000000664001900000005066002700000000006060031000000000161043a0000000102200039000000000031004b000014ab0000413d000005340030009c000005340300804100000060013002100000000002000414000005340020009c0000053402008041000000c002200210000000000112019f000005d9011001c7000000000205001914cd14c80000040f0000000100200190000014c20000613d000000000101043b000000000001042d000000000001042f000014c6002104210000000102000039000000000001042d0000000002000019000000000001042d000014cb002104230000000102000039000000000001042d0000000002000019000000000001042d000014cd00000432000014ce0001042e000014cf0001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000c0000001000000000000000000932c38e6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000008da5cb5a00000000000000000000000000000000000000000000000000000000ca136b9800000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f63106e300000000000000000000000000000000000000000000000000000000f63106e400000000000000000000000000000000000000000000000000000000fe2b350200000000000000000000000000000000000000000000000000000000ff7bd03d00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f5d3b7b300000000000000000000000000000000000000000000000000000000e2509c7500000000000000000000000000000000000000000000000000000000e2509c7600000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000ca136b9900000000000000000000000000000000000000000000000000000000ca5eb5e100000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000bb0b6a5200000000000000000000000000000000000000000000000000000000bb0b6a5300000000000000000000000000000000000000000000000000000000be3881b400000000000000000000000000000000000000000000000000000000c3e10deb00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b4c2f72700000000000000000000000000000000000000000000000000000000af9e0fd200000000000000000000000000000000000000000000000000000000af9e0fd300000000000000000000000000000000000000000000000000000000b080d71d000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a49e9ea100000000000000000000000000000000000000000000000000000000438653fd00000000000000000000000000000000000000000000000000000000715018a50000000000000000000000000000000000000000000000000000000079edd0ff0000000000000000000000000000000000000000000000000000000079edd100000000000000000000000000000000000000000000000000000000007d25a05e0000000000000000000000000000000000000000000000000000000082413eac00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000004c213448000000000000000000000000000000000000000000000000000000004c213449000000000000000000000000000000000000000000000000000000005e280f1100000000000000000000000000000000000000000000000000000000438653fe00000000000000000000000000000000000000000000000000000000485cc9550000000000000000000000000000000000000000000000000000000017442b6f000000000000000000000000000000000000000000000000000000003400288a000000000000000000000000000000000000000000000000000000003400288b000000000000000000000000000000000000000000000000000000003aed7f310000000000000000000000000000000000000000000000000000000017442b7000000000000000000000000000000000000000000000000000000000282071410000000000000000000000000000000000000000000000000000000013137d640000000000000000000000000000000000000000000000000000000013137d6500000000000000000000000000000000000000000000000000000000170338c800000000000000000000000000000000000000000000000000000000050d8986000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000020000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffff7f0200000000000000000000000000000000000000000000a00000000000000000b0772d0b000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00200000000000000000000000000000000000040000000000000000000000000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5d00fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd5cff796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000003fffffffffffffffe04e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf000000000000000000000000000000000000000000000000fffffffffffffd7f0200000000000000000000000000000000000000000002a00000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e02000002000000000000000000000000000000440000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000ca5eb5e10000000000000000000000000000000000000000000000000000000073657452656d6f746544656c61792875696e7432353629000000000000000000000000000000000000000000000000000000000000000000000000000002a2ff545f991300000000000000000000000000000000000000000000000000000000a1c2964049f672e1cba842d393f777ed468b9846eb7de186d7e73665a326b301bb45c33d000000000000000000000000000000000000000000000000000000000a4273908b9362e571cacd5610879e3dfd7ddc7c9b3ce1d7ea7ea8b4186911647365745269736b506172616d65746572436f6e66696728737472696e672c616464726573732c75696e74323536290000000000000000000000000000000000000064280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9fffffffffffffffffffffffffffffffffffffff400000000000000000000000002cbea64d1a2ece216f5461b535881b82196130c6a988a9d3b323bd6d5cfe608ef6ea4e060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000008000000000000000006196e5a30000000000000000000000000000000000000000000000000000000053f7a6ee00000000000000000000000000000000000000000000000000000000bf6378390000000000000000000000000000000000000000000000000000000027f52b13359f1687e1c3c6179b59fd5f217e9f580e76053c074a51d65de2dac7c2a16f140000000000000000000000000000000000000000000000000000000005f5f49800000000000000000000000000000000000000000000000000000000dea2a21200000000000000000000000000000000000000000000000000000000341f61ec000000000000000000000000000000000000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e096c553eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0b5863604000000000000000000000000000000000000000000000000000000006472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069736574436f6e66696741637469766528737472696e672c626f6f6c290000000001e852dc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9ffdffffffffffffffffffffffffffffffffffffa0000000000000000000000000cba816b2fc5cd49700523a79b6e6c7dda19292fbb932cca77f7bccb1e500479280919d7b0000000000000000000000000000000000000000000000000000000073657457686974656c69737465644578656375746f7228616464726573732c626f6f6c29000000000000000000000000000000000000000000000000000000008eee990d0000000000000000000000000000000000000000000000000000000010c0e7519c24c8e42dbd4d2405e9976e893c51df86614145b2758289f197ec3b8579befe0000000000000000000000000000000000000000000000000000000072ab1bc1039b79dc4724ffca13de82c96834302d3c7e0d4252232d4b2dd8f900238399d427b947898edb290f5ff0f9109849b1c3ba196a42e35f00c50a54b98b0000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004000000080000000000000000091ac5e4f00000000000000000000000000000000000000000000000000000000c26bebcc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000000000000000fffffffffffffe800000000000000000000000000000000000000000ffffffffffffffffffffffff6f2b8853cd821aee89a0dc78a586658bcbd9c930d3d25be1de720fa0346bd73ba5cf028a8d57c7fae7982ac3692bb4bdf11ddcca7c93493242a00f4957a5ebb7ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000d5a7f72731c4bc3d3a2da54b4c53b429270f8d7f8c5b053d9ee98e072f875840f6ff4fb7000000000000000000000000000000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000000000000000000000000000000000000000000000000000000000000002a300ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffa0000000000000000000000000000000000000000000000001000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
  ]
}
