From 4d741f708e055917f617f04e6f8eed900d7b50b3 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 16 Oct 2024 09:45:58 -0500 Subject: [PATCH] add more docs comments and fix error message punctuation --- contracts/FlowStakingCollection.cdc | 22 +++++++++++++++------- lib/go/contracts/internal/assets/assets.go | 6 +++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/contracts/FlowStakingCollection.cdc b/contracts/FlowStakingCollection.cdc index 4d10c1ce..ba119cc1 100644 --- a/contracts/FlowStakingCollection.cdc +++ b/contracts/FlowStakingCollection.cdc @@ -170,8 +170,13 @@ access(all) contract FlowStakingCollection { /// /// @param nodeID: The ID of the requested node /// @param delegatorID: The ID of the requested delegator + /// + /// @return String: The full error message to print access(all) view fun getStakerDoesntExistInCollectionError(funcName: String, nodeID: String, delegatorID: UInt32?): String { + // Construct the function name for the beginning of the error let errorBeginning = "FlowStakingCollection.StakingCollection.".concat(funcName).concat(": ") + + // The error message is different if it is a delegator vs a node if let delegator = delegatorID { return errorBeginning.concat("The specified delegator with node ID ") .concat(nodeID).concat(" and delegatorID ").concat(delegator.toString()) @@ -217,7 +222,7 @@ access(all) contract FlowStakingCollection { message: "FlowStakingCollection.StakingCollection.getTokens: Cannot get tokens to stake! " .concat("The amount of FLOW requested to use, ") .concat(amount.toString()).concat(", is more than the sum of ") - .concat(" locked and unlocked FLOW, ").concat((lockedBalance+unlockedBalance).toString()) + .concat("locked and unlocked FLOW, ").concat((lockedBalance+unlockedBalance).toString()) .concat(", in the owner's accounts.") ) @@ -260,7 +265,7 @@ access(all) contract FlowStakingCollection { .concat("The amount of FLOW requested to use, ") .concat(amount.toString()).concat(", is more than the amount of FLOW, ") .concat((unlockedBalance).toString()) - .concat(", in the owner's accounts.") + .concat(", in the owner's account.") ) self.unlockedTokensUsed = self.unlockedTokensUsed + amount @@ -276,7 +281,8 @@ access(all) contract FlowStakingCollection { // This error should never be triggered in production becasue the tokens used fields // should be properly managed by all the other functions from.balance <= self.unlockedTokensUsed + self.lockedTokensUsed: - "FlowStakingCollection.StakingCollection.depositTokens: Cannot deposit more FLOW than is already used" + "FlowStakingCollection.StakingCollection.depositTokens: " + .concat(" Cannot return more FLOW to the account than is already in use for staking.") } let unlockedVault = self.unlockedVault.borrow()! @@ -490,8 +496,8 @@ access(all) contract FlowStakingCollection { self.nodeStakers[id] <-! nodeStaker let nodeReference = self.borrowNode(id) - ?? panic("FlowStakingCollection.StakingCollection.removeDelegator: " - .concat("Could not borrow a reference to the newly created node with ID") + ?? panic("FlowStakingCollection.StakingCollection.registerNode: " + .concat("Could not borrow a reference to the newly created node with ID ") .concat(id).concat(".")) let nodeInfo = FlowIDTableStaking.NodeInfo(nodeID: nodeReference.id) @@ -649,7 +655,7 @@ access(all) contract FlowStakingCollection { let lockedNodeReference = lockedTokenManager.borrowNode() ?? panic("FlowStakingCollection.StakingCollection.createMachineAccountForExistingNode: " - .concat("Could not borrow a node reference from the locked account")) + .concat("Could not borrow a node reference from the locked account.")) return self.registerMachineAccount(nodeReference: lockedNodeReference, payer: payer) } @@ -995,7 +1001,7 @@ access(all) contract FlowStakingCollection { /// Set the machine account for this node to `nil` because it no longer exists if let machineAccountInfo = self.machineAccounts[nodeID] { let vaultRef = machineAccountInfo.machineAccountVaultProvider.borrow() - ?? panic("FlowStakingCollection.StakingCollection.closeStake: Could not borrow vault ref from machine account") + ?? panic("FlowStakingCollection.StakingCollection.closeStake: Could not borrow vault ref from machine account.") let unlockedVault = self.unlockedVault!.borrow()! var availableBalance: UFix64 = 0.0 @@ -1237,6 +1243,8 @@ access(all) contract FlowStakingCollection { /// /// @param account: The account address if talking about an account that is not the signer. /// If referring to the signer, leave this argument as `nil`. + /// + /// @return String: The full error message access(all) view fun getCollectionMissingError(_ account: Address?): String { if let address = account { return "The account ".concat(address.toString()) diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index affe30b3..06beb97b 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -3,7 +3,7 @@ // FlowFees.cdc (9.634kB) // FlowIDTableStaking.cdc (101.556kB) // FlowServiceAccount.cdc (8.509kB) -// FlowStakingCollection.cdc (64.095kB) +// FlowStakingCollection.cdc (64.446kB) // FlowStorageFees.cdc (9.13kB) // FlowToken.cdc (13.18kB) // LockedTokens.cdc (32.558kB) @@ -142,7 +142,7 @@ func flowserviceaccountCdc() (*asset, error) { return a, nil } -var _flowstakingcollectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x59\x73\x1b\x37\xd6\xe8\xbb\x7e\xc5\xb1\x1e\x1c\x6a\x42\x51\xa9\x7b\x6f\xdd\xfa\x4a\x65\xc5\x71\x2c\xdb\xa3\x72\x62\x7b\xbc\x4c\x1e\x52\x53\x09\xd8\x0d\x8a\x3d\x6e\x36\x98\x06\x28\x85\xe3\xf1\x7f\xff\x0a\xfb\xde\x0b\x45\xc9\x76\x39\x7c\xb0\x45\x76\x63\x3b\x38\x3b\xce\x39\x38\xf9\xdb\xc1\x01\x00\xc0\xd3\x9a\x5c\xbf\x61\xe8\x7d\xd5\x5c\x3e\x26\x75\x8d\x0b\x56\x91\x46\x3e\x7a\xbb\xac\x28\x14\xa4\x61\x2d\x2a\x18\x94\x78\x51\x35\x98\x02\x82\xc2\xbc\x07\x0b\xd2\x02\x95\xad\x01\x35\x25\x94\xb8\xc6\x97\x88\xf1\xaf\x64\xfe\x6f\x5c\x30\x2a\x7a\xba\x5e\x56\xc5\x12\x50\x5d\x93\x6b\x0a\x1b\x8a\x5b\x0a\x8c\x88\x86\xd8\x6d\x86\x45\x7f\x88\xc2\x0a\x35\x5b\x68\x48\xc9\x87\xa3\xc0\x96\x78\x0b\xd7\xa8\x61\x50\x35\x80\x80\x56\xcd\x65\x8d\x01\x15\x05\xd9\x34\x6c\x26\x06\xb8\x60\x20\xe6\xba\x5a\x23\x56\xcd\x6b\x0c\xd7\x15\x5b\xf2\x86\x50\x93\xe2\x3d\x2e\x81\x91\xf7\xb8\xd1\x6d\x80\x62\xb6\x59\xcf\xe4\x2a\xdf\x60\x2c\x5e\x24\xcd\xa2\x26\xd7\x27\xfc\x9f\xe3\x82\xb4\xf8\x58\xaf\x9c\xc2\xeb\x27\x8f\xce\x7f\x7e\x22\x26\xb7\x22\x2d\x86\x65\x75\xb9\x84\x1a\x5f\xe1\x1a\xaa\x66\x41\xda\x15\x12\xc0\x40\x73\xb2\x61\xa2\x2f\x0d\x12\x0b\x29\x3e\xd8\xdf\x4e\x0e\x0e\xaa\xd5\x9a\xb4\x0c\x9e\x6e\x9a\x4b\x3e\xcf\xb7\x62\x5a\x8b\x96\xac\xe0\xd0\xfb\xed\xd0\xbc\x59\x93\x6b\xef\x2d\xfd\xdd\x7b\xe3\xe2\xfc\x2d\x9a\xd7\x58\x6d\xa4\xf3\xaa\xff\xc0\xb4\xf9\x49\x40\x45\xf4\x43\xd5\xdb\xee\x4f\x5e\xdf\x6f\x18\x69\xd1\x25\x7e\x8a\x31\x75\x3a\x76\x7e\xf5\xde\x7e\x5c\x6f\x28\xc3\xed\x3f\x1e\x3b\xef\x9a\xdf\xbc\x37\xcf\x9f\x3f\x73\xde\x39\x7f\xfe\xcc\x7b\xfa\x64\x4d\x8a\xa5\xf3\x5c\x7c\x37\x6f\xfc\xb8\x69\x1b\xdc\xaa\xc7\xf2\xcb\xe1\xc1\x01\x2a\x0a\x4c\xe9\x04\xd5\xf5\x91\xc5\xdb\x24\x82\xc3\x07\xb9\xf9\x27\x27\x27\xf0\x48\x21\xc5\x1a\xb1\xa5\x44\x57\xb7\x9f\x1a\x33\x88\x9a\xab\xc5\xbf\x42\x6c\x79\x0a\xce\x97\x61\xad\x5f\xb5\xd5\x15\x62\xaa\xb5\xf3\x65\x60\xeb\xcd\xbc\xae\x0a\xd5\xd8\xfc\x6d\x97\xf3\xe4\x0a\x37\x2c\x5e\x07\xe6\x3f\xc3\x0b\x52\xe2\x47\x65\xc9\xf7\x39\xea\x78\xc2\x09\xee\xe2\x9c\x2f\xa8\xad\x9a\xcb\x29\xb4\xa4\xc6\xa7\xf0\xee\xa2\x61\xff\x33\x05\xb4\xe2\x40\x7a\x4c\x56\xab\x8a\x31\x5c\x9e\xc2\xbb\xa7\xd5\x9f\xff\xff\xff\x4d\x01\x95\x65\x8b\x29\x3d\x85\x47\xf2\x8f\x87\x47\x99\xb1\xcf\x25\x91\x93\x76\xf0\x04\x4a\xdd\x82\xff\xc8\xe7\xf1\x7f\xff\xcf\xb8\x89\x74\x40\xe1\x35\x5e\x91\x2b\x5c\x3e\x6d\xc9\x6a\x2c\x24\x46\x2f\x78\xd4\x58\xe9\x45\x0f\x5e\xdb\xcf\xa8\x58\x56\x0d\x56\x48\xfd\xb8\xc5\x88\xe1\x72\xdc\x82\x8e\x2c\x32\xbd\x61\xed\xa6\xe0\x3c\x0d\x31\xa0\x8c\xb4\x98\xda\xf9\xc1\xc5\xb9\x60\x7f\xd1\x44\xa8\x6c\x74\x6e\x17\x42\xe1\x83\x78\x2b\x85\xe0\xa6\xbf\x17\xde\x1c\xfb\xdf\xb7\xf0\x39\x30\x2f\x5f\x55\xf8\x1a\xaa\xa6\x62\x43\xc0\x7a\xe4\xcc\x8a\x7f\x28\xae\x17\xb3\x60\x3a\x70\x06\xb2\xa7\x8e\x37\xc5\x5b\xce\x37\xf3\xea\xc7\x03\xf9\xaf\x01\xe7\x63\xd2\x30\x54\x35\x34\x21\x36\x90\x18\xe7\x1b\x2e\xfb\xc4\x06\x6a\xb6\x64\xda\x4a\x19\x5a\x71\x01\x4c\x71\x41\x9a\x12\xb5\x5b\x23\xd0\xc4\x06\x55\x14\x48\x53\x6f\x61\x85\xb9\xac\x64\x04\x96\xa4\x2e\x4d\x7b\x2e\x97\xfe\xf1\x18\x48\x0b\x9c\xf1\x4a\xe9\x2c\x84\xef\xd3\x9f\x5e\xfe\xc2\xdf\x46\x1b\x46\xf8\x94\x0a\x54\xd7\x5b\x58\xa3\xad\x10\x78\xac\x45\x0d\x45\x4a\xda\x63\x4c\x4d\x7f\x2d\xae\x39\x6a\xf1\x96\x4e\xb7\x6b\xdc\x8a\x55\xd1\x59\x0e\x2d\x7c\x04\xbd\x68\x16\xa4\x03\x39\x9a\x61\x38\xe1\xa0\xb3\x79\x87\x83\x1b\xad\xd1\xbc\xaa\x2b\xb6\xe5\xb3\xe4\x00\x10\x6b\xfd\x27\xda\xd4\x02\x3e\x42\x21\x91\xc2\xff\xba\xc1\xad\xdb\x94\x11\xa1\x42\x94\x2d\xba\xe6\x6b\x2b\xf1\x9a\xd0\x8a\xa9\x6e\xaa\xd6\xec\x92\xde\x80\x6a\x01\x0d\xc6\x25\x2e\xc3\x39\x6a\x39\x24\x27\xba\xf2\x16\x2f\x26\xf2\xaa\x25\x57\x55\x89\xdb\x53\x67\xba\x0f\xd0\x86\x2d\x27\x9e\x42\x30\xfb\x45\x4d\xe7\x08\xee\x1b\x1d\x60\x26\x7a\xf8\xde\xe2\x7f\x12\xf5\x3d\x62\xbf\x9d\x19\x84\xa4\xb4\x6e\x71\xf0\x0b\xff\x74\x8c\x3d\x2b\x96\xb8\x78\x3f\x39\x3a\x8d\x1a\xf1\xcf\x61\x52\x88\xcf\x62\x54\x9a\x71\x00\x9c\xc2\x45\x73\x85\xea\xaa\x14\xb2\x1f\xa4\xf6\x24\x37\xdd\x0c\x77\xe8\x8d\xf3\x31\xa6\xee\xa6\x8f\xfc\x39\x54\xe1\x4c\x00\x37\x7e\xd8\xb1\x52\x38\xeb\x82\x83\xc3\x3b\x5c\x74\x7c\x86\x99\xd0\x83\x35\xaf\x06\xb2\x10\x5f\x03\x34\x4c\x12\x88\xe0\x89\x8b\x4d\x03\x97\x98\x29\x0e\x3f\x39\x32\xcc\x3e\xd8\xa6\x16\xb3\x4d\xdb\xf4\x2e\x62\x36\x27\x6d\x4b\xae\x27\x47\xf7\x66\x82\x74\xee\xcd\xd4\xc4\xf2\xbc\x4f\xea\x2a\x50\x35\x0c\xb7\x0b\x54\x60\xc9\xb3\xa4\x31\x50\xa0\x06\xd6\xfc\x39\x5d\x4a\xa6\x23\x68\x2c\xd6\xa2\x4d\x67\x94\xc8\xe6\x84\x2d\x75\xfb\x3f\x36\xb8\xdd\x06\x2d\x93\xe2\xa9\xc5\x94\x6c\xda\x02\x3b\x53\xc9\x28\x59\x19\xc6\x74\x85\x5a\x65\x56\x48\x6d\xf9\x1d\xb5\x6a\x48\xb6\xc1\xa6\x19\xd5\x84\xef\x17\x2a\x4b\x2e\x84\x5e\x0a\x56\x3d\xf9\x4d\x60\xe2\x29\xfc\x10\xab\xf5\x33\xfe\x1a\xff\x1b\xb7\x21\x81\x73\xa2\x38\x4d\xf0\x5c\xa5\xb4\x64\x86\x35\xa2\xdb\x8c\x6d\xc4\x5b\x7e\x02\xa6\x51\xba\x6b\x83\x86\x25\xc1\x54\x4c\xf6\xc9\x9f\x15\x1d\x24\xa8\x1f\x1e\x9d\xc2\x8f\x84\xd4\xd9\x29\x5f\x62\x26\xc5\xb5\xc0\xec\x5f\x65\x57\xff\xea\x7a\xdd\x55\x4e\x44\x1b\xf7\x87\xce\x96\x8f\xea\x5a\x8c\xd5\x2c\x88\x68\x98\x81\x06\x7f\xde\xd7\x8f\x1d\xb3\xa3\x33\xef\xa5\xce\x1e\xfd\x5d\x16\xcb\xfa\x20\x41\x91\xc2\x00\x8f\x40\x3d\x3d\xb2\x61\x15\xab\xf1\x8a\x6b\x93\x96\x22\x5e\x0a\x09\x69\x08\xf0\xed\x12\x5b\x42\x52\xea\x21\xc7\x3f\x2a\xd5\x44\x6e\xa9\x4b\x52\x54\x9c\x49\x19\xfc\xa4\xc5\xa6\x0b\x54\xd7\x01\xb9\x2a\x97\x81\xd0\x4a\x8a\x48\x76\x2b\x4b\x5e\x4b\x5c\xf9\xb2\xe9\xed\x39\xc6\x6b\xca\xb5\x95\xe2\x3d\x67\x8e\x4b\x72\x2d\xbd\x08\xba\x55\x53\x1a\x12\x94\xce\x00\x0a\xa8\x95\x96\x3a\x2e\x5d\xbe\x52\x31\x78\xdf\x90\x6b\xaa\x14\x2e\xf5\x2e\x23\x70\x59\x5d\x61\x3d\x17\xce\xb6\xe0\x7a\x89\x1b\xe9\x9c\xd0\xea\x01\x1f\x45\xab\x0d\xa6\xcf\xb2\x5a\x2c\x70\xcb\xa1\xc9\xb6\x6b\x2c\x59\xb7\xe8\xd4\xbc\x61\xfe\xf8\xe5\xd1\xeb\x17\x17\x2f\x9e\x9d\xc2\xc5\x02\xb6\x64\x03\x25\xa6\xac\x25\x5b\xae\xf2\x45\xbc\xd0\xba\x38\x7e\x57\xaf\xfd\x0e\x05\x59\xad\x50\x53\x4e\x4d\x87\xbc\x93\xeb\xaa\xae\xa1\x26\x14\xab\x5d\x56\x9a\x0f\x7f\xd6\x6a\x27\x8b\xf5\xc1\x90\x96\xca\xfd\x4c\xfb\x31\x4c\xcf\x2b\xd4\xa0\x4b\x4c\x67\x7a\xaa\xd7\x4a\xe7\xd4\x53\xae\xd8\x54\xfc\xbe\xda\x50\x06\xb8\xe2\x7c\x5a\xea\x92\x0b\xdc\xda\xa1\xc5\x5c\x1c\x08\xa1\x40\xe9\xdd\x34\xca\x49\xa4\xe7\xab\xb7\x2e\x05\x68\xf1\x82\x6a\x51\xba\x6f\xb6\xf8\x1a\xb5\x25\x85\x45\xd5\x52\x06\x73\xbc\xe0\x18\xaa\x26\xca\x49\xcc\xc5\xea\x86\xef\xad\x07\xd6\x48\x38\xfc\x0e\x2b\xcc\x96\xa4\xf4\x97\x9b\x97\x33\x51\x07\xa7\x39\x81\x33\x55\x8e\x8d\x19\xff\x8f\x33\x01\xed\xa7\xb0\xf0\x50\x28\x7c\xc5\xa5\x71\xc8\x0c\xb8\xd4\xf6\xa5\x8d\x10\xda\x7b\xd1\x2c\xf9\xe8\xc9\xb1\x85\x6d\xc2\x51\x6c\x8e\xa1\xa9\x6a\xae\x09\x0b\x45\x45\x91\xe9\x12\x51\x68\x08\x14\xa4\x6d\x31\x5d\x93\xa6\xe4\xf8\xe4\x93\x72\x7e\x19\xfb\x59\xc4\x43\x7f\x15\x6f\xa4\x1d\x1b\x32\x1d\xae\x77\xa4\xa8\xc1\x6b\xfb\x18\x35\xd2\xc6\xe2\x48\x42\x1a\xec\x58\xc3\x6b\xac\x50\xda\x51\x16\x79\x13\x6e\x16\x70\x4c\x99\x63\x58\x4b\x5f\x8f\x1a\xea\x1a\xe6\xb8\x40\x0a\xdb\xb6\x50\x90\x4d\x5d\xf2\xb7\x36\xd4\x01\x91\xc3\x29\x92\x10\x6a\x8c\xe4\xa7\xa7\xf0\x83\x61\xf7\x9d\x3a\xc2\xc7\xee\xee\x8c\xc0\x19\xd2\xa3\x79\xf9\xe3\x41\x00\x28\xb1\x59\x96\x7b\x8b\x0d\xf9\x3b\xa9\xb9\x06\xac\x8c\x4f\x29\x23\x2c\x4e\x87\xe8\xe0\x38\xe7\xa8\xa0\x76\x69\x27\x07\x72\x40\xe0\x5e\x43\x94\x7f\x02\xd8\xb2\xa2\x53\xce\xc4\x1d\x9c\xcc\xaf\x97\xd9\x59\x0d\x45\xb0\xa9\xe7\x3c\x9d\x89\xff\x5e\x1a\xb3\xf7\x08\xee\xc7\x8f\xe5\x00\x21\x1e\xbe\xe5\xb2\x8a\x0e\x92\x54\x9a\x17\xe3\x96\x1b\xf9\x12\x41\x84\xab\xdc\x88\x50\x83\xb9\x27\xc2\x5a\x4d\x22\xef\x2f\x9c\xbb\x15\xd2\x71\xc6\x7b\x68\xf0\xb5\x1a\x60\x0a\xb1\x64\xdc\x50\x5c\x4a\x8e\x39\x85\x05\xe1\x96\x32\x2e\x61\xbe\x0d\xe7\x16\x8f\xa0\xf9\x32\x1f\x42\x77\x9f\x12\xbd\xfa\xbd\x26\x35\x4a\x27\xfa\xdf\x8a\x16\x9e\xda\x9b\x84\x89\x45\x01\x51\x4a\x8a\x4a\xf8\x3e\x84\x08\x16\xa0\xcf\xa3\x98\xaf\x8f\xd3\x1e\x9d\xcc\xb7\xe4\x3d\xd3\x6c\x5f\x3c\x7d\xea\xf5\x7a\xc7\x14\xa0\x87\x1d\xe6\x30\xf0\x96\xbc\x93\x8b\x20\xfe\x45\x7a\x08\x1e\xa3\x86\xf3\x8c\x8b\xa6\x62\x15\xaa\xab\xff\x60\x40\x5a\x28\x3b\x4a\xef\x3d\x38\x4c\x0e\x36\x2b\x48\x53\x20\x36\x39\xe4\x6a\xf0\x5a\xda\xc4\xa5\x73\x54\x23\x9d\x0d\x8e\x0a\x2b\x10\xc5\x38\x94\x1c\x0d\x9b\x72\x82\xae\xa4\xbb\x62\x76\x78\xd4\xe7\x95\xf0\x00\x02\x67\x3e\x80\x0e\xd2\x5e\x0c\x25\x1e\xe0\xc1\x31\x7c\xc8\x38\x3a\x2c\xcb\x57\x6f\xc5\xaf\x85\x74\x03\x67\xf0\xdd\xec\xbb\xfc\x0c\xa3\x37\xbd\x57\x4f\x4e\xb8\xde\x18\xea\x09\x21\x6f\x9f\x0a\x2a\x50\xfb\x53\x09\x1b\x82\x43\x77\x29\x90\x29\xec\x8f\xf3\x4d\x57\x41\x71\xc0\xef\xbd\x5a\x2d\x84\x27\xce\xc1\xfb\x97\xf3\x7f\xc3\x99\xfb\x43\x02\x13\xc5\xda\xdc\x57\xbc\x06\x07\xd1\xfb\x27\x27\x20\x5d\x24\x8a\x87\x70\x59\x27\x26\x2f\xf5\x66\x23\x03\xc5\x09\x56\xc2\xba\x49\x75\xc8\x6d\x10\xcc\x1c\x2d\xde\x69\xd7\xb9\x64\xfe\xe1\x6b\x76\x76\xe6\x67\x35\x8d\xb3\x00\x10\x8e\x63\x47\xfe\xe5\xbe\x3d\x39\x4a\xc3\xc5\xc7\xc9\x78\x94\x99\xaf\x31\xf2\xcf\x47\xc0\x35\x4d\x91\x7c\x02\xd0\xae\x04\xef\x18\x37\x7c\x2d\x85\xc5\x01\x33\x86\x33\x97\x24\x02\x15\x46\xf8\xdc\x84\xe5\xd5\x94\xa8\x2d\x01\xb7\x2d\x69\x61\x85\x29\x45\x97\xc2\x70\xa1\x5c\x74\x6b\x23\x10\x5a\xfc\xc7\x06\x53\x2e\x15\xa4\xa4\xf6\xfa\xaa\xa8\x50\x51\x84\x33\x98\x73\x17\x21\xe3\x3a\x2c\x2c\xd5\xce\xeb\xe3\x87\x35\x6a\xd1\xca\xb8\xc4\x39\xeb\xb9\x38\xd7\x8e\x40\x3b\x3a\x7f\x9e\x6a\xe7\xf9\x55\x72\x8d\xcd\x4b\xbd\x9e\x44\xc9\x55\xce\x09\xa6\x0d\x13\x8e\x9c\x8b\xc6\xf2\xcd\x27\x1c\x54\x93\xc5\xa6\x29\x5e\xa0\x15\xb6\xbe\x9d\x81\xbe\x1e\xf9\x38\x40\x0e\x8e\xc0\x62\x0b\x7e\xc4\x97\x55\xd3\xf0\x17\xce\x86\x73\xfd\x43\xcd\xb2\xf5\xa4\x8e\x0c\x0f\x3f\x85\x80\xef\x2a\x0e\x61\x55\x7b\xef\x74\x27\x81\xb3\xca\x69\xea\xcf\xce\x93\x11\x74\x8d\x8b\x6a\x51\xb9\x10\xb6\xca\x03\xdf\x89\xc3\x98\xb4\xc0\x11\x34\x12\x70\x76\xce\xbe\x8d\x22\xda\xeb\x67\xe6\xd7\x19\x23\x12\x90\x93\xa3\xee\xce\x0f\x85\x4b\x4e\x20\x28\xe6\x3b\xa9\x15\x73\xe1\xd9\xfd\x86\xba\x51\x0c\x7d\xf3\x3c\xfc\x99\x5b\xeb\x74\xd3\x62\xeb\x44\xb8\x38\xa7\xc2\x13\x80\x1b\x86\x5b\x5c\x3a\xa6\xa0\xb2\xfe\x0d\x44\xf4\x29\x56\x48\x26\x15\x4d\x45\x54\x84\xd2\x32\xc7\x51\xc6\xec\x8e\xd8\x0e\xb1\x31\x3b\xec\xc9\x2d\x43\x31\x03\x44\xe9\xcf\x51\xde\x94\x1b\x01\x30\xc7\x08\x1f\x23\xd1\x93\xe1\x74\x8e\x0f\xaa\xa2\xda\x03\xc2\x65\x50\x85\xe0\x77\xe5\xc0\x98\x6f\xda\x66\x72\xf4\x7b\xfe\x34\x8c\xb3\x11\xfe\x12\xef\x7c\x8e\xb8\x5e\xe7\xfa\x3a\x40\x11\xbc\x84\x31\xe7\xd3\x82\x7d\xbb\x7e\xde\xe8\xdd\xd2\x3d\x6f\xb6\x0d\x7c\x4f\xaf\x3f\x84\xb6\xf9\xc5\x49\xb6\x19\x2c\x23\x94\x8a\x9a\x50\xa9\x4c\x19\x9f\xb5\xfc\x3f\xe0\x63\x4d\x55\x87\x80\x8d\x06\x75\x49\xb7\x6a\xfc\xa9\x0f\x1f\xde\x69\x16\x9e\x5b\x07\x73\x4a\xbe\x79\x71\xbe\x03\x02\x38\xf6\xa3\xb2\xe5\x9c\x18\xb0\x99\x3a\xa8\x72\xe2\x8a\x94\xeb\x8f\xb4\x30\x27\x6c\x29\xf5\x14\xdf\x68\x7c\x47\x31\x0d\xec\x4f\x65\x10\x32\xe1\x8e\xd3\xa6\x63\xb5\x00\x6e\x26\x8b\x08\x2c\xe9\xba\x15\x96\x7f\xf2\xd4\x55\x9a\x5f\x4a\x54\x49\x55\x74\x22\x03\x47\xb4\xbd\x77\x74\x0a\x3f\x7c\xf0\xed\x1b\xa1\x48\x7c\x4c\xa1\x61\xa8\x76\xc7\xba\xb8\xd5\x9b\xb2\x8d\x7f\x44\x35\x6a\x0a\x1c\x6a\xed\xb3\xb9\xfa\xfd\x38\x8c\xb6\x9a\xad\xaa\xa6\x5a\x6d\x56\xea\xa7\xd7\x98\xe2\xf6\x0a\xd9\xf8\x3c\x0b\x44\xa5\x4c\xb7\x58\xc6\x07\x84\x5a\xb4\xf6\x68\x7a\xba\xa2\x80\x71\x28\xf7\x22\xb5\xea\x9e\xd0\xab\x42\x98\x80\xa7\x50\x7a\x50\x71\x7e\xba\x97\x01\x8a\xdf\xda\x82\x65\xaf\x40\x11\xc8\x40\x29\x6e\x03\x2b\xda\x3c\x13\xd8\x00\x0f\xce\x82\x69\x7c\x1b\xee\xd7\x34\xd9\x5c\xa9\x81\xa7\xc3\x35\x10\x83\x88\xc6\xf8\xbc\xd4\x66\x88\x8d\x86\xcc\x19\x9c\xfa\xe3\x89\x2d\xb5\x04\xb2\x90\x61\x0d\x56\x8b\x63\x84\x6f\xf9\x34\x27\x66\xc2\xce\x64\x3f\xae\xba\x60\x86\x99\x72\x84\x5a\x49\xbf\x1a\x92\xdc\x9f\x6e\x56\x7c\xc8\x81\x7d\x1f\x26\xdd\x5a\x7c\xbe\x53\x47\x67\x99\x78\x10\xff\x36\xd8\x81\xa3\x5e\x4d\x26\x1a\x75\x1a\x4a\x5f\xed\xbd\x09\x85\x1e\xff\x1c\x25\xcd\xb7\x8b\x85\x76\xaf\xe9\x4d\x2a\x50\x03\x73\xae\x2d\x8b\x68\x2e\xc9\xde\xe4\x44\xa7\xd6\xb6\x97\xe7\x0d\x42\xe3\x60\x4b\xbc\x8a\x7a\xae\x16\x30\xc9\xe0\x5e\xe8\x13\xd1\x9f\x9c\xfd\x9d\xfe\xfd\x5b\x85\x17\xf1\xa2\xc0\x2a\x43\x0f\x8e\x5d\x62\xd3\x93\x37\x2c\x52\xfe\x1f\x43\x2a\x03\x27\x8e\xcc\x1c\x56\x5d\x00\x92\x3f\xc2\x35\xd7\x50\xe4\x7b\x8a\xbf\xab\x07\xd2\x0e\xa1\xca\x22\xd6\x18\x10\x0d\x68\xb4\xbc\xe4\xea\x4e\x4e\x60\xb3\x2e\x11\xc3\x81\x3c\x11\xbe\xcc\x16\x17\xa4\x15\x0a\x11\x2a\xc5\x29\x84\x19\x52\x99\x41\xaa\x8d\x62\x3d\x7b\xd9\x0a\x6f\x7f\xd3\x73\x16\x6a\xce\x66\xf5\xce\xf3\x9b\xbc\x25\xef\x28\x67\x89\x0a\x53\x8e\x87\x74\xc4\x45\xa9\x5c\xbc\xe7\x55\xef\x05\x81\x1a\xc3\xb0\x8f\x5c\xe7\xab\xaa\xd9\x50\xb1\x81\xf8\x0a\xb7\x70\x8d\x54\xa7\xa1\x0b\x23\xf0\xd9\x46\xe0\x4b\x7a\x88\x72\x4f\xbe\xcd\xc0\x26\x0f\x4b\xb5\xde\x07\xc7\xd6\x1f\x37\x2b\x44\x18\xe4\x93\xd5\x9a\x6d\x05\xc6\x4f\x84\x08\x7c\xbb\x5d\xe3\x53\xe0\xff\x3e\xf8\x21\x74\x92\x72\x4e\x93\x03\xc4\x33\xcc\x94\xeb\x8a\x6d\x50\xed\x6b\x3b\xa8\x58\x42\xec\xed\x70\xe7\x27\x97\xf2\x8a\xb4\x42\x81\x7e\x70\x0c\x9d\x94\xe8\x33\x88\x6c\xa7\x1a\x72\x4e\xb7\xbe\x92\x11\x75\x9c\x06\x6b\x7e\xd1\xe7\x3a\x02\x6e\x89\x57\x50\x35\xca\xfb\x44\xd1\x0a\x77\xac\x57\x82\x66\xa6\x8e\xc7\x27\x1c\x44\xa7\x86\xf7\xa8\xb9\xa6\x17\x95\x69\x19\xac\x33\x33\x5d\xc3\xe4\x32\xa8\xf8\x71\x98\xe1\x78\x72\x02\x6f\xaa\x46\xc4\x37\x28\xd5\xaa\x21\x91\x6e\x25\x64\x84\xc4\x80\x25\x92\x01\x02\x05\x59\x61\x4b\x15\x0d\x69\x57\xa8\xb6\xf4\x38\xcf\xd1\xf0\x30\x6d\xe5\x2f\xed\xa4\x53\x3b\xf1\x47\x1d\x3c\xc8\xe4\xd3\xab\x1c\xbb\xf0\xc6\x9c\xa4\x37\x04\xd0\xc3\x04\x52\x72\x3e\x6b\x05\x2a\x0e\x60\xcc\x3b\x6e\xb5\x4b\xdf\x83\x34\x28\xd0\x82\xe1\x16\xe6\x98\xcb\x15\xe7\x6c\x8f\xd3\x81\x3c\x5b\xc1\x22\x4a\x58\x65\x08\x91\x66\x96\xeb\x3d\x92\x5d\xca\x1c\xac\x16\xb0\x26\x94\x72\x83\x6d\xc4\x61\xa1\x35\x05\x15\x33\x51\xe6\xa0\x64\x29\x69\x1b\x70\xd8\xe9\x94\x08\x18\xa9\xa8\x72\x0c\xd3\xa5\x38\xc0\x6f\x84\x70\x9c\x63\x60\x6d\x75\x79\x29\x7c\x35\x55\x03\xeb\x96\x94\x1b\xe9\x32\x99\xe3\x02\xd1\x0d\x76\x15\x4b\x75\xd4\x8a\xeb\x32\xe6\x55\x27\x27\xba\x67\x11\x40\x40\xd6\xb8\xad\xb7\xea\x14\x41\x4a\x72\xa5\xa4\x8a\x50\x48\xbe\x4e\x31\x4c\xdc\x11\x5f\xaf\x31\xab\x1e\x74\x61\x55\x52\x99\xb9\xe1\xa9\x9b\x07\x7b\xc3\x63\x74\xdc\x94\xa0\x61\x19\x87\xce\x09\x99\x1b\xb1\x75\x8b\x51\x29\xe2\x2c\xca\x30\x56\xf7\x66\xe6\x79\x60\x3a\xf7\xd9\xce\x97\x4a\xd8\x7b\xb6\xb3\x3c\x81\x52\x9e\x1c\xb1\x04\x37\x3a\x1d\xfa\x6c\xe9\x84\x22\xcd\xcd\x82\x81\x3b\xd4\x69\x26\x8c\x62\x20\xc7\x1e\x52\xa4\x65\xa9\x0f\xc6\x50\x1e\xf3\xff\x63\xee\x96\x95\xa8\x12\xe4\xf0\x5a\xb2\xa7\x24\x99\xef\x38\x89\x98\xb7\xe5\xa0\x97\x66\xe7\x23\xce\x2e\xbd\x26\x83\x6d\x81\x00\xd6\x19\xc8\xb8\x5c\x4d\x32\x71\xad\xa5\xeb\x18\xb9\x02\x03\xa2\x43\x55\xed\xb4\x33\x66\xe8\x2e\x8e\x38\xb0\xbb\x09\xda\x85\x1d\x66\x8c\xcc\x2e\x25\x4c\x13\xa9\x8c\x26\x0f\xcf\x42\xd5\x61\x89\xce\xe0\xd0\x2a\x4d\xc5\x66\xd1\x50\x63\xb1\x3d\x2b\x2c\x25\x8a\x53\x60\xed\x06\x0b\xcf\x65\x4a\x02\x6a\x7b\x4c\x9c\x17\x50\xad\x3f\xc4\xc9\x8a\x22\xd4\x47\xc4\x9f\x6a\x27\xb5\x58\x12\x59\xf3\xa7\xa8\x76\xbd\xbb\x53\x29\x07\xae\x2b\x8a\x61\x81\x6a\x8a\x67\xdd\x27\x79\xbb\x07\x63\x07\xa8\x10\x44\x53\xf9\xc9\x5c\x0f\x13\xc7\xb3\x41\x83\xf3\x74\x1a\xd8\x98\x96\xce\x1c\x41\x35\x1b\xe7\x27\xd5\x68\xe4\xa6\x0f\x68\x45\x1e\xb1\x28\x3e\x0d\x1c\x3e\xef\x9e\x58\x3b\x7c\xde\xff\xa8\x83\xc5\xdf\xfc\xe3\xed\xb0\xbd\xa5\xd4\x0c\x07\x8d\xc0\x0c\x67\x5e\x9f\xf6\x98\x24\x71\x60\x1f\x74\x70\x1e\xa5\xbb\x85\x3d\x05\x6f\x8c\xe8\xb2\xbb\xbb\x64\x57\x1f\xbb\x44\xbd\x0d\x1a\x51\xc6\x04\xdf\x45\x49\x1b\x06\x4f\xa7\x20\xa2\x84\x84\x56\xa4\x95\x45\x37\xb4\x99\xbf\x6e\x7e\x5f\x21\x56\x2c\x31\xed\x3c\xfc\x0d\x93\xfb\xd2\xdb\x3a\xe9\x00\xe9\xbd\x74\x04\x03\xff\xdc\xbf\x9f\x03\xdc\xf8\x46\x72\xb4\x7b\x70\x96\x4c\x59\xea\x1d\x51\x34\xcc\x1e\x0d\xf1\x4f\x1a\x19\xb5\xaf\xb3\xdd\xc4\x9c\xfc\x63\xd2\xb1\xfa\x13\x21\xef\xc3\x6d\xb3\xc1\xec\xc1\x59\xac\x62\x75\x6e\xd2\x69\xce\xda\x11\x74\x24\x49\xc7\xac\xab\xfb\xa4\xce\x5d\xae\xa6\xda\x61\x42\x2f\xd8\x72\x6f\xa7\x03\x18\x47\xfb\x92\x23\xeb\x91\x90\x8c\x57\xcd\x47\xd2\xa7\xd2\x29\x04\xca\x0a\xab\xa7\xca\x68\x10\xd6\x5c\x59\x02\x6a\xa4\x48\xe2\x3c\xd0\x86\x0d\xbb\x19\x17\x70\xe7\xe9\x4a\x89\x68\x90\xaa\x54\xe9\x79\xb3\xaa\x8c\x1e\x2a\x1e\x2e\xf2\x4b\xcf\x72\xd1\xcb\x22\xef\x46\xa3\x48\x55\xc6\x67\xca\x8c\x30\x54\xbf\x91\x09\x05\x67\x6e\x9f\x33\xf1\x44\x2a\x35\x17\xcd\x6b\x21\xc7\x27\x47\x70\x1c\xbc\xc3\x1f\xbf\x16\xd9\x07\x81\x5f\x75\x17\x6b\xdf\x99\x8c\x8f\x0e\x78\x55\xf5\xa4\xf6\x47\xd8\xa3\x17\xed\x4e\xb7\x2a\x63\x6f\x92\xcc\x1d\x75\xdf\xe2\xbf\xc4\xef\x45\x59\xf9\x11\xac\xcc\xb3\x5f\x64\x24\xb7\x8d\x39\x9c\x1c\x25\xfa\xd3\x39\xe9\x02\x1c\xc2\xa5\xf2\x30\xca\x31\x84\xd8\x93\x12\x46\x3d\xfe\x5a\x95\xff\x82\x07\xc7\xf7\xfc\xb0\x28\x50\xde\x3d\x25\xef\xc3\x64\x5e\x95\x82\x68\x89\x20\xd5\x58\x1d\x76\x18\x2f\xa8\x2c\x54\x02\xa4\x2e\x3b\x92\x82\x21\x13\x88\x26\xa6\x19\x26\x86\x5e\xe8\xec\x45\x18\x4f\xb2\x06\xba\x03\xa8\xf6\x86\xd9\x7e\x09\xca\xec\x25\x3e\x3f\xf3\x2d\x8a\x67\x98\x75\xb3\xeb\xd9\x17\x45\xaa\x6e\x5f\x82\x52\xfb\x0b\x61\x0c\x22\x57\x05\xa3\xe8\x5d\x0f\x66\x7d\xf4\xdd\x43\xb7\x7c\x49\x0a\xa6\xdf\x26\x1e\x99\x76\x19\x68\x2a\x97\xef\x5b\xf2\x4e\x66\x65\xdd\x88\xce\xa3\x3d\xf1\x23\x97\x7f\x0d\xb1\x47\xd2\x7d\x1c\xd1\xd8\x41\x49\xea\x2c\xb2\x53\xfe\xf9\x6e\x4b\xa5\x90\x8a\x7c\xc0\xa5\x3e\x11\x73\xb2\x39\x74\x02\x84\xe8\x39\xd9\x1f\xd5\xc1\xa1\x48\x9a\xfe\x7e\xff\xbf\x60\x28\x89\x8c\x1d\xad\x31\x6a\xd3\xec\xaa\xc2\x75\xa9\x98\x96\xe8\xab\xc4\xc0\x8d\x1c\xaf\x23\x27\xd7\x48\x55\x69\x20\x2d\xac\xd0\xd6\x24\xee\xbd\xc7\x78\x0d\x15\x33\x0c\x2d\xe4\x18\x41\x2a\xa8\xe4\x1e\x12\x60\x8e\xe2\xa1\xed\xb6\xa3\x3e\xc9\xff\x70\x90\x8b\x55\x16\xda\x48\xdb\xa8\xd9\xe0\xab\xb4\xab\x52\xc7\x83\x8d\x0a\x5c\x3d\xb4\x0b\x3c\xb4\xe1\xab\xc3\xc2\xbe\x20\xef\x23\x3a\x53\x41\x48\x93\xef\x66\xdf\xdd\x34\x9f\xc1\xce\xd0\xb8\x55\x35\x1a\x4b\x54\x30\x27\x51\x4e\xdc\x5e\x4f\x5a\x83\xca\xe1\x73\x1a\xa8\x74\xcf\x18\xb5\x67\xd2\x07\x5e\x09\x97\xca\xba\x95\x45\x68\x7c\xbf\x5e\x5f\xb4\xa3\x98\xa0\x3c\x37\xb0\xb9\x60\x4e\x82\x67\xa3\x53\x36\x55\x46\x71\x5d\x13\xc1\x73\xe4\xcb\xc2\x41\x56\xad\x70\x77\xf6\x44\xd2\x68\x77\xf5\x04\xcd\x33\xb2\xc6\xfb\x6e\x4a\xa5\x52\xc7\x93\xbd\xed\x55\x62\x75\x9e\x5e\xc6\x5c\x87\x6f\x98\x04\xb9\x8a\xd6\x98\xaa\x03\x09\x86\x6a\x68\x36\xab\x39\x7f\x73\x11\xb9\x68\x4d\x6e\x2d\xe7\x14\x22\xf8\xb3\xdc\x14\xcc\x0d\x02\x10\x2c\x09\xb7\xb1\x6b\x6d\x17\x3f\x61\x56\xe3\x05\xed\x48\xe6\x73\xa7\x99\x25\x9a\x39\xc5\x89\x3d\x54\x16\x7f\x68\xf8\x62\x9d\x14\x99\x15\x5a\xc7\x13\xd7\x71\xa8\xaa\xf3\x07\xc7\x79\xe4\x79\x70\x1c\x7b\x9d\xd4\x54\x1f\x67\xd9\xb7\xeb\x65\xc2\xca\x25\x98\x86\x5e\xa8\x34\xea\x61\x13\xbe\x2e\x70\xcd\x82\x41\xf5\xa7\x34\x53\xcb\x68\xfc\x9d\x92\x7a\x40\xa4\x90\x39\x92\x74\x60\x39\xcc\xd6\x56\xd5\x06\xf4\xc9\x96\x0d\xb3\x96\xe5\x7b\xb8\xdc\x33\xd2\x15\xb9\x68\x20\x12\x42\x4b\xed\x56\x8d\x52\x8b\x16\x22\x81\x57\xfa\x5e\xe3\x5d\x5f\xa3\xa6\x2a\x26\x87\x3e\x47\x15\xfc\xd4\x76\xeb\x77\x39\x38\x9e\x7a\x80\xc6\x11\xaa\xef\x7b\x50\x3a\xc2\x2e\xf3\x7a\x47\xbf\xc0\x8f\xfd\x2b\x5d\x65\xb6\x06\x18\x11\xb7\xa4\x0d\xb8\x0e\x9e\xfd\x6b\x05\x66\xf6\x7d\xaa\x41\xa7\x5b\xed\xce\x54\x84\x73\x6b\xd4\x85\x7a\x82\x75\xaf\xfd\xa5\x2c\x74\x29\x0b\x8e\xb5\x31\x48\x5f\x28\x6d\x05\xc0\x05\x9c\xc1\xe4\x7e\x57\x4f\x88\xca\x5c\xdd\x4e\x3a\x49\x84\x52\x57\x0b\x6f\x9c\x59\x55\x06\xae\x5c\xf8\x10\xb3\x63\xb8\x99\xa5\x3e\x1e\xcd\xe1\x4e\x94\x1e\x48\x29\x3e\x21\xe7\xdb\x51\xf7\xd1\x45\x6a\x77\x53\x7f\xe0\x36\x54\x20\x48\xab\x41\xd1\x82\x87\x6b\x42\x4e\x26\x70\x52\x19\x02\x47\x21\xb2\xc3\xb8\x3a\x51\x02\xb3\x73\x6a\x11\x44\x1e\x91\x4e\x4d\x25\xd9\x1e\x1c\xef\x48\xce\x23\xa2\x3f\x39\x6c\xcd\xb7\x18\xec\x9e\xd0\x9f\xbe\x88\x44\x1f\x70\xb1\x9f\x5f\x29\x41\x69\x82\x55\x3a\xc9\xce\x6c\x7f\x60\xf4\xde\x93\x3f\xd7\xb8\xf0\xb2\x41\xd3\x09\x86\x17\xe7\xe3\xa3\xe4\xac\xf6\xe6\xa7\x01\xa6\x91\xf3\x9b\xa0\xdc\xe8\xc0\x68\xbe\x80\x1d\xba\xb3\xdc\x39\xcc\x61\xbc\x16\x6a\xc9\x63\x1f\x8a\xe8\x9e\x37\xdd\x6c\x48\x5e\x15\xb0\x69\x90\xbb\xec\xbc\xdd\x71\xed\x79\x92\x2c\xb3\x0b\x16\xb3\xc3\xa3\x81\x2a\xb4\x2d\x37\x21\x95\xe8\xcb\x8a\x32\xdc\x8a\x8a\x26\x41\x5d\x9f\x2e\xd5\x5b\xb5\x42\xa2\x9d\xc6\x3e\x29\x79\xf2\x38\x39\x50\x4d\x96\x7d\x0b\xcf\x98\xaf\x4e\x94\x46\x59\xf6\x7e\x77\x8b\x74\x7a\x0f\x1a\xcc\xae\x49\xcb\x27\xf1\x48\x33\xa3\x54\x7b\xfb\xda\x73\xbc\x4d\xbf\xa2\x20\x93\x7d\xee\x27\xc8\xf9\xcf\xd6\x68\x8b\xdb\x53\x10\x55\x41\x7e\x14\xa7\x8d\xff\x44\xf5\x06\x1f\xc1\xfd\x47\x41\x54\xc4\x91\x7a\x4b\x25\x68\x4d\x6d\x51\x91\x0a\xd3\xa9\x28\x81\x2b\xaa\xaa\x4f\xe1\x39\xde\xd2\x29\x5c\x34\x73\xf2\xa7\xed\xe7\x61\x2a\xff\xce\xc6\xf4\x6b\x7d\x3d\xc8\xe9\xd3\x81\xac\x51\x4b\xdf\x70\x4f\xe8\x37\xea\xd4\x52\xe9\x1b\xb1\x72\x55\x9e\x42\xfe\x5c\x2c\x7d\x16\x96\xd8\xb1\xe8\xa7\xae\x56\x62\x83\xbc\xaf\xf1\xdb\xee\x5e\xda\xbf\xe3\xf7\x02\x3f\xfd\x69\x3a\x28\xfe\x68\x6f\xe7\x89\x16\xde\x1d\xc7\x89\x03\x8f\x10\xe5\x0f\x77\x74\x36\xa8\x3c\x12\x49\x04\x7a\x8d\x75\xe8\xdd\x59\x74\xde\x1e\x1e\x45\xf1\xcf\xc3\x87\xb7\x28\xaa\x2d\xe7\x96\xf1\xc6\x84\xe9\x4a\x23\x08\x5a\x33\x51\xc5\xbe\x1a\x7c\x5d\x6f\x41\xa6\xbf\xf8\xd9\xed\x1d\xa2\x54\x8f\x50\x95\x36\xd4\x5e\xb0\xe6\x24\x70\x46\x3a\x43\x0d\x2c\xc5\x21\x5e\x78\xa8\xfa\x5a\xf3\xe4\xae\x63\xd9\xe4\x69\xac\x58\x22\x37\x39\x05\xf7\x09\xaa\x44\x3a\x59\x79\x14\x4c\x19\x67\x28\x50\x5d\x07\x5e\xa8\x6a\x61\x16\xa5\x2a\xfc\x9e\xd9\xeb\x08\xc4\x8a\x5e\x93\x1a\xcf\xd4\xd6\x91\x76\xd6\x22\xc9\x09\xe1\xbf\xff\x1d\xd8\xb2\xa1\xb8\xa1\x1b\x6a\x5b\x66\x4b\x16\xc8\x3a\xc3\x0a\x24\x7e\x50\xc4\xc4\x83\x65\x00\xda\xa9\x66\xd7\xe2\xbf\x71\x65\x12\x06\x07\x8d\xe8\xad\x52\xd5\xc9\x4c\x49\xf2\xd4\xae\xa1\xb8\x2a\x89\x2e\x07\xaa\xec\x74\xcc\xa1\x74\xac\x6b\x8a\xbb\x77\x87\xe8\x06\x2f\x9b\x7a\x6b\xf6\x10\x35\xf0\x68\xc3\x96\x8f\xfc\x5d\x56\x9e\x08\x81\xe6\x95\xa9\xb8\x40\x44\xf6\x79\xa1\xe1\xee\x46\x48\xea\xee\xdc\x45\xeb\xea\xa6\x12\x39\xbe\xa1\xf0\x47\x21\x2a\x80\xbf\xbf\x74\xcc\x47\x5f\x8b\xe1\xea\x43\xaa\x78\xdd\x7c\xc3\x94\xd6\xc3\xdc\x0e\xa5\xda\x4b\x2b\x5b\xde\x14\x95\xa5\xac\x7f\x5c\xc0\x7b\xbc\x55\xd1\xa9\xa1\xa2\x61\x13\x19\x32\x28\xe1\xeb\x03\x3e\x7e\xe4\x3c\x0b\x2a\x0c\xe7\x33\x92\xf5\x7b\xe7\x29\xf2\x0e\x84\xec\x46\xe9\x71\xad\x73\x9d\xc1\x99\xae\x3b\x38\xf1\x09\x29\xec\x5a\x67\x02\x26\x23\x8e\x0b\x3b\x6e\x1c\xd7\xa1\xaa\xe1\x77\xcc\xa2\xbb\x70\x38\x9b\x15\x0e\xa8\x67\x54\x6e\x40\x44\xd4\xb3\x8a\xd2\x0d\x1e\x59\x20\x6e\x72\xa2\xba\x13\x97\xe1\x88\x27\xe2\x41\x98\x3c\x11\xcf\x57\xed\x5b\x1c\xbf\xd5\xad\x30\xf4\x44\x1f\x79\x6c\x35\x7e\xa9\xb3\xa2\xfd\x90\x52\xeb\x10\x85\x17\x84\xfb\x2c\x1d\xee\x5b\x51\x76\x02\x39\x7c\x85\xcf\x6c\xaa\x37\x1a\xc1\x3f\x1e\xc3\x3f\x09\xb3\x07\x50\x1c\x0b\x54\x39\x64\x53\x0e\x26\x13\x44\xbc\xa3\xd0\x49\xe4\x41\xbb\x68\x99\x9b\x4c\xd2\x59\xf9\x47\x21\x27\xaf\xf4\x64\x39\xf8\x25\x66\xe6\xf6\x1e\xf1\x78\x62\x95\xa5\x80\xf8\x62\x85\xc2\x45\x57\x85\x52\x33\x8a\xae\xf0\xe4\xc1\xb1\x1a\x6c\x0a\x8c\x9c\xfa\xf7\x06\xcd\xc4\x03\xe7\x52\x9d\x74\x7a\x3e\x15\x6b\x54\xe1\x0e\xce\xb5\x19\x29\xf8\x42\xe7\x01\x9a\x44\xbe\x4c\xf8\x55\xfa\x50\x2d\x7d\xc9\x4a\x52\xa1\x1a\x84\xe7\x60\x70\x7d\xd0\xb6\xa7\x3b\x30\x6a\xf1\x8d\xea\xf6\xeb\x4f\x02\xea\x4a\x43\x70\x76\x35\x13\x9f\x6d\x09\x45\xc9\xdc\x90\x50\xce\x9f\x3f\x83\x57\xa8\x65\x55\x51\xad\x91\xaf\xa5\x0d\xa1\x17\xa5\xc3\x0c\x26\x9b\x84\xc6\x95\x42\x29\x1d\xfe\xbf\xee\x9e\x59\xda\xd3\xff\xfe\xd2\x5d\x50\x48\x43\xe7\xcf\x9f\x39\x8f\xf7\x44\x43\xfe\x98\x96\x94\xce\x9f\x3f\x9b\x39\x0f\xfe\x22\xa5\x0e\x54\xf8\x7c\x48\xc9\x7d\x1c\x84\x7b\x27\x54\xf3\x40\x19\x7f\x24\xaf\xd6\x33\xe9\xc7\x42\xbd\xee\x88\x6e\x25\x0d\x56\x55\x2f\x74\xed\xe0\x40\xff\x95\xa7\x74\xe2\x60\x59\x69\xd5\xb2\xdf\x12\x17\x55\x89\x65\xf5\x49\x5d\xcd\x3d\x35\x88\xbd\x1b\x80\x00\x6a\x64\x6e\x6a\x4a\x45\x36\x65\x9d\x6b\x6a\x7b\x6c\x75\xd2\x1b\xa9\xcb\x44\xcf\x05\x69\x9d\x8d\xe7\xbd\x90\x56\xcd\x72\xab\x26\x08\xf6\xce\x40\x99\x6e\xee\x55\x99\xdf\x01\x22\x9a\xb1\x0d\xec\x72\x6a\xf5\xfe\xaa\x8d\x15\x7e\xdf\x12\x72\xe1\x18\x19\x1b\xd6\x90\xef\xbc\xe4\x45\x85\xf2\xfa\xd4\x94\x72\x6a\x05\x07\xf6\xde\x33\x1f\xdb\x63\x0b\x60\xaa\xef\xba\x73\xd5\xfc\x94\x59\x10\x32\xd8\xcf\x34\xb8\x2f\x03\xb0\xd1\x91\x7e\x89\x94\xe4\x1d\xac\x98\x8b\xf3\xd8\xc0\x48\x14\x02\x8c\xee\xf0\x52\x82\x32\x0a\x2b\xa2\xf2\x88\xa5\x60\x41\x68\xe8\xc5\xf9\xc1\xde\xb4\xcf\x70\x1f\x1c\x3d\x52\x1e\x79\xfb\x28\x65\x24\x98\xe4\x9d\x0f\xee\x27\x34\xbf\xef\x55\xba\x65\x9f\x52\x98\x42\x83\xf1\x8e\xb7\x0c\x0a\x0c\x3e\x2b\xb3\x4e\x38\x55\x96\x37\xb6\x02\xcc\xe1\xab\x29\x14\x1d\x6c\x55\xec\x5b\x83\x9e\x72\x20\x2a\x09\xf4\xec\xcc\x01\x76\x36\x1e\x1c\x76\x2a\x08\x72\x53\xc0\xbc\x95\xa8\x2a\x21\xf1\xb2\x13\x53\x83\x42\xa8\xba\x8b\x68\x69\xa3\x8f\x18\x45\x7e\x5f\xfe\x68\x31\x4e\x35\xb3\x83\xe7\x46\x4c\x3a\xd3\x6e\xa2\x88\x86\x03\xc4\xca\xe4\x60\x42\x0a\xf4\x3e\x97\x90\xba\x54\xc2\x14\x30\x3f\x0b\x42\xca\x58\x09\xb7\x4a\x4f\x11\xe8\x3f\x43\xb2\x0a\xe1\xb2\x13\x75\xe5\x16\xfa\x19\x12\xd9\x10\xa9\x18\x79\xe0\xb8\xf8\x93\xc6\xc4\xce\x3e\x36\x81\x4b\x9f\xde\xcd\x16\xbb\x30\x7f\x4e\x45\x10\xf7\x59\xaa\xfb\xf3\xd6\x25\x88\xe1\x2e\x1d\x75\xf1\x99\x5e\x3e\x2e\x7a\x78\x42\xdd\xc5\x02\x90\x8d\xa8\xd5\x27\x66\x2a\x85\x42\x85\x14\x8a\x43\x0a\x0a\xd7\x98\xff\x2d\xee\x67\x92\xa1\x63\xdb\x6f\x54\x21\x5a\x6d\x19\x08\x65\x4b\x87\x8a\x84\xc7\x1e\xd6\x2f\x9c\xb8\x47\x54\xe7\x41\x2b\x23\x04\x42\x65\x3f\x19\x6d\x20\x7b\xf4\xf7\xf1\x29\x69\x9f\xa8\x88\xe2\x44\x7a\xce\xb4\xdf\xc9\xbf\x07\xdf\xbe\xbb\x51\x9f\xa9\x09\x30\x00\x74\x9f\x8b\x39\xa0\x2a\x13\xf4\x1d\x48\x37\xd9\x24\xf3\x4f\x71\xaa\x98\xbb\x6d\x23\x2a\x9a\x91\xaf\xe8\xb9\xdf\x7b\x34\x60\x0f\x77\x69\xc0\xed\xdd\xa7\xd1\x33\xd6\x8b\x60\xf3\x13\x77\x6d\x38\xa8\x90\x97\xe5\xe3\xf5\xbb\x01\x84\xd2\xa7\xc4\x40\x4f\xf4\x82\x60\x78\x36\x84\x21\xb3\xa5\x49\xe5\x0e\x76\x42\xef\x04\x4c\xbb\x90\x1c\xfa\x0a\x94\xec\xe6\xa7\x73\x4a\x07\x6f\x01\x5d\xa1\xaa\x16\x37\xff\x89\x72\x68\x1a\x06\xb1\xa4\x18\x24\x18\x74\xd7\x4f\x5b\xb2\x4a\x80\xc2\x95\x07\x41\x75\xf4\x2f\x83\x7b\xe7\xd7\xb7\x03\xd3\x76\xbf\x29\xb6\x95\xd4\x97\x3a\x55\x8e\xb4\x41\x27\x38\x4a\xca\x8e\x13\xda\xd2\x10\x27\xf3\x9e\xac\xb4\x3c\xc0\x76\x30\xd4\x14\xe1\x7a\x41\x47\xa1\x3e\x23\x56\x9e\x36\xc8\xfc\xc0\x3e\x0d\xa2\x7c\x91\xca\x64\x07\x3b\x57\xe6\x87\xde\x6a\x5f\x72\x6e\xc1\xb8\x59\x41\x77\xeb\x1b\x91\xd8\x80\x45\xd5\x70\x15\x35\x17\x27\x95\x32\xbd\x3a\xbb\x6e\x82\x1b\x4d\x86\xc7\xe3\x76\xc4\xd5\xda\x30\xe8\xbd\x46\xd6\xe6\x53\xd0\xba\x39\xd9\xf0\x9b\x42\xdc\x56\x1c\xa4\x55\x29\x18\x40\xff\x75\x1d\xd5\x42\xbd\x1b\x5e\xca\x61\x6b\x00\xed\x2d\xc2\x3f\x00\xc6\xb0\xc0\x41\x1d\xf2\x6d\xf6\xc9\xc9\xff\x52\x51\x0d\x03\xac\xf4\xa8\x5f\xa7\xc6\x00\x62\x26\x0a\x4b\x57\xf2\x94\x19\x37\x5e\x12\x8d\x92\x6e\x15\x4d\x20\x43\x84\x7b\x90\x90\xbe\xee\xb7\x68\x97\x6f\x16\x34\xec\x25\xb7\x24\x74\x76\x13\xe1\x8d\x3b\xaa\x4d\x65\xa3\x6f\x53\x01\xb7\x37\x28\x0b\xe2\x4d\x78\x58\x61\x10\xbf\xc9\xa0\xd2\x20\xb7\x16\x8f\x1b\xa4\x0c\x85\x2b\xb1\x41\xba\x71\xe2\x4c\xc0\x87\xa4\x25\x4b\xc3\x50\x58\xa5\x5b\x56\xe1\xfd\x45\x21\xc7\x51\xb7\x76\xea\xe2\x88\x8e\x2a\xfd\x5b\x70\x70\xa6\xad\xe3\x8c\x35\xf7\x52\x55\xd8\x38\xea\x09\xbc\x0b\xad\xe4\x9d\x2a\x13\x28\xb5\xf3\x7e\xb6\x25\xa2\xfb\x99\xec\x30\x49\x38\x36\x90\x34\xbb\x67\x96\x2b\xed\xb6\x71\x63\xb3\x94\x73\x30\xb2\xf5\x91\xa4\x18\xea\xcf\xd2\xec\xd8\xd5\xdb\x4e\x21\xdd\xdf\x22\x76\x4c\x35\x55\xdb\xef\xcd\xdb\xa4\xb5\x59\xdc\x18\x9a\x77\x35\x0e\x9b\x8c\x20\xb1\x09\x42\xde\xe3\xb7\xc6\xf0\x2a\x50\x5d\x53\x5b\xbd\xcb\xe4\x75\x5d\x2f\xb1\xbe\xb0\x8a\x0b\x49\x13\xcd\xa4\xd3\x8a\x6c\x38\x33\xd8\x7b\xbc\xcc\x25\xf2\x10\x87\x41\xc5\x0d\xa5\xcf\x50\x1f\x5f\xb8\xde\x3e\x55\xed\xf0\xf7\xa6\xaa\x7f\xd7\x05\xc5\x92\xa5\x0f\x3b\xc7\x70\x8a\x61\x86\x03\x99\x61\xdc\x58\x7a\xdb\x8f\x5d\x8e\x1f\xa4\x20\x66\x25\xe7\xe9\xe5\xe3\x31\xa2\x94\xcc\xad\xba\x7a\xce\x94\xe4\x0c\x5f\x56\x55\xc8\x3c\xc2\x97\xb7\x95\xe8\xdb\xad\x45\x40\xb5\xcd\x7a\xd1\x52\x25\xa3\xcd\x0e\xd2\x15\xe5\x5d\x30\x2f\xc2\xdc\x9b\x88\x1d\x34\xf8\x3a\xc8\xad\xfa\x42\xec\xdf\xcc\x02\x6f\xea\xb1\xb4\x25\x26\xb4\x12\xe7\xc7\xbb\x5b\x3e\x3c\xd5\x46\x60\xc5\xa2\xac\x79\xad\x49\x8d\xf2\x51\xf2\x27\xb3\xec\xbe\x99\x7d\x1a\xe8\x7d\x94\xb7\xcb\xd9\x95\x74\x25\x1f\x26\xb9\xaf\x3b\xff\x64\x89\x5e\xfd\x97\xdc\xb7\x84\x9d\xbe\xdb\x82\x86\xd8\x59\xa2\x16\x8f\x73\x89\xbb\xa4\x7e\xa7\x90\x48\x47\xc5\xe9\x5c\xa9\xe9\x41\x64\x25\x06\x7e\x81\xaf\x95\x3a\x3d\x40\xb8\x3e\xbc\x23\xff\x92\x57\xef\x23\x6d\x61\xed\x46\x68\xfe\x92\x77\xae\xf7\x91\xa4\x33\xcd\xbc\xc5\x05\xd8\x0e\xef\xd6\xd5\xda\xb4\xc9\x64\x64\x14\xca\xdd\x69\xdd\x51\xb4\x58\xbd\x98\xa2\x10\x45\xea\x8e\xb6\x35\x8c\xde\x21\xd7\x67\xe2\xfe\xdc\x1b\xd6\xe6\x4d\x17\xcc\xb5\x05\xff\x34\x88\x2c\x52\x6a\x27\x4e\x8f\xed\x37\xf2\xee\x82\xe0\x28\xa3\x9b\x33\x74\xde\x1f\x85\x9a\xad\xaa\x0d\x1a\xd6\x99\x98\xfa\xe5\xea\x97\x78\x95\x3a\x9e\xc8\x57\x66\x08\x6f\x55\xec\xba\x08\x60\x97\x5b\x16\x53\xe3\x3a\x97\xda\x7d\x3f\xec\x4e\x3b\xd8\xf1\xe6\xb3\x5c\x5f\x6e\x95\xf1\xd0\x91\xd7\xe9\x14\x1c\x7c\x33\x56\xda\x01\xf2\x91\x13\x40\x6e\xa3\xdf\xf9\x14\xdc\x53\x09\x20\xbb\xa3\x2e\x21\xb9\xeb\x0c\xe9\x29\x3d\xc3\x2e\x2a\xe9\xbb\xef\x6f\xff\x7a\x81\x8d\x98\xda\x5d\x3d\x08\xe4\xcf\x83\xe3\x31\x34\xde\xa5\x2b\xdc\x0e\x61\x7e\x0a\xa2\x1c\x4f\x90\xfb\x22\xc6\x2e\x55\xe9\xae\x08\xf3\x63\x82\x24\x1d\x72\xa4\xfd\xe5\xe1\x92\x9b\xa8\xda\xdd\x48\x1d\x94\x7d\x84\x28\xbc\xd3\x7d\x5c\xb1\x2e\xb8\x69\x4c\x7d\xc6\xbb\x57\x08\x55\x89\xdf\xf2\x33\xd7\x0a\xf7\xad\x14\xfa\xcb\xde\x97\x66\xb8\xdb\x2d\x14\x9f\x48\xeb\x0a\x76\xbe\xf7\xdc\xae\x57\xc5\x8a\xd6\xd0\x49\x6b\xe3\x05\x60\xcf\x84\xa3\xf9\xde\x8e\x04\x1b\x31\x8b\x2c\xc4\x6e\x83\x2d\x8d\x99\xd7\x70\xde\xd4\xaa\x9a\x6d\x9f\x84\x37\xe9\x82\x71\x5f\x19\x6f\xf2\x97\xfd\x15\xf0\x26\x59\x30\x1d\x95\x25\x38\x77\x81\x2a\x25\x2d\x79\x21\xb2\x3e\xb1\x94\xd8\x49\x85\x13\x54\xd6\x4c\x59\x55\x0d\xeb\xbe\x61\x4d\xb9\x45\x51\x8b\x9b\x6f\x18\x54\xab\x15\x2e\x2b\xc4\xb0\xa8\x52\xb1\xa8\x65\x05\x35\x85\xba\x03\xee\x79\x84\x9b\x5d\x01\x9a\xea\x2e\x66\x7c\x01\x1d\xf4\x32\xbe\x9e\x7b\xfc\xb4\xb3\x5d\x2d\x2f\xa9\x49\x85\xf5\xb8\x24\x88\xc5\xf1\x73\x2f\x90\xd2\x41\xf7\x27\x27\x40\x89\xf5\x59\xf3\xbe\xa4\x7f\xad\xf4\xab\xde\xbb\x9f\xbb\x90\x2a\x63\x81\xbb\x4f\xa9\xb2\x47\xcc\xb1\x02\x6a\xc4\x82\xee\x54\x40\x8d\x99\xd7\x10\x01\xa5\x6f\x13\xb3\x57\x03\xce\x1d\x5d\xfa\xae\x04\x95\x9a\x85\x94\xbe\x55\x73\xb9\xab\x94\x82\x2f\x49\x4c\x85\x8b\xfe\x0a\x64\x94\x65\x1c\xd1\x8e\x7f\xbe\x9a\x73\xef\x54\xa3\x99\xee\x5d\x67\x1e\x35\x85\xbb\xe2\x47\xe3\x26\x35\x84\x19\x29\xbe\xe3\xde\x2b\x1f\x72\x20\x75\x94\x25\xc5\xea\x50\xd6\x63\x4a\x68\xd9\x08\x63\x13\xeb\xa5\xef\x83\x89\xee\xce\x4e\x9f\xaa\xca\x19\x3e\xaa\xeb\xf0\xce\x97\x2f\xe4\xd0\xd4\xcc\x7f\xc7\x20\xe1\x3d\x1e\x74\x5a\x50\x7e\x1a\xfc\xcd\x4f\x60\x08\xae\x9a\xc8\xf5\x4f\xe5\x78\xd2\x13\xd8\x8f\xef\xe9\x8b\x92\x9c\xe9\xa5\x7f\x05\xf2\xd3\x0f\xed\xb4\x22\x2a\x83\x0b\x7d\x82\xca\x6e\xaa\x7b\x43\x7d\x14\x04\x1e\x36\xf9\x64\x92\x78\xc7\x65\xee\x55\x1e\xfb\x5b\x20\x38\xd9\x8e\xd3\x1a\x09\xf9\xbb\x62\x8b\x3b\xac\x66\x1c\xc3\xfc\x54\xde\x30\x3d\x81\xaf\xcf\x21\x96\x5e\xf9\x57\xc0\x2f\xa5\x4f\x4c\x7a\x48\xf2\x8e\x30\x79\x87\xa0\xca\x73\xd6\xb0\xe2\x98\xa8\x3d\x64\xb9\xbe\xb3\x9e\x33\xd4\xc8\x24\x95\x4f\xec\x18\xdb\x49\x86\xf4\x78\x18\xbe\x50\x21\x32\x50\xb2\xec\xb2\xf8\x93\x13\x10\xf7\x07\x78\xf8\xa5\x51\x23\x97\x9b\x1b\x3a\x66\xfb\xe2\x20\xf4\x8b\xaf\x55\xbf\xfa\x00\x39\x03\x94\x6c\x22\x59\x76\xf7\x72\x27\xd1\xe1\xb9\x75\x30\x91\xcf\xd7\xb7\x37\x46\x72\x8f\xdd\xf6\xcf\x4d\x74\xf7\xc9\xf2\xb1\xeb\xbb\x55\x94\xbe\x4d\x74\xde\x1f\x2a\xe7\x82\xec\x1f\xd7\x84\xe2\x36\xb8\x5a\x43\xfc\x48\x3d\x2d\x86\x6a\x2d\xa6\x34\x5a\xcc\x14\xf4\x1d\x29\x75\x6d\xe4\x8c\xf0\x46\x28\xb4\x9c\xa3\xe2\xbd\x01\x23\x1f\xc5\xc0\x56\xd6\x70\x57\xcd\x4d\x1c\x87\x37\x07\x12\x87\x9c\x47\x77\x1f\x39\x29\x66\x83\x54\xa6\x82\xaf\x4b\x60\xdd\x20\x35\xe9\x0b\x53\x8b\xec\xea\x3e\xa1\x2a\xe4\xbf\xbf\xf7\xab\xc8\xa2\xf1\xba\x4a\x41\x79\xf3\x08\x6f\xc0\x4e\x3d\xb4\x77\x60\xa7\x9f\x1b\xdf\x20\x9c\x9d\xc1\x77\xb3\xef\xf6\x55\x49\xca\xee\xdc\xf0\xd4\x6d\x99\xf8\x29\x5a\xda\x58\x63\x6e\x5b\x6c\x1a\x56\xd5\xae\xcf\x71\x89\xae\x30\xcc\x31\xb6\x26\x43\x33\xe5\xe4\x25\xae\xe7\x92\xe9\x59\x1e\xf5\x52\x86\x58\x74\xab\x1e\xa4\x8b\x9f\xba\x59\x44\x11\xa0\x70\x09\xdf\x73\x30\x65\xb4\x22\x81\xe5\x3d\x6e\x9f\x3e\x8c\xb0\x96\x4c\xd7\x34\x7a\xa3\x21\x3b\x96\xa2\x65\xcd\xf0\xa5\x64\x0c\xb2\x9b\x2d\x45\x77\x3a\x74\x29\x77\xe6\xbf\xb1\x83\x0c\xbb\x39\x2e\xd5\x4f\x89\x29\x6b\xc9\xd6\xf6\x95\x53\xaf\xe3\x12\x34\x8f\x6d\x99\xb0\x64\x25\x9a\xdc\xb4\x59\xb6\xd2\x8b\xed\x71\x6c\xc1\x97\x24\x48\xdc\x81\xc2\xbb\x61\xb2\x1e\xa2\x81\xe0\x48\x2f\x6f\x6c\x35\x18\x87\xf9\x88\x05\x82\x02\x9e\x53\x81\x4d\x45\xd1\x6a\x3b\x70\x41\x36\x4d\x99\xe2\x10\x09\x5c\x1c\x71\x29\xe0\x08\x4a\xe9\xbc\xc0\x78\xa4\xb2\x7a\xd3\x62\x4e\xa0\x34\x96\x37\x1d\x45\x9a\x6d\xc9\x56\x46\x54\x4e\xa0\x73\x97\x5a\x43\xa0\x26\x0d\xc7\x44\x79\x73\x5c\x8e\xa0\xf7\x51\xc3\x04\x6e\xb7\x8e\x09\xec\x56\x91\xc8\xc1\xc1\xa8\x28\x89\xac\xe1\xd4\xe2\x85\xd4\xff\x02\xf0\x1e\x66\xcc\xd8\x61\x15\x45\xee\x75\x94\x14\xe1\x9f\x2b\xd4\xda\x53\x36\x15\x2b\xad\xbd\x66\x20\x74\x80\x64\xb3\x6a\x11\x05\x7c\xab\x02\x81\x3f\xe3\x4b\xf4\xe3\x96\x61\xfa\x0a\xb7\x32\xea\x1b\x97\xa2\x3c\xd0\xbd\x33\x10\xf7\x03\x77\x24\x59\x84\x13\x51\x48\xeb\x8e\x52\xe2\x05\x5f\x96\xa0\xe3\x47\xc1\xeb\x93\x1d\xf7\x39\x2c\x8a\x9e\xcb\x9e\xe8\x60\x49\x99\xd9\x9b\x42\x31\xf3\x8e\x28\xf4\x8f\xc9\x5f\xbb\xeb\xbd\x74\x54\xa0\x09\x66\x91\xab\x40\x35\xe0\x92\xf6\x78\xa2\xa3\xb4\x53\xc3\x7b\x42\xcd\x34\x7c\xe0\x6a\xa5\xe1\xb3\xbb\xd0\x48\x03\x55\x53\xc7\xa7\xef\x47\xcb\x1c\xa8\x64\xa6\xd7\x7d\xa7\x0a\x66\x6e\x0a\x43\x35\xb2\xb0\xfd\x27\x50\x2c\x73\x53\x18\xa3\x54\x8e\xf6\x79\x81\xef\x18\x72\xb5\xc4\xb0\xb8\xc5\x00\x15\x51\xf6\xf2\x65\xeb\x87\x16\x12\x09\xe5\xb0\xa3\xda\xdf\x30\x18\x7c\x31\x4a\xa1\x2c\xd6\x37\x42\x1f\x94\x95\x69\x2d\x12\x8b\xd2\xb4\x3d\xba\xa0\x3f\x91\xc4\x94\x4e\x64\xb2\x18\x8b\x9c\x60\xee\x61\x9f\xa8\x2f\x59\xd7\x2a\x57\xae\x54\x87\x7c\x75\x6d\xc2\x66\xe5\x81\x1e\x1d\x7c\xa2\x67\x2e\x7a\xb8\xc4\x4c\x16\x94\xa2\x93\xa3\x53\xf8\x55\xba\xa3\x42\xbd\xcd\x94\x1d\x3d\xa7\xce\x3b\x67\x11\x21\xcd\xde\xe3\x2d\x4d\xba\x70\x6e\x40\x11\xbc\xf9\x6f\x7e\xa6\x6c\x0f\x35\x74\xf8\xaa\x65\x23\x5d\x42\xcb\xeb\x77\x66\x40\x91\x40\x7f\xb5\x8c\xdf\x52\x9d\xc4\xbf\xa5\x49\x40\x41\x70\x86\xd6\x6b\xdc\x94\x93\xb8\xaf\x1d\x4b\x44\xca\x6e\x87\x9c\x19\x6b\x34\x72\xf2\xb3\x1d\x5c\x8a\xce\x87\x77\x43\x27\xbf\xf4\xd9\x29\xfc\xea\xfe\x30\x1a\xb3\xac\x21\x2f\x91\x2b\x6c\xec\xc8\x19\x1a\x8d\x75\x06\xbf\xfe\xcb\x87\x99\x8e\x53\xbb\x38\xe7\x6b\x53\x23\xe7\xdd\x88\x62\x7f\x3b\x9c\x0a\x0f\x67\x55\xe2\x2a\x7d\x77\x4e\x7a\xb7\x3d\xa8\xf4\x49\xce\x8b\xf3\x7b\x51\xb5\xbc\xcf\x9f\xaa\xcc\x12\xb3\xe4\x15\xbc\x91\xa0\xb3\x5c\x97\xdd\xdd\x89\xae\x86\xd0\x6c\x3c\xc5\x8e\x87\x69\x2a\xee\xea\x35\xdb\x63\xb6\xb7\x51\xe8\xd2\xb1\x92\x00\x87\x32\xb3\xcb\x25\x9e\xef\xc4\x77\xdc\x69\x8f\x61\x3e\x2f\x44\xd9\xa0\x66\x41\x0c\x97\xd9\xa7\x30\x7b\x54\xd7\xc6\x6b\xc2\x99\x4f\x87\x57\x25\xcb\x8b\x9a\x05\xe9\x6b\x19\x73\x96\x71\x32\xd2\x6d\x39\x94\x27\xe9\xb9\x69\x1c\x19\xe1\x30\xfa\xf2\x98\xc9\x27\x14\xd1\x23\x41\x9c\x90\xe3\x37\x10\xe4\x1d\xd7\x0a\xa4\x88\xc9\x96\x96\x4c\x52\xd4\x9e\x44\xfa\xa3\xba\xf6\x0f\xcc\x32\x94\xe5\xbd\x94\x22\x2f\xef\x64\x61\x50\x1f\x3b\x10\x5a\xa8\x32\x0c\x22\xb6\x9e\x83\xc4\x9d\xf4\x00\xde\x45\xb5\xe7\x23\xc8\x7b\x09\x41\xe7\x9f\xd7\x28\xd4\xe5\x03\x7f\x79\x64\xff\x97\x0e\xb1\x9b\x0e\xb1\x0b\xaa\xdd\x5c\x9d\x48\xbb\x2e\x61\x38\x4a\xea\xcf\x4d\x35\x90\x0e\xae\xf9\x0c\x33\xaa\xae\x63\xa1\x50\x57\x94\x01\x59\xc4\x17\xdc\x35\x0b\xd2\xae\x50\x1f\x1f\xf4\xab\x6b\x0b\xeb\xe6\x83\x64\x40\xa7\x89\xab\x6f\x3e\x06\xfb\xe5\x5e\x2a\x10\x78\x76\xc3\xc9\xeb\xaa\x23\xc6\x37\x60\x0a\x76\x29\xde\xae\xda\xc5\x6c\xdc\x5b\xca\x01\x64\x44\x07\xc5\xc2\x57\x15\x15\x9f\x24\xfa\x04\x88\x33\x47\xd4\xd8\x71\xb4\x97\x37\x28\x9b\xea\xc2\xc8\x54\x4c\x0d\x62\x51\x8c\x7f\x44\x95\xa7\x9b\xc2\xa0\xd8\x97\x53\xf8\x91\x10\xb7\x92\x69\x2d\xef\xd8\x10\xfb\x75\x26\xa4\x92\xba\x7e\x20\x3e\x77\xd3\x4e\x2e\x0f\x32\xf2\xac\x09\xa5\xee\x62\xd2\x37\x9f\x45\xd0\xfc\x5e\x54\x83\x8d\xfd\x53\xaf\xc4\x05\xfb\xf1\x9d\x67\xe6\xe4\x49\x47\xd0\xd8\x26\x3f\x57\x94\x56\xcd\xa5\x8c\x9a\xd1\x53\x76\xe6\xac\xb1\x23\x31\xed\x9d\xa3\x7b\x0e\x1c\x94\x4a\xa1\x41\x36\x84\x57\xa5\xbb\xab\x50\x72\x37\xf2\x2c\xb9\xe3\x97\x98\xbd\x8b\x42\x07\xa3\x8d\x3f\x32\x07\x57\x7f\x6d\x2a\x4e\x05\x5b\x0e\xd9\xae\xbd\x6c\xd6\x4f\x7f\x6d\xd5\xa8\xad\x1a\xbb\x51\x43\x5d\xb5\x5a\x2c\x45\xeb\x9b\x72\xee\x4c\x1a\xac\xb8\xf1\x2c\xda\xcd\xc0\x75\x9b\xd8\xbf\x84\x2b\xf7\x2b\xde\x41\xd7\xcd\x3d\x64\xf7\xc6\x78\x48\x6f\xbc\x8b\x9e\xb3\x27\xb5\x95\x39\x0f\xea\xd7\xbd\xa1\x89\x3b\x36\x7a\x76\x75\x94\xeb\xe9\xc6\xdb\xea\xba\xa2\x52\xbb\x3a\xd0\x35\xf5\x75\x6f\xb2\xe7\xcf\x1b\xb2\xc7\x3b\x79\x44\xf6\xb1\xd7\xbe\x91\x35\x70\xc3\xb3\x1e\x93\xaf\x7e\xd7\x03\x87\x53\xb8\xf5\xcf\x6a\x32\x47\xb5\xad\xb5\xef\x60\x40\xf2\x06\x73\x8e\x0b\x1a\x07\x74\xd5\x51\xaa\x6e\xfe\x2b\x61\xbe\x15\xaa\x93\x9c\xe7\x37\x43\xac\x9d\x8c\x45\x98\xd8\xf6\x81\x16\xe2\xd7\xbd\xe1\x91\x65\x1d\xee\xf7\x39\x66\xb8\x5d\x55\x0d\xa6\xc2\x70\x6d\xdc\xbb\xe9\x29\x66\xb0\x59\xcb\xfb\x4e\x51\xee\x32\xa8\xac\xa9\xaa\xc6\xfc\x3b\xba\xc2\x71\x08\x40\x62\x3f\x47\x9b\xa5\x01\x08\x52\x5b\xe4\x41\x99\xc3\x63\x0f\x9b\x35\x2b\x96\xb8\x78\x9f\xa0\x1c\xe9\x10\xa1\x0c\x35\x25\x6a\x4b\xc0\x7c\xcb\x74\x88\x96\xa0\x91\xeb\x25\xe6\x2c\x91\x56\x97\x0d\x6e\xed\xed\xcc\xf2\x2a\x60\x94\xa3\x8e\x93\x93\x13\x33\xc6\x0f\x6b\xd4\xa2\x95\x5e\xea\xa9\xb8\x2b\xc3\xe4\xde\xa8\xcb\x18\xaa\x05\x30\x54\xcb\x72\xe5\x73\xb2\x61\xee\xa6\xca\x1b\x20\xa8\xbe\x36\x43\x4d\x65\x66\xfa\x0f\x3f\x17\x0b\x79\xe1\x4b\x2b\x4b\x88\x39\x6d\xa6\x50\x63\x74\xa5\xae\xd1\x45\xed\xe5\x66\x85\xf9\x1c\xa8\x0c\x82\x8d\xf9\xb9\x6b\x26\x65\xb0\xfb\x37\xbb\x2e\x85\x15\x0f\x8f\xb4\x33\xc3\x41\x0c\xe5\xe4\xd3\xcb\x35\xb4\x99\xf6\x0a\x1d\xba\x20\x3a\xd4\x69\x16\xaa\xf1\x8c\x11\xd9\xfd\x24\x71\xb4\x60\x52\x32\xa2\x8d\x8a\x29\xc1\xdc\xec\x2c\xc1\xba\x46\x6c\x99\xba\xc8\x4d\x77\x39\x30\x5a\xc7\xb9\x02\x7e\xd8\x4c\x67\x1c\x21\xb6\xb0\xda\x50\xce\x99\x2b\x56\xa1\xba\xfa\x8f\xbe\xbd\x24\xb8\xbe\xb8\xa2\x26\xfb\xaa\x6a\x29\xbb\xe7\x4c\x37\x19\x70\xe4\xc2\x33\x87\xc1\x03\x01\xf3\x69\xe0\xa2\x67\x7d\x63\xe8\x84\x84\x2f\x6f\xfe\xe6\xb4\x3f\x6f\x45\xd0\x14\xbe\x06\xbc\x5a\xb3\x6d\x82\xa2\xa1\xc5\x94\x6c\xda\x02\xab\x54\x39\x0e\x53\x0a\x95\xc9\x4a\x2c\x50\x5d\xab\x10\xb0\x50\x2a\xca\xdb\x5d\x63\x56\x6a\x26\xe6\x85\xce\x9e\xda\xbb\xa0\xb7\x23\x2f\x3d\xb7\xb1\xa6\x8e\x7b\x7a\x68\x7f\x53\x70\x9d\x20\x33\xf1\x9f\xbd\xe8\xe7\x08\xee\xc7\x8f\xe5\x00\xdf\xcb\xab\xab\x8e\x4e\xe1\x87\xd8\xf9\xfa\x21\x64\xf6\x0f\x8e\xf5\x1d\xdd\x31\x40\x02\x38\x78\x5f\xa7\xfe\x9a\x9c\x2f\x1e\x3f\xe7\xe8\x31\x71\x83\x1e\xd3\x22\xc2\x41\x44\x38\x03\x73\x57\x7c\x24\x8c\x7b\xba\x79\xd5\x56\x57\x88\x99\x6e\xd6\xf2\xeb\xf8\x6e\x8c\xc0\x12\xbd\x88\x6f\x99\x4e\x3e\x1e\x7c\x3c\x80\xff\x0d\x00\x00\xff\xff\xcf\xc5\x5c\x93\x5f\xfa\x00\x00" +var _flowstakingcollectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x59\x73\x1b\x37\xd6\xe8\xbb\x7e\xc5\xb1\x1e\x1c\x6a\x42\x51\xa9\x7b\x6f\xdd\xfa\x4a\x65\xc5\x71\x2c\xdb\xa3\x72\x62\x7b\xbc\x4c\x1e\x52\x53\x09\xd8\x0d\x8a\x18\x37\x1b\x4c\xa3\x29\x85\xe3\xf1\x7f\xff\x0a\xfb\xde\x0b\x45\xc9\x76\x39\x7c\xb0\x45\x76\x63\x3b\xfb\x39\x38\x38\x38\xf9\xdb\xc1\x01\x00\xc0\xd3\x8a\x5e\xbf\x69\xd1\x7b\x52\x5f\x3e\xa6\x55\x85\x8b\x96\xd0\x5a\x3e\x7a\xbb\x24\x0c\x0a\x5a\xb7\x0d\x2a\x5a\x28\xf1\x82\xd4\x98\x01\x82\xc2\xbc\x07\x0b\xda\x00\x93\xad\x01\xd5\x25\x94\xb8\xc2\x97\xa8\xe5\x5f\xe9\xfc\xdf\xb8\x68\x99\xe8\xe9\x7a\x49\x8a\x25\xa0\xaa\xa2\xd7\x0c\x36\x0c\x37\x0c\x5a\x2a\x1a\x62\xb7\x19\x16\xfd\x21\x06\x2b\x54\x6f\xa1\xa6\x25\x1f\x8e\x41\xbb\xc4\x5b\xb8\x46\x75\x0b\xa4\x06\x04\x8c\xd4\x97\x15\x06\x54\x14\x74\x53\xb7\x33\x31\xc0\x45\x0b\x62\xae\xab\x35\x6a\xc9\xbc\xc2\x70\x4d\xda\x25\x6f\x08\x15\x2d\xde\xe3\x12\x5a\xfa\x1e\xd7\xba\x0d\x30\xdc\x6e\xd6\x33\xb9\xca\x37\x18\x8b\x17\x69\xbd\xa8\xe8\xf5\x09\xff\xe7\xb8\xa0\x0d\x3e\xd6\x2b\x67\xf0\xfa\xc9\xa3\xf3\x9f\x9f\x88\xc9\xad\x68\x83\x61\x49\x2e\x97\x50\xe1\x2b\x5c\x01\xa9\x17\xb4\x59\x21\x01\x0c\x34\xa7\x9b\x56\xf4\xa5\x41\x62\x21\xc5\x07\xfb\xdb\xc9\xc1\x01\x59\xad\x69\xd3\xc2\xd3\x4d\x7d\xc9\xe7\xf9\x56\x4c\x6b\xd1\xd0\x15\x1c\x7a\xbf\x1d\x9a\x37\x2b\x7a\xed\xbd\xa5\xbf\x7b\x6f\x5c\x9c\xbf\x45\xf3\x0a\x2b\x44\x3a\xaf\xfa\x0f\x4c\x9b\x9f\x04\x54\x44\x3f\x4c\xbd\xed\xfe\xe4\xf5\xfd\xa6\xa5\x0d\xba\xc4\x4f\x31\x66\x4e\xc7\xce\xaf\xde\xdb\x8f\xab\x0d\x6b\x71\xf3\x8f\xc7\xce\xbb\xe6\x37\xef\xcd\xf3\xe7\xcf\x9c\x77\xce\x9f\x3f\xf3\x9e\x3e\x59\xd3\x62\xe9\x3c\x17\xdf\xcd\x1b\x3f\x6e\x9a\x1a\x37\xea\xb1\xfc\x72\x78\x70\x80\x8a\x02\x33\x36\x41\x55\x75\x64\xe9\x36\x49\xe0\xf0\x41\x22\xff\xe4\xe4\x04\x1e\x29\xa2\x58\xa3\x76\x29\xc9\xd5\xed\xa7\xc2\x2d\x44\xcd\xd5\xe2\x5f\xa1\x76\x79\x0a\xce\x97\x61\xad\x5f\x35\xe4\x0a\xb5\xaa\xb5\xf3\x65\x60\xeb\xcd\xbc\x22\x85\x6a\x6c\xfe\xb6\xcb\x79\x72\x85\xeb\x36\x5e\x07\xe6\x3f\xc3\x0b\x5a\xe2\x47\x65\xc9\xf1\x1c\x75\x3c\xe1\x0c\x77\x71\xce\x17\xd4\x90\xfa\x72\x0a\x0d\xad\xf0\x29\xbc\xbb\xa8\xdb\xff\x99\x02\x5a\x71\x20\x3d\xa6\xab\x15\x69\x5b\x5c\x9e\xc2\xbb\xa7\xe4\xcf\xff\xff\xff\xa6\x80\xca\xb2\xc1\x8c\x9d\xc2\x23\xf9\xc7\xc3\xa3\xcc\xd8\xe7\x92\xc9\x69\x33\x78\x02\xa5\x6e\xc1\x7f\xe4\xf3\xf8\xbf\xff\x67\xdc\x44\x3a\xa0\xf0\x1a\xaf\xe8\x15\x2e\x9f\x36\x74\x35\x16\x12\xa3\x17\x3c\x6a\xac\xf4\xa2\x07\xaf\xed\x67\x54\x2c\x49\x8d\x15\x51\x3f\x6e\x30\x6a\x71\x39\x6e\x41\x47\x96\x98\xde\xb4\xcd\xa6\xe0\x32\x0d\xb5\xc0\x5a\xda\x60\x66\xe7\x07\x17\xe7\x42\xfc\x45\x13\x61\xb2\xd1\xb9\x5d\x08\x83\x0f\xe2\xad\x14\x81\x9b\xfe\x5e\x78\x73\xec\x7f\xdf\xc2\xe7\xc0\xbc\x7c\x45\xf0\x35\x90\x9a\xb4\x43\xc0\x7a\xe4\xcc\x8a\x7f\x18\xae\x16\xb3\x60\x3a\x70\x06\xb2\xa7\x8e\x37\xc5\x5b\xce\x37\xf3\xea\xc7\x03\xf9\xaf\x01\xe7\x63\x5a\xb7\x88\xd4\x2c\xa1\x36\x90\x18\xe7\x1b\xae\xfb\x04\x02\xb5\x58\x32\x6d\xa5\x0e\x25\x5c\x01\x33\x5c\xd0\xba\x44\xcd\xd6\x28\x34\x81\x20\xc2\x80\xd6\xd5\x16\x56\x98\xeb\xca\x96\xc2\x92\x56\xa5\x69\xcf\xf5\xd2\x3f\x1e\x03\x6d\x80\x0b\x5e\xa9\x9d\x85\xf2\x7d\xfa\xd3\xcb\x5f\xf8\xdb\x68\xd3\x52\x3e\xa5\x02\x55\xd5\x16\xd6\x68\x2b\x14\x5e\xdb\xa0\x9a\x21\xa5\xed\x31\x66\xa6\xbf\x06\x57\x9c\xb4\x78\x4b\xa7\xdb\x35\x6e\xc4\xaa\xd8\x2c\x47\x16\x3e\x81\x5e\xd4\x0b\xda\x41\x1c\xf5\x30\x9a\x70\xc8\xd9\xbc\xc3\xc1\x8d\xd6\x68\x4e\x2a\xd2\x6e\xf9\x2c\x39\x00\xc4\x5a\xff\x89\x36\x95\x80\x8f\x30\x48\xa4\xf2\xbf\xae\x71\xe3\x36\x6d\xa9\x30\x21\xca\x06\x5d\xf3\xb5\x95\x78\x4d\x19\x69\x55\x37\xa4\x31\x58\xd2\x08\x20\x0b\xa8\x31\x2e\x71\x19\xce\x51\xeb\x21\x39\xd1\x95\xb7\x78\x31\x91\x57\x0d\xbd\x22\x25\x6e\x4e\x9d\xe9\x3e\x40\x9b\x76\x39\xf1\x0c\x82\xd9\x2f\x6a\x3a\x47\x70\xdf\xd8\x00\x33\xd1\xc3\xf7\x96\xfe\x93\xa4\xef\x31\xfb\xed\xcc\x20\x64\xa5\x75\x83\x83\x5f\xf8\xa7\x63\xec\x59\xb1\xc4\xc5\xfb\xc9\xd1\x69\xd4\x88\x7f\x0e\x93\x4a\x7c\x16\x93\xd2\x8c\x03\xe0\x14\x2e\xea\x2b\x54\x91\x52\xe8\x7e\x90\xd6\x93\x44\xba\x19\xee\xd0\x1b\xe7\x63\xcc\xdd\x75\x1f\xfb\x73\xa8\xc2\x99\x00\x6e\xfc\xb0\x63\xa5\x70\xd6\x05\x07\x47\x76\xb8\xe4\xf8\x0c\xb7\xc2\x0e\xd6\xb2\x1a\xe8\x42\x7c\x0d\xc8\x30\xc9\x20\x42\x26\x2e\x36\x35\x5c\xe2\x56\x49\xf8\xc9\x91\x11\xf6\x01\x9a\x1a\xdc\x6e\x9a\xba\x77\x11\xb3\x39\x6d\x1a\x7a\x3d\x39\xba\x37\x13\xac\x73\x6f\xa6\x26\x96\x97\x7d\xd2\x56\x01\x52\xb7\xb8\x59\xa0\x02\x4b\x99\x25\x9d\x81\x02\xd5\xb0\xe6\xcf\xd9\x52\x0a\x1d\xc1\x63\xb1\x15\x6d\x3a\x63\x54\x36\xa7\xed\x52\xb7\xff\x63\x83\x9b\x6d\xd0\x32\xa9\x9e\x1a\xcc\xe8\xa6\x29\xb0\x33\x95\x8c\x91\x95\x11\x4c\x57\xa8\x51\x6e\x85\xb4\x96\xdf\x31\x6b\x86\x64\x1b\x6c\xea\x51\x4d\x38\xbe\x50\x59\x72\x25\xf4\x52\x88\xea\xc9\x6f\x82\x12\x4f\xe1\x87\xd8\xac\x9f\xf1\xd7\xf8\xdf\xb8\x09\x19\x9c\x33\xc5\x69\x42\xe6\x2a\xa3\x25\x33\xac\x51\xdd\x66\x6c\xa3\xde\xf2\x13\x30\x8d\xd2\x5d\x1b\x32\x2c\x29\x66\x62\xb2\x4f\xfe\x24\x6c\x90\xa2\x7e\x78\x74\x0a\x3f\x52\x5a\x65\xa7\x7c\x89\x5b\xa9\xae\x05\x65\xff\x2a\xbb\xfa\x57\xd7\xeb\xae\x71\x22\xda\xb8\x3f\x74\xb6\x7c\x54\x55\x62\xac\x7a\x41\x45\xc3\x0c\x34\xf8\xf3\xbe\x7e\xec\x98\x1d\x9d\x79\x2f\x75\xf6\xe8\x63\x59\x2c\xeb\x83\x04\x45\x8a\x02\x3c\x06\xf5\xec\xc8\xba\x25\x6d\x85\x57\xdc\x9a\xb4\x1c\xf1\x52\x68\x48\xc3\x80\x6f\x97\xd8\x32\x92\x32\x0f\x39\xfd\x31\x69\x26\x72\x4f\x5d\xb2\xa2\x92\x4c\xca\xe1\xa7\x0d\x36\x5d\xa0\xaa\x0a\xd8\x55\x85\x0c\x84\x55\x52\x44\xba\x5b\x79\xf2\x5a\xe3\xca\x97\x4d\x6f\xcf\x31\x5e\x33\x6e\xad\x14\xef\xb9\x70\x5c\xd2\x6b\x19\x45\xd0\xad\xea\xd2\xb0\xa0\x0c\x06\x30\x40\x8d\xf4\xd4\x71\xe9\xca\x15\xd2\xc2\xfb\x9a\x5e\x33\x65\x70\xa9\x77\x5b\x0a\x97\xe4\x0a\xeb\xb9\x70\xb1\x05\xd7\x4b\x5c\xcb\xe0\x84\x36\x0f\xf8\x28\xda\x6c\x30\x7d\x96\x64\xb1\xc0\x0d\x87\x66\xbb\x5d\x63\x29\xba\x45\xa7\xe6\x0d\xf3\xc7\x2f\x8f\x5e\xbf\xb8\x78\xf1\xec\x14\x2e\x16\xb0\xa5\x1b\x28\x31\x6b\x1b\xba\xe5\x26\x5f\x24\x0b\x6d\x88\xe3\x77\xf5\xda\xef\x50\xd0\xd5\x0a\xd5\xe5\xd4\x74\xc8\x3b\xb9\x26\x55\x05\x15\x65\x58\x61\x59\x59\x3e\xfc\x59\xa3\x83\x2c\x36\x06\x43\x1b\x26\xf1\x99\x8e\x63\x98\x9e\x57\xa8\x46\x97\x98\xcd\xf4\x54\xaf\x95\xcd\xa9\xa7\x4c\xda\xa9\xf8\x7d\xb5\x61\x2d\x60\xc2\xe5\xb4\xb4\x25\x17\xb8\xb1\x43\x8b\xb9\x38\x10\x42\x81\xd1\xbb\xa9\x55\x90\x48\xcf\x57\xa3\x2e\x05\x68\xf1\x82\x6a\x51\xba\x6f\x36\xf8\x1a\x35\x25\x83\x05\x69\x58\x0b\x73\xbc\xe0\x14\xaa\x26\xca\x59\xcc\xa5\xea\x9a\xe3\xd6\x03\x6b\xa4\x1c\x7e\x87\x15\x6e\x97\xb4\xf4\x97\x9b\xd7\x33\x51\x07\xa7\x39\x85\x33\x55\x81\x8d\x19\xff\x8f\x0b\x01\x1d\xa7\xb0\xf0\x50\x24\x7c\xc5\xb5\x71\x28\x0c\xb8\xd6\xf6\xb5\x8d\x50\xda\x7b\xb1\x2c\xf9\xe8\xc9\xb1\x85\x6f\xc2\x49\x6c\x8e\xa1\x26\x15\xb7\x84\x85\xa1\xa2\xd8\x74\x89\x18\xd4\x14\x0a\xda\x34\x98\xad\x69\x5d\x72\x7a\xf2\x59\x39\xbf\x8c\xfd\x2c\xe2\xa1\xbf\x8a\x37\xd2\x8f\x0d\x85\x0e\xb7\x3b\x52\xdc\xe0\xb5\x7d\x8c\x6a\xe9\x63\x71\x22\xa1\x35\x76\xbc\xe1\x35\x56\x24\xed\x18\x8b\xbc\x09\x77\x0b\x38\xa5\xcc\x31\xac\x65\xac\x47\x0d\x75\x0d\x73\x5c\x20\x45\x6d\x5b\x28\xe8\xa6\x2a\xf9\x5b\x1b\xe6\x80\xc8\x91\x14\x49\x08\xd5\x46\xf3\xb3\x53\xf8\xc1\x88\xfb\x4e\x1b\xe1\x63\x77\x77\x46\xe1\x0c\xe9\xd1\xbc\xfc\xf1\x20\x00\x94\x40\x96\x95\xde\x02\x21\x7f\xa7\x15\xb7\x80\x95\xf3\x29\x75\x84\xa5\xe9\x90\x1c\x9c\xe0\x1c\x13\xdc\x2e\xfd\xe4\x40\x0f\x08\xda\xab\xa9\x8a\x4f\x40\xbb\x24\x6c\xca\x85\xb8\x43\x93\xf9\xf5\xb6\x76\x56\x43\x09\x6c\xea\x05\x4f\x67\xe2\xbf\x97\xc6\xed\x3d\x82\xfb\xf1\x63\x39\x40\x48\x87\x6f\xb9\xae\x62\x83\x34\x95\x96\xc5\xb8\xe1\x4e\xbe\x24\x10\x11\x2a\x37\x2a\xd4\x50\xee\x89\xf0\x56\x93\xc4\xfb\x0b\x97\x6e\x85\x0c\x9c\xf1\x1e\x6a\x7c\xad\x06\x98\x42\xac\x19\x37\x0c\x97\x52\x62\x4e\x61\x41\xb9\xa7\x8c\x4b\x98\x6f\xc3\xb9\xc5\x23\x68\xb9\xcc\x87\xd0\xdd\xa7\x54\xaf\x7e\xaf\x4e\x8d\xd2\x49\xfe\xb7\x62\x85\xa7\x70\x93\x70\xb1\x18\x20\xc6\x68\x41\x44\xec\x43\xa8\x60\x01\xfa\x3c\x89\xf9\xf6\x38\xeb\xb1\xc9\x7c\x4f\xde\x73\xcd\xf6\x25\xd3\xa7\x5e\xaf\x77\xcc\x01\x7a\xd8\x61\x01\x03\x6f\xc9\x3b\x85\x08\xe2\x5f\x64\x84\xe0\x31\xaa\xb9\xcc\xb8\xa8\x49\x4b\x50\x45\xfe\x83\x01\x69\xa5\xec\x18\xbd\xf7\xe0\x30\x39\xd8\xac\xa0\x75\x81\xda\xc9\x21\x37\x83\xd7\xd2\x27\x2e\x9d\xad\x1a\x19\x6c\x70\x4c\x58\x41\x28\x26\xa0\xe4\x58\xd8\x8c\x33\x34\x91\xe1\x8a\xd9\xe1\x51\x5f\x54\xc2\x03\x08\x9c\xf9\x00\x3a\x48\x47\x31\x94\x7a\x80\x07\xc7\xf0\x21\x13\xe8\xb0\x22\x5f\xbd\x15\xbf\x16\xf2\x0d\x9c\xc1\x77\xb3\xef\xf2\x33\x8c\xde\xf4\x5e\x3d\x39\xe1\x76\x63\x68\x27\x84\xb2\x7d\x2a\xb8\x40\xe1\x87\x08\x1f\x82\x43\x77\x29\x88\x29\xec\x8f\xcb\x4d\xd7\x40\x71\xc0\xef\xbd\x4a\x16\x22\x12\xe7\xd0\xfd\xcb\xf9\xbf\xe1\xcc\xfd\x21\x41\x89\x62\x6d\xee\x2b\x5e\x83\x83\xe8\xfd\x93\x13\x90\x21\x12\x25\x43\xb8\xae\x13\x93\x97\x76\xb3\xd1\x81\x62\x07\x2b\xe1\xdd\xa4\x3a\xe4\x3e\x08\x6e\x1d\x2b\xde\x69\xd7\xb9\x64\xfe\xe1\x6b\x76\x30\xf3\xb3\x9a\xc6\x59\x00\x08\x27\xb0\x23\xff\x72\xdf\x9e\x1c\xa5\xe1\xe2\xd3\x64\x3c\xca\xcc\xb7\x18\xf9\xe7\x23\xe0\x8a\xa5\x58\x3e\x01\x68\x57\x83\x77\x8c\x1b\xbe\x96\xa2\xe2\x40\x18\xc3\x99\xcb\x12\x81\x09\x23\x62\x6e\xc2\xf3\xaa\x4b\xd4\x94\x80\x9b\x86\x36\xb0\xc2\x8c\xa1\x4b\xe1\xb8\x30\xae\xba\xb5\x13\x08\x0d\xfe\x63\x83\x19\xd7\x0a\x52\x53\x7b\x7d\x11\x26\x4c\x14\x11\x0c\xe6\xd2\x45\xe8\xb8\x0e\x0f\x4b\xb5\xf3\xfa\xf8\x61\x8d\x1a\xb4\x32\x21\x71\x2e\x7a\x2e\xce\x75\x20\xd0\x8e\xce\x9f\xa7\xda\x79\x71\x95\x5c\x63\xf3\x52\x7e\x16\x2a\x42\xa8\x95\x18\xef\x69\xb1\xa9\xaa\x18\x3c\xeb\x86\x0c\x88\x48\x4a\xe9\x74\x4e\x31\xab\x5b\x11\x10\xba\xa8\xad\xfc\x7d\xc2\xfb\x9c\x2c\x36\x75\xf1\x02\xad\xb0\x8d\x11\x0d\x8c\x19\xc9\xc7\x01\x91\xc9\x6d\x18\xa6\x37\xb6\xf8\xec\x6b\xe9\x50\xd7\x68\x85\x75\xf8\x11\xe6\xf8\x92\xd4\xb5\x70\x10\x24\x90\xc4\xfa\xbc\x9e\x38\x4b\x89\x5f\x7f\x34\xef\x9e\x0d\xd7\x43\x87\x5a\x89\xe8\xe5\x1d\x19\xad\x72\x0a\x81\x26\x08\x17\xf0\x56\xcf\xc7\xc0\x9b\x30\xc7\x8b\x26\x0b\x6e\x00\x8b\xad\x22\xeb\x9f\x5c\x31\xb5\xc7\x94\x92\x86\xf6\x35\x6f\x27\x2b\xc1\x9f\x0a\xfd\xfe\xba\x3d\x7d\xc8\xd6\xb8\x20\x0b\xe2\x52\x93\x35\x94\x38\xd5\x1d\xc6\x62\x04\x1c\xa5\x2a\x91\x6b\xa1\xe1\xfb\x63\xa2\xbd\x7e\x66\x7e\x9d\xb5\x54\x22\x7b\x72\xd4\xdd\xf9\xa1\x08\x3f\x0a\x66\xc4\x9c\xda\xb4\x13\x22\xa2\xd8\xdf\x30\x37\x63\xa3\x6f\x9e\x87\x3f\xa3\xf7\x18\xd8\xa6\xc1\x36\x60\x72\x71\xce\x44\xd4\x03\xd7\x2d\x6e\x70\xe9\xb8\xbd\x2a\xd2\x61\x20\xa2\x77\xec\x42\x91\x40\x58\x2a\x7b\x24\xb4\x0c\x72\xd2\x73\x0c\x76\x04\x3a\x04\x62\x76\xc0\xc9\x2d\x43\x31\x03\x44\x19\xbb\x52\x91\xa3\x1b\x01\x30\x27\xf4\x1f\x23\xd1\x93\x91\xea\x4e\xbc\x8d\xb3\x98\x8c\xf6\x70\x7d\x4b\x10\xfc\xae\x82\x35\xf3\x4d\x53\x4f\x8e\x7e\xcf\xef\xfc\x71\x51\xc7\x5f\xe2\x9d\xcf\x11\xb7\x61\xdd\xb8\x0e\x28\x51\x22\x61\xcc\x75\x92\x50\x55\x6e\x4c\x3b\x7a\xb7\x74\xf7\xd6\x6d\x03\x3f\xaa\xed\x0f\xa1\xe3\x1b\x62\xd7\xde\x0c\x96\x51\xc0\x45\x45\x99\x34\x1c\x4d\x7c\x5e\xfe\x1f\xc8\xda\x9a\x54\x21\x60\xa3\x41\x5d\xd6\x25\xb5\x3f\xf5\xe1\xc3\x3b\xcd\xc2\x3d\xfa\x60\x4e\xc9\x37\x2f\xce\x77\x20\x00\xc7\x57\x56\x7e\xab\x93\xef\x36\x53\x9b\x72\x4e\x0e\x95\x0a\x73\xd2\x06\xe6\xb4\x5d\x4a\x9b\xcc\x77\x90\xdf\x31\xcc\x02\x5f\x5b\x39\xbf\xad\x08\x3d\x6a\x37\x99\x2c\x00\xd5\x5b\x99\x6d\x26\xc3\xd4\x22\xca\x91\xdc\x61\x96\xae\xa6\x52\xa7\xd2\xec\x9e\xc8\x24\x19\xed\xdb\x1e\x9d\xc2\x0f\x1f\x7c\x5f\x4e\x18\x4d\x1f\x53\x64\x18\xba\x18\xb1\xdf\x61\x6d\xc4\x6c\xe3\x1f\x51\x85\xea\x02\x87\x1e\xca\x6c\xae\x7e\x3f\x0e\x33\xcb\x66\x2b\x52\x93\xd5\x66\xa5\x7e\x7a\x8d\x19\x6e\xae\x90\xcd\x45\xb4\x40\x54\x8e\x43\x83\xa5\x82\x0b\x3d\x06\x1d\xbd\xf5\xec\x62\x01\xe3\x50\xef\x45\x26\xe4\x3d\x61\x43\x86\x30\x01\xcf\x78\xf6\xa0\xe2\xfc\x74\x2f\x03\x14\xbf\xb5\x05\xcb\x5e\x81\x22\x88\x81\x31\xdc\x04\x11\x03\xf3\x4c\x50\x03\x3c\x38\x0b\xa6\xf1\x6d\x88\xaf\x69\xb2\xb9\xb2\x31\x4e\x87\xdb\x36\x86\x10\x8d\xa3\x7d\xa9\x5d\x2e\x9b\xf9\x99\x73\xae\xf5\xc7\x53\x5b\x6a\x09\x74\x21\x53\x38\xac\xc5\xda\x52\x8e\xf2\x69\x4e\xcd\x84\x9d\xc9\x7e\x5c\x73\xc1\x0c\x33\xe5\x04\xb5\x92\x31\x44\x24\xa5\x3f\xdb\xac\xf8\x90\x03\xfb\x3e\x4c\x45\xf0\xf8\x74\xa7\x8e\xc9\x32\xf1\x00\xfe\x6d\x80\x80\xa3\x5e\x43\x26\x1a\x74\x1a\x2a\x5f\x1d\xa8\x0a\x75\x1e\xff\x1c\x25\x3d\xd5\x8b\x85\x8e\x24\x6a\x1c\x15\xa8\x86\x39\x77\x0c\x44\xe2\x9a\x94\x6e\x72\xa2\x53\x1b\xc6\x90\x5b\x2b\xc2\xe0\x68\x97\x78\x15\xf5\x4c\x16\x30\xc9\x90\x5e\x18\xfe\xd1\x9f\x5c\xa8\x21\xfd\xfb\xb7\x8a\x2c\xe2\x45\x81\xb5\x85\x1e\x1c\xbb\xbc\xa6\x27\x6f\x24\xa4\xfc\x3f\x86\x54\x06\x4e\x9c\x96\x39\xac\xba\x00\x24\x7f\x84\x6b\x6e\xa0\xc8\xf7\x94\x78\x57\x0f\xa4\xcb\xc5\x94\xf3\xaf\x29\x20\x1a\xd0\x18\x79\xc9\xd5\x9d\x9c\xc0\x66\x5d\xa2\x16\x07\xea\x44\x84\x6d\x1b\x5c\xd0\x46\xd8\x43\xa8\x14\x1b\x2e\x66\x48\xe5\xcc\xa8\x36\x4a\xf2\xec\x05\x15\x1e\x7e\xd3\x73\x16\x56\xce\x66\xf5\xce\x0b\x11\xbd\xa5\xef\x18\x97\x88\x8a\x52\x8e\x87\x74\xc4\x35\xa9\x5c\xbc\xb7\x81\xd0\x0b\x02\x35\x86\x91\x1e\xb9\xce\x57\xa4\xde\x30\x81\x40\x7c\x85\x1b\xb8\x46\xaa\xd3\x30\x5a\x13\x84\xa7\x23\xf0\x25\x83\x61\xb9\x27\xdf\x66\x60\x93\x87\xa5\x5a\xef\x83\x63\x1b\x7a\x9c\x15\x22\xe3\xf3\xc9\x6a\xdd\x6e\x05\xc5\x4f\x84\x06\x7c\xbb\x5d\xe3\x53\xe0\xff\x3e\xf8\x21\x8c\x07\x73\x49\x93\x03\xc4\x33\xdc\xaa\x28\x5d\xbb\x41\x95\x6f\xec\xa0\x62\x09\x71\x60\xc7\x9d\x9f\x5c\xca\x2b\xda\x08\xfb\xf9\xc1\x31\x74\x72\xa2\x2f\x20\xb2\x9d\x6a\xc8\x39\xdd\xfa\x36\x46\xd4\x71\x1a\xac\xf9\x45\x9f\xeb\x64\xbf\x25\x5e\x01\xa9\x55\xa0\x8d\xa1\x15\xee\x58\xaf\x04\xcd\x4c\x65\x02\x4c\x38\x88\x4e\x8d\xec\x51\x73\x4d\x2f\x2a\xd3\x32\x58\x67\x66\xba\x46\xc8\x65\x48\xf1\xe3\x30\xbf\xf1\xe4\x04\xde\x90\x5a\xa4\x72\x28\xcb\xaa\xa6\x91\x69\x25\x74\x84\xa4\x80\x25\x92\xb9\x10\x05\x5d\x61\xcb\x15\x35\x6d\x56\xa8\xb2\xfc\x38\xcf\xf1\xf0\x30\x63\xe5\x2f\xe3\xa4\xd3\x38\xf1\x47\x1d\x3c\xc8\xe4\xf6\x4c\x8e\x81\x16\xc7\x2e\xa2\x31\xa7\xe8\x0d\xfd\xf7\xc8\x80\x94\x9a\xcf\xfa\x80\x4a\x00\x18\xe7\x8e\xfb\xec\x32\xf2\x20\xdd\x09\xb4\x68\x71\x03\x73\xcc\xd5\x8a\xb3\x8b\xc9\xd9\x40\xee\x22\x61\x91\x0f\xad\xce\x42\xd1\x7a\x96\xeb\x3d\x52\x5d\xca\x19\x24\x0b\x58\x53\xc6\xb8\xbb\x36\x62\x5b\xd4\x3a\x82\x4a\x96\x28\x67\x50\x4a\x94\xb4\x07\x38\x6c\x1f\x4e\x84\x1c\x09\x53\x31\x47\xb6\x14\xa9\x0a\xb5\xd0\x8d\x73\x0c\x6d\x43\x2e\x2f\x45\xa4\x86\xd4\xb0\x6e\x68\xb9\x91\x01\x93\x39\x2e\x10\xdb\x60\xd7\xae\x54\x9b\xca\xb8\x2a\x63\x51\x75\x72\xa2\x7b\x16\xa9\x12\x74\x8d\x9b\x6a\xab\xf6\x4b\xa4\x22\x57\x36\xaa\x48\xfa\x34\x61\xdb\xb8\x23\xbe\x5e\xe3\x54\x3d\xe8\xa2\xaa\xa4\x2d\x73\xc3\xfd\x45\x0f\xf6\xa7\x7d\x1b\x88\x5a\x04\x29\x3a\x16\x1c\xae\x13\xf2\xdd\xed\x31\xc1\xf5\xdc\xe1\xad\x1a\x8c\xca\x2d\x87\x34\xf7\x74\xdd\x78\x44\x14\xe2\xba\x99\x6b\x1f\xb8\xdd\x7d\x7e\xf7\xa5\xb2\x14\x3c\xbf\x5b\xee\xd4\xa9\x28\x90\x00\x8b\x9b\xc5\x0f\x7d\x7e\x78\xc2\x0a\xe7\x3e\xc5\x40\xfc\x76\xfa\x18\xa3\xc4\xcf\xb1\x47\x52\x69\x45\xec\x83\x31\x54\xe6\xfc\xff\x58\x36\x66\xd5\xb1\x04\x39\xbc\x96\x44\x91\x14\x12\x3b\x4e\x22\x96\x8c\x39\xe8\xa5\x75\xc1\x88\x3d\x5e\xaf\xc9\x60\x47\x22\x80\x75\x06\x32\xae\x4c\x94\xac\xa3\x4d\x7c\xbd\x0b\x52\x60\x40\x6c\xa8\x9d\x9e\x0e\xe4\x0c\xc5\xe2\x88\x8d\xcd\x9b\x90\x5d\xd8\x61\xc6\x43\xed\xb2\xe0\x34\x93\xca\xac\xfb\x70\xcf\x58\x6d\xb4\xe8\x93\x2e\xda\x1e\x22\xed\x2c\x1a\x6a\x2c\xb5\x67\x55\xad\x24\x71\x06\x6d\xb3\xc1\x22\xea\x99\xd2\x9f\xda\x99\x13\x7b\x0d\x4c\x1b\x1f\xf1\xa1\x4e\x91\x12\x25\xf2\x74\x75\x80\x5b\x2c\x89\xae\xf9\x53\x54\xb9\x91\xe1\xa9\xd4\x22\xd7\x84\x0b\x51\x54\x31\x3c\xeb\xde\xa9\xdc\x3d\x69\x3d\x20\x85\x20\xeb\xcc\x3f\xf4\xf6\x30\xb1\x8d\x1d\x34\x38\x4f\x1f\x97\x1b\xd3\xd2\x99\x23\xa8\x66\xe3\x62\xac\x9a\x8c\xdc\x63\x16\xda\x0b\x40\x6d\x94\xc7\x07\x8e\x9c\x77\x77\xf6\x1d\x39\xef\x7f\xd4\xa6\xe4\x6f\x7e\x1a\x40\xd8\xde\x72\x6a\x46\x82\x46\x60\x86\x33\xaf\x4f\xbb\xc5\x92\x48\x6c\x08\x3a\x38\x8f\x8e\x05\x86\x3d\x05\x6f\x8c\xe8\xb2\xbb\xbb\x64\x57\x1f\xbb\x54\xbd\x4d\xae\x51\x9e\x08\xc7\xa2\xe4\x0d\x43\xa7\x53\x10\xd9\x54\xc2\xa6\xd2\xa6\xa6\x9b\x02\xce\x5f\x37\xbf\xaf\x50\x5b\x2c\x31\xeb\xdc\x38\x0e\x0f\x41\xa6\xd1\x3a\xe9\x00\xe9\xbd\x74\xa6\x07\xff\xdc\xbf\x9f\x03\xdc\xf8\x46\x72\xb4\x7b\x70\x96\x3c\xda\xd5\x3b\xa2\x68\x98\xdd\x56\xe2\x9f\x34\x31\xea\x40\x69\xb3\x89\x25\xf9\xc7\x64\x54\xf6\x27\x4a\xdf\x87\x68\xb3\x49\xff\xc1\x3e\xae\x12\x75\xee\xe1\xdc\x9c\xaf\x24\xf8\x48\xb2\x8e\x59\x57\xf7\x2e\x9f\xbb\x5c\xcd\xb5\xc3\x94\x5e\x80\x72\x0f\xd3\x01\x8c\x23\xbc\xe4\xd8\x7a\x24\x24\xe3\x55\xf3\x91\xf4\x8e\x76\x8a\x80\xb2\xca\xea\xa9\xce\x14\xe1\xbe\x60\x59\x02\xaa\xa5\x4a\xe2\x32\xd0\xa6\x57\xbb\x27\x53\xe0\xce\x8f\x75\x05\x40\xe3\x3c\x4a\x4a\x75\x8c\x71\x46\xca\xe8\xa1\x92\xe1\xe2\x1c\xee\x59\x2e\xcb\x5b\x9c\x4f\xd2\x24\x42\xca\x78\x3f\xba\xa5\x2d\xaa\xde\xc8\x83\x17\x67\x6e\x9f\x33\xf1\x44\x1a\x35\x17\xf5\x6b\xa1\xc7\x27\x47\x70\x1c\xbc\xc3\x1f\xbf\x16\xa7\x34\x82\xa0\xec\x2e\xb1\x02\x67\x32\x3e\x39\xe0\x15\xe9\x29\x81\x10\x51\x8f\x5e\xb4\x3b\x5d\x52\xc6\xa1\x28\x79\xc6\xd6\x7d\x8b\xff\x12\xbf\x17\x55\x2f\x88\x60\x65\x9e\xfd\x22\x33\xde\x6d\x6e\xe6\xe4\x28\xd1\x9f\x3e\xbb\x2f\xc0\x21\xe2\x31\x0f\xa3\xb3\x98\x10\xc7\x61\xc2\xec\xd0\x5f\x49\xf9\x2f\x78\x70\x7c\x2f\xce\x10\x3a\x39\x81\x37\x4a\xdf\x87\x87\x9e\x75\xae\x94\x61\x82\x54\x63\xb5\x53\x62\x42\xa8\xb2\xa0\x0b\xd0\xaa\xec\x38\x3c\x0d\x99\x84\x3d\x31\xcd\xf0\x00\xed\x85\x3e\xe5\x09\xe3\x59\xd6\x40\x77\x00\xd7\xde\xf0\x54\x64\x82\x33\x7b\x99\xcf\x3f\x21\x18\xe5\x42\xcc\xba\xc5\xf5\xec\x8b\x62\x55\xb7\x2f\xc1\xa9\xfd\x05\x43\x06\xb1\xab\x82\x51\xf4\xae\x07\xb3\x3e\xfe\xee\xe1\x5b\xbe\x24\x05\xd3\x6f\x13\x8f\x4c\xbb\x0c\x34\x55\xbc\xf8\x2d\x7d\x27\x4f\xaf\xdd\x88\xcf\x23\x9c\xf8\x19\xde\xbf\x86\xd4\x23\xf9\x3e\xce\xfc\xec\xe0\x24\xb5\x91\xd9\xa9\xff\xfc\xa0\xa7\x32\x48\xc5\xb9\xc9\xa5\xde\x4e\x73\x4e\xbd\xe8\x83\x22\xa2\xe7\x64\x7f\x4c\x27\xd1\x22\xe9\xfa\xfb\xfd\xff\x82\xa1\xa4\x32\xc7\xb6\xc2\xa8\x49\x8b\x2b\x82\xab\x52\x09\x2d\xd1\x57\x89\x81\x3b\x39\x5e\x47\xce\x99\x2c\x55\xcd\x82\x36\xb0\x42\x5b\x73\xc0\xf1\x3d\xc6\x6b\x20\xad\x11\x68\xa1\xc4\x08\x8e\xcc\x4a\xe9\x21\x01\xe6\x18\x1e\xda\x6f\x3b\xea\xd3\xfc\x0f\x07\x05\x68\x65\x41\x92\xb4\x8f\x9a\x4d\xdc\x4a\x07\x3a\x75\x2e\xd9\xa8\xc4\xdc\x43\xbb\xc0\x43\x9b\x9e\x3b\x2c\x65\x0c\xf2\x31\xa2\x33\x95\xc0\x34\xf9\x6e\xf6\xdd\x4d\xcf\x7d\xd8\x19\x9e\xda\xa0\xab\x24\x63\x49\x0a\x66\x1b\xcb\xc9\xf9\xeb\x89\xde\xaa\xb3\x8e\x4e\x03\x75\x2c\x36\x26\xed\x99\x8c\xa0\x13\x26\x53\xa3\x65\xb1\x1e\x3f\xae\xd7\x97\x29\x29\x26\x28\x77\x1d\xec\x99\x39\xe7\x20\x6c\xad\x8f\xb6\xaa\x93\xd7\x55\x45\x85\xcc\x91\x2f\x8b\x00\x19\x59\xe1\xee\x53\x26\x49\xa7\xdd\xb5\x13\xb4\xcc\xc8\x3a\xef\xbb\x19\x95\xca\x1c\x4f\xf6\xb6\x57\x8d\xd5\xb9\xf5\x19\x4b\x1d\x8e\x30\x09\x72\x95\xea\x31\x55\xdb\x19\x2d\xaa\xa0\xde\xac\xe6\xfc\xcd\x45\x14\xa2\x35\x67\x90\x55\x22\x76\x89\xcb\x4d\xd1\xba\x19\x04\x42\x24\xe1\x26\x0e\xad\xed\x12\x27\xcc\x5a\xbc\xa0\x03\xc9\x7c\xee\x2c\xb3\x44\x33\xa7\xf8\x00\x14\x93\x45\x32\x6a\xbe\x58\xe7\x28\xd1\x0a\xad\xe3\x89\xeb\x1c\x56\xd5\xf9\x83\xe3\x3c\xf1\x3c\x38\x8e\xa3\x4e\x6a\xaa\x8f\xb3\xe2\xdb\x8d\x32\x61\x15\x12\x4c\x43\x2f\x34\x1a\xf5\xb0\x89\x58\x17\xb8\x6e\xc1\xa0\x3a\x5d\x5a\xa8\x65\x2c\xfe\x4e\x4d\x3d\x20\xcd\xc8\x6c\x68\x3a\xb0\x1c\xe6\x6b\xab\x73\x01\xe6\x38\x83\x49\xd1\x96\x65\x8e\xb8\xde\x33\xda\x15\xb9\x64\x20\x0e\xce\x96\x3a\xac\x1a\x1d\xc1\x5a\x88\x83\xce\x32\xf6\x1a\x63\x7d\x8d\x6a\x52\x4c\x0e\x7d\x89\x2a\xe4\xa9\xed\xd6\xef\x72\x70\x2e\xf6\x00\x8b\x23\x34\xdf\xf7\x60\x74\x84\x5d\xe6\xed\x8e\x7e\x85\x1f\xc7\x57\xba\xca\x91\x0d\x70\x22\x6e\xc9\x1a\x70\x03\x3c\xfb\xb7\x0a\xcc\xec\xfb\x4c\x83\xce\xb0\xda\x9d\x99\x08\xe7\xd6\xa9\x0b\xed\x04\x1b\x5e\xfb\xcb\x58\xe8\x32\x16\x1c\x6f\x63\x90\xbd\x50\xda\x4a\x89\x0b\x38\x83\xc9\xfd\xae\x9e\x10\x93\x67\x9a\x3b\xf9\x24\x91\x86\x4d\x16\xde\x38\x33\x52\x06\xa1\x5c\xf8\x10\x8b\x63\xb8\x99\xa7\x3e\x9e\xcc\xe1\x4e\x8c\x1e\x48\x19\x3e\xa1\xe4\xdb\xd1\xf6\xd1\xc5\x7c\x77\x33\x7f\xe0\x36\x4c\x20\x48\x9b\x41\xd1\x82\x87\x5b\x42\xce\x89\xe9\xa4\x31\x04\x8e\x41\x64\x87\x71\x6d\xa2\x04\x65\xe7\xcc\x22\x88\x22\x22\x9d\x96\x4a\xb2\x3d\x38\xd1\x91\x5c\x44\x44\x7f\x72\xd4\x9a\x6f\x31\x38\x3c\xa1\x3f\x7d\xe9\x8c\x3e\xe0\xe2\x38\xbf\x32\x82\xd2\x0c\xab\x6c\x92\x9d\xc5\xfe\xc0\xd4\xbf\x27\x7f\xae\x71\xe1\x9d\x9a\x4d\x1f\x4e\xbc\x38\x1f\x9f\x62\x67\xad\x37\xff\x08\x61\x9a\x38\xbf\x09\xca\xb2\x0e\x4c\x05\x0c\xc4\xa1\x3b\xcb\x9d\xd3\x1c\xc6\x5b\xa1\x96\x3d\xf6\x61\x88\xee\x19\xe9\x06\x21\x79\x53\xc0\x1e\xa1\xdc\x05\xf3\x16\xe3\x3a\xf2\x24\x45\x66\x17\x2c\x66\x87\x47\x03\x4d\x68\x5b\x96\x43\x1a\xd1\x97\x84\xb5\xb8\x11\x95\x5f\x82\xfa\x47\x5d\xa6\xb7\x6a\x85\x44\x3b\x4d\x7d\x52\xf3\xe4\x69\x72\xa0\x99\x2c\xfb\x16\x91\x31\xdf\x9c\x28\x8d\xb1\xec\xfd\xee\x16\x33\xf5\x1e\xd4\xb8\xbd\xa6\x0d\x9f\xc4\x23\x2d\x8c\x52\xed\xed\x6b\xcf\xf1\x36\xfd\x8a\x82\x4c\xf6\xb9\x7f\xb8\xce\x7f\xb6\x46\x5b\xdc\x9c\x82\xa8\x9e\xf2\xa3\xd8\x6d\xfc\x27\xaa\x36\xf8\x08\xee\x3f\x0a\xb2\x22\x8e\xd4\x5b\xea\x70\xd7\xd4\x16\x5f\x21\x98\x4d\x45\xa9\x60\x51\x7d\x7e\x0a\xcf\xf1\x96\x4d\xe1\xa2\x9e\xd3\x3f\x6d\x3f\x0f\x53\x67\xf7\xec\x81\x00\x6d\xaf\x07\xe7\x01\x75\x1a\x6c\xd4\xd2\x77\xdc\x13\xf6\x8d\xda\xb5\x54\xf6\x46\x6c\x5c\x95\xa7\x90\xdf\x17\x4b\xef\x85\x25\x30\x16\xfd\xd4\xd5\x4a\x20\xc8\xfb\x1a\xbf\xed\xe2\xd2\xfe\x1d\xbf\x17\xc4\xe9\x4f\xd3\x19\xf5\x47\x7b\xdb\x4f\xb4\xf0\xee\xd8\x4e\x1c\xb8\x85\x28\x7f\xb8\xa3\xbd\x41\x15\x91\x48\x12\xd0\x6b\xac\x53\xef\xce\xa2\xfd\xf6\x70\x2b\x8a\x7f\x1e\x3e\x1c\x2f\xb5\xad\xbc\xe8\xd2\xd3\x56\x6c\xcb\x54\x65\xda\xea\x72\x2c\x08\x1a\x33\x4b\x25\xbb\x6a\x7c\x5d\x6d\x41\x1e\x9c\x19\x76\x2c\xde\x1d\x82\x94\x36\x4b\x5f\x08\xe6\x24\x68\x46\x86\x42\x0d\x24\xc5\x16\x5e\xb8\xa5\xfa\x5a\x4b\xe4\xae\x4d\xd9\xe4\x5e\xac\x58\x23\x77\x38\x85\xec\x09\x6a\x69\x3a\x07\xfa\x18\x98\x62\xd7\x50\xa0\xaa\x0a\x62\x50\x64\x61\x16\xa5\xea\x20\x9f\xd9\x4b\x1b\xc4\x8a\x5e\xd3\x0a\xcf\x14\xe2\x68\x33\x6b\x90\x94\x83\xf0\xdf\xff\x0e\x6c\x59\x33\x5c\xb3\x0d\xb3\x2d\xb3\xc5\x0e\x64\x35\x66\x05\x12\x3f\x25\x62\xe2\xc1\x32\x00\xed\x54\x0b\x6b\xf1\xdf\xb8\x02\x0b\x83\x53\x46\x34\xaa\x54\x0d\x37\x53\xb8\x3d\x85\x35\x14\xd7\x6e\xd1\x45\x53\x95\x97\x8e\x39\x94\x8e\x75\xe5\x75\xf7\x86\x15\xdd\xe0\x65\x5d\x6d\x0d\x0e\x51\x0d\x8f\x36\xed\xf2\x91\x8f\x65\x15\x87\x10\x74\x4e\x4c\xad\x06\x2a\xce\xad\x17\x1a\xee\x6e\x7e\xa4\xee\xce\x5d\xb4\xae\x01\x2b\x89\xe3\x1b\x06\x7f\x14\xa2\x4e\xfa\xfb\x4b\xc7\x79\xf4\x6d\x18\x6e\x3c\xa4\x4a\xfc\xcd\x37\xad\xb2\x79\x5a\xb7\x43\x69\xf4\x32\x62\x8b\xc0\xa2\xb2\x94\x55\xa2\x0b\x78\x8f\xb7\x2a\x37\x35\x34\x33\xec\x21\x88\x0c\x49\xf8\xd6\x80\x4f\x1f\xb9\xb8\x82\x4a\xc2\xf9\x8c\x34\xfd\xde\x65\x8a\xbc\x29\x22\x8b\x28\x3d\xae\x0d\xad\xb7\x70\xa6\xab\x33\x4e\x7c\x46\x0a\xbb\xd6\x87\x08\x93\xf9\xc6\x85\x1d\x37\xce\xea\x50\x77\x06\x74\xcc\xa2\xbb\xbc\x7a\x3b\x2b\x1c\x50\xcf\x98\x44\x40\xc4\xd4\x33\xc2\xd8\x06\x8f\x2c\xa3\x37\x39\x51\xdd\x89\x2b\x83\xc4\x13\xf1\x20\x3c\x3a\x11\xcf\x57\xe1\x2d\xce\xde\xea\x36\x17\x7a\x72\x8f\x3c\xb1\x1a\xbf\xd4\x59\xf7\x7f\x48\x41\x7a\x88\x92\x0b\x42\x3c\xcb\x70\xfb\x56\x14\xac\x40\x8e\x5c\xe1\x33\x9b\x6a\x44\x23\xf8\xc7\x63\xf8\x27\x6d\xed\xf6\x13\xa7\x02\x55\x34\xda\x14\x92\xc9\xa4\x10\xef\xa8\x74\x12\x47\xa8\x5d\xb2\xcc\x4d\x26\x19\xaa\xfc\xa3\x90\x93\x57\x56\xb2\x1c\xfc\x12\xb7\xe6\x8e\x23\xf1\x78\x62\x4d\xa5\x80\xf9\x62\x83\xc2\x25\x57\x45\x52\x33\x86\xae\xf0\xe4\xc1\xb1\x1a\x6c\x0a\x2d\x3d\xf5\x6f\x57\x9a\x89\x07\xce\xd5\x43\xe9\x93\xfd\x4c\xac\x51\x25\x3b\x38\x97\x8b\xa4\xe0\x0b\x9d\xdb\x67\x92\xf8\x32\xc9\x57\xe9\x2d\xb5\xf4\x55\x34\x49\x83\x6a\x10\x9d\x83\xa1\xf5\x41\x68\x4f\x77\x60\x8c\xe2\x1b\xdd\x6e\xa0\x3f\x09\xa8\xeb\x93\x5c\x16\xab\x99\xec\x6c\xcb\x28\x4a\xe7\x86\x8c\x72\xfe\xfc\x19\xbc\x42\x4d\x4b\x0a\xb2\x46\xbe\x95\x36\x84\x5f\x94\x0d\x33\x98\x6d\x12\x16\x57\x8a\xa4\x74\xf2\xff\xba\x7b\x66\xe9\x38\xff\xfb\x4b\x77\x41\x21\x0f\x9d\x3f\x7f\xe6\x3c\xde\x13\x0f\xf9\x63\x5a\x56\x3a\x7f\xfe\x6c\xe6\x3c\xf8\x8b\x95\x3a\x48\xe1\xf3\x61\x25\xf7\x71\x90\xec\x9d\x30\xcd\x03\x63\xfc\x91\xbc\x80\xd0\x9c\x5c\x16\xe6\x75\x47\x6e\x2b\xad\xb1\x2a\x98\xa1\x2b\x2c\x07\xf6\xaf\xdc\xa3\x13\xdb\xca\xca\xaa\x96\xfd\x96\xb8\x20\x25\x96\x35\x3a\x75\xcd\xfb\xd4\x20\xf6\x06\x05\x0a\xa8\x96\xe7\x5a\x53\x26\xb2\x29\x7e\x5d\x31\xdb\x63\xa3\x8f\xbc\xd1\xaa\x4c\xf4\x5c\xd0\xc6\x41\x3c\xef\x85\x36\x6a\x96\x5b\x35\x41\xb0\x37\x2b\xca\x93\xea\x5e\x2d\xfe\x1d\x20\xa2\x05\xdb\xc0\x2e\xa7\xd6\xee\x27\x4d\x6c\xf0\xfb\x9e\x90\x0b\xc7\xc8\xd9\xb0\x9e\x7c\xe7\x55\x38\x2a\x91\xd7\xe7\xa6\x54\x48\x2b\xd8\xae\xf7\x9e\xf9\xd4\x1e\x7b\x00\x53\x7d\x23\xa0\x6b\xe6\xa7\xdc\x82\x50\xc0\x7e\xa6\xa9\x7d\x19\x80\x8d\xce\xf3\x4b\x1c\x48\xde\xc1\x8b\xb9\x38\x8f\x1d\x8c\x44\x09\xc1\xe8\xa6\x33\xa5\x28\xa3\xa4\x22\x26\x37\x58\x8a\x36\x48\x0c\xbd\x38\x3f\xd8\x9b\xf5\x19\xe2\xc1\xb1\x23\xe5\x86\xb7\x4f\x52\x46\x83\x49\xd9\xf9\xe0\x7e\xc2\xf2\xfb\x5e\x1d\xb6\xec\x33\x0a\x53\x64\x30\x3e\xec\x96\x21\x81\xc1\x3b\x65\x36\x0a\xa7\x8a\x17\xc7\x5e\x80\xd9\x7a\x35\xe5\xb4\x03\x54\xc5\xb1\x35\xe8\xa9\x24\xa2\x8e\x80\x9e\x9d\x39\xc0\xce\x66\x83\xc3\x4e\xb5\x44\x6e\x0a\x98\xb7\x92\x54\x25\x24\x5e\x76\x52\x6a\x50\x42\x55\x77\x11\x2d\x6d\xf4\x06\xa3\x38\xdd\x97\xdf\x58\x8c\x0f\x9a\xd9\xc1\x73\x23\x26\x83\x69\x37\x31\x44\xc3\x01\x62\x63\x72\x30\x23\x05\x76\x9f\xcb\x48\x5d\x26\x61\x0a\x98\x9f\x05\x23\x65\xbc\x84\x5b\xe5\xa7\x08\xf4\x9f\x21\x5b\x85\x70\xd9\x89\xbb\x72\x0b\xfd\x0c\x99\x6c\x88\x56\x8c\x22\x70\x5c\xfd\x49\x67\x62\xe7\x18\x9b\xa0\xa5\x4f\x1f\x66\x8b\x43\x98\x3f\xa7\xf2\x87\xfb\x3c\xd5\xfd\x45\xeb\x12\xcc\x70\x97\x81\xba\x78\x47\x2f\x9f\x15\x3d\xfc\x38\xdd\xc5\x02\x90\xcd\xa7\xd5\x5b\x66\xea\x00\x85\x4a\x28\x14\x9b\x14\x0c\xae\x31\xff\x5b\xdc\x62\x25\x13\xc7\xb6\xdf\xa8\x12\xb6\xda\x33\x10\xc6\x96\x4e\x14\x09\xb7\x3d\x6c\x5c\x38\x71\xdb\xaa\x3e\x05\xad\x9c\x10\x08\x8d\xfd\x64\xae\x81\xec\xd1\xc7\xe3\x53\xda\x3c\x51\xf9\xc4\x89\xc3\x39\xd3\xfe\x20\xff\x1e\x62\xfb\x2e\xa2\x3e\x53\x17\x60\x00\xe8\x3e\x17\x77\x40\xd5\x25\xe8\xdb\x8e\xae\xb3\x47\xcc\x3f\xc5\xae\x62\xee\x4e\x92\xa8\x64\x46\xbe\x18\xe8\x7e\x6f\x1b\x81\x3d\xdc\x38\x02\xb7\x77\xeb\x48\xcf\x58\x2f\x02\xe4\x27\x6e\x24\x71\x48\x21\xaf\xcb\xc7\xdb\x77\x03\x18\xa5\xcf\x88\x81\x9e\xf4\x05\x21\xf0\x6c\x0e\x43\x06\xa5\x69\xeb\x0e\x76\xa2\xef\x04\x50\xbb\xa8\x1c\xfa\xea\x93\xec\x16\xa8\x73\xca\x0e\x6f\x01\x5d\x21\x52\x89\x0b\x12\x45\xb1\x34\x0d\x84\x58\x55\x0c\xd2\x0c\xba\xeb\xa7\x0d\x5d\x25\x40\xe1\x2a\x84\xa0\xb0\xfa\x97\x21\xbe\xf3\xeb\xdb\x41\x6a\xbb\xdf\x94\xdc\x4a\x1a\x4c\x9d\x36\x47\xda\xa3\x13\x22\x25\xe5\xc8\x09\x73\x69\x48\x94\x79\x4f\x6e\x5a\x1e\x60\x3b\x78\x6a\x8a\x73\xbd\xb4\xa3\xd0\xa0\x11\x2b\x4f\xf3\xac\x9f\xd7\xa7\x41\x94\xaf\x70\x99\xec\x60\xe7\xa2\xfe\xd0\x5b\xec\x4b\xce\x2d\x18\x37\xab\xe9\x6e\x1d\x11\x09\x04\x2c\x48\xcd\x6d\xd4\x5c\xa2\x54\xca\xf7\xea\xec\xba\x0e\x2e\x43\x19\x9e\x8e\xdb\x91\x56\x6b\xb3\xa0\xf7\x9a\x58\x9b\x3f\x81\xd6\x2d\xc9\x86\x5f\x32\xe2\xb6\xe2\x20\x25\xa5\x10\x00\xfd\x37\x7d\x90\x85\x7a\x37\xbc\xcf\xc3\x96\x00\xda\x5b\x82\x7f\x00\x8c\x61\xa9\x83\x3a\xe3\xdb\xe0\xc9\x39\xfe\xa5\xd2\x1a\x06\xb8\xe9\x51\xbf\x4e\x89\x01\xd4\x9a\x34\x2c\x5d\xd8\x53\x1e\xb8\xf1\xce\xd0\x28\xed\x46\x58\x82\x18\x22\xda\x83\x84\xf6\x75\xbf\x45\x58\xbe\x59\xce\xb0\x77\xb6\x25\x61\xb4\x9b\x84\x4d\xdc\x51\x6c\x2a\x9b\x7c\x9b\xca\xb7\xbd\x41\x55\x10\x6f\xc2\xc3\xea\x82\xf8\x4d\x06\x55\x06\xb9\xb5\x74\xdc\xe0\xc4\x50\xb8\x12\x9b\xa3\x1b\x9f\x9b\x09\xe4\x90\x74\x65\x59\x98\x0c\xab\x8c\x4b\x12\x5e\x7d\x14\x4a\x1c\x75\xb9\xa9\xae\x8d\xe8\xd8\xd2\xbf\x05\x3b\x67\xda\x3d\xce\xb8\x73\x2f\x55\x81\x8d\xa3\x9e\xcc\xbb\xd0\x4d\xde\xa9\x30\x81\x32\x3b\xef\x67\x5b\x22\xb6\x9f\xc9\x0e\xd3\x84\x63\x33\x49\xb3\x38\xb3\x52\x69\x37\xc4\x8d\x3d\xa4\x9c\x83\x91\x2d\x8f\x24\xd5\x50\xff\x21\xcd\x0e\xac\xde\xf6\x09\xd2\xfd\x2d\x62\xc7\x93\xa6\x0a\xfd\xde\xbc\xcd\xa9\x36\x4b\x1b\x43\x8f\x5d\x8d\xa3\x26\xa3\x48\xec\xf9\x20\xef\xf1\x5b\xe3\x78\x15\xa8\xaa\x98\x2d\xde\x65\x8e\x75\x5d\x2f\xb1\xbe\xeb\x8a\x2b\x49\x93\xce\xa4\x4f\x15\xd9\x7c\x66\xb0\x57\x80\x99\xbb\xf6\x21\xce\x83\x8a\x1b\xca\xa0\xa1\xde\xbf\x70\xc3\x7d\xaa\xd8\xe1\xef\x35\xa9\x7e\xd7\xf5\xc4\x92\x95\x0f\x3b\xc7\x70\x6a\x61\x86\x03\x99\x61\xdc\x64\x7a\xdb\x8f\x5d\x8e\x9f\xa5\x20\x66\x25\xe7\xe9\x1d\xc7\x6b\xa9\x32\x32\xb7\xea\xd6\x3a\x53\x91\x33\x7c\x59\x15\x21\xf3\x18\x5f\xde\x74\xa2\x2f\x01\x17\x19\xd5\xf6\xd0\x8b\xd6\x2a\x19\x6b\x76\x90\xad\x28\xef\x91\x79\x11\x1e\xbd\x89\xc4\x41\x8d\xaf\x83\xa3\x55\x5f\x88\xff\x9b\x59\xe0\x4d\x43\x96\xb6\xc2\x84\x36\xe2\xfc\x84\x77\x2b\x87\xa7\xda\x09\x24\x6d\x74\x68\x5e\x5b\x52\xa3\x82\x94\xfc\xc9\x2c\x8b\x37\x83\xa7\x81\xe1\x47\x79\x31\x9d\x5d\x49\xd7\xd9\xc3\xa4\xf4\x75\xe7\x9f\xac\xd0\xab\xff\x92\x78\x4b\xf8\xe9\xbb\x2d\x68\x88\x9f\x25\x4a\xf1\x38\x77\xdd\x4b\xee\x77\xea\x88\x74\x14\x9c\xce\x55\x9a\x1e\xc4\x56\x62\xe0\x17\xf8\x5a\x99\xd3\x03\x94\xeb\xc3\x3b\x8a\x2f\x79\xe5\x3e\xd2\x1e\xd6\x6e\x8c\xe6\x2f\x79\xe7\x72\x1f\x49\x3e\xd3\xc2\x1b\x31\x5f\x76\xeb\x62\x6d\xda\x65\x32\x3a\x0a\xe5\xae\xfe\xee\xa8\x59\xac\x5e\x4c\x71\x88\x62\x75\xc7\xda\x1a\xc6\xef\x90\xeb\x33\x71\xf5\xee\x0d\x4b\xf3\xa6\xeb\xe5\xda\x7a\x7f\x1a\x44\x96\x28\x75\x10\xa7\xc7\xf7\x1b\x79\x75\x41\xb0\x97\xd1\x2d\x19\x3a\xef\x9e\x42\xf5\x56\x95\x06\x0d\xcb\x4c\x4c\xfd\x6a\xf5\x4b\xbc\x4a\xed\x4f\xe4\x0b\x33\x84\x17\x32\x76\xdd\x03\xb0\xcb\x05\x8d\xa9\x71\x9d\x0b\xf1\xbe\x1f\x76\x1f\x1e\xec\x78\x6b\x5a\xae\x2f\xb7\xc8\x78\x18\xc8\xeb\x0c\x0a\x0e\xbe\x55\x2b\x1d\x00\xf9\xc8\x19\x20\x87\xe8\x77\x3e\x07\xf7\x14\x02\xc8\x62\xd4\x65\x24\x77\x9d\x21\x3f\xa5\x67\xd8\xc5\x25\x7d\x77\x05\xee\xdf\x2e\xb0\x29\x53\xbb\x9b\x07\x81\xfe\x79\x70\x3c\x86\xc7\xbb\x6c\x85\xdb\x61\xcc\x4f\xc1\x94\xe3\x19\x72\x5f\xcc\xd8\x65\x2a\xdd\x15\x63\x7e\x4c\xb0\xa4\xc3\x8e\xac\xbf\x3a\x5c\x12\x89\xaa\xdd\x8d\xcc\x41\xd9\x47\x48\xc2\x3b\x5d\xe6\x15\xdb\x82\x9b\xda\x94\x67\xbc\x7b\x83\x50\x55\xf8\x2d\x3f\x73\xab\x70\xdf\x46\xa1\xbf\xec\x7d\x59\x86\xbb\x5d\x42\xf1\x89\xac\xae\x00\xf3\xbd\xfb\x76\xbd\x26\x56\xb4\x86\x4e\x5e\x1b\xaf\x00\x7b\x26\x1c\xcd\xf7\x76\x34\xd8\x88\x59\x64\x21\x76\x1b\x62\x69\xcc\xbc\x86\xcb\xa6\x46\x95\x6c\xfb\x24\xb2\x49\xd7\x8b\xfb\xca\x64\x93\xbf\xec\xaf\x40\x36\xc9\x7a\xe9\xa8\x2c\xc1\xb9\x47\x54\x19\x69\xc9\xcb\x94\xf5\x8e\xa5\xa4\x4e\x26\x82\xa0\xb2\x6a\xca\x8a\xd4\x6d\xf7\x05\x6b\x2a\x2c\x8a\x1a\x5c\x7f\xd3\x02\x59\xad\x70\x49\x50\x8b\x45\x99\x8a\x45\x25\x0b\xa8\x29\xd2\x1d\x70\x49\x24\xdc\xec\xfe\xd0\x54\x77\xb1\xe0\x0b\xf8\xa0\x57\xf0\xf5\x5c\xe3\xa7\x83\xed\x6a\x79\x49\x4b\x2a\x2c\xc7\x25\x41\x2c\xb6\x9f\x7b\x81\x94\xce\xba\x3f\x39\x01\x46\x6d\xcc\x9a\xf7\x25\xe3\x6b\xa5\x5f\xf4\xde\xfd\xdc\x85\x56\x19\x0b\xdc\x7d\x6a\x95\x3d\x52\x8e\x55\x50\x23\x16\x74\xa7\x0a\x6a\xcc\xbc\x86\x28\x28\x7d\x99\x98\xbd\x19\x70\xee\xd8\xd2\x77\xa5\xa8\xd4\x2c\xa4\xf6\x25\xf5\xe5\xae\x5a\x0a\xbe\x24\x35\x15\x2e\xfa\x2b\xd0\x51\x56\x70\x44\x18\xff\x7c\x2d\xe7\xde\xa9\x46\x33\xdd\xbb\xcd\x3c\x6a\x0a\x77\x25\x8f\xc6\x4d\x6a\x88\x30\x52\x72\xc7\xbd\x93\x3e\x94\x40\x6a\x2b\x4b\xaa\xd5\xa1\xa2\xc7\xd4\xd0\xb2\x19\xc6\x26\xd7\x4b\x5f\x07\x13\x5d\xbc\x9d\xde\x55\x95\x33\x7c\x54\x55\xe1\x95\x2f\x5f\xc8\xa6\xa9\x99\xff\x8e\x49\xc2\x7b\xdc\xe8\xb4\xa0\xfc\x34\xf4\x9b\x9f\xc0\x10\x5a\x35\x99\xeb\x9f\x2a\xf0\xa4\x27\xb0\x9f\xd8\xd3\x17\xa5\x39\xd3\x4b\xff\x0a\xf4\xa7\x9f\xda\x69\x55\x54\x86\x16\xfa\x14\x95\x45\xaa\x7b\xbd\x7d\x94\x04\x1e\x36\xf9\x64\x9a\x78\xc7\x65\xee\x55\x1f\xfb\x28\x10\x92\x6c\xc7\x69\x8d\x84\xfc\x5d\x89\xc5\x1d\x56\x33\x4e\x60\x7e\xaa\x68\x98\x9e\xc0\xd7\x17\x10\x4b\xaf\xfc\x2b\x90\x97\x32\x26\x26\x23\x24\xf9\x40\x98\xbc\x42\x50\x1d\x74\xd6\xb0\xe2\x94\xa8\x23\x64\xb9\xbe\xb3\x91\x33\x54\xcb\x43\x2a\x9f\x38\x30\xb6\x93\x0e\xe9\x89\x30\x7c\xa1\x4a\x64\xa0\x66\xd9\x65\xf1\x27\x27\x20\xae\x0f\xf0\xe8\x4b\x93\x46\xee\x70\x6e\x18\x98\xed\xcb\x83\xd0\x2f\xbe\x56\xfd\xea\x0d\xe4\x0c\x50\xb2\x07\xc9\xb2\xd8\xcb\xed\x44\x87\xfb\xd6\xc1\x44\x3e\xdf\xd8\xde\x18\xcd\x3d\x16\xed\x9f\x9b\xea\xee\xd3\xe5\x63\xd7\x77\xab\x24\x7d\x9b\xe4\xbc\x3f\x52\xce\x25\xd9\x3f\xae\x28\xc3\x4d\x70\xb3\x86\xf8\x91\x79\x56\x0c\xd3\x56\x4c\x69\xac\x98\x29\xe8\x2b\x52\xaa\xca\xe8\x19\x11\x8d\x50\x64\x39\x47\xc5\x7b\x03\x46\x3e\x8a\x81\xad\x2c\xe2\xae\x9a\x9b\x3c\x0e\x6f\x0e\x34\x4e\x39\x8f\xae\x3e\x72\x8e\x98\x0d\x32\x99\x0a\xbe\x2e\x41\x75\x83\xcc\xa4\x2f\xcc\x2c\xb2\xab\xfb\x84\xa6\x90\xff\xfe\xde\x6f\x22\x8b\xc6\xeb\xaa\x05\xe5\xcd\x23\xbc\x00\x3b\xf5\xd0\x5e\x81\x9d\x7e\x6e\x62\x83\x70\x76\x06\xdf\xcd\xbe\xdb\x57\x29\x29\x8b\xb9\xe1\x47\xb7\xe5\xc1\x4f\xd1\xd2\xe6\x1a\x73\xdf\x62\x53\xb7\xa4\x72\x63\x8e\x4b\x74\x85\x61\x8e\xb1\x75\x19\xea\x29\x67\x2f\x71\x3b\x97\x3c\x9e\xe5\x71\x2f\x6b\x51\x1b\x5d\xaa\x07\xe9\xea\xa7\xee\x29\xa2\x08\x50\xb8\x84\xef\x39\x98\x32\x56\x91\xa0\xf2\x9e\xb0\x4f\x1f\x45\x58\x4f\xa6\x6b\x1a\xbd\xd9\x90\x1d\x4b\xd1\xba\x66\xf8\x52\x32\x0e\xd9\xcd\x96\xa2\x3b\x1d\xba\x94\x3b\x8b\xdf\xd8\x41\x86\x5d\x1c\x97\xea\xa7\xc4\xac\x6d\xe8\xd6\xf6\x95\x33\xaf\xe3\x1a\x34\x8f\x6d\x9d\xb0\x64\x29\x9a\xdc\xb4\xdb\x6c\xa9\x17\xdb\xe3\xd8\x8a\x2f\x49\x90\xb8\x03\x85\x17\x7a\x65\x23\x44\x03\xc1\x91\x5e\xde\xd8\x72\x30\x8e\xf0\x11\x0b\x04\x05\x3c\xa7\x04\x9b\xca\xa2\xd5\x7e\xe0\x82\x6e\xea\x32\x25\x21\x12\xb4\x38\xe2\x4e\xc0\x11\x9c\xd2\x79\x7f\xf1\x48\x63\xf5\xa6\xd5\x9c\x40\x59\x2c\x6f\x3a\xaa\x34\xdb\x9a\xad\x2d\x55\x67\x02\x9d\xab\xd4\x6a\x0a\x15\xad\x39\x25\xca\x8b\xe3\x72\x0c\xbd\x8f\x1a\x26\x70\xbb\x75\x4c\x60\xb7\x92\x44\x0e\x0d\x46\x45\x49\x64\x11\xa7\x06\x2f\xa4\xfd\x17\x97\x88\xcc\x07\x06\xfa\x4b\x8a\xdc\xeb\xa8\x29\xc2\x3f\x57\xa8\xb1\xdb\x6c\x2a\x59\x5a\x87\xcd\x40\x18\x01\xc9\x66\x64\x11\x65\x7c\xab\x12\x81\x3f\xe3\x4b\xf4\xe3\xb6\xc5\xec\x15\x6e\x64\xda\x37\x2e\x45\x7d\xa0\x7b\x67\x20\xee\x07\xee\x38\x65\x11\x4e\x44\x51\xad\x3b\x4a\x89\x17\x7c\x59\x82\x91\x1f\x05\xaf\x4f\x76\x44\x74\x58\x16\x3d\x77\x7c\xa2\x43\x26\x65\x66\x6f\x2a\xc5\xcc\x3b\xd2\xd0\x3f\x26\x7f\xed\x2e\xf8\xd2\x51\x82\x26\x98\x45\xae\x04\xd5\x80\x4b\xda\xe3\x89\x8e\x32\x4f\x8d\xf0\x09\x4d\xd3\xf0\x81\x6b\x96\x86\xcf\xee\xc2\x24\x0d\x6c\x4d\x9d\xa0\xbe\x1f\x33\x73\xa0\x95\x99\x5e\xf7\x9d\x5a\x98\xb9\x29\x0c\x35\xc9\xc2\xf6\x9f\xc0\xb2\xcc\x4d\x61\x8c\x55\x39\x3a\xe8\x05\x7e\x64\xc8\x35\x13\xc3\xea\x16\x03\x6c\x44\xd9\xcb\x97\x6d\x20\x5a\x48\x24\xac\xc3\x8e\x7a\x7f\xc3\x60\xf0\xc5\x58\x85\xb2\x5a\xdf\x08\x83\x50\xd6\xa6\xb5\x44\x2c\x8a\xd3\xf6\x18\x83\xfe\x44\x12\x53\x3a\x91\xa7\xc5\xda\x28\x0a\xe6\xee\xf6\x89\x0a\x93\x55\xa5\x0e\xcb\x95\x6a\x97\xaf\xaa\x4c\xde\xac\xdc\xd1\x63\x83\xb7\xf4\xcc\x55\x0f\x97\xb8\x95\x15\xa5\xd8\xe4\xe8\x14\x7e\x95\xf1\xa8\xd0\x70\x33\x85\x47\xcf\x99\xf3\xce\x59\xc4\x48\xb3\xf7\x78\xcb\x92\x31\x9c\x1b\x70\x04\x6f\xfe\x9b\x7f\x54\xb6\x87\x1b\x3a\x82\xd5\xb2\x91\xae\xa1\xe5\xf5\x3b\x33\xa0\x48\x90\xbf\x5a\xc6\x6f\xa9\x4e\xe2\xdf\xd2\x2c\xa0\x20\x38\x43\xeb\x35\xae\xcb\x49\xdc\xd7\x8e\x35\x22\x65\xb7\x43\x36\x8d\x35\x19\x39\x07\xb4\x1d\x5a\x8a\x36\x88\x77\x23\x27\xbf\xf6\xd9\x29\xfc\xea\xfe\x30\x9a\xb2\xac\x27\x2f\x89\x2b\x6c\xec\xe8\x19\x16\x8d\x75\x06\xbf\xfe\xcb\x87\x99\x4e\x54\xbb\x38\xe7\x6b\x53\x23\xe7\xe3\x88\x02\xbf\x1d\x51\x85\x87\x33\x92\xb8\x4a\xdf\x9d\x93\xc6\xb6\x07\x95\x3e\xcd\x79\x71\x7e\x2f\x2a\x97\xf7\xf9\x73\x95\x59\x62\x96\xbd\x82\x37\x12\x7c\x96\xeb\xb2\xbb\x3b\xd1\xd5\x10\x9e\x8d\xa7\xd8\xf1\x30\xcd\xc5\x5d\xbd\x66\x7b\xcc\xf6\x36\x8a\x5c\x3a\x56\x12\xd0\x50\x66\x76\xb9\x93\xe7\x3b\xc9\x1d\x77\xda\x63\x84\xcf\x0b\x51\x37\xa8\x5e\x50\x23\x65\xf6\xa9\xcc\x1e\x55\x95\x09\x9b\x70\xe1\xd3\x11\x56\xc9\xca\xa2\x7a\x41\xfb\x5a\xc6\x92\x65\x9c\x8e\x74\x5b\x0e\x95\x49\x7a\x6e\x9a\x46\x46\x44\x8c\xbe\x3c\x61\xf2\x09\x55\xf4\x48\x10\x27\xf4\xf8\x0d\x14\x79\xc7\xc5\x02\x29\x66\xb2\xb5\x25\x93\x1c\xb5\x27\x95\xfe\xa8\xaa\xfc\x1d\xb3\x0c\x67\x79\x2f\xa5\xd8\xcb\xdb\x5a\x18\xd4\xc7\x0e\x8c\x16\x9a\x0c\x83\x98\xad\x67\x27\x71\x27\x3b\x80\x77\x41\xf6\xbc\x07\x79\x2f\xa1\xe8\xfc\x0d\x1b\x45\xba\x7c\xe0\x2f\x8f\xed\xff\xb2\x21\x76\xb3\x21\x76\x21\xb5\x9b\x9b\x13\xe9\xd0\x25\x0c\x27\x49\xfd\xb9\xa9\x05\xd2\x21\x35\x9f\xe1\x96\xa9\x0b\x59\x18\x54\x84\xb5\x40\x17\xf1\x15\x77\xf5\x82\x36\x2b\xd4\x27\x07\xfd\xf2\xda\xc2\xbb\xf9\x20\x05\xd0\x69\xe2\xf2\x9b\x8f\x01\xbe\xdc\x5b\x05\x82\xc8\x6e\x38\x79\x5d\x76\xc4\xc4\x06\x4c\xc5\x2e\x25\xdb\x55\xbb\x58\x8c\x7b\x4b\x39\x80\x8c\xea\x60\x58\xc4\xaa\xa2\xea\x93\x54\x6f\x01\x71\xe1\x88\x6a\x3b\x8e\x8e\xf2\x06\x75\x53\x5d\x18\x99\x92\xa9\x41\x32\x8a\x89\x8f\xa8\xfa\x74\x53\x18\x94\xfc\x72\x0a\x3f\x52\xea\x96\x32\xad\xe4\x2d\x1b\x02\x5f\x67\x42\x2b\xa9\xfb\x07\xe2\x8d\x37\x1d\xe4\xf2\x20\x23\x37\x9b\x50\xea\x36\x26\x7d\xf7\x59\x04\xcd\xef\x45\x39\xd8\x38\x3e\xf5\x4a\x5c\xb1\x1f\xdf\x7a\x66\xb6\x9e\x74\x0a\x8d\x6d\xf2\x33\x61\x8c\xd4\x97\x32\x6d\x46\x4f\xd9\x99\xb3\xa6\x8e\xc4\xb4\x77\x4e\xef\x39\x70\x48\x2a\x45\x06\xd9\x1c\x5e\x75\xde\x5d\xe5\x92\xbb\xa9\x67\x49\x8c\x5f\xe2\xf6\x5d\x94\x3b\x18\x21\xfe\xc8\x6c\x5c\xfd\x85\x54\x9c\xca\xb6\x1c\x82\xae\xbd\x20\xeb\xa7\xbf\x50\x35\x0a\x55\x63\x11\x35\x34\x54\xab\xd5\x52\xb4\xbe\x29\x97\xce\xb4\xc6\x4a\x1a\xcf\x22\x6c\x06\xa1\xdb\x04\xfe\x12\xa1\xdc\xaf\x18\x83\x6e\x98\x7b\x08\xf6\xc6\x44\x48\x6f\x8c\x45\x2f\xd8\x93\x42\x65\x2e\x82\xfa\x75\x23\x34\x71\xc9\x46\x0f\x56\x47\x85\x9e\x6e\x8c\x56\x37\x14\x95\xc2\xea\xc0\xd0\xd4\xd7\x8d\x64\x2f\x9e\x37\x04\xc7\x3b\x45\x44\xf6\x81\x6b\xdf\xc9\x1a\x88\xf0\x6c\xc4\xe4\xab\xc7\x7a\x10\x70\x0a\x51\xff\xac\xa2\x73\x54\xd9\x62\xfb\x0e\x05\x24\xef\x30\xe7\xb4\xa0\x69\x40\x97\x1d\x65\xea\xee\xbf\x12\xe6\x5b\x61\x3a\xc9\x79\x7e\x33\xc4\xdb\xc9\x78\x84\x09\xb4\x0f\xf4\x10\xbf\x6e\x84\x47\x9e\x75\x88\xef\x73\xdc\xe2\x66\x45\x6a\xcc\x84\xe3\x5a\xbb\xb7\xd3\x33\xdc\xc2\x66\x2d\x6f\x3c\x45\xb9\xdb\xa0\xb2\xae\xaa\x1a\xf3\xef\xe8\x0a\xc7\x29\x00\x09\x7c\x8e\x76\x4b\x03\x10\xa4\x50\xe4\x41\x99\xc3\x63\x0f\xc8\x9a\x15\x4b\x5c\xbc\x4f\x70\x8e\x0c\x88\xb0\x16\xd5\x25\x6a\x4a\xc0\x1c\x65\x3a\x45\x4b\xf0\xc8\xf5\x12\x73\x91\xc8\xc8\x65\x8d\x1b\x7b\x3f\xb3\xbc\x0c\x18\xe5\xb8\xe3\xe4\xe4\xc4\x8c\xf1\xc3\x1a\x35\x68\xa5\x97\x7a\x2a\x2e\xcb\x30\x87\x6f\xd4\x6d\x0c\x64\x01\x2d\xaa\x64\xbd\xf2\x39\xdd\xb4\x2e\x52\xe5\x15\x10\x4c\xdf\x9b\xa1\xa6\x32\x33\xfd\x87\x9f\x8b\x85\xbc\xf1\xa5\x91\x35\xc4\x9c\x36\x53\xa8\x30\xba\x52\x17\xe9\xa2\xe6\x72\xb3\xc2\x7c\x0e\x4c\x66\xc1\xce\xe2\x99\x2b\x2c\x69\xa6\xe5\x33\x5f\x6c\xaa\xca\x07\x53\xa7\x77\x95\x61\x8a\xdf\x2c\x38\x14\x31\x3d\x3c\xd2\x31\x10\x87\x9e\x54\x6c\x50\x43\xc9\xb0\x74\x3a\x98\x74\xe8\x42\xf6\x50\x1f\xcf\x50\x8d\x67\x2d\x95\xdd\x4f\x12\x3b\x12\xe6\x28\x47\x84\xdf\x98\x81\xcc\x95\xd0\x12\x1b\x6b\xd4\x2e\x53\x17\xc0\xe9\x2e\x07\x26\xf9\x38\x77\xc7\x0f\x9b\xe9\x8c\x63\x63\x0b\xab\x0d\xe3\x02\x9d\xb4\x04\x55\xe4\x3f\xfa\xd6\x93\xe0\xde\x63\xc2\xcc\xa9\x2d\xd2\xb0\xf6\x9e\x33\xdd\x64\x9e\x92\x0b\xcf\x1c\xe1\x0f\x04\xcc\xa7\x81\x8b\x9e\xf5\x8d\xa1\x13\xca\x0b\x79\x65\x38\x17\x19\xf3\x46\xe4\x5a\xe1\x6b\xc0\xab\x75\xbb\x4d\x08\x02\x68\x30\xa3\x9b\xa6\xc0\xea\x88\x1d\x87\x29\x03\x62\x4e\x33\x16\xa8\xaa\x54\xe6\x58\xa8\x4c\xe5\xb5\xb0\xb1\x04\x36\x13\xf3\x32\x6e\x4f\xed\x25\xd2\xdb\x91\xb7\xa5\xdb\x14\x55\x27\xaa\x3d\xb4\xbf\x29\xb8\xb1\x93\x99\xf8\xcf\x5e\x10\x74\x04\xf7\xe3\xc7\x72\x80\xef\xe5\x95\x57\x47\xa7\xf0\x43\x1c\xb3\xfd\x10\xea\x88\x07\xc7\xfa\x72\xef\x18\x20\x01\x1c\xbc\xaf\x53\x7f\x4d\xce\x17\x4f\x0d\x70\xf2\x98\xb8\xb9\x92\x69\xcd\xe2\x10\x22\x9c\x81\xb9\x64\x3e\xd2\xe1\x3d\xdd\xbc\x6a\xc8\x15\x6a\x4d\x37\x6b\xf9\x75\x7c\x37\x46\xcf\x89\x5e\xc4\xb7\x4c\x27\x1f\x0f\x3e\x1e\xc0\xff\x06\x00\x00\xff\xff\xe0\x34\x00\x19\xbe\xfb\x00\x00" func flowstakingcollectionCdcBytes() ([]byte, error) { return bindataRead( @@ -158,7 +158,7 @@ func flowstakingcollectionCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowStakingCollection.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa2, 0xc0, 0xf4, 0xd3, 0x81, 0xc8, 0x10, 0x7, 0xcb, 0x6e, 0xa2, 0xf4, 0x8b, 0x29, 0x86, 0x2a, 0xf0, 0xa7, 0x3, 0x58, 0x27, 0x24, 0xee, 0x99, 0xed, 0x72, 0x19, 0x47, 0xb9, 0x19, 0xb6, 0xe8}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf0, 0x43, 0xd5, 0x3c, 0xcd, 0x27, 0xc9, 0x2a, 0x58, 0x84, 0x52, 0x2, 0x14, 0x6d, 0x6e, 0x13, 0x60, 0x74, 0xb2, 0xd8, 0x89, 0x3d, 0x94, 0xab, 0xd1, 0xdd, 0x8d, 0x53, 0x4b, 0x3f, 0x8b, 0x14}} return a, nil }