From 04906ee01eaba20b45c7d2bf12201631ded864ca Mon Sep 17 00:00:00 2001 From: Luis Perrone Date: Wed, 11 Oct 2023 07:40:41 -0700 Subject: [PATCH] Feat/ledger solana (#505) * Add ledger signing via provider and ledger modal * Check balance when searching for ledger accounts * Bump minor * Bring back frozen lockfile * Update locks * Attempt to fix lock * Fix first sign issue * Fix Ledger Modal and important account * Fix patches * Fix lint errors * Debugging * Fix ledger claim/claimall * Fix ledger bottom sheet not appearing on swaps and claim rewards * Rebasing * Revert react native and reanimated bumps * Bring back noble patch * Cast as message * Remove noble curves patch --------- Co-authored-by: Luis Perrone Co-authored-by: bry --- index.js | 16 +- ios/Podfile.lock | 20 +- package.json | 34 +- .../hw-transport-mocker+6.27.2.patch | 15 - patches/@noble+curves+1.0.0.patch | 57 - src/App.tsx | 93 +- src/components/AccountIcon.tsx | 4 +- src/features/account/AccountActionBar.tsx | 6 - src/features/browser/BrowserNavigator.tsx | 4 +- src/features/browser/BrowserWebViewScreen.tsx | 156 +- src/features/ledger/Animation.tsx | 59 + src/features/ledger/DeviceScan.tsx | 1 - src/features/ledger/DeviceShow.tsx | 10 +- src/features/ledger/LedgerAccountListItem.tsx | 8 +- src/features/ledger/LedgerConnectSteps.tsx | 16 +- src/features/ledger/LedgerModal.tsx | 372 + .../animations/blue/1PlugAndPinCode/data.json | 9734 +++++++++ .../animations/blue/3EnterPinCode/data.json | 9742 +++++++++ .../ledger/animations/blue/4QuitApp/data.json | 12204 +++++++++++ .../animations/blue/5AllowManager/data.json | 11648 ++++++++++ .../ledger/animations/blue/6OpenApp/data.json | 9332 ++++++++ .../animations/blue/7Validate/data.json | 9218 ++++++++ .../ledger/animations/images/img_0.png | Bin 0 -> 606 bytes .../ledger/animations/images/img_1.png | Bin 0 -> 2252 bytes .../ledger/animations/images/img_2.png | Bin 0 -> 2287 bytes .../ledger/animations/images/img_3.png | Bin 0 -> 632 bytes .../ledger/animations/images/img_4.png | Bin 0 -> 6499 bytes .../ledger/animations/images/img_5.png | Bin 0 -> 16949 bytes .../ledger/animations/mainButton/dark.json | 735 + .../ledger/animations/mainButton/light.json | 735 + .../nanoS/1PlugAndPinCode/dark.json | 10393 +++++++++ .../nanoS/1PlugAndPinCode/light.json | 9900 +++++++++ .../nanoS/2FirmwareUpdating/dark.json | 11355 ++++++++++ .../nanoS/2FirmwareUpdating/light.json | 10750 ++++++++++ .../nanoS/2InstallLoading/dark.json | 4734 ++++ .../nanoS/2InstallLoading/light.json | 4275 ++++ .../animations/nanoS/3EnterPinCode/dark.json | 17787 ++++++++++++++++ .../animations/nanoS/3EnterPinCode/light.json | 16315 ++++++++++++++ .../animations/nanoS/4QuitApp/dark.json | 3943 ++++ .../animations/nanoS/4QuitApp/light.json | 3594 ++++ .../animations/nanoS/5AllowManager/dark.json | 6033 ++++++ .../animations/nanoS/5AllowManager/light.json | 5684 +++++ .../animations/nanoS/6OpenApp/dark.json | 4538 ++++ .../animations/nanoS/6OpenApp/light.json | 4189 ++++ .../animations/nanoS/7Validate/dark.json | 4392 ++++ .../animations/nanoS/7Validate/light.json | 4025 ++++ .../nanoSP/1PlugAndPinCode/dark.json | 11500 ++++++++++ .../nanoSP/1PlugAndPinCode/light.json | 10362 +++++++++ .../nanoSP/2InstallLoading/dark.json | 6322 ++++++ .../nanoSP/2InstallLoading/light.json | 5184 +++++ .../animations/nanoSP/3EnterPinCode/dark.json | 10466 +++++++++ .../nanoSP/3EnterPinCode/light.json | 9317 ++++++++ .../animations/nanoSP/4QuitApp/dark.json | 5235 +++++ .../animations/nanoSP/4QuitApp/light.json | 4076 ++++ .../animations/nanoSP/5AllowManager/dark.json | 6710 ++++++ .../nanoSP/5AllowManager/light.json | 5572 +++++ .../animations/nanoSP/6OpenApp/dark.json | 8623 ++++++++ .../animations/nanoSP/6OpenApp/light.json | 7193 +++++++ .../animations/nanoSP/7Validate/dark.json | 4666 ++++ .../animations/nanoSP/7Validate/light.json | 3528 +++ .../nanoSP/8FirmwareUpdating/dark.json | 12282 +++++++++++ .../nanoSP/8FirmwareUpdating/light.json | 11125 ++++++++++ .../animations/nanoX/BlePaired/dark.json | 3095 +++ .../animations/nanoX/BlePaired/light.json | 3151 +++ .../animations/nanoX/BlePairing/dark.json | 3095 +++ .../animations/nanoX/BlePairing/light.json | 3151 +++ .../nanoX/bluetooth/1PlugAndPinCode/dark.json | 10957 ++++++++++ .../bluetooth/1PlugAndPinCode/light.json | 10530 +++++++++ .../nanoX/bluetooth/2InstallLoading/dark.json | 3624 ++++ .../bluetooth/2InstallLoading/light.json | 4586 ++++ .../nanoX/bluetooth/3EnterPinCode/dark.json | 13815 ++++++++++++ .../nanoX/bluetooth/3EnterPinCode/light.json | 14978 +++++++++++++ .../nanoX/bluetooth/4QuitApp/dark.json | 2325 ++ .../nanoX/bluetooth/4QuitApp/light.json | 2342 ++ .../nanoX/bluetooth/5AllowManager/dark.json | 4724 ++++ .../nanoX/bluetooth/5AllowManager/light.json | 4733 ++++ .../nanoX/bluetooth/6OpenApp/dark.json | 2880 +++ .../nanoX/bluetooth/6OpenApp/light.json | 2936 +++ .../nanoX/bluetooth/7Validate/dark.json | 2910 +++ .../nanoX/bluetooth/7Validate/light.json | 2724 +++ .../bluetooth/8FirmwareUpdating/dark.json | 10553 +++++++++ .../bluetooth/8FirmwareUpdating/light.json | 9864 +++++++++ .../nanoX/wired/1PlugAndPinCode/dark.json | 9801 +++++++++ .../nanoX/wired/1PlugAndPinCode/light.json | 9632 +++++++++ .../nanoX/wired/2InstallLoading/dark.json | 4314 ++++ .../nanoX/wired/2InstallLoading/light.json | 4145 ++++ .../nanoX/wired/3EnterPinCode/dark.json | 12362 +++++++++++ .../nanoX/wired/3EnterPinCode/light.json | 12563 +++++++++++ .../animations/nanoX/wired/4QuitApp/dark.json | 2997 +++ .../nanoX/wired/4QuitApp/light.json | 2828 +++ .../nanoX/wired/5AllowManager/dark.json | 5323 +++++ .../nanoX/wired/5AllowManager/light.json | 5189 +++++ .../animations/nanoX/wired/6OpenApp/dark.json | 3591 ++++ .../nanoX/wired/6OpenApp/light.json | 3422 +++ .../nanoX/wired/7Validate/dark.json | 3366 +++ .../nanoX/wired/7Validate/light.json | 3136 +++ .../nanoX/wired/8FirmwareUpdating/dark.json | 9383 ++++++++ .../nanoX/wired/8FirmwareUpdating/light.json | 9214 ++++++++ .../animations/stax/allowConnection.json | 4455 ++++ .../animations/stax/confirmLockscreen.json | 4044 ++++ .../stax/customimage/allowConnection.json | 4455 ++++ .../stax/customimage/confirmLockscreen.json | 4419 ++++ .../ledger/animations/stax/enterPIN.json | 7325 +++++++ .../stax/lockscreenConfirmation.json | 4419 ++++ .../animations/stax/pairingProgress.json | 4776 +++++ .../animations/stax/pairingSuccess.json | 4045 ++++ .../animations/stax/signTransaction.json | 6995 ++++++ .../ledger/animations/stax/verifyAddress.json | 4631 ++++ src/features/ledger/getDeviceAnimation.ts | 320 + src/features/payment/PaymentCard.tsx | 12 +- src/hooks/useLedger.ts | 83 +- src/hooks/useSimulatedTransaction.ts | 5 +- src/locales/en.ts | 4 +- src/solana/SolanaProvider.tsx | 158 +- src/solana/WalletSignBottomSheet.tsx | 2 +- src/storage/AccountStorageProvider.tsx | 2 + src/store/slices/solanaSlice.ts | 26 +- src/utils/accountUtils.ts | 4 +- src/utils/heliumLedger.ts | 54 +- src/utils/solanaUtils.ts | 43 +- yarn.lock | 5169 +++-- 121 files changed, 578980 insertions(+), 2992 deletions(-) delete mode 100644 patches/@ledgerhq/hw-transport-mocker+6.27.2.patch delete mode 100644 patches/@noble+curves+1.0.0.patch create mode 100644 src/features/ledger/Animation.tsx create mode 100644 src/features/ledger/LedgerModal.tsx create mode 100644 src/features/ledger/animations/blue/1PlugAndPinCode/data.json create mode 100644 src/features/ledger/animations/blue/3EnterPinCode/data.json create mode 100644 src/features/ledger/animations/blue/4QuitApp/data.json create mode 100644 src/features/ledger/animations/blue/5AllowManager/data.json create mode 100644 src/features/ledger/animations/blue/6OpenApp/data.json create mode 100644 src/features/ledger/animations/blue/7Validate/data.json create mode 100644 src/features/ledger/animations/images/img_0.png create mode 100644 src/features/ledger/animations/images/img_1.png create mode 100644 src/features/ledger/animations/images/img_2.png create mode 100644 src/features/ledger/animations/images/img_3.png create mode 100644 src/features/ledger/animations/images/img_4.png create mode 100644 src/features/ledger/animations/images/img_5.png create mode 100644 src/features/ledger/animations/mainButton/dark.json create mode 100644 src/features/ledger/animations/mainButton/light.json create mode 100644 src/features/ledger/animations/nanoS/1PlugAndPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoS/1PlugAndPinCode/light.json create mode 100644 src/features/ledger/animations/nanoS/2FirmwareUpdating/dark.json create mode 100644 src/features/ledger/animations/nanoS/2FirmwareUpdating/light.json create mode 100644 src/features/ledger/animations/nanoS/2InstallLoading/dark.json create mode 100644 src/features/ledger/animations/nanoS/2InstallLoading/light.json create mode 100644 src/features/ledger/animations/nanoS/3EnterPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoS/3EnterPinCode/light.json create mode 100644 src/features/ledger/animations/nanoS/4QuitApp/dark.json create mode 100644 src/features/ledger/animations/nanoS/4QuitApp/light.json create mode 100644 src/features/ledger/animations/nanoS/5AllowManager/dark.json create mode 100644 src/features/ledger/animations/nanoS/5AllowManager/light.json create mode 100644 src/features/ledger/animations/nanoS/6OpenApp/dark.json create mode 100644 src/features/ledger/animations/nanoS/6OpenApp/light.json create mode 100644 src/features/ledger/animations/nanoS/7Validate/dark.json create mode 100644 src/features/ledger/animations/nanoS/7Validate/light.json create mode 100644 src/features/ledger/animations/nanoSP/1PlugAndPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoSP/1PlugAndPinCode/light.json create mode 100644 src/features/ledger/animations/nanoSP/2InstallLoading/dark.json create mode 100644 src/features/ledger/animations/nanoSP/2InstallLoading/light.json create mode 100644 src/features/ledger/animations/nanoSP/3EnterPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoSP/3EnterPinCode/light.json create mode 100644 src/features/ledger/animations/nanoSP/4QuitApp/dark.json create mode 100644 src/features/ledger/animations/nanoSP/4QuitApp/light.json create mode 100644 src/features/ledger/animations/nanoSP/5AllowManager/dark.json create mode 100644 src/features/ledger/animations/nanoSP/5AllowManager/light.json create mode 100644 src/features/ledger/animations/nanoSP/6OpenApp/dark.json create mode 100644 src/features/ledger/animations/nanoSP/6OpenApp/light.json create mode 100644 src/features/ledger/animations/nanoSP/7Validate/dark.json create mode 100644 src/features/ledger/animations/nanoSP/7Validate/light.json create mode 100644 src/features/ledger/animations/nanoSP/8FirmwareUpdating/dark.json create mode 100644 src/features/ledger/animations/nanoSP/8FirmwareUpdating/light.json create mode 100755 src/features/ledger/animations/nanoX/BlePaired/dark.json create mode 100755 src/features/ledger/animations/nanoX/BlePaired/light.json create mode 100755 src/features/ledger/animations/nanoX/BlePairing/dark.json create mode 100755 src/features/ledger/animations/nanoX/BlePairing/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/1PlugAndPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/1PlugAndPinCode/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/2InstallLoading/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/2InstallLoading/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/3EnterPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/3EnterPinCode/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/4QuitApp/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/4QuitApp/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/5AllowManager/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/5AllowManager/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/6OpenApp/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/6OpenApp/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/7Validate/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/7Validate/light.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/8FirmwareUpdating/dark.json create mode 100644 src/features/ledger/animations/nanoX/bluetooth/8FirmwareUpdating/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/1PlugAndPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/1PlugAndPinCode/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/2InstallLoading/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/2InstallLoading/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/3EnterPinCode/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/3EnterPinCode/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/4QuitApp/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/4QuitApp/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/5AllowManager/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/5AllowManager/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/6OpenApp/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/6OpenApp/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/7Validate/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/7Validate/light.json create mode 100644 src/features/ledger/animations/nanoX/wired/8FirmwareUpdating/dark.json create mode 100644 src/features/ledger/animations/nanoX/wired/8FirmwareUpdating/light.json create mode 100644 src/features/ledger/animations/stax/allowConnection.json create mode 100644 src/features/ledger/animations/stax/confirmLockscreen.json create mode 100644 src/features/ledger/animations/stax/customimage/allowConnection.json create mode 100644 src/features/ledger/animations/stax/customimage/confirmLockscreen.json create mode 100644 src/features/ledger/animations/stax/enterPIN.json create mode 100644 src/features/ledger/animations/stax/lockscreenConfirmation.json create mode 100644 src/features/ledger/animations/stax/pairingProgress.json create mode 100644 src/features/ledger/animations/stax/pairingSuccess.json create mode 100644 src/features/ledger/animations/stax/signTransaction.json create mode 100644 src/features/ledger/animations/stax/verifyAddress.json create mode 100644 src/features/ledger/getDeviceAnimation.ts diff --git a/index.js b/index.js index 34162fd65..e0045f3f1 100644 --- a/index.js +++ b/index.js @@ -4,6 +4,8 @@ import { AppRegistry } from 'react-native' import { Provider as ReduxProvider } from 'react-redux' import { PersistGate } from 'redux-persist/integration/react' import { persistStore } from 'redux-persist' +import { ThemeProvider } from '@shopify/restyle' +import { darkThemeColors, theme } from './src/theme/theme' import App from './src/App' import { name as appName } from './app.json' import './src/utils/i18n' @@ -12,7 +14,6 @@ import AppStorageProvider from './src/storage/AppStorageProvider' import LanguageProvider from './src/storage/LanguageProvider' import NotificationStorageProvider from './src/storage/NotificationStorageProvider' import store from './src/store/store' -import SolanaProvider from './src/solana/SolanaProvider' // eslint-disable-next-line no-undef if (__DEV__) { @@ -27,13 +28,18 @@ const render = () => { - - + + - - + + diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 613bb26c8..99517273c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -61,10 +61,14 @@ PODS: - glog (0.3.5) - helium-react-native-sdk (3.0.0): - React-Core - - hermes-engine (0.71.5): - - hermes-engine/Pre-built (= 0.71.5) - - hermes-engine/Pre-built (0.71.5) + - hermes-engine (0.71.10): + - hermes-engine/Pre-built (= 0.71.10) + - hermes-engine/Pre-built (0.71.10) - libevent (2.1.12) + - lottie-ios (4.3.0) + - lottie-react-native (6.3.1): + - lottie-ios (~> 4.3.0) + - React-Core - MapboxCommon (23.5.0) - MapboxCoreMaps (10.13.1): - MapboxCommon (~> 23.5) @@ -578,6 +582,7 @@ DEPENDENCIES: - "helium-react-native-sdk (from `../node_modules/@helium/react-native-sdk`)" - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - libevent (~> 2.1.12) + - lottie-react-native (from `../node_modules/lottie-react-native`) - OneSignalXCFramework (< 4.0, >= 3.0) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) @@ -652,6 +657,7 @@ SPEC REPOS: - Charts - fmt - libevent + - lottie-ios - MapboxCommon - MapboxCoreMaps - MapboxMaps @@ -713,6 +719,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@helium/react-native-sdk" hermes-engine: :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" + lottie-react-native: + :path: "../node_modules/lottie-react-native" RCT-Folly: :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" RCTRequired: @@ -868,8 +876,10 @@ SPEC CHECKSUMS: fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 791fe035093b84822da7f0870421a25839ca7870 helium-react-native-sdk: 17b612b2dacebc8f10c18ba5611f200a81c940f9 - hermes-engine: 7a53ccac09146018a08239c5425625fdb79a6162 + hermes-engine: cdb8de7594393b62aaf9eba1877a78afeecac080 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 + lottie-ios: c69214a487e1a1465a231c1918c6ce174e2d45bc + lottie-react-native: c9f1db4f4124dcce9f8159e65d8dc6e8bcb11fb4 MapboxCommon: fdf7fd31c90b7b607cd9c63e37797f023c01d860 MapboxCoreMaps: 24270c7c6b8cb71819fc2f3c549db9620ee4d019 MapboxMaps: cb76511b98d3b95c74b0771ed105bc69f30ace6b @@ -947,4 +957,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 5b4d3c6d9c5a303c84f0b5427958ba4a25671e76 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/package.json b/package.json index d062fcf71..fbb2f917d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@babel/preset-typescript": "7.21.0", "@bonfida/spl-name-service": "^1.1.1", - "@coral-xyz/anchor": "0.26.0", + "@coral-xyz/anchor": "0.28.0", "@gorhom/bottom-sheet": "4.4.6", "@gorhom/portal": "1.0.14", "@helium/account-fetch-cache": "^0.3.2", @@ -58,18 +58,19 @@ "@helium/onboarding": "4.9.0", "@helium/proto-ble": "4.0.0", "@helium/react-native-sdk": "^3.0.0", - "@helium/spl-utils": "^0.3.2", + "@helium/spl-utils": "^0.4.1-next.0", "@helium/transactions": "4.8.1", "@helium/treasury-management-sdk": "0.1.2", "@helium/voter-stake-registry-sdk": "0.1.2", "@helium/wallet-link": "4.10.0", - "@ledgerhq/hw-app-helium": "6.29.1", - "@ledgerhq/react-native-hid": "6.28.4", - "@ledgerhq/react-native-hw-transport-ble": "6.27.2", + "@ledgerhq/hw-app-solana": "7.0.13", + "@ledgerhq/react-native-hid": "6.30.0", + "@ledgerhq/react-native-hw-transport-ble": "6.29.5", + "@ledgerhq/types-devices": "^6.22.4", "@metaplex-foundation/js": "0.17.6", "@metaplex-foundation/mpl-bubblegum": "0.6.0", "@onsol/tldparser": "^0.5.3", - "@pythnetwork/client": "^2.17.0", + "@pythnetwork/client": "2.17.0", "@react-native-async-storage/async-storage": "1.18.1", "@react-native-community/blur": "4.3.0", "@react-native-community/checkbox": "0.5.15", @@ -82,19 +83,19 @@ "@react-navigation/native-stack": "6.7.0", "@react-navigation/stack": "6.2.2", "@reduxjs/toolkit": "1.9.1", - "@rnmapbox/maps": "^10.0.7-rc.0", + "@rnmapbox/maps": "10.0.7-rc.0", "@shopify/restyle": "1.8.0", "@solana/spl-account-compression": "0.1.4", - "@solana/spl-memo": "^0.2.3", + "@solana/spl-memo": "0.2.3", "@solana/spl-token": "0.3.6", - "@solana/spl-token-registry": "^0.2.4574", - "@solana/wallet-adapter-react": "^0.15.33", + "@solana/spl-token-registry": "0.2.4574", + "@solana/wallet-adapter-react": "0.15.33", "@solana/wallet-standard-features": "1.0.0", "@solana/web3.js": "1.64.0", "@tradle/react-native-http": "2.0.1", - "@turf/bbox": "^6.5.0", - "@turf/center": "^6.5.0", - "@turf/helpers": "^6.5.0", + "@turf/bbox": "6.5.0", + "@turf/center": "6.5.0", + "@turf/helpers": "6.5.0", "@walletconnect/react-native-compat": "2.2.1", "@walletconnect/sign-client": "2.2.1", "@walletconnect/types": "2.2.1", @@ -129,11 +130,12 @@ "expo-secure-store": "12.1.1", "expo-splash-screen": "0.18.2", "fuse.js": "6.6.2", - "h3-js": "^4.1.0", + "h3-js": "4.1.0", "https-browserify": "0.0.1", "i18next": "21.9.1", "lodash": "4.17.21", "long": "5.2.0", + "lottie-react-native": "^6.3.1", "parse5": "6.0.1", "patch-package": "6.4.7", "path-browserify": "0.0.0", @@ -161,7 +163,7 @@ "react-native-level-fs": "3.0.1", "react-native-linear-gradient": "2.6.2", "react-native-localize": "2.2.3", - "react-native-mail": "^6.1.1", + "react-native-mail": "6.1.1", "react-native-navigation-bar-color": "2.0.1", "react-native-network-info": "5.2.1", "react-native-onesignal": "4.4.1", @@ -181,7 +183,7 @@ "react-native-svg": "13.4.0", "react-native-tab-view": "3.3.4", "react-native-tcp": "3.3.2", - "react-native-test-flight": "^1.1.0", + "react-native-test-flight": "1.1.0", "react-native-text-ticker": "1.14.0", "react-native-udp": "2.7.0", "react-native-video": "5.2.1", diff --git a/patches/@ledgerhq/hw-transport-mocker+6.27.2.patch b/patches/@ledgerhq/hw-transport-mocker+6.27.2.patch deleted file mode 100644 index 0a88ba2ff..000000000 --- a/patches/@ledgerhq/hw-transport-mocker+6.27.2.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/node_modules/@ledgerhq/react-native-hw-transport-ble/lib/BleTransport.js b/node_modules/@ledgerhq/react-native-hw-transport-ble/lib/BleTransport.js -index 1144799..1ed6531 100644 ---- a/node_modules/@ledgerhq/react-native-hw-transport-ble/lib/BleTransport.js -+++ b/node_modules/@ledgerhq/react-native-hw-transport-ble/lib/BleTransport.js -@@ -86,8 +86,8 @@ exports.setReconnectionConfig = void 0; - var hw_transport_1 = __importDefault(require("@ledgerhq/hw-transport")); - var react_native_ble_plx_1 = require("react-native-ble-plx"); - var devices_1 = require("@ledgerhq/devices"); --var sendAPDU_1 = require("@ledgerhq/devices/ble/sendAPDU"); --var receiveAPDU_1 = require("@ledgerhq/devices/ble/receiveAPDU"); -+var sendAPDU_1 = require("@ledgerhq/devices/lib/ble/sendAPDU"); -+var receiveAPDU_1 = require("@ledgerhq/devices/lib/ble/receiveAPDU"); - var logs_1 = require("@ledgerhq/logs"); - var rxjs_1 = require("rxjs"); - var operators_1 = require("rxjs/operators"); diff --git a/patches/@noble+curves+1.0.0.patch b/patches/@noble+curves+1.0.0.patch deleted file mode 100644 index f417d7a85..000000000 --- a/patches/@noble+curves+1.0.0.patch +++ /dev/null @@ -1,57 +0,0 @@ -diff --git a/node_modules/@noble/curves/abstract/edwards.js b/node_modules/@noble/curves/abstract/edwards.js -index 12dcbc7..107b530 100644 ---- a/node_modules/@noble/curves/abstract/edwards.js -+++ b/node_modules/@noble/curves/abstract/edwards.js -@@ -7,6 +7,12 @@ const modular_js_1 = require("./modular.js"); - const ut = require("./utils.js"); - const utils_js_1 = require("./utils.js"); - const curve_js_1 = require("./curve.js"); -+ -+type BigIntOpInputs = number | bigint; -+const BigIntPow = (a: BigIntOpInputs, b: BigIntOpInputs) => { -+ return BigInt(eval(a + 'n ** ' + b + 'n')); -+} -+ - // Be friendly to bad ECMAScript parsers by not using bigint literals - // prettier-ignore - const _0n = BigInt(0), _1n = BigInt(1), _2n = BigInt(2), _8n = BigInt(8); -@@ -32,7 +38,7 @@ function validateOpts(curve) { - function twistedEdwards(curveDef) { - const CURVE = validateOpts(curveDef); - const { Fp, n: CURVE_ORDER, prehash: prehash, hash: cHash, randomBytes, nByteLength, h: cofactor, } = CURVE; -- const MASK = _2n ** BigInt(nByteLength * 8); -+ const MASK = BigIntPow(_2n, BigInt(nByteLength * 8)); - const modP = Fp.create; // Function overrides - // sqrt(u/v) - const uvRatio = CURVE.uvRatio || -diff --git a/node_modules/@noble/curves/abstract/weierstrass.js b/node_modules/@noble/curves/abstract/weierstrass.js -index 11833de..ca0f1a3 100644 ---- a/node_modules/@noble/curves/abstract/weierstrass.js -+++ b/node_modules/@noble/curves/abstract/weierstrass.js -@@ -2,6 +2,12 @@ - Object.defineProperty(exports, "__esModule", { value: true }); - exports.mapToCurveSimpleSWU = exports.SWUFpSqrtRatio = exports.weierstrass = exports.weierstrassPoints = exports.DER = void 0; - /*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */ -+ -+type BigIntOpInputs = number | bigint; -+const BigIntPow = (a: BigIntOpInputs, b: BigIntOpInputs) => { -+ return BigInt(eval(a + 'n ** ' + b + 'n')); -+} -+ - // Short Weierstrass curve. The formula is: y² = x³ + ax + b - const mod = require("./modular.js"); - const ut = require("./utils.js"); -@@ -942,10 +948,10 @@ function SWUFpSqrtRatio(Fp, Z) { - for (let o = q - _1n; o % _2n === _0n; o /= _2n) - l += _1n; - const c1 = l; // 1. c1, the largest integer such that 2^c1 divides q - 1. -- const c2 = (q - _1n) / _2n ** c1; // 2. c2 = (q - 1) / (2^c1) # Integer arithmetic -+ const c2 = BigIntPow((q - _1n) / _2n, c1); // 2. c2 = (q - 1) / (2^c1) # Integer arithmetic - const c3 = (c2 - _1n) / _2n; // 3. c3 = (c2 - 1) / 2 # Integer arithmetic -- const c4 = _2n ** c1 - _1n; // 4. c4 = 2^c1 - 1 # Integer arithmetic -- const c5 = _2n ** (c1 - _1n); // 5. c5 = 2^(c1 - 1) # Integer arithmetic -+ const c4 = BigIntPow(_2n, c1 - _1n); // 4. c4 = 2^c1 - 1 # Integer arithmetic -+ const c5 = BigIntPow(_2n, (c1 - _1n)); // 5. c5 = 2^(c1 - 1) # Integer arithmetic - const c6 = Fp.pow(Z, c2); // 6. c6 = Z^c2 - const c7 = Fp.pow(Z, (c2 + _1n) / _2n); // 7. c7 = Z^((c2 + 1) / 2) - let sqrtRatio = (u, v) => { diff --git a/src/App.tsx b/src/App.tsx index dea17011b..cdccaba1e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,5 @@ import { BottomSheetModalProvider } from '@gorhom/bottom-sheet' import { PortalHost, PortalProvider } from '@gorhom/portal' -import { AccountContext } from '@helium/account-fetch-cache-hooks' import { OnboardingProvider as HotspotOnboardingProvider } from '@helium/react-native-sdk' import { DarkTheme, NavigationContainer } from '@react-navigation/native' import MapboxGL from '@rnmapbox/maps' @@ -28,7 +27,7 @@ import useMount from './hooks/useMount' import { navigationRef } from './navigation/NavigationHelper' import RootNavigator from './navigation/RootNavigator' import './polyfill' -import { useSolana } from './solana/SolanaProvider' +import SolanaProvider from './solana/SolanaProvider' import WalletSignProvider from './solana/WalletSignProvider' import { useAccountStorage } from './storage/AccountStorageProvider' import { useNotificationStorage } from './storage/NotificationStorageProvider' @@ -58,7 +57,7 @@ const App = () => { const { appState } = useAppState() const { restored: accountsRestored } = useAccountStorage() - const { cache } = useSolana() + // const { cache } = useSolana() const { setOpenedNotification } = useNotificationStorage() const linking = useDeepLinking() @@ -110,53 +109,51 @@ const App = () => { - - - - - - - - {cache && ( + + + + + + + + - - {accountsRestored && ( - <> - - - - - - - - - - - - - - - )} - + {accountsRestored && ( + <> + + + + + + + + + + + + + + + )} - )} - - - - - - + + + + + + + diff --git a/src/components/AccountIcon.tsx b/src/components/AccountIcon.tsx index 8fbad9b0a..414e10311 100644 --- a/src/components/AccountIcon.tsx +++ b/src/components/AccountIcon.tsx @@ -8,10 +8,12 @@ type Props = { address?: string; size: number } & Omit< > const AccountIcon = ({ address, ...jazzIconProps }: Props) => { const seed = useMemo(() => { + if (!address) return null return getJazzSeed(address) }, [address]) - // eslint-disable-next-line react/jsx-props-no-spreading + if (!seed) return null + return } export default memo(AccountIcon) diff --git a/src/features/account/AccountActionBar.tsx b/src/features/account/AccountActionBar.tsx index 032d404f0..04a4939bb 100644 --- a/src/features/account/AccountActionBar.tsx +++ b/src/features/account/AccountActionBar.tsx @@ -6,7 +6,6 @@ import { PublicKey } from '@solana/web3.js' import React, { useCallback, useMemo } from 'react' import { useTranslation } from 'react-i18next' import { LayoutChangeEvent } from 'react-native' -import { useAccountStorage } from '../../storage/AccountStorageProvider' import { useAppStorage } from '../../storage/AppStorageProvider' import { HomeNavigationProp } from '../home/homeTypes' @@ -48,7 +47,6 @@ const AccountActionBar = ({ const navigation = useNavigation() const { t } = useTranslation() const { requirePinForPayment, pin } = useAppStorage() - const { currentAccount } = useAccountStorage() const handleAction = useCallback( (type: Action) => () => { @@ -104,10 +102,6 @@ const AccountActionBar = ({ return undefined }, [compact, maxCompact]) - if (currentAccount?.ledgerDevice) { - return null - } - return ( { diff --git a/src/features/browser/BrowserWebViewScreen.tsx b/src/features/browser/BrowserWebViewScreen.tsx index 72a6c9612..91b84e979 100644 --- a/src/features/browser/BrowserWebViewScreen.tsx +++ b/src/features/browser/BrowserWebViewScreen.tsx @@ -5,8 +5,7 @@ import { WebViewMessageEvent, WebViewNavigation, } from 'react-native-webview' -import nacl from 'tweetnacl' -import { PublicKey, Transaction, VersionedTransaction } from '@solana/web3.js' +import { Transaction, VersionedTransaction } from '@solana/web3.js' import bs58 from 'bs58' import { SolanaSignMessageInput, @@ -24,7 +23,6 @@ import { useSpacing } from '@theme/themeHooks' import SafeAreaBox from '../../components/SafeAreaBox' import { useAccountStorage } from '../../storage/AccountStorageProvider' import injectWalletStandard from './walletStandard' -import { getKeypair } from '../../storage/secureStorage' import * as Logger from '../../utils/logger' import WalletSignBottomSheet from '../../solana/WalletSignBottomSheet' import { @@ -36,16 +34,37 @@ import TouchableOpacityBox from '../../components/TouchableOpacityBox' import Text from '../../components/Text' import { BrowserNavigationProp, BrowserStackParamList } from './browserTypes' import useBrowser from '../../hooks/useBrowser' -import { useSolana } from '../../solana/SolanaProvider' +import SolanaProvider, { useSolana } from '../../solana/SolanaProvider' type Route = RouteProp +export const BrowserWrapper = () => { + const isAndroid = useMemo(() => Platform.OS === 'android', []) + + if (isAndroid) { + return ( + + + + + + ) + } + return ( + + + + + + ) +} + const BrowserWebViewScreen = () => { const route = useRoute() const { uri } = route.params const edges = useMemo(() => ['top', 'bottom'] as Edge[], []) const { currentAccount } = useAccountStorage() - const { anchorProvider } = useSolana() + const { anchorProvider, signMsg } = useSolana() const webview = useRef(null) const walletSignBottomSheetRef = useRef(null) @@ -80,18 +99,6 @@ const BrowserWebViewScreen = () => { const { data } = msg.nativeEvent - const secureAcct = await getKeypair(currentAccount?.address) - const payer = new PublicKey(currentAccount?.solanaAddress) - - if (!secureAcct) { - throw new Error('Secure account not found') - } - - const signer = { - publicKey: payer, - secretKey: secureAcct.privateKey, - } - const { type, inputs } = JSON.parse(data) if (type === WalletStandardMessageTypes.connect) { @@ -187,9 +194,10 @@ const BrowserWebViewScreen = () => { transaction as Transaction, ) } else { - const vt = transaction as VersionedTransaction - vt.sign([signer]) - signedTransaction = vt + signedTransaction = + await anchorProvider?.wallet.signTransaction( + transaction as VersionedTransaction, + ) } if (!signedTransaction) { @@ -296,9 +304,10 @@ const BrowserWebViewScreen = () => { transaction as Transaction, ) } else { - const vt = transaction as VersionedTransaction - vt.sign([signer]) - signedTransaction = vt + signedTransaction = + await anchorProvider?.wallet.signTransaction( + transaction as VersionedTransaction, + ) } if (!signedTransaction) { @@ -351,13 +360,15 @@ const BrowserWebViewScreen = () => { ) // Sign each message using nacl and return the signature - const signedMessages = messages.map((message) => { - const signedMessage = nacl.sign.detached(message, signer.secretKey) - return { - signedMessage, - signature: signedMessage, - } - }) + const signedMessages = await Promise.all( + messages.map(async (message) => { + const signedMessage = await signMsg(Buffer.from(message)) + return { + signedMessage, + signature: signedMessage, + } + }), + ) webview.current?.postMessage( JSON.stringify({ @@ -369,7 +380,7 @@ const BrowserWebViewScreen = () => { Logger.breadcrumb('Unknown type', type) } }, - [anchorProvider, currentAccount, currentUrl], + [anchorProvider, currentAccount, currentUrl, signMsg], ) const injectedJavascript = useCallback(() => { @@ -484,57 +495,42 @@ const BrowserWebViewScreen = () => { ) }, [onBack, onForward, isFavorite, onFavorite, onRefresh]) - const BrowserWrapper = useCallback( - ({ children }) => { - if (isAndroid) { - return {children} - } - return <>{children} - }, - [isAndroid], - ) - return ( - - - {}} - > - - - - - - - + {}}> + + + + - - - + + + + + ) } diff --git a/src/features/ledger/Animation.tsx b/src/features/ledger/Animation.tsx new file mode 100644 index 000000000..76e413c7d --- /dev/null +++ b/src/features/ledger/Animation.tsx @@ -0,0 +1,59 @@ +import React from 'react' +import Lottie from 'lottie-react-native' +import { AnimationObject } from 'lottie-react-native/lib/typescript/LottieView.types' +import type { StyleProp, ViewStyle } from 'react-native' +import { StyleSheet, View } from 'react-native' + +// Type predicate function because AnimationObject is only defined as an interface +// and cannot be checked with `maybeAnimation instanceof AnimationObject` for ex. +function isAnimationObject( + maybeAnimation: unknown, +): maybeAnimation is AnimationObject { + return ( + (maybeAnimation as AnimationObject).w !== undefined && + (maybeAnimation as AnimationObject).h !== undefined + ) +} + +export type LottieProps = Lottie['props'] + +export default function Animation({ + style, + ...lottieProps +}: LottieProps & { + style?: StyleProp +}) { + const { source } = lottieProps + + if (!source) return null + + // Computes the ration w / h because lottie-react-native v6 seems not to compute and apply a ratio anymore. + // It will be overridden if the provided style sets one (see below) + let aspectRatio = 1 + if (isAnimationObject(source)) { + const { w, h } = source + + if (w && h && h > 0) { + aspectRatio = w / h + } + } + + // The style prop order matters: + // Animation prop `style` could define both a width and height, or an aspectRatio, and should override the computed aspectRatio + return ( + + + + ) +} + +const styles = StyleSheet.create({ + default: { + width: 300, + }, +}) diff --git a/src/features/ledger/DeviceScan.tsx b/src/features/ledger/DeviceScan.tsx index daeaffe35..a7f4c96b7 100644 --- a/src/features/ledger/DeviceScan.tsx +++ b/src/features/ledger/DeviceScan.tsx @@ -187,7 +187,6 @@ const DeviceScan = () => { diff --git a/src/features/ledger/DeviceShow.tsx b/src/features/ledger/DeviceShow.tsx index 677a2b33b..49a9276a4 100644 --- a/src/features/ledger/DeviceShow.tsx +++ b/src/features/ledger/DeviceShow.tsx @@ -19,7 +19,6 @@ import { } from './ledgerNavigatorTypes' import { useAccountStorage } from '../../storage/AccountStorageProvider' import LedgerAccountListItem, { Section } from './LedgerAccountListItem' -import { useOnboarding } from '../onboarding/OnboardingProvider' import { HomeNavigationProp } from '../home/homeTypes' const MAX_ACCOUNTS = 10 @@ -57,10 +56,6 @@ const DeviceShow = () => { const spacing = useSpacing() const colors = useColors() - const { - onboardingData: { netType }, - } = useOnboarding() - const accountsToAdd = useMemo( () => newLedgerAccounts.filter((a) => selectedAccounts[a.address]), @@ -162,7 +157,7 @@ const DeviceShow = () => { > - + @@ -260,7 +255,7 @@ const DeviceShow = () => { useAsync(async () => { try { - await updateLedgerAccounts(ledgerDevice, netType) + await updateLedgerAccounts(ledgerDevice) } catch (error) { // in this case, user is likely not on Helium app @@ -289,6 +284,7 @@ const DeviceShow = () => { address: acc.address, ledgerDevice, ledgerIndex: acc.accountIndex, + solanaAddress: acc.solanaAddress, } }) diff --git a/src/features/ledger/LedgerAccountListItem.tsx b/src/features/ledger/LedgerAccountListItem.tsx index b41e40e63..9efa0ccf4 100644 --- a/src/features/ledger/LedgerAccountListItem.tsx +++ b/src/features/ledger/LedgerAccountListItem.tsx @@ -8,7 +8,7 @@ import CheckBox from '@react-native-community/checkbox' import { useColors } from '@theme/themeHooks' import { humanReadable } from '@utils/solanaUtils' import React, { memo, useCallback, useMemo } from 'react' -import { ellipsizeAddress, isTestnet } from '../../utils/accountUtils' +import { ellipsizeAddress } from '../../utils/accountUtils' export enum Section { NEW_ACCOUNT = 0, @@ -78,9 +78,7 @@ const LedgerAccountListItem = ({ borderTopStartRadius={borderTopStartRadius} borderBottomEndRadius={borderBottomEndRadius} borderBottomStartRadius={borderBottomStartRadius} - backgroundColor={ - isTestnet(account.address) ? 'lividBrown' : 'secondary' - } + backgroundColor="secondary" > @@ -94,7 +92,7 @@ const LedgerAccountListItem = ({ adjustsFontSizeToFit maxFontSizeMultiplier={1.2} > - {`${ellipsizeAddress(account.address, { + {`${ellipsizeAddress(account.solanaAddress, { numChars: 4, })} | ${humanReadable(balance, 8)}`} diff --git a/src/features/ledger/LedgerConnectSteps.tsx b/src/features/ledger/LedgerConnectSteps.tsx index 40d2d05cf..97aa35342 100644 --- a/src/features/ledger/LedgerConnectSteps.tsx +++ b/src/features/ledger/LedgerConnectSteps.tsx @@ -10,10 +10,9 @@ import TouchableOpacityBox from '@components/TouchableOpacityBox' type Props = { onLayout?: (event: LayoutChangeEvent) => void - error?: Error onRetry: () => void } -const LedgerConnectSteps = ({ onLayout, error, onRetry }: Props) => { +const LedgerConnectSteps = ({ onLayout, onRetry }: Props) => { const { t } = useTranslation() const steps: string[] = t('ledger.connectError.steps', { returnObjects: true, @@ -21,7 +20,7 @@ const LedgerConnectSteps = ({ onLayout, error, onRetry }: Props) => { const { primaryText } = useColors() return ( - + @@ -45,17 +44,8 @@ const LedgerConnectSteps = ({ onLayout, error, onRetry }: Props) => { ))} - - - {error?.toString()} - ) => void + +export type LedgerModalRef = { + showLedgerModal: ({ + transaction, + }: { + transaction?: Buffer + message?: Buffer + }) => Promise +} + +type Props = { + children: ReactNode +} & BoxProps +const LedgerModal = forwardRef( + ({ children }: Props, ref: Ref) => { + useImperativeHandle(ref, () => ({ showLedgerModal })) + + const { currentAccount } = useAccountStorage() + const bottomSheetModalRef = useRef(null) + const { backgroundStyle } = useOpacity('surfaceSecondary', 1) + const { setIsShowing } = useBackHandler(bottomSheetModalRef) + const { secondaryText } = useColors() + const { t } = useTranslation() + const { getTransport, openSolanaApp } = useLedger() + const [transactionBuffer, setTransactionBuffer] = useState() + const [messageBuffer, setMessageBuffer] = useState() + + const [ledgerModalState, setLedgerModalState] = useState< + 'loading' | 'openApp' | 'sign' | 'enterPinCode' | 'error' + >('loading') + + const snapPoints = useMemo(() => ['40%', 'CONTENT_HEIGHT'], []) + + const { + animatedHandleHeight, + animatedSnapPoints, + animatedContentHeight, + handleContentLayout, + } = useBottomSheetDynamicSnapPoints(snapPoints) + + const openAppAndSign = useCallback( + async ({ + transactionBuffer: tBuffer, + messageBuffer: mBuffer, + }: { + transactionBuffer?: Buffer + messageBuffer?: Buffer + }) => { + if ( + (!tBuffer && !mBuffer) || + !currentAccount?.ledgerDevice?.id || + !currentAccount?.ledgerDevice?.type || + currentAccount?.accountIndex === undefined + ) { + return + } + + try { + setLedgerModalState('loading') + bottomSheetModalRef.current?.present() + setIsShowing(true) + + const p = new Promise((resolve) => { + promiseResolve = resolve + }) + + let nextTransport = await getTransport( + currentAccount.ledgerDevice.id, + currentAccount.ledgerDevice.type, + ) + + if (!nextTransport) { + setLedgerModalState('error') + // eslint-disable-next-line @typescript-eslint/return-await + return p + } + + try { + setLedgerModalState('openApp') + await openSolanaApp(nextTransport) + // wait 1 second ledger to open solana app + await new Promise((resolve) => setTimeout(resolve, 1000)) + } catch (error) { + const ledgerError = error as Error + switch (ledgerError.message) { + case 'Ledger device: Locked device (0x5515)': + setLedgerModalState('enterPinCode') + return p + default: + break + } + } + + setLedgerModalState('sign') + + nextTransport = await getTransport( + currentAccount.ledgerDevice.id, + currentAccount.ledgerDevice.type, + ) + + if (!nextTransport) { + setLedgerModalState('error') + // eslint-disable-next-line @typescript-eslint/return-await + return p + } + + let signature + + if (tBuffer) { + signature = await signLedgerTransaction( + nextTransport, + currentAccount.accountIndex, + tBuffer, + ) + } else if (mBuffer) { + signature = await signLedgerMessage( + nextTransport, + currentAccount?.accountIndex, + mBuffer, + ) + } + + bottomSheetModalRef.current?.dismiss() + return signature + } catch (error) { + setLedgerModalState('error') + const p = new Promise((resolve) => { + promiseResolve = resolve + }) + return p + } + }, + [currentAccount, setIsShowing, getTransport, openSolanaApp], + ) + + const showLedgerModal = useCallback( + async ({ + transaction, + message, + }: { + transaction?: Buffer + message?: Buffer + }) => { + if (transaction) { + setTransactionBuffer(transaction) + } + if (message) { + setMessageBuffer(message) + } + return openAppAndSign({ + transactionBuffer: transaction, + messageBuffer: message, + }) + }, + [openAppAndSign], + ) + + const renderBackdrop = useCallback( + (props) => ( + + ), + [], + ) + + const handleIndicatorStyle = useMemo(() => { + return { + backgroundColor: secondaryText, + } + }, [secondaryText]) + + const deviceModelId = useMemo(() => { + let model = DeviceModelId.nanoX + + if (!currentAccount?.ledgerDevice?.name) { + return model + } + + if (currentAccount?.ledgerDevice?.name.toLowerCase().includes('nano s')) { + model = DeviceModelId.nanoS + } else if ( + currentAccount?.ledgerDevice?.name.toLowerCase().includes('nano x') + ) { + model = DeviceModelId.nanoX + } else if ( + currentAccount?.ledgerDevice?.name.toLowerCase().includes('stax') + ) { + model = DeviceModelId.stax + } else if ( + currentAccount?.ledgerDevice?.name.toLowerCase().includes('blue') + ) { + model = DeviceModelId.blue + } else if ( + currentAccount?.ledgerDevice?.name.toLowerCase().includes('nano sp') + ) { + model = DeviceModelId.nanoSP + } + + return model + }, [currentAccount?.ledgerDevice?.name]) + + const handleRetry = useCallback(async () => { + const buffer = await openAppAndSign({ + transactionBuffer, + messageBuffer, + }) + + if (buffer) { + promiseResolve(buffer) + } + }, [openAppAndSign, transactionBuffer, messageBuffer]) + + const onDismiss = useCallback(() => { + bottomSheetModalRef.current?.dismiss() + }, []) + + const LedgerMessage = useCallback(() => { + switch (ledgerModalState) { + case 'loading': + return null + case 'openApp': + return ( + + {t('ledger.openTheSolanaApp', { + device: currentAccount?.ledgerDevice?.name, + })} + + ) + case 'sign': + return ( + + {t('ledger.pleaseConfirmTransaction', { + device: currentAccount?.ledgerDevice?.name, + })} + + ) + case 'enterPinCode': + return ( + + + {t('ledger.pleaseEnterPinCode', { + device: currentAccount?.ledgerDevice?.name, + })} + + + + {t('generic.tryAgain')} + + + + ) + case 'error': + return null + default: + return null + } + }, [currentAccount?.ledgerDevice?.name, handleRetry, ledgerModalState, t]) + + return ( + + + {/* */} + + + + + + {ledgerModalState === 'loading' && ( + + + + )} + {ledgerModalState !== 'loading' && ledgerModalState !== 'error' && ( + <> + + + + {LedgerMessage()} + + )} + {ledgerModalState === 'error' && ( + + )} + + + {children} + {/* */} + + + ) + }, +) + +export default memo(LedgerModal) diff --git a/src/features/ledger/animations/blue/1PlugAndPinCode/data.json b/src/features/ledger/animations/blue/1PlugAndPinCode/data.json new file mode 100644 index 000000000..811a72b61 --- /dev/null +++ b/src/features/ledger/animations/blue/1PlugAndPinCode/data.json @@ -0,0 +1,9734 @@ +{ + "v": "5.5.8", + "fr": 25, + "ip": 0, + "op": 232, + "w": 800, + "h": 1000, + "nm": "BLUE", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Inter-ExtraBold", + "fFamily": "Inter", + "fStyle": "Extra Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-SemiBold", + "fFamily": "Inter", + "fStyle": "Semi Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Bold", + "fFamily": "Inter", + "fStyle": "Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Medium", + "fFamily": "Inter", + "fStyle": "Medium", + "ascent": 72.7279663085938 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 5, + "nm": "Settings", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [300.5, 331.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 14, + "f": "Inter-SemiBold", + "t": "Settings", + "j": 2, + "tr": 0, + "lh": 16.8, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Calque de forme 16", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [566.37, 225.971, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [148.769, 148.769, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [6.435, 6.435], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.505882352941, 0.505882352941, 0.505882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-178.533, 38.592], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 167, + "op": 220, + "st": 166, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Subtract-1 Silhouettes", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [300.768, 283.384, 0], "ix": 2 }, + "a": { "a": 0, "k": [5, 5, 0], "ix": 1 }, + "s": { "a": 0, "k": [265, 265, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.976, 0], + [0, 0.975], + [0.976, 0], + [0, -0.976] + ], + "o": [ + [0.976, 0], + [0, -0.976], + [-0.976, 0], + [0, 0.975] + ], + "v": [ + [0.006, 1.738], + [1.773, -0.029], + [0.006, -1.796], + [-1.761, -0.029] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.341, -0.483], + [0, 0], + [0, 0], + [0, -0.309], + [-0.046, -0.274], + [0, 0], + [0, 0], + [-0.477, -0.336], + [0, 0], + [0, 0], + [-0.294, 0], + [-0.285, 0.05], + [0, 0], + [0, 0], + [-0.333, 0.482], + [0, 0], + [0, 0], + [0, 0.289], + [0.053, 0.294], + [0, 0], + [0, 0], + [0.488, 0.338], + [0, 0], + [0, 0], + [0.304, 0], + [0.285, -0.05] + ], + "o": [ + [0, 0], + [-0.487, 0.335], + [0, 0], + [0, 0], + [-0.054, 0.293], + [0, 0.288], + [0, 0], + [0, 0], + [0.333, 0.479], + [0, 0], + [0, 0], + [0.28, 0.048], + [0.298, 0], + [0, 0], + [0, 0], + [0.478, -0.338], + [0, 0], + [0, 0], + [0.047, -0.275], + [0, -0.31], + [0, 0], + [0, 0], + [-0.34, -0.485], + [0, 0], + [0, 0], + [-0.289, -0.052], + [-0.3, 0], + [0, 0] + ], + "v": [ + [-1.311, -3.208], + [-2.836, -4.118], + [-4.088, -2.88], + [-3.173, -1.346], + [-4.919, -0.905], + [-5, 0], + [-4.93, 0.844], + [-3.173, 1.288], + [-4.107, 2.853], + [-2.881, 4.087], + [-1.311, 3.15], + [-0.862, 4.926], + [0, 5], + [0.875, 4.924], + [1.323, 3.15], + [2.886, 4.083], + [4.113, 2.843], + [3.185, 1.288], + [4.928, 0.847], + [5, 0], + [4.918, -0.908], + [3.185, -1.346], + [4.094, -2.87], + [2.841, -4.115], + [1.323, -3.208], + [0.89, -4.921], + [0, -5], + [-0.878, -4.923] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 1, + "nm": "Fusionner les tracés 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5, 5], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Calque de forme 17", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [391.112, 423.728, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [63.312, 63.312], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.507215073529, 0.507215073529, 0.507215073529, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-90.344, -140.344], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [85.677, 85.677], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 5, + "nm": "DASHBOARD", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.853, 187, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Medium", + "t": "DASHBOARD", + "j": 2, + "tr": 70, + "lh": 24, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 4, + "nm": "Calque de forme 12", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [226, 104, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [[0, 0]], + "o": [[0, 0]], + "v": [[11.25, 37.25]], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [9.693, 0.235], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [-9.041, 0.235], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, -142.919], + [-157.239, -142.919], + [-157.239, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [175.908, 262.703], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "TAP 22", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399, 331, 0], "ix": 2 }, + "a": { "a": 0, "k": [4, 2, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.667], "y": [0.981, 0.981, 1] }, + "o": { "x": [0.176, 0.176, 0.167], "y": [0.003, 0.003, 25.962] }, + "t": 147, + "s": [0, 0, 100] + }, + { "t": 168, "s": [270, 270, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [43.523, 43.523], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [100] + }, + { "t": 168, "s": [0] } + ], + "ix": 4 + }, + "w": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.076], "y": [0] }, + "t": 148, + "s": [43] + }, + { "t": 167, "s": [0.1] } + ], + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.268, 1.779], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 147, + "op": 168, + "st": -229, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 5, + "nm": "●●●● 4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 167, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 5, + "nm": "●●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 101, + "op": 120, + "st": 52, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 5, + "nm": "●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 82, + "op": 101, + "st": 33, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 5, + "nm": "●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 63, + "op": 82, + "st": 14, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 5, + "nm": "Continue 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 167, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 4, + "nm": "Calque de forme 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 120, + "op": 167, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 5, + "nm": "Continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.71, 0.714, 0.722] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "Calque de forme 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.70992120481, 0.711993288526, 0.720281862745, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 5, + "nm": "10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "9", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 5, + "nm": "0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 565, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "0", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 5, + "nm": "9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 5, + "nm": "8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "7", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 5, + "nm": "6 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "6", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 5, + "nm": "5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 5, + "nm": "4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "4", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 5, + "nm": "3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "3", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 5, + "nm": "2 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "2", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 5, + "nm": "1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "1", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 5, + "nm": "x", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [504.25, 562.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-ExtraBold", + "t": "x", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.871, 0.871, 0.871] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 4, + "nm": "Calque de forme 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [403, 520.748, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [103.546, 104.505, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [106.474, 31.101], + [89.815, 31.101], + [83.175, 36.603], + [89.573, 41.866], + [106.474, 41.866] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1.792, -13.582], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [98.424, 134.202], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.870664828431, 0.870664828431, 0.870664828431, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 11", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 10", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 8", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -12.234], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -58.137], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -104.748], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.516, 0.02], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [3.097, 0.496] + ], + "v": [ + [157.013, 7.897], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-156.987, 7.897] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.937913602941, 0.937913602941, 0.937913602941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-1.821, -148.386], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100.829, 100.587], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 5, + "nm": "Enter your PIN to continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 223, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "Enter your PIN to continue", + "j": 0, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.491, 0.496, 0.508] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 4, + "nm": "lock Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [290.555, 204, 0], "ix": 2 }, + "a": { "a": 0, "k": [5.5, 7, 0], "ix": 1 }, + "s": { "a": 0, "k": [243.427, 243.427, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [17.063, 17.063], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.36, 6.839], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.433, 114.433], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.134, 0], + [0, 0], + [0, 1.135], + [0, 0], + [-1.134, 0], + [0, -1.134], + [0, 0] + ], + "o": [ + [0, 0], + [-1.134, 0], + [0, 0], + [0, -1.134], + [1.134, 0], + [0, 0], + [0, 1.135] + ], + "v": [ + [-0.001, 3.721], + [-0.001, 3.721], + [-2.053, 1.667], + [-2.053, -1.667], + [-0.001, -3.721], + [2.053, -1.667], + [2.053, 1.667] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.411, 5.794], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.47, 0], + [0, 0], + [0, 0.47], + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0] + ], + "o": [ + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0], + [0.47, 0], + [0, 0], + [0, 0.47] + ], + "v": [ + [2.936, 2.94], + [-2.936, 2.94], + [-3.788, 2.089], + [-3.788, -2.09], + [-2.936, -2.94], + [2.936, -2.94], + [3.788, -2.09], + [3.788, 2.089] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.494117676978, 0.509803921569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.321, 8.787], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 5, + "nm": "PIN REQUIRED", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 197, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 21, + "f": "Inter-ExtraBold", + "t": "PIN REQUIRED", + "j": 0, + "tr": 0, + "lh": 25.2, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 4, + "nm": "BLUE Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.297, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 14, + "s": [406, 367, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.481, "y": 1 }, + "o": { "x": 0.478, "y": 0 }, + "t": 16, + "s": [406, 337, 0], + "to": [0, 0, 0], + "ti": [0, -5, 0] + }, + { "t": 20, "s": [406, 367, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [238.5, 300, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-3.59, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.589], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, -4.835], + [-4.835, -1.663], + [1.664, 4.835], + [4.835, 4.835], + [4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [4.835, 4.835], + [4.835, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [20.308, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 3.589], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [-1.663, 4.835], + [4.836, -1.663], + [4.836, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [35.781, 35.78], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [-4.835, -4.835], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.836, 20.308], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, -3.59], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [1.663, -4.835], + [-4.835, 1.664], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 4.835], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [3.589, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -3.59] + ], + "v": [ + [6.073, -12.572], + [-12.572, -12.572], + [-12.572, 12.572], + [12.572, 12.572], + [12.572, -6.072] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [28.044, 12.572], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.989, 304.195], "ix": 2 }, + "a": { "a": 0, "k": [20.308, 20.308], "ix": 1 }, + "s": { "a": 0, "k": [113.405, 113.405], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 46, + "s": [100] + }, + { "t": 47, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "PUCE", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234.408, 300.203], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 219, + "s": [100] + }, + { "t": 220, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.122000002394, 0.122000002394, 0.122000002394, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.004000000393, 0.004000000393, 0.004000000393, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [232, 298], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.383999992819, 0.383999992819, 0.383999992819, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [236, 302], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-8.284, 0], + [0, 0], + [0, -8.284], + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0] + ], + "o": [ + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0], + [-8.284, 0], + [0, 0], + [0, -8.284] + ], + "v": [ + [-205, -285], + [205, -285], + [220, -270], + [220, 270], + [205, 285], + [-205, 285], + [-220, 270], + [-220, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219999994016, 0.219999994016, 0.219999994016, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.568, 0], + [0, 0], + [0, -16.569], + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0] + ], + "o": [ + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0], + [-16.568, 0], + [0, 0], + [0, -16.569] + ], + "v": [ + [-204, -300], + [204, -300], + [234, -270], + [234, 270], + [204, 300], + [-204, 300], + [-234, 270], + [-234, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-9, -30], + [9, -30], + [9, 30], + [-9, 30] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.811999990426, 0.811999990426, 0.811999990426, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [463, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-3, -30], + [3, -30], + [9, -24], + [9, 24], + [3, 30], + [-3, 30], + [-9, 24], + [-9, -24] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [468, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 4, + "nm": "USB 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.403, "y": 1 }, + "o": { "x": 0.773, "y": 0 }, + "t": 10, + "s": [400, 977.5, 0], + "to": [0, -20.97, 0], + "ti": [0, 5.356, 0] + }, + { + "i": { "x": 0.633, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 16, + "s": [400, 809.5, 0], + "to": [0, -21.333, 0], + "ti": [0, -5.25, 0] + }, + { + "i": { "x": 0.618, "y": 0.618 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 20, + "s": [400, 841, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.123, "y": 1 }, + "o": { "x": 0.905, "y": 0 }, + "t": 216, + "s": [400, 841, 0], + "to": [0, 22.75, 0], + "ti": [0, -22.75, 0] + }, + { "t": 225, "s": [400, 977.5, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [143.5, 19, 0], "ix": 1 }, + "s": { "a": 0, "k": [150.174, 150.174, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 27, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-6.5, -13], + [6.5, -13], + [6.5, 13], + [-6.5, 13] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.709221813725, 0.709221813725, 0.709221813725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [262.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-12.5, -13], + [12.5, -13], + [15.5, -10], + [15.5, 10], + [12.5, 13], + [-12.5, 13], + [-15.5, 10], + [-15.5, -10] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866666726505, 0.866666726505, 0.866666726505, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [271.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "Cable 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { "a": 0, "k": [397.5, 196.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { "a": 0, "k": 0, "ix": 1 }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.219], "y": [1] }, + "o": { "x": [1], "y": [0.361] }, + "t": 0, + "s": [35] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0] }, + "t": 22, + "s": [75] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 216, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 222, + "s": [56.667] + }, + { "t": 225, "s": [50] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 3, + "nm": "Réduire les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "Calque de forme 6", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 160, "ix": 10 }, + "p": { "a": 0, "k": [547.104, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "Calque de forme 8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 200, "ix": 10 }, + "p": { "a": 0, "k": [252.896, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 4, + "nm": "Calque de forme 7", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [302.259, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "Calque de forme 5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [497.741, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "P", + "size": 21, + "style": "Extra Bold", + "w": 65.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 14.915], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.46, 0], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -22.321], + [34.604, -22.321], + [61.346, -46.992], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.633], + [0, 0] + ], + "v": [ + [22.812, -36.008], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -46.992], + [31.375, -36.008] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 21, + "style": "Extra Bold", + "w": 28.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [22.812, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 21, + "style": "Extra Bold", + "w": 72.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.611, -71.875], + [49.274, -71.875], + [49.274, -30.463], + [48.677, -30.463], + [20.39, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0], + [22.812, -41.483], + [23.268, -41.483], + [51.871, 0], + [66.611, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 21, + "style": "Extra Bold", + "w": 21.52, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 21, + "style": "Extra Bold", + "w": 66.19, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.932], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [7.896, -3.58], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -24.602], + [31.726, -24.602], + [44.852, 0], + [63.803, 0], + [48.888, -27.374], + [61.346, -47.94], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.668], + [0, 0] + ], + "v": [ + [22.812, -38.289], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -47.94], + [31.375, -38.289] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 21, + "style": "Extra Bold", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [55.556, 0], + [55.556, -14.108], + [22.812, -14.108], + [22.812, -28.883], + [52.994, -28.883], + [52.994, -43.027], + [22.812, -43.027], + [22.812, -57.767], + [55.556, -57.767], + [55.556, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "Q", + "size": 21, + "style": "Extra Bold", + "w": 78.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 12.599], + [19.302, 0], + [0, -23.759], + [-19.373, 0], + [-3.86, 1.369], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -23.759], + [-19.373, 0], + [0, 23.654], + [4.457, 0], + [0, 0], + [0, 0], + [0, 0], + [6.844, -6.282] + ], + "v": [ + [73.279, -35.938], + [38.956, -72.858], + [4.668, -35.938], + [38.956, 0.983], + [51.485, -1.088], + [57.065, 5.615], + [72.787, 5.615], + [62.189, -7.44] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.877, 0], + [0, 14.073], + [-10.353, 0], + [0, -14.073], + [2.702, -3.65], + [0, 0] + ], + "o": [ + [0, 0], + [-0.842, 0.105], + [-10.353, 0], + [0, -14.073], + [10.388, 0], + [0, 6.808], + [0, 0], + [0, 0] + ], + "v": [ + [32.919, -25.83], + [41.553, -14.424], + [38.956, -14.249], + [22.391, -35.938], + [38.956, -57.626], + [55.521, -35.938], + [51.379, -20.18], + [46.957, -25.83] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Q", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 21, + "style": "Extra Bold", + "w": 72.55, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [7.861, 0], + [0, 6.493], + [0, 0], + [0, 0], + [0, 0], + [-18.214, 0], + [0, 16.354], + [0, 0] + ], + "o": [ + [0, 0], + [0, 6.493], + [-7.791, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.354], + [18.074, 0], + [0, 0], + [0, 0] + ], + "v": [ + [49.028, -71.875], + [49.028, -25.058], + [35.867, -14.389], + [22.812, -25.058], + [22.812, -71.875], + [5.44, -71.875], + [5.44, -24.391], + [35.867, 0.912], + [66.26, -24.391], + [66.26, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 21, + "style": "Extra Bold", + "w": 73.01, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.935, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.426], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.007, 0], + [67.488, -35.973], + [31.972, -71.875], + [5.44, -71.875], + [5.44, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -15.477], + [12.108, 0] + ], + "o": [ + [0, 0], + [0, 0], + [12.354, 0], + [0, 15.547], + [0, 0] + ], + "v": [ + [22.812, -14.81], + [22.812, -57.065], + [31.094, -57.065], + [50.081, -35.973], + [31.34, -14.81] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 16, + "style": "Semi Bold", + "w": 60.76, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [54.117, 0], + [54.117, -10.915], + [20.11, -10.915], + [20.11, -30.533], + [51.414, -30.533], + [51.414, -41.447], + [20.11, -41.447], + [20.11, -60.96], + [53.836, -60.96], + [53.836, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 16, + "style": "Semi Bold", + "w": 60.97, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-6.703, 0], + [0, -7.195], + [0, 0], + [0, 0], + [0, 0], + [11.125, 0], + [2.457, -6.001], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -7.791], + [6.563, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -12.915], + [-8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [19.232, -31.586], + [30.638, -43.869], + [41.132, -32.358], + [41.132, 0], + [53.836, 0], + [53.836, -34.323], + [35.376, -54.608], + [19.302, -44.746], + [18.671, -44.746], + [18.671, -53.906], + [6.528, -53.906], + [6.528, 0], + [19.232, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 16, + "style": "Semi Bold", + "w": 38, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.546, 0.281], + [-1.369, 0.456], + [0, 0], + [1.579, 0], + [0, 5.124], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.07, 10.143], + [3.615, -0.105], + [0, 0], + [-0.702, 0.175], + [-3.194, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.446, -53.906], + [22.812, -53.906], + [22.812, -66.821], + [10.107, -66.821], + [10.107, -53.906], + [2.457, -53.906], + [2.457, -44.08], + [10.107, -44.08], + [10.107, -14.108], + [26.953, 0.737], + [34.428, -0.526], + [32.288, -10.458], + [28.568, -9.967], + [22.812, -16.214], + [22.812, -44.08], + [33.446, -44.08] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 16, + "style": "Semi Bold", + "w": 59.27, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.249, 0], + [-2.246, 9.37], + [0, 0], + [5.475, 0], + [0.105, 9.23], + [0, 0], + [0, 0], + [13.266, 0], + [0, -16.635] + ], + "o": [ + [12.564, 0], + [0, 0], + [-1.72, 4.562], + [-8.212, 0], + [0, 0], + [0, 0], + [0, -18.916], + [-15.442, 0], + [0, 16.916] + ], + "v": [ + [30.392, 1.053], + [53.836, -14.459], + [41.974, -15.793], + [30.568, -8.844], + [16.811, -23.479], + [54.362, -23.479], + [54.362, -27.374], + [29.726, -54.608], + [4.211, -26.637] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.581, 0], + [-0.07, -7.335] + ], + "o": [ + [0.386, -6.879], + [7.3, 0], + [0, 0] + ], + "v": [ + [16.846, -32.042], + [29.901, -44.711], + [42.184, -32.042] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 16, + "style": "Semi Bold", + "w": 41.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-6.633, 0], + [-1.369, -0.632], + [0, 0], + [2.913, 0], + [1.965, -6.247], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -6.808], + [2.071, 0], + [0, 0], + [-1.895, -1.193], + [-6.212, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -31.691], + [30.989, -43.307], + [36.008, -42.184], + [39.938, -52.713], + [32.709, -54.678], + [19.408, -44.922], + [18.846, -44.922], + [18.846, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 16, + "style": "Semi Bold", + "w": 24.82, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 16, + "style": "Semi Bold", + "w": 57.6, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.72, 0], + [-3.018, 8.493], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.545, 1.614], + [0, 0] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.386, 5.931], + [0, 0], + [1.439, 0.597] + ], + "v": [ + [13.968, 20.987], + [32.919, 7.019], + [54.678, -53.906], + [41.167, -53.906], + [28.708, -13.196], + [28.146, -13.196], + [15.723, -53.906], + [2.246, -53.906], + [21.794, 1.123], + [20.531, 4.562], + [8.914, 9.37], + [5.966, 19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 16, + "style": "Semi Bold", + "w": 60.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.793, 0], + [0, 16.67], + [15.793, 0], + [0, -16.705] + ], + "o": [ + [15.793, 0], + [0, -16.705], + [-15.793, 0], + [0, 16.67] + ], + "v": [ + [30.042, 1.053], + [55.872, -26.743], + [30.042, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.598, 0], + [0, 9.862], + [-8.739, 0], + [0, -9.862] + ], + "o": [ + [-8.739, 0], + [0, -9.862], + [8.598, 0], + [0, 9.862] + ], + "v": [ + [30.112, -9.125], + [17.091, -26.778], + [30.112, -44.536], + [42.992, -26.778] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 16, + "style": "Semi Bold", + "w": 60.83, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.615, 0], + [0, 6.844], + [0, 0], + [0, 0], + [0, 0], + [-10.599, 0], + [-2.457, 6.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 8.212], + [-6.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 12.95], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [40.886, -22.672], + [29.41, -10.388], + [19.232, -21.548], + [19.232, -53.906], + [6.528, -53.906], + [6.528, -19.583], + [24.496, 0.702], + [40.71, -9.581], + [41.272, -9.581], + [41.272, 0], + [53.59, 0], + [53.59, -53.906], + [40.886, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 16, + "style": "Semi Bold", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.828], + [16.53, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.6, 0], + [0, -13.722], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -24.286], + [33.867, -24.286], + [59.381, -48.08], + [34.042, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.651], + [9.686, 0] + ], + "o": [ + [0, 0], + [0, 0], + [9.756, 0], + [0, 7.651], + [0, 0] + ], + "v": [ + [20.11, -34.99], + [20.11, -60.995], + [32.042, -60.995], + [46.115, -48.08], + [32.112, -34.99] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 16, + "style": "Semi Bold", + "w": 27.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.11, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 16, + "style": "Semi Bold", + "w": 74.08, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.154, -71.875], + [53.204, -71.875], + [53.204, -22.882], + [52.573, -22.882], + [18.741, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0], + [20.11, -48.958], + [20.706, -48.958], + [54.573, 0], + [66.154, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 16, + "style": "Semi Bold", + "w": 57.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.109, 0], + [-0.912, 11.441], + [0, 0], + [5.58, 0], + [0, 11.02], + [-7.826, 0], + [-0.983, -5.194], + [0, 0], + [13.161, 0], + [0, -16.46] + ], + "o": [ + [13.547, 0], + [0, 0], + [-1.088, 5.791], + [-7.932, 0], + [0, -10.88], + [6.107, 0], + [0, 0], + [-0.877, -11.687], + [-15.793, 0], + [0, 16.319] + ], + "v": [ + [30.042, 1.053], + [53.134, -18.425], + [40.991, -18.425], + [30.147, -9.3], + [17.091, -26.953], + [30.147, -44.36], + [40.991, -35.236], + [53.134, -35.236], + [29.971, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "i", + "size": 16, + "style": "Semi Bold", + "w": 26.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.071, 0], + [0, 3.79], + [4.036, 0], + [0, -3.825] + ], + "o": [ + [4.036, 0], + [0, -3.825], + [-4.071, 0], + [0, 3.79] + ], + "v": [ + [12.915, -61.557], + [20.25, -68.436], + [12.915, -75.349], + [5.545, -68.436] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "x", + "size": 16, + "style": "Extra Bold", + "w": 58.52, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.039, -53.906], + [2.632, -53.906], + [17.513, -26.953], + [1.86, 0], + [19.267, 0], + [28.918, -17.899], + [38.815, 0], + [55.977, 0], + [40.359, -26.953], + [55.415, -53.906], + [38.113, -53.906], + [28.918, -36.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "x", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "x", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "1", + "size": 22, + "style": "Semi Bold", + "w": 46.34, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.897, 0], + [0, 0], + [-1.404, 2.211], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-0.281, 3.159], + [0, 0], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.902, -71.875], + [21.408, -71.875], + [5.405, -60.434], + [5.405, -49.905], + [20.25, -55.24], + [20.847, -55.24], + [20.847, 0], + [33.902, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "1", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "2", + "size": 22, + "style": "Semi Bold", + "w": 62.14, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 8.107], + [14.459, 0], + [0, -13.652], + [0, 0], + [-7.159, 0], + [0, -6.773], + [7.089, -7.195], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [13.968, -13.406], + [0, -12.038], + [-14.249, 0], + [0, 0], + [0, -7.335], + [6.844, 0], + [0, 6.001], + [0, 0], + [0, 0] + ], + "v": [ + [6.387, 0], + [55.661, 0], + [55.661, -10.88], + [24.356, -10.88], + [24.356, -11.371], + [36.745, -23.97], + [54.573, -52.011], + [30.322, -72.858], + [5.966, -50.362], + [18.355, -50.362], + [30.147, -62.294], + [42.079, -51.344], + [31.34, -33.867], + [6.387, -9.406] + ], + "c": true + }, + "ix": 2 + }, + "nm": "2", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "3", + "size": 22, + "style": "Semi Bold", + "w": 65.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.161, 0], + [0.035, 12.143], + [10.072, 1.439], + [0, 0], + [0.035, 8.072], + [14.354, 0], + [0.281, -12.038], + [0, 0], + [-6.633, 0], + [0.035, -6.036], + [7.44, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -6.493], + [7.686, 0], + [0.316, 5.861], + [0, 0] + ], + "o": [ + [15.372, 0], + [0.035, -8.984], + [0, 0], + [7.791, -1.685], + [0.035, -10.95], + [-13.968, 0], + [0, 0], + [0.211, -6.036], + [6.703, 0], + [0.035, 6.282], + [0, 0], + [0, 0], + [0, 0], + [9.09, 0], + [0.035, 6.352], + [-7.23, 0], + [0, 0], + [0.351, 12.143] + ], + "v": [ + [32.182, 0.983], + [58.714, -19.969], + [43.062, -36.85], + [43.062, -37.411], + [56.047, -52.959], + [32.393, -72.858], + [7.335, -52.502], + [19.864, -52.502], + [32.323, -62.294], + [43.448, -52.187], + [30.849, -41.728], + [24.496, -41.728], + [24.496, -31.691], + [30.849, -31.691], + [45.308, -20.636], + [32.147, -9.932], + [19.022, -19.548], + [5.826, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "3", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "4", + "size": 22, + "style": "Semi Bold", + "w": 66.58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.089, -13.336], + [39.377, -13.336], + [39.377, 0], + [51.801, 0], + [51.801, -13.336], + [60.995, -13.336], + [60.995, -24.04], + [51.801, -24.04], + [51.801, -71.875], + [35.587, -71.875], + [5.089, -23.689] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [39.517, -24.04], + [18.425, -24.04], + [18.425, -24.602], + [38.956, -57.135], + [39.517, -57.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "4", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "5", + "size": 22, + "style": "Semi Bold", + "w": 63.25, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-14.038, 0], + [0, 14.284], + [13.055, 0], + [2.667, -3.159], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-4.317, -0.035], + [0.035, -8.142], + [7.686, 0], + [0.456, 5.896], + [0, 0] + ], + "o": [ + [15.196, 0], + [0, -13.828], + [-5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [2.422, -2.667], + [7.896, 0.035], + [0.035, 8.037], + [-6.493, 0], + [0, 0], + [0.351, 11.932] + ], + "v": [ + [31.375, 0.983], + [57.17, -23.619], + [34.499, -47.414], + [20.847, -41.939], + [20.425, -41.939], + [22.496, -60.995], + [53.415, -60.995], + [53.415, -71.875], + [11.722, -71.875], + [7.967, -34.814], + [19.724, -32.884], + [31.024, -37.306], + [44.571, -23.303], + [31.375, -9.546], + [19.197, -19.548], + [6.563, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "5", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "6", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.792, -0.07], + [0.035, 14.214], + [12.599, 0], + [3.439, -6.177], + [0, 0], + [-9.967, 0], + [-1.334, -5.685], + [0, 0], + [13.582, 0], + [0, -24.777] + ], + "o": [ + [15.512, 0.105], + [0.035, -13.582], + [-7.721, 0], + [0, 0], + [0.035, -15.337], + [6.177, 0], + [0, 0], + [-1.544, -11.792], + [-17.267, 0], + [0, 26.357] + ], + "v": [ + [32.709, 0.983], + [58.609, -23.795], + [36.359, -47.203], + [18.39, -37.271], + [17.899, -37.271], + [33.446, -61.803], + [45.132, -52.502], + [57.942, -52.502], + [33.446, -73.068], + [5.264, -33.902] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [7.616, 0], + [0.035, 7.51], + [-7.616, 0], + [0.035, -7.721] + ], + "o": [ + [-7.686, 0], + [0.07, -7.545], + [7.616, 0], + [0.035, 7.861] + ], + "v": [ + [32.639, -9.546], + [19.302, -23.409], + [32.814, -37.271], + [45.975, -23.514] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "6", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "7", + "size": 22, + "style": "Semi Bold", + "w": 60.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [9.019, 0], + [22.531, 0], + [53.064, -60.75], + [53.064, -71.875], + [4.106, -71.875], + [4.106, -60.995], + [39.587, -60.995], + [39.587, -60.504] + ], + "c": true + }, + "ix": 2 + }, + "nm": "7", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "0", + "size": 22, + "style": "Semi Bold", + "w": 66.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-17.337, 0], + [0, 23.584], + [17.267, 0], + [0.035, -23.479] + ], + "o": [ + [17.337, 0.035], + [0, -23.444], + [-17.267, 0], + [0, 23.549] + ], + "v": [ + [32.954, 1.369], + [60.645, -35.867], + [32.954, -72.858], + [5.264, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.984, 0], + [-0.035, 17.267], + [-8.914, 0], + [-0.035, -17.126] + ], + "o": [ + [-8.949, 0], + [0.035, -17.126], + [8.949, 0], + [0, 17.267] + ], + "v": [ + [32.954, -9.616], + [18.425, -35.867], + [32.954, -62.013], + [47.519, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "0", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "9", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [13.792, 0.105], + [0, -14.178], + [-12.599, 0], + [-3.474, 6.177], + [0, 0], + [9.932, 0], + [1.299, 5.721], + [0, 0], + [-13.617, 0], + [-0.035, 24.742] + ], + "o": [ + [-15.582, -0.07], + [0, 13.617], + [7.756, 0], + [0, 0], + [-0.035, 15.372], + [-6.212, 0], + [0, 0], + [1.474, 11.897], + [17.232, 0], + [-0.035, -26.357] + ], + "v": [ + [31.34, -73.068], + [5.405, -48.291], + [27.69, -24.883], + [45.659, -34.814], + [46.15, -34.814], + [30.603, -10.283], + [18.916, -19.583], + [6.107, -19.583], + [30.603, 0.983], + [58.784, -38.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-7.616, 0], + [0, -7.51], + [7.581, 0], + [0, 7.756] + ], + "o": [ + [7.686, 0], + [0, 7.475], + [-7.651, 0], + [0, -7.826] + ], + "v": [ + [31.375, -62.54], + [44.711, -48.642], + [31.235, -34.779], + [18.039, -48.572] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "9", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 16, + "style": "Semi Bold", + "w": 74.36, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.933, 0], + [0, -23.233], + [-18.951, 0], + [-2, 13.722], + [0, 0], + [8.598, 0], + [0, 16.495], + [-11.757, 0], + [-1.509, -8.598] + ], + "o": [ + [-2.211, -15.968], + [-18.776, 0], + [0, 23.198], + [17.091, 0], + [0, 0], + [-1.649, 8.423], + [-11.652, 0], + [0, -16.214], + [8.739, 0], + [0, 0] + ], + "v": [ + [68.611, -47.624], + [38.184, -72.858], + [5.264, -35.938], + [38.184, 0.983], + [68.611, -23.795], + [55.486, -23.865], + [38.359, -10.704], + [18.355, -35.938], + [38.394, -61.171], + [55.486, -47.624] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 16, + "style": "Semi Bold", + "w": 77.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 23.233], + [18.846, 0], + [0, -23.233], + [-18.881, 0] + ], + "o": [ + [0, -23.233], + [-18.881, 0], + [0, 23.198], + [18.846, 0] + ], + "v": [ + [71.313, -35.938], + [38.289, -72.858], + [5.264, -35.938], + [38.289, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -16.354], + [11.722, 0], + [0, 16.354], + [-11.687, 0] + ], + "o": [ + [0, 16.354], + [-11.687, 0], + [0, -16.354], + [11.722, 0] + ], + "v": [ + [58.223, -35.938], + [38.289, -10.704], + [18.355, -35.938], + [38.289, -61.171] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "T", + "size": 16, + "style": "Semi Bold", + "w": 65.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.931, -60.96], + [26.146, -60.96], + [26.146, 0], + [39.061, 0], + [39.061, -60.96], + [61.276, -60.96], + [61.276, -71.875], + [3.931, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 16, + "style": "Semi Bold", + "w": 73.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.055, 0], + [0, 8.879], + [0, 0], + [0, 0], + [0, 0], + [-16.67, 0], + [0, 16.284], + [0, 0] + ], + "o": [ + [0, 0], + [0, 8.879], + [-9.019, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.284], + [16.6, 0], + [0, 0], + [0, 0] + ], + "v": [ + [52.432, -71.875], + [52.432, -24.672], + [36.253, -10.634], + [20.11, -24.672], + [20.11, -71.875], + [7.089, -71.875], + [7.089, -24.356], + [36.253, 1.088], + [65.417, -24.356], + [65.417, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "●", + "size": 20, + "style": "Bold", + "w": 91.48, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-20.39, 0], + [0.07, 20.461], + [20.531, 0], + [0.07, -20.461] + ], + "o": [ + [20.531, 0], + [-0.07, -20.461], + [-20.39, 0], + [-0.07, 20.461] + ], + "v": [ + [45.203, 1.123], + [82.263, -35.938], + [45.203, -72.998], + [8.142, -35.938] + ], + "c": true + }, + "ix": 2 + }, + "nm": "●", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "●", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 20, + "style": "Medium", + "w": 72.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.162, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.356], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [31.165, 0], + [65.733, -36.043], + [31.902, -71.875], + [7.896, -71.875], + [7.896, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -16.951], + [16.389, 0] + ], + "o": [ + [0, 0], + [0, 0], + [15.723, 0], + [0, 17.021], + [0, 0] + ], + "v": [ + [18.741, -9.476], + [18.741, -62.399], + [31.235, -62.399], + [55.064, -36.043], + [30.568, -9.476] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "A", + "size": 20, + "style": "Medium", + "w": 69.99, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [13.968, 0], + [20.566, -19.022], + [48.642, -19.022], + [55.205, 0], + [66.716, 0], + [40.851, -71.875], + [28.322, -71.875], + [2.457, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [23.724, -28.146], + [34.323, -58.82], + [34.885, -58.82], + [45.483, -28.146] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "S", + "size": 20, + "style": "Medium", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.772, -6.633], + [0, 0], + [14.6, 0], + [0, -12.389], + [-11.546, -3.123], + [0, 0], + [0, -6.387], + [9.23, 0], + [0.632, 7.826], + [0, 0], + [-16.109, 0], + [0, 12.178], + [9.125, 2.246], + [0, 0], + [-0.035, 6.879], + [-8.844, 0] + ], + "o": [ + [0, 0], + [-0.316, -11.511], + [-14.424, 0], + [0, 10.002], + [0, 0], + [7.686, 2.036], + [0, 7.019], + [-8.353, 0], + [0, 0], + [0.702, 13.02], + [16.881, 0], + [0, -12.95], + [0, 0], + [-5.615, -1.439], + [0, -6.107], + [8.247, 0] + ], + "v": [ + [47.098, -52.994], + [57.556, -52.994], + [32.463, -72.858], + [6.984, -52.222], + [25.69, -33.235], + [34.183, -30.919], + [47.8, -19.969], + [31.866, -8.318], + [15.933, -19.864], + [5.054, -19.864], + [31.937, 1.193], + [58.539, -19.864], + [37.868, -40.079], + [30.849, -41.904], + [17.793, -52.853], + [32.217, -63.487] + ], + "c": true + }, + "ix": 2 + }, + "nm": "S", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "S", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "H", + "size": 20, + "style": "Medium", + "w": 74.22, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -31.34], + [54.573, -31.34], + [54.573, 0], + [65.453, 0], + [65.453, -71.875], + [54.573, -71.875], + [54.573, -40.64], + [18.741, -40.64], + [18.741, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "H", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "H", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "B", + "size": 20, + "style": "Medium", + "w": 65.41, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 11.02], + [7.124, 0.386], + [0, 0], + [0, 8.984], + [15.302, 0], + [0, 0] + ], + "o": [ + [0, 0], + [16.705, 0], + [0, -11.125], + [0, 0], + [6.598, -1.685], + [0, -10.634], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [35.446, 0], + [59.697, -19.337], + [44.781, -37.131], + [44.781, -37.833], + [56.889, -52.994], + [34.218, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.844], + [10.423, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.704, 0], + [0, 6.036], + [0, 0] + ], + "v": [ + [18.741, -9.3], + [18.741, -32.323], + [34.779, -32.323], + [48.923, -19.864], + [34.393, -9.3] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 2, + "ty": "sh", + "ix": 3, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -5.966], + [7.3, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.598, 0], + [0, 6.949], + [0, 0] + ], + "v": [ + [18.741, -40.781], + [18.741, -62.645], + [33.551, -62.645], + [46.255, -52.151], + [33.27, -40.781] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "B", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 20, + "style": "Medium", + "w": 76.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 22.987], + [18.6, 0], + [0, -22.987], + [-18.671, 0] + ], + "o": [ + [0, -22.987], + [-18.671, 0], + [0, 22.952], + [18.6, 0] + ], + "v": [ + [70.331, -35.938], + [37.973, -72.858], + [5.58, -35.938], + [37.973, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -17.513], + [12.354, 0], + [0, 17.513], + [-12.389, 0] + ], + "o": [ + [0, 17.513], + [-12.389, 0], + [0, -17.513], + [12.354, 0] + ], + "v": [ + [59.592, -35.938], + [37.973, -8.914], + [16.354, -35.938], + [37.973, -62.961] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 20, + "style": "Medium", + "w": 64.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.651], + [16.67, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [8.809, -3.264], + [0, -13.231], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -27.199], + [33.481, -27.199], + [34.183, -27.199], + [48.782, 0], + [61.136, 0], + [45.203, -29.094], + [58.398, -49.344], + [33.516, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -8.142], + [10.564, 0] + ], + "o": [ + [0, 0], + [0, 0], + [10.704, 0], + [0, 8.107], + [0, 0] + ], + "v": [ + [18.741, -36.534], + [18.741, -62.575], + [32.358, -62.575], + [47.484, -49.344], + [32.498, -36.534] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "S", + "size": 14, + "style": "Semi Bold", + "w": 64.92, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.667, -6.107], + [0, 0], + [15.302, 0], + [-0.035, -12.704], + [-11.827, -3.053], + [0, 0], + [-0.035, -5.58], + [8.493, 0], + [0.526, 7.545], + [0, 0], + [-16.74, 0], + [-0.035, 12.669], + [10.809, 2.562], + [0, 0], + [-0.07, 6.001], + [-8.142, 0] + ], + "o": [ + [0, 0], + [-0.246, -12.143], + [-15.091, 0], + [0, 10.318], + [0, 0], + [7.756, 1.965], + [-0.035, 6.142], + [-8.142, 0], + [0, 0], + [0.526, 14.284], + [17.232, 0], + [-0.035, -12.459], + [0, 0], + [-5.896, -1.404], + [0.035, -5.405], + [7.756, 0] + ], + "v": [ + [46.15, -52.116], + [58.679, -52.116], + [32.779, -72.858], + [6.387, -51.66], + [25.549, -32.358], + [33.727, -30.252], + [46.642, -20.285], + [32.288, -10.037], + [17.302, -21.233], + [4.492, -21.233], + [32.393, 1.088], + [59.662, -20.18], + [38.535, -40.886], + [31.796, -42.57], + [19.583, -52.467], + [32.603, -61.838] + ], + "c": true + }, + "ix": 2 + }, + "nm": "S", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "S", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "g", + "size": 14, + "style": "Semi Bold", + "w": 62.54, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.722, 0], + [0, 13.582], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [9.511, 0], + [0, -17.723], + [-12.424, 0], + [-1.965, 3.966], + [0, 0], + [0, 0], + [7.23, 0], + [1.544, 2.948], + [0, 0] + ], + "o": [ + [14.565, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.93, -3.896], + [-12.459, 0], + [0, 17.583], + [9.23, 0], + [0, 0], + [0, 0], + [0, 7.721], + [-7.651, 0], + [0, 0], + [2.316, 7.335] + ], + "v": [ + [29.971, 21.127], + [55.275, 0.877], + [55.275, -53.906], + [42.746, -53.906], + [42.746, -44.992], + [42.044, -44.992], + [26.567, -54.608], + [4.317, -27.129], + [26.532, -0.772], + [42.044, -9.686], + [42.676, -9.686], + [42.676, 0.526], + [30.182, 11.511], + [17.618, 4.948], + [6.177, 7.721] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.107, 0], + [0, 9.932], + [-8.458, 0], + [0, -10.213] + ], + "o": [ + [-8.388, 0], + [0, -9.792], + [8.177, 0], + [0, 10.283] + ], + "v": [ + [30.077, -10.739], + [17.267, -27.199], + [30.077, -44.185], + [42.746, -27.199] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "g", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "s", + "size": 14, + "style": "Semi Bold", + "w": 54.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [12.634, 0], + [-0.035, -9.967], + [-10.353, -2.141], + [0, 0], + [0, -3.053], + [6.036, 0], + [1.088, 4.843], + [0, 0], + [-13.231, 0], + [-0.035, 10.213], + [10.178, 2.211], + [0, 0], + [-0.035, 3.123], + [-5.299, 0], + [-0.983, -3.545] + ], + "o": [ + [-1.755, -9.125], + [-12.985, 0], + [-0.035, 7.861], + [0, 0], + [4.948, 1.088], + [0, 3.685], + [-5.826, 0], + [0, 0], + [1.579, 9.897], + [13.477, 0], + [-0.035, -7.686], + [0, 0], + [-5.475, -1.228], + [-0.035, -3.65], + [5.861, 0], + [0, 0] + ], + "v": [ + [49.133, -39.658], + [27.444, -54.608], + [5.65, -38.254], + [20.811, -23.058], + [30.006, -21.127], + [37.271, -14.986], + [27.234, -8.528], + [16.53, -15.898], + [4.141, -14.705], + [27.269, 1.053], + [50.291, -16.144], + [35.13, -30.743], + [25.935, -32.709], + [18.32, -38.956], + [27.62, -45.132], + [37.552, -38.394] + ], + "c": true + }, + "ix": 2 + }, + "nm": "s", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "s", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + } + ] +} diff --git a/src/features/ledger/animations/blue/3EnterPinCode/data.json b/src/features/ledger/animations/blue/3EnterPinCode/data.json new file mode 100644 index 000000000..3c7cd8172 --- /dev/null +++ b/src/features/ledger/animations/blue/3EnterPinCode/data.json @@ -0,0 +1,9742 @@ +{ + "v": "5.5.8", + "fr": 25, + "ip": 139, + "op": 177, + "w": 800, + "h": 1000, + "nm": "BLUE CODE PIN ONLY", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Inter-ExtraBold", + "fFamily": "Inter", + "fStyle": "Extra Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-SemiBold", + "fFamily": "Inter", + "fStyle": "Semi Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Bold", + "fFamily": "Inter", + "fStyle": "Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Medium", + "fFamily": "Inter", + "fStyle": "Medium", + "ascent": 72.7279663085938 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Calque de forme 18", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.747], "y": [0.876] }, + "o": { "x": [0.747], "y": [0.491] }, + "t": 144, + "s": [0] + }, + { + "i": { "x": [0.421], "y": [1] }, + "o": { "x": [0.196], "y": [-0.287] }, + "t": 150, + "s": [80] + }, + { "t": 168, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400, 329.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [-138.25, -1.5, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.833], "y": [1, 1, -23.167] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 144, + "s": [0, 0, 100] + }, + { "t": 172, "s": [350, 350, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [39.098, 39.098], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.392156892664, 0.564705882353, 0.945098099054, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-138.451, -1.451], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 140, + "op": 178, + "st": 81, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 5, + "nm": "Settings", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [300.5, 331.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 14, + "f": "Inter-SemiBold", + "t": "Settings", + "j": 2, + "tr": 0, + "lh": 16.8, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 247, + "op": 300, + "st": 247, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Calque de forme 16", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [566.37, 225.971, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [148.769, 148.769, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [6.435, 6.435], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.505882352941, 0.505882352941, 0.505882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-178.533, 38.592], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 247, + "op": 300, + "st": 246, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Subtract-1 Silhouettes", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [300.768, 283.384, 0], "ix": 2 }, + "a": { "a": 0, "k": [5, 5, 0], "ix": 1 }, + "s": { "a": 0, "k": [265, 265, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.976, 0], + [0, 0.975], + [0.976, 0], + [0, -0.976] + ], + "o": [ + [0.976, 0], + [0, -0.976], + [-0.976, 0], + [0, 0.975] + ], + "v": [ + [0.006, 1.738], + [1.773, -0.029], + [0.006, -1.796], + [-1.761, -0.029] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.341, -0.483], + [0, 0], + [0, 0], + [0, -0.309], + [-0.046, -0.274], + [0, 0], + [0, 0], + [-0.477, -0.336], + [0, 0], + [0, 0], + [-0.294, 0], + [-0.285, 0.05], + [0, 0], + [0, 0], + [-0.333, 0.482], + [0, 0], + [0, 0], + [0, 0.289], + [0.053, 0.294], + [0, 0], + [0, 0], + [0.488, 0.338], + [0, 0], + [0, 0], + [0.304, 0], + [0.285, -0.05] + ], + "o": [ + [0, 0], + [-0.487, 0.335], + [0, 0], + [0, 0], + [-0.054, 0.293], + [0, 0.288], + [0, 0], + [0, 0], + [0.333, 0.479], + [0, 0], + [0, 0], + [0.28, 0.048], + [0.298, 0], + [0, 0], + [0, 0], + [0.478, -0.338], + [0, 0], + [0, 0], + [0.047, -0.275], + [0, -0.31], + [0, 0], + [0, 0], + [-0.34, -0.485], + [0, 0], + [0, 0], + [-0.289, -0.052], + [-0.3, 0], + [0, 0] + ], + "v": [ + [-1.311, -3.208], + [-2.836, -4.118], + [-4.088, -2.88], + [-3.173, -1.346], + [-4.919, -0.905], + [-5, 0], + [-4.93, 0.844], + [-3.173, 1.288], + [-4.107, 2.853], + [-2.881, 4.087], + [-1.311, 3.15], + [-0.862, 4.926], + [0, 5], + [0.875, 4.924], + [1.323, 3.15], + [2.886, 4.083], + [4.113, 2.843], + [3.185, 1.288], + [4.928, 0.847], + [5, 0], + [4.918, -0.908], + [3.185, -1.346], + [4.094, -2.87], + [2.841, -4.115], + [1.323, -3.208], + [0.89, -4.921], + [0, -5], + [-0.878, -4.923] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 2", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "mm", + "mm": 1, + "nm": "Fusionner les tracés 1", + "mn": "ADBE Vector Filter - Merge", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5, 5], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 247, + "op": 300, + "st": 247, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Calque de forme 17", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [391.112, 423.728, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [63.312, 63.312], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.507215073529, 0.507215073529, 0.507215073529, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-90.344, -140.344], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [85.677, 85.677], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 247, + "op": 300, + "st": 247, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 5, + "nm": "DASHBOARD", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.853, 187, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Medium", + "t": "DASHBOARD", + "j": 2, + "tr": 70, + "lh": 24, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 247, + "op": 300, + "st": 247, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "Calque de forme 12", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [226, 104, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [[0, 0]], + "o": [[0, 0]], + "v": [[11.25, 37.25]], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [9.693, 0.235], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [-9.041, 0.235], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, -142.919], + [-157.239, -142.919], + [-157.239, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [175.908, 262.703], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 247, + "op": 300, + "st": 247, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 5, + "nm": "●●●● 4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 233, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 5, + "nm": "●●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 101, + "op": 120, + "st": 52, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 5, + "nm": "●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 82, + "op": 101, + "st": 33, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 5, + "nm": "●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 63, + "op": 82, + "st": 14, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 5, + "nm": "Continue 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 222, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "Calque de forme 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 120, + "op": 222, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 5, + "nm": "Continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.71, 0.714, 0.722] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 4, + "nm": "Calque de forme 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.70992120481, 0.711993288526, 0.720281862745, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 5, + "nm": "10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "9", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 5, + "nm": "0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 565, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "0", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 5, + "nm": "9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 5, + "nm": "8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "7", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 5, + "nm": "6 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "6", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 5, + "nm": "5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 5, + "nm": "4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "4", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 5, + "nm": "3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "3", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 5, + "nm": "2 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "2", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 5, + "nm": "1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "1", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 5, + "nm": "x", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [504.25, 562.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-ExtraBold", + "t": "x", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.871, 0.871, 0.871] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 4, + "nm": "Calque de forme 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [403, 520.748, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [103.546, 104.505, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [106.474, 31.101], + [89.815, 31.101], + [83.175, 36.603], + [89.573, 41.866], + [106.474, 41.866] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1.792, -13.582], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [98.424, 134.202], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.870664828431, 0.870664828431, 0.870664828431, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 11", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 10", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 8", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -12.234], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -58.137], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -104.748], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.516, 0.02], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [3.097, 0.496] + ], + "v": [ + [157.013, 7.897], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-156.987, 7.897] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.937913602941, 0.937913602941, 0.937913602941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-1.821, -148.386], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100.829, 100.587], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 5, + "nm": "Enter your PIN to continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 223, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "Enter your PIN to continue", + "j": 0, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.491, 0.496, 0.508] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 4, + "nm": "lock Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [290.555, 204, 0], "ix": 2 }, + "a": { "a": 0, "k": [5.5, 7, 0], "ix": 1 }, + "s": { "a": 0, "k": [243.427, 243.427, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [17.063, 17.063], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.36, 6.839], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.433, 114.433], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.134, 0], + [0, 0], + [0, 1.135], + [0, 0], + [-1.134, 0], + [0, -1.134], + [0, 0] + ], + "o": [ + [0, 0], + [-1.134, 0], + [0, 0], + [0, -1.134], + [1.134, 0], + [0, 0], + [0, 1.135] + ], + "v": [ + [-0.001, 3.721], + [-0.001, 3.721], + [-2.053, 1.667], + [-2.053, -1.667], + [-0.001, -3.721], + [2.053, -1.667], + [2.053, 1.667] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.411, 5.794], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.47, 0], + [0, 0], + [0, 0.47], + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0] + ], + "o": [ + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0], + [0.47, 0], + [0, 0], + [0, 0.47] + ], + "v": [ + [2.936, 2.94], + [-2.936, 2.94], + [-3.788, 2.089], + [-3.788, -2.09], + [-2.936, -2.94], + [2.936, -2.94], + [3.788, -2.09], + [3.788, 2.089] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.494117676978, 0.509803921569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.321, 8.787], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 5, + "nm": "PIN REQUIRED", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 197, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 21, + "f": "Inter-ExtraBold", + "t": "PIN REQUIRED", + "j": 0, + "tr": 0, + "lh": 25.2, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 4, + "nm": "BLUE Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.297, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 14, + "s": [406, 367, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.481, "y": 1 }, + "o": { "x": 0.478, "y": 0 }, + "t": 16, + "s": [406, 337, 0], + "to": [0, 0, 0], + "ti": [0, -5, 0] + }, + { "t": 20, "s": [406, 367, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [238.5, 300, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-3.59, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.589], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, -4.835], + [-4.835, -1.663], + [1.664, 4.835], + [4.835, 4.835], + [4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [4.835, 4.835], + [4.835, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [20.308, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 3.589], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [-1.663, 4.835], + [4.836, -1.663], + [4.836, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [35.781, 35.78], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [-4.835, -4.835], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.836, 20.308], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, -3.59], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [1.663, -4.835], + [-4.835, 1.664], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 4.835], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [3.589, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -3.59] + ], + "v": [ + [6.073, -12.572], + [-12.572, -12.572], + [-12.572, 12.572], + [12.572, 12.572], + [12.572, -6.072] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [28.044, 12.572], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.989, 304.195], "ix": 2 }, + "a": { "a": 0, "k": [20.308, 20.308], "ix": 1 }, + "s": { "a": 0, "k": [113.405, 113.405], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 46, + "s": [100] + }, + { "t": 47, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "PUCE", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234.408, 300.203], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 219, + "s": [100] + }, + { "t": 220, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.122000002394, 0.122000002394, 0.122000002394, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.004000000393, 0.004000000393, 0.004000000393, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [232, 298], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.383999992819, 0.383999992819, 0.383999992819, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [236, 302], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-8.284, 0], + [0, 0], + [0, -8.284], + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0] + ], + "o": [ + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0], + [-8.284, 0], + [0, 0], + [0, -8.284] + ], + "v": [ + [-205, -285], + [205, -285], + [220, -270], + [220, 270], + [205, 285], + [-205, 285], + [-220, 270], + [-220, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219999994016, 0.219999994016, 0.219999994016, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.568, 0], + [0, 0], + [0, -16.569], + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0] + ], + "o": [ + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0], + [-16.568, 0], + [0, 0], + [0, -16.569] + ], + "v": [ + [-204, -300], + [204, -300], + [234, -270], + [234, 270], + [204, 300], + [-204, 300], + [-234, 270], + [-234, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-9, -30], + [9, -30], + [9, 30], + [-9, 30] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.811999990426, 0.811999990426, 0.811999990426, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [463, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-3, -30], + [3, -30], + [9, -24], + [9, 24], + [3, 30], + [-3, 30], + [-9, 24], + [-9, -24] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [468, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "USB 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.403, "y": 1 }, + "o": { "x": 0.773, "y": 0 }, + "t": 10, + "s": [400, 977.5, 0], + "to": [0, -20.97, 0], + "ti": [0, 5.356, 0] + }, + { + "i": { "x": 0.633, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 16, + "s": [400, 809.5, 0], + "to": [0, -21.333, 0], + "ti": [0, -5.25, 0] + }, + { + "i": { "x": 0.618, "y": 0.618 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 20, + "s": [400, 841, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.123, "y": 1 }, + "o": { "x": 0.905, "y": 0 }, + "t": 216, + "s": [400, 841, 0], + "to": [0, 22.75, 0], + "ti": [0, -22.75, 0] + }, + { "t": 225, "s": [400, 977.5, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [143.5, 19, 0], "ix": 1 }, + "s": { "a": 0, "k": [150.174, 150.174, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 27, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-6.5, -13], + [6.5, -13], + [6.5, 13], + [-6.5, 13] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.709221813725, 0.709221813725, 0.709221813725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [262.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-12.5, -13], + [12.5, -13], + [15.5, -10], + [15.5, 10], + [12.5, 13], + [-12.5, 13], + [-15.5, 10], + [-15.5, -10] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866666726505, 0.866666726505, 0.866666726505, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [271.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "Cable 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { "a": 0, "k": [397.5, 196.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { "a": 0, "k": 0, "ix": 1 }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.219], "y": [1] }, + "o": { "x": [1], "y": [0.361] }, + "t": 0, + "s": [35] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0] }, + "t": 22, + "s": [75] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 216, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 222, + "s": [56.667] + }, + { "t": 225, "s": [50] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 3, + "nm": "Réduire les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "Calque de forme 6", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 160, "ix": 10 }, + "p": { "a": 0, "k": [547.104, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 4, + "nm": "Calque de forme 8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 200, "ix": 10 }, + "p": { "a": 0, "k": [252.896, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "Calque de forme 7", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [302.259, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 42, + "ty": 4, + "nm": "Calque de forme 5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [497.741, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "P", + "size": 21, + "style": "Extra Bold", + "w": 65.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 14.915], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.46, 0], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -22.321], + [34.604, -22.321], + [61.346, -46.992], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.633], + [0, 0] + ], + "v": [ + [22.812, -36.008], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -46.992], + [31.375, -36.008] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 21, + "style": "Extra Bold", + "w": 28.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [22.812, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 21, + "style": "Extra Bold", + "w": 72.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.611, -71.875], + [49.274, -71.875], + [49.274, -30.463], + [48.677, -30.463], + [20.39, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0], + [22.812, -41.483], + [23.268, -41.483], + [51.871, 0], + [66.611, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 21, + "style": "Extra Bold", + "w": 21.52, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 21, + "style": "Extra Bold", + "w": 66.19, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.932], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [7.896, -3.58], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -24.602], + [31.726, -24.602], + [44.852, 0], + [63.803, 0], + [48.888, -27.374], + [61.346, -47.94], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.668], + [0, 0] + ], + "v": [ + [22.812, -38.289], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -47.94], + [31.375, -38.289] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 21, + "style": "Extra Bold", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [55.556, 0], + [55.556, -14.108], + [22.812, -14.108], + [22.812, -28.883], + [52.994, -28.883], + [52.994, -43.027], + [22.812, -43.027], + [22.812, -57.767], + [55.556, -57.767], + [55.556, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "Q", + "size": 21, + "style": "Extra Bold", + "w": 78.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 12.599], + [19.302, 0], + [0, -23.759], + [-19.373, 0], + [-3.86, 1.369], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -23.759], + [-19.373, 0], + [0, 23.654], + [4.457, 0], + [0, 0], + [0, 0], + [0, 0], + [6.844, -6.282] + ], + "v": [ + [73.279, -35.938], + [38.956, -72.858], + [4.668, -35.938], + [38.956, 0.983], + [51.485, -1.088], + [57.065, 5.615], + [72.787, 5.615], + [62.189, -7.44] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.877, 0], + [0, 14.073], + [-10.353, 0], + [0, -14.073], + [2.702, -3.65], + [0, 0] + ], + "o": [ + [0, 0], + [-0.842, 0.105], + [-10.353, 0], + [0, -14.073], + [10.388, 0], + [0, 6.808], + [0, 0], + [0, 0] + ], + "v": [ + [32.919, -25.83], + [41.553, -14.424], + [38.956, -14.249], + [22.391, -35.938], + [38.956, -57.626], + [55.521, -35.938], + [51.379, -20.18], + [46.957, -25.83] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Q", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 21, + "style": "Extra Bold", + "w": 72.55, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [7.861, 0], + [0, 6.493], + [0, 0], + [0, 0], + [0, 0], + [-18.214, 0], + [0, 16.354], + [0, 0] + ], + "o": [ + [0, 0], + [0, 6.493], + [-7.791, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.354], + [18.074, 0], + [0, 0], + [0, 0] + ], + "v": [ + [49.028, -71.875], + [49.028, -25.058], + [35.867, -14.389], + [22.812, -25.058], + [22.812, -71.875], + [5.44, -71.875], + [5.44, -24.391], + [35.867, 0.912], + [66.26, -24.391], + [66.26, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 21, + "style": "Extra Bold", + "w": 73.01, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.935, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.426], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.007, 0], + [67.488, -35.973], + [31.972, -71.875], + [5.44, -71.875], + [5.44, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -15.477], + [12.108, 0] + ], + "o": [ + [0, 0], + [0, 0], + [12.354, 0], + [0, 15.547], + [0, 0] + ], + "v": [ + [22.812, -14.81], + [22.812, -57.065], + [31.094, -57.065], + [50.081, -35.973], + [31.34, -14.81] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 16, + "style": "Semi Bold", + "w": 60.76, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [54.117, 0], + [54.117, -10.915], + [20.11, -10.915], + [20.11, -30.533], + [51.414, -30.533], + [51.414, -41.447], + [20.11, -41.447], + [20.11, -60.96], + [53.836, -60.96], + [53.836, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 16, + "style": "Semi Bold", + "w": 60.97, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-6.703, 0], + [0, -7.195], + [0, 0], + [0, 0], + [0, 0], + [11.125, 0], + [2.457, -6.001], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -7.791], + [6.563, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -12.915], + [-8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [19.232, -31.586], + [30.638, -43.869], + [41.132, -32.358], + [41.132, 0], + [53.836, 0], + [53.836, -34.323], + [35.376, -54.608], + [19.302, -44.746], + [18.671, -44.746], + [18.671, -53.906], + [6.528, -53.906], + [6.528, 0], + [19.232, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 16, + "style": "Semi Bold", + "w": 38, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.546, 0.281], + [-1.369, 0.456], + [0, 0], + [1.579, 0], + [0, 5.124], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.07, 10.143], + [3.615, -0.105], + [0, 0], + [-0.702, 0.175], + [-3.194, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.446, -53.906], + [22.812, -53.906], + [22.812, -66.821], + [10.107, -66.821], + [10.107, -53.906], + [2.457, -53.906], + [2.457, -44.08], + [10.107, -44.08], + [10.107, -14.108], + [26.953, 0.737], + [34.428, -0.526], + [32.288, -10.458], + [28.568, -9.967], + [22.812, -16.214], + [22.812, -44.08], + [33.446, -44.08] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 16, + "style": "Semi Bold", + "w": 59.27, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.249, 0], + [-2.246, 9.37], + [0, 0], + [5.475, 0], + [0.105, 9.23], + [0, 0], + [0, 0], + [13.266, 0], + [0, -16.635] + ], + "o": [ + [12.564, 0], + [0, 0], + [-1.72, 4.562], + [-8.212, 0], + [0, 0], + [0, 0], + [0, -18.916], + [-15.442, 0], + [0, 16.916] + ], + "v": [ + [30.392, 1.053], + [53.836, -14.459], + [41.974, -15.793], + [30.568, -8.844], + [16.811, -23.479], + [54.362, -23.479], + [54.362, -27.374], + [29.726, -54.608], + [4.211, -26.637] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.581, 0], + [-0.07, -7.335] + ], + "o": [ + [0.386, -6.879], + [7.3, 0], + [0, 0] + ], + "v": [ + [16.846, -32.042], + [29.901, -44.711], + [42.184, -32.042] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 16, + "style": "Semi Bold", + "w": 41.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-6.633, 0], + [-1.369, -0.632], + [0, 0], + [2.913, 0], + [1.965, -6.247], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -6.808], + [2.071, 0], + [0, 0], + [-1.895, -1.193], + [-6.212, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -31.691], + [30.989, -43.307], + [36.008, -42.184], + [39.938, -52.713], + [32.709, -54.678], + [19.408, -44.922], + [18.846, -44.922], + [18.846, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 16, + "style": "Semi Bold", + "w": 24.82, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 16, + "style": "Semi Bold", + "w": 57.6, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.72, 0], + [-3.018, 8.493], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.545, 1.614], + [0, 0] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.386, 5.931], + [0, 0], + [1.439, 0.597] + ], + "v": [ + [13.968, 20.987], + [32.919, 7.019], + [54.678, -53.906], + [41.167, -53.906], + [28.708, -13.196], + [28.146, -13.196], + [15.723, -53.906], + [2.246, -53.906], + [21.794, 1.123], + [20.531, 4.562], + [8.914, 9.37], + [5.966, 19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 16, + "style": "Semi Bold", + "w": 60.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.793, 0], + [0, 16.67], + [15.793, 0], + [0, -16.705] + ], + "o": [ + [15.793, 0], + [0, -16.705], + [-15.793, 0], + [0, 16.67] + ], + "v": [ + [30.042, 1.053], + [55.872, -26.743], + [30.042, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.598, 0], + [0, 9.862], + [-8.739, 0], + [0, -9.862] + ], + "o": [ + [-8.739, 0], + [0, -9.862], + [8.598, 0], + [0, 9.862] + ], + "v": [ + [30.112, -9.125], + [17.091, -26.778], + [30.112, -44.536], + [42.992, -26.778] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 16, + "style": "Semi Bold", + "w": 60.83, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.615, 0], + [0, 6.844], + [0, 0], + [0, 0], + [0, 0], + [-10.599, 0], + [-2.457, 6.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 8.212], + [-6.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 12.95], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [40.886, -22.672], + [29.41, -10.388], + [19.232, -21.548], + [19.232, -53.906], + [6.528, -53.906], + [6.528, -19.583], + [24.496, 0.702], + [40.71, -9.581], + [41.272, -9.581], + [41.272, 0], + [53.59, 0], + [53.59, -53.906], + [40.886, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 16, + "style": "Semi Bold", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.828], + [16.53, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.6, 0], + [0, -13.722], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -24.286], + [33.867, -24.286], + [59.381, -48.08], + [34.042, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.651], + [9.686, 0] + ], + "o": [ + [0, 0], + [0, 0], + [9.756, 0], + [0, 7.651], + [0, 0] + ], + "v": [ + [20.11, -34.99], + [20.11, -60.995], + [32.042, -60.995], + [46.115, -48.08], + [32.112, -34.99] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 16, + "style": "Semi Bold", + "w": 27.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.11, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 16, + "style": "Semi Bold", + "w": 74.08, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.154, -71.875], + [53.204, -71.875], + [53.204, -22.882], + [52.573, -22.882], + [18.741, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0], + [20.11, -48.958], + [20.706, -48.958], + [54.573, 0], + [66.154, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 16, + "style": "Semi Bold", + "w": 57.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.109, 0], + [-0.912, 11.441], + [0, 0], + [5.58, 0], + [0, 11.02], + [-7.826, 0], + [-0.983, -5.194], + [0, 0], + [13.161, 0], + [0, -16.46] + ], + "o": [ + [13.547, 0], + [0, 0], + [-1.088, 5.791], + [-7.932, 0], + [0, -10.88], + [6.107, 0], + [0, 0], + [-0.877, -11.687], + [-15.793, 0], + [0, 16.319] + ], + "v": [ + [30.042, 1.053], + [53.134, -18.425], + [40.991, -18.425], + [30.147, -9.3], + [17.091, -26.953], + [30.147, -44.36], + [40.991, -35.236], + [53.134, -35.236], + [29.971, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "i", + "size": 16, + "style": "Semi Bold", + "w": 26.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.071, 0], + [0, 3.79], + [4.036, 0], + [0, -3.825] + ], + "o": [ + [4.036, 0], + [0, -3.825], + [-4.071, 0], + [0, 3.79] + ], + "v": [ + [12.915, -61.557], + [20.25, -68.436], + [12.915, -75.349], + [5.545, -68.436] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "x", + "size": 16, + "style": "Extra Bold", + "w": 58.52, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.039, -53.906], + [2.632, -53.906], + [17.513, -26.953], + [1.86, 0], + [19.267, 0], + [28.918, -17.899], + [38.815, 0], + [55.977, 0], + [40.359, -26.953], + [55.415, -53.906], + [38.113, -53.906], + [28.918, -36.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "x", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "x", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "1", + "size": 22, + "style": "Semi Bold", + "w": 46.34, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.897, 0], + [0, 0], + [-1.404, 2.211], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-0.281, 3.159], + [0, 0], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.902, -71.875], + [21.408, -71.875], + [5.405, -60.434], + [5.405, -49.905], + [20.25, -55.24], + [20.847, -55.24], + [20.847, 0], + [33.902, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "1", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "2", + "size": 22, + "style": "Semi Bold", + "w": 62.14, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 8.107], + [14.459, 0], + [0, -13.652], + [0, 0], + [-7.159, 0], + [0, -6.773], + [7.089, -7.195], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [13.968, -13.406], + [0, -12.038], + [-14.249, 0], + [0, 0], + [0, -7.335], + [6.844, 0], + [0, 6.001], + [0, 0], + [0, 0] + ], + "v": [ + [6.387, 0], + [55.661, 0], + [55.661, -10.88], + [24.356, -10.88], + [24.356, -11.371], + [36.745, -23.97], + [54.573, -52.011], + [30.322, -72.858], + [5.966, -50.362], + [18.355, -50.362], + [30.147, -62.294], + [42.079, -51.344], + [31.34, -33.867], + [6.387, -9.406] + ], + "c": true + }, + "ix": 2 + }, + "nm": "2", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "3", + "size": 22, + "style": "Semi Bold", + "w": 65.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.161, 0], + [0.035, 12.143], + [10.072, 1.439], + [0, 0], + [0.035, 8.072], + [14.354, 0], + [0.281, -12.038], + [0, 0], + [-6.633, 0], + [0.035, -6.036], + [7.44, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -6.493], + [7.686, 0], + [0.316, 5.861], + [0, 0] + ], + "o": [ + [15.372, 0], + [0.035, -8.984], + [0, 0], + [7.791, -1.685], + [0.035, -10.95], + [-13.968, 0], + [0, 0], + [0.211, -6.036], + [6.703, 0], + [0.035, 6.282], + [0, 0], + [0, 0], + [0, 0], + [9.09, 0], + [0.035, 6.352], + [-7.23, 0], + [0, 0], + [0.351, 12.143] + ], + "v": [ + [32.182, 0.983], + [58.714, -19.969], + [43.062, -36.85], + [43.062, -37.411], + [56.047, -52.959], + [32.393, -72.858], + [7.335, -52.502], + [19.864, -52.502], + [32.323, -62.294], + [43.448, -52.187], + [30.849, -41.728], + [24.496, -41.728], + [24.496, -31.691], + [30.849, -31.691], + [45.308, -20.636], + [32.147, -9.932], + [19.022, -19.548], + [5.826, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "3", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "4", + "size": 22, + "style": "Semi Bold", + "w": 66.58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.089, -13.336], + [39.377, -13.336], + [39.377, 0], + [51.801, 0], + [51.801, -13.336], + [60.995, -13.336], + [60.995, -24.04], + [51.801, -24.04], + [51.801, -71.875], + [35.587, -71.875], + [5.089, -23.689] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [39.517, -24.04], + [18.425, -24.04], + [18.425, -24.602], + [38.956, -57.135], + [39.517, -57.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "4", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "5", + "size": 22, + "style": "Semi Bold", + "w": 63.25, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-14.038, 0], + [0, 14.284], + [13.055, 0], + [2.667, -3.159], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-4.317, -0.035], + [0.035, -8.142], + [7.686, 0], + [0.456, 5.896], + [0, 0] + ], + "o": [ + [15.196, 0], + [0, -13.828], + [-5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [2.422, -2.667], + [7.896, 0.035], + [0.035, 8.037], + [-6.493, 0], + [0, 0], + [0.351, 11.932] + ], + "v": [ + [31.375, 0.983], + [57.17, -23.619], + [34.499, -47.414], + [20.847, -41.939], + [20.425, -41.939], + [22.496, -60.995], + [53.415, -60.995], + [53.415, -71.875], + [11.722, -71.875], + [7.967, -34.814], + [19.724, -32.884], + [31.024, -37.306], + [44.571, -23.303], + [31.375, -9.546], + [19.197, -19.548], + [6.563, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "5", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "6", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.792, -0.07], + [0.035, 14.214], + [12.599, 0], + [3.439, -6.177], + [0, 0], + [-9.967, 0], + [-1.334, -5.685], + [0, 0], + [13.582, 0], + [0, -24.777] + ], + "o": [ + [15.512, 0.105], + [0.035, -13.582], + [-7.721, 0], + [0, 0], + [0.035, -15.337], + [6.177, 0], + [0, 0], + [-1.544, -11.792], + [-17.267, 0], + [0, 26.357] + ], + "v": [ + [32.709, 0.983], + [58.609, -23.795], + [36.359, -47.203], + [18.39, -37.271], + [17.899, -37.271], + [33.446, -61.803], + [45.132, -52.502], + [57.942, -52.502], + [33.446, -73.068], + [5.264, -33.902] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [7.616, 0], + [0.035, 7.51], + [-7.616, 0], + [0.035, -7.721] + ], + "o": [ + [-7.686, 0], + [0.07, -7.545], + [7.616, 0], + [0.035, 7.861] + ], + "v": [ + [32.639, -9.546], + [19.302, -23.409], + [32.814, -37.271], + [45.975, -23.514] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "6", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "7", + "size": 22, + "style": "Semi Bold", + "w": 60.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [9.019, 0], + [22.531, 0], + [53.064, -60.75], + [53.064, -71.875], + [4.106, -71.875], + [4.106, -60.995], + [39.587, -60.995], + [39.587, -60.504] + ], + "c": true + }, + "ix": 2 + }, + "nm": "7", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "0", + "size": 22, + "style": "Semi Bold", + "w": 66.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-17.337, 0], + [0, 23.584], + [17.267, 0], + [0.035, -23.479] + ], + "o": [ + [17.337, 0.035], + [0, -23.444], + [-17.267, 0], + [0, 23.549] + ], + "v": [ + [32.954, 1.369], + [60.645, -35.867], + [32.954, -72.858], + [5.264, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.984, 0], + [-0.035, 17.267], + [-8.914, 0], + [-0.035, -17.126] + ], + "o": [ + [-8.949, 0], + [0.035, -17.126], + [8.949, 0], + [0, 17.267] + ], + "v": [ + [32.954, -9.616], + [18.425, -35.867], + [32.954, -62.013], + [47.519, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "0", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "9", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [13.792, 0.105], + [0, -14.178], + [-12.599, 0], + [-3.474, 6.177], + [0, 0], + [9.932, 0], + [1.299, 5.721], + [0, 0], + [-13.617, 0], + [-0.035, 24.742] + ], + "o": [ + [-15.582, -0.07], + [0, 13.617], + [7.756, 0], + [0, 0], + [-0.035, 15.372], + [-6.212, 0], + [0, 0], + [1.474, 11.897], + [17.232, 0], + [-0.035, -26.357] + ], + "v": [ + [31.34, -73.068], + [5.405, -48.291], + [27.69, -24.883], + [45.659, -34.814], + [46.15, -34.814], + [30.603, -10.283], + [18.916, -19.583], + [6.107, -19.583], + [30.603, 0.983], + [58.784, -38.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-7.616, 0], + [0, -7.51], + [7.581, 0], + [0, 7.756] + ], + "o": [ + [7.686, 0], + [0, 7.475], + [-7.651, 0], + [0, -7.826] + ], + "v": [ + [31.375, -62.54], + [44.711, -48.642], + [31.235, -34.779], + [18.039, -48.572] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "9", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 16, + "style": "Semi Bold", + "w": 74.36, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.933, 0], + [0, -23.233], + [-18.951, 0], + [-2, 13.722], + [0, 0], + [8.598, 0], + [0, 16.495], + [-11.757, 0], + [-1.509, -8.598] + ], + "o": [ + [-2.211, -15.968], + [-18.776, 0], + [0, 23.198], + [17.091, 0], + [0, 0], + [-1.649, 8.423], + [-11.652, 0], + [0, -16.214], + [8.739, 0], + [0, 0] + ], + "v": [ + [68.611, -47.624], + [38.184, -72.858], + [5.264, -35.938], + [38.184, 0.983], + [68.611, -23.795], + [55.486, -23.865], + [38.359, -10.704], + [18.355, -35.938], + [38.394, -61.171], + [55.486, -47.624] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 16, + "style": "Semi Bold", + "w": 77.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 23.233], + [18.846, 0], + [0, -23.233], + [-18.881, 0] + ], + "o": [ + [0, -23.233], + [-18.881, 0], + [0, 23.198], + [18.846, 0] + ], + "v": [ + [71.313, -35.938], + [38.289, -72.858], + [5.264, -35.938], + [38.289, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -16.354], + [11.722, 0], + [0, 16.354], + [-11.687, 0] + ], + "o": [ + [0, 16.354], + [-11.687, 0], + [0, -16.354], + [11.722, 0] + ], + "v": [ + [58.223, -35.938], + [38.289, -10.704], + [18.355, -35.938], + [38.289, -61.171] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "T", + "size": 16, + "style": "Semi Bold", + "w": 65.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.931, -60.96], + [26.146, -60.96], + [26.146, 0], + [39.061, 0], + [39.061, -60.96], + [61.276, -60.96], + [61.276, -71.875], + [3.931, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 16, + "style": "Semi Bold", + "w": 73.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.055, 0], + [0, 8.879], + [0, 0], + [0, 0], + [0, 0], + [-16.67, 0], + [0, 16.284], + [0, 0] + ], + "o": [ + [0, 0], + [0, 8.879], + [-9.019, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.284], + [16.6, 0], + [0, 0], + [0, 0] + ], + "v": [ + [52.432, -71.875], + [52.432, -24.672], + [36.253, -10.634], + [20.11, -24.672], + [20.11, -71.875], + [7.089, -71.875], + [7.089, -24.356], + [36.253, 1.088], + [65.417, -24.356], + [65.417, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "●", + "size": 20, + "style": "Bold", + "w": 91.48, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-20.39, 0], + [0.07, 20.461], + [20.531, 0], + [0.07, -20.461] + ], + "o": [ + [20.531, 0], + [-0.07, -20.461], + [-20.39, 0], + [-0.07, 20.461] + ], + "v": [ + [45.203, 1.123], + [82.263, -35.938], + [45.203, -72.998], + [8.142, -35.938] + ], + "c": true + }, + "ix": 2 + }, + "nm": "●", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "●", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 20, + "style": "Medium", + "w": 72.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.162, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.356], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [31.165, 0], + [65.733, -36.043], + [31.902, -71.875], + [7.896, -71.875], + [7.896, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -16.951], + [16.389, 0] + ], + "o": [ + [0, 0], + [0, 0], + [15.723, 0], + [0, 17.021], + [0, 0] + ], + "v": [ + [18.741, -9.476], + [18.741, -62.399], + [31.235, -62.399], + [55.064, -36.043], + [30.568, -9.476] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "A", + "size": 20, + "style": "Medium", + "w": 69.99, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [13.968, 0], + [20.566, -19.022], + [48.642, -19.022], + [55.205, 0], + [66.716, 0], + [40.851, -71.875], + [28.322, -71.875], + [2.457, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [23.724, -28.146], + [34.323, -58.82], + [34.885, -58.82], + [45.483, -28.146] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "S", + "size": 20, + "style": "Medium", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.772, -6.633], + [0, 0], + [14.6, 0], + [0, -12.389], + [-11.546, -3.123], + [0, 0], + [0, -6.387], + [9.23, 0], + [0.632, 7.826], + [0, 0], + [-16.109, 0], + [0, 12.178], + [9.125, 2.246], + [0, 0], + [-0.035, 6.879], + [-8.844, 0] + ], + "o": [ + [0, 0], + [-0.316, -11.511], + [-14.424, 0], + [0, 10.002], + [0, 0], + [7.686, 2.036], + [0, 7.019], + [-8.353, 0], + [0, 0], + [0.702, 13.02], + [16.881, 0], + [0, -12.95], + [0, 0], + [-5.615, -1.439], + [0, -6.107], + [8.247, 0] + ], + "v": [ + [47.098, -52.994], + [57.556, -52.994], + [32.463, -72.858], + [6.984, -52.222], + [25.69, -33.235], + [34.183, -30.919], + [47.8, -19.969], + [31.866, -8.318], + [15.933, -19.864], + [5.054, -19.864], + [31.937, 1.193], + [58.539, -19.864], + [37.868, -40.079], + [30.849, -41.904], + [17.793, -52.853], + [32.217, -63.487] + ], + "c": true + }, + "ix": 2 + }, + "nm": "S", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "S", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "H", + "size": 20, + "style": "Medium", + "w": 74.22, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -31.34], + [54.573, -31.34], + [54.573, 0], + [65.453, 0], + [65.453, -71.875], + [54.573, -71.875], + [54.573, -40.64], + [18.741, -40.64], + [18.741, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "H", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "H", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "B", + "size": 20, + "style": "Medium", + "w": 65.41, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 11.02], + [7.124, 0.386], + [0, 0], + [0, 8.984], + [15.302, 0], + [0, 0] + ], + "o": [ + [0, 0], + [16.705, 0], + [0, -11.125], + [0, 0], + [6.598, -1.685], + [0, -10.634], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [35.446, 0], + [59.697, -19.337], + [44.781, -37.131], + [44.781, -37.833], + [56.889, -52.994], + [34.218, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.844], + [10.423, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.704, 0], + [0, 6.036], + [0, 0] + ], + "v": [ + [18.741, -9.3], + [18.741, -32.323], + [34.779, -32.323], + [48.923, -19.864], + [34.393, -9.3] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 2, + "ty": "sh", + "ix": 3, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -5.966], + [7.3, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.598, 0], + [0, 6.949], + [0, 0] + ], + "v": [ + [18.741, -40.781], + [18.741, -62.645], + [33.551, -62.645], + [46.255, -52.151], + [33.27, -40.781] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "B", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 20, + "style": "Medium", + "w": 76.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 22.987], + [18.6, 0], + [0, -22.987], + [-18.671, 0] + ], + "o": [ + [0, -22.987], + [-18.671, 0], + [0, 22.952], + [18.6, 0] + ], + "v": [ + [70.331, -35.938], + [37.973, -72.858], + [5.58, -35.938], + [37.973, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -17.513], + [12.354, 0], + [0, 17.513], + [-12.389, 0] + ], + "o": [ + [0, 17.513], + [-12.389, 0], + [0, -17.513], + [12.354, 0] + ], + "v": [ + [59.592, -35.938], + [37.973, -8.914], + [16.354, -35.938], + [37.973, -62.961] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 20, + "style": "Medium", + "w": 64.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.651], + [16.67, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [8.809, -3.264], + [0, -13.231], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -27.199], + [33.481, -27.199], + [34.183, -27.199], + [48.782, 0], + [61.136, 0], + [45.203, -29.094], + [58.398, -49.344], + [33.516, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -8.142], + [10.564, 0] + ], + "o": [ + [0, 0], + [0, 0], + [10.704, 0], + [0, 8.107], + [0, 0] + ], + "v": [ + [18.741, -36.534], + [18.741, -62.575], + [32.358, -62.575], + [47.484, -49.344], + [32.498, -36.534] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "S", + "size": 14, + "style": "Semi Bold", + "w": 64.92, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.667, -6.107], + [0, 0], + [15.302, 0], + [-0.035, -12.704], + [-11.827, -3.053], + [0, 0], + [-0.035, -5.58], + [8.493, 0], + [0.526, 7.545], + [0, 0], + [-16.74, 0], + [-0.035, 12.669], + [10.809, 2.562], + [0, 0], + [-0.07, 6.001], + [-8.142, 0] + ], + "o": [ + [0, 0], + [-0.246, -12.143], + [-15.091, 0], + [0, 10.318], + [0, 0], + [7.756, 1.965], + [-0.035, 6.142], + [-8.142, 0], + [0, 0], + [0.526, 14.284], + [17.232, 0], + [-0.035, -12.459], + [0, 0], + [-5.896, -1.404], + [0.035, -5.405], + [7.756, 0] + ], + "v": [ + [46.15, -52.116], + [58.679, -52.116], + [32.779, -72.858], + [6.387, -51.66], + [25.549, -32.358], + [33.727, -30.252], + [46.642, -20.285], + [32.288, -10.037], + [17.302, -21.233], + [4.492, -21.233], + [32.393, 1.088], + [59.662, -20.18], + [38.535, -40.886], + [31.796, -42.57], + [19.583, -52.467], + [32.603, -61.838] + ], + "c": true + }, + "ix": 2 + }, + "nm": "S", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "S", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "g", + "size": 14, + "style": "Semi Bold", + "w": 62.54, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.722, 0], + [0, 13.582], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [9.511, 0], + [0, -17.723], + [-12.424, 0], + [-1.965, 3.966], + [0, 0], + [0, 0], + [7.23, 0], + [1.544, 2.948], + [0, 0] + ], + "o": [ + [14.565, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.93, -3.896], + [-12.459, 0], + [0, 17.583], + [9.23, 0], + [0, 0], + [0, 0], + [0, 7.721], + [-7.651, 0], + [0, 0], + [2.316, 7.335] + ], + "v": [ + [29.971, 21.127], + [55.275, 0.877], + [55.275, -53.906], + [42.746, -53.906], + [42.746, -44.992], + [42.044, -44.992], + [26.567, -54.608], + [4.317, -27.129], + [26.532, -0.772], + [42.044, -9.686], + [42.676, -9.686], + [42.676, 0.526], + [30.182, 11.511], + [17.618, 4.948], + [6.177, 7.721] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.107, 0], + [0, 9.932], + [-8.458, 0], + [0, -10.213] + ], + "o": [ + [-8.388, 0], + [0, -9.792], + [8.177, 0], + [0, 10.283] + ], + "v": [ + [30.077, -10.739], + [17.267, -27.199], + [30.077, -44.185], + [42.746, -27.199] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "g", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "s", + "size": 14, + "style": "Semi Bold", + "w": 54.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [12.634, 0], + [-0.035, -9.967], + [-10.353, -2.141], + [0, 0], + [0, -3.053], + [6.036, 0], + [1.088, 4.843], + [0, 0], + [-13.231, 0], + [-0.035, 10.213], + [10.178, 2.211], + [0, 0], + [-0.035, 3.123], + [-5.299, 0], + [-0.983, -3.545] + ], + "o": [ + [-1.755, -9.125], + [-12.985, 0], + [-0.035, 7.861], + [0, 0], + [4.948, 1.088], + [0, 3.685], + [-5.826, 0], + [0, 0], + [1.579, 9.897], + [13.477, 0], + [-0.035, -7.686], + [0, 0], + [-5.475, -1.228], + [-0.035, -3.65], + [5.861, 0], + [0, 0] + ], + "v": [ + [49.133, -39.658], + [27.444, -54.608], + [5.65, -38.254], + [20.811, -23.058], + [30.006, -21.127], + [37.271, -14.986], + [27.234, -8.528], + [16.53, -15.898], + [4.141, -14.705], + [27.269, 1.053], + [50.291, -16.144], + [35.13, -30.743], + [25.935, -32.709], + [18.32, -38.956], + [27.62, -45.132], + [37.552, -38.394] + ], + "c": true + }, + "ix": 2 + }, + "nm": "s", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "s", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + } + ] +} diff --git a/src/features/ledger/animations/blue/4QuitApp/data.json b/src/features/ledger/animations/blue/4QuitApp/data.json new file mode 100644 index 000000000..1a9a5ea2f --- /dev/null +++ b/src/features/ledger/animations/blue/4QuitApp/data.json @@ -0,0 +1,12204 @@ +{ + "v": "5.5.8", + "fr": 25, + "ip": 255, + "op": 293, + "w": 800, + "h": 1000, + "nm": "BLUE CODE QUIT APP", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Inter-Regular", + "fFamily": "Inter", + "fStyle": "Regular", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Medium", + "fFamily": "Inter", + "fStyle": "Medium", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-ExtraBold", + "fFamily": "Inter", + "fStyle": "Extra Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-SemiBold", + "fFamily": "Inter", + "fStyle": "Semi Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Bold", + "fFamily": "Inter", + "fStyle": "Bold", + "ascent": 72.7279663085938 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Calque de forme 20", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 60, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [528.5, 178.75, 0], "ix": 2 }, + "a": { "a": 0, "k": [128.5, -321.25, 0], "ix": 1 }, + "s": { "a": 0, "k": [69.241, 69.241, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [35.971, 35.971], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 11, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [128.04, -321.146], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "Calque de forme 19", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.747], "y": [0.876] }, + "o": { "x": [0.747], "y": [0.491] }, + "t": 253, + "s": [0] + }, + { + "i": { "x": [0.421], "y": [1] }, + "o": { "x": [0.196], "y": [-0.287] }, + "t": 259, + "s": [80] + }, + { "t": 277, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [528.75, 178.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [-138.25, -1.5, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.833], "y": [1, 1, -23.167] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 253, + "s": [0, 0, 100] + }, + { "t": 281, "s": [390, 390, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [39.098, 39.098], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.392156892664, 0.564705882353, 0.945098099054, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-138.451, -1.451], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 249, + "op": 321, + "st": 190, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 4, + "nm": "Calque de forme 18", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.747], "y": [0.876] }, + "o": { "x": [0.747], "y": [0.491] }, + "t": 144, + "s": [0] + }, + { + "i": { "x": [0.421], "y": [1] }, + "o": { "x": [0.196], "y": [-0.287] }, + "t": 150, + "s": [80] + }, + { "t": 168, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400, 329.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [-138.25, -1.5, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.833], "y": [1, 1, -23.167] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 144, + "s": [0, 0, 100] + }, + { "t": 172, "s": [350, 350, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [39.098, 39.098], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.392156892664, 0.564705882353, 0.945098099054, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-138.451, -1.451], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 140, + "op": 178, + "st": 81, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 5, + "nm": "App", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.853, 187, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Medium", + "t": "APP", + "j": 2, + "tr": 70, + "lh": 24, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 247, + "op": 300, + "st": 247, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Calque de forme 12", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 247, + "s": [0] + }, + { "t": 249, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [226, 104, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [[0, 0]], + "o": [[0, 0]], + "v": [[11.25, 37.25]], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.238009030211, 0.243334527109, 0.256648284314, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [9.693, 0.235], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [-9.041, 0.235], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, -142.919], + [-157.239, -142.919], + [-157.239, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.238009030211, 0.243334527109, 0.256648284314, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [175.908, 262.703], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 247, + "op": 300, + "st": 247, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 5, + "nm": "●●●● 4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 233, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 5, + "nm": "●●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 101, + "op": 120, + "st": 52, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 5, + "nm": "●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 82, + "op": 101, + "st": 33, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 5, + "nm": "●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 63, + "op": 82, + "st": 14, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 5, + "nm": "Continue 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 222, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "Calque de forme 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 120, + "op": 222, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 5, + "nm": "Continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.71, 0.714, 0.722] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "Calque de forme 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.70992120481, 0.711993288526, 0.720281862745, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 5, + "nm": "10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "9", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 5, + "nm": "0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 565, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "0", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 5, + "nm": "9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 5, + "nm": "8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "7", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 5, + "nm": "6 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "6", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 5, + "nm": "5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 5, + "nm": "4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "4", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 5, + "nm": "3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "3", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 5, + "nm": "2 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "2", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 5, + "nm": "1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "1", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 5, + "nm": "x", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [504.25, 562.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-ExtraBold", + "t": "x", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.871, 0.871, 0.871] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 4, + "nm": "Calque de forme 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [403, 520.748, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [103.546, 104.505, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [106.474, 31.101], + [89.815, 31.101], + [83.175, 36.603], + [89.573, 41.866], + [106.474, 41.866] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1.792, -13.582], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [98.424, 134.202], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.870664828431, 0.870664828431, 0.870664828431, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 11", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 10", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 8", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -12.234], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -58.137], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -104.748], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.516, 0.02], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [3.097, 0.496] + ], + "v": [ + [157.013, 7.897], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-156.987, 7.897] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.937913602941, 0.937913602941, 0.937913602941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-1.821, -148.386], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100.829, 100.587], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 5, + "nm": "Enter your PIN to continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 223, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "Enter your PIN to continue", + "j": 0, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.491, 0.496, 0.508] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 4, + "nm": "lock Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [290.555, 204, 0], "ix": 2 }, + "a": { "a": 0, "k": [5.5, 7, 0], "ix": 1 }, + "s": { "a": 0, "k": [243.427, 243.427, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [17.063, 17.063], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.36, 6.839], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.433, 114.433], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.134, 0], + [0, 0], + [0, 1.135], + [0, 0], + [-1.134, 0], + [0, -1.134], + [0, 0] + ], + "o": [ + [0, 0], + [-1.134, 0], + [0, 0], + [0, -1.134], + [1.134, 0], + [0, 0], + [0, 1.135] + ], + "v": [ + [-0.001, 3.721], + [-0.001, 3.721], + [-2.053, 1.667], + [-2.053, -1.667], + [-0.001, -3.721], + [2.053, -1.667], + [2.053, 1.667] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.411, 5.794], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.47, 0], + [0, 0], + [0, 0.47], + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0] + ], + "o": [ + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0], + [0.47, 0], + [0, 0], + [0, 0.47] + ], + "v": [ + [2.936, 2.94], + [-2.936, 2.94], + [-3.788, 2.089], + [-3.788, -2.09], + [-2.936, -2.94], + [2.936, -2.94], + [3.788, -2.09], + [3.788, 2.089] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.494117676978, 0.509803921569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.321, 8.787], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 5, + "nm": "PIN REQUIRED", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 197, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 21, + "f": "Inter-ExtraBold", + "t": "PIN REQUIRED", + "j": 0, + "tr": 0, + "lh": 25.2, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 5, + "nm": "Validation requests will show automatically", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.769, 556, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 12, + "f": "Inter-Medium", + "t": "Validation requests will show automatically", + "j": 2, + "tr": 0, + "lh": 14.4, + "ls": 0, + "fc": [0.533, 0.543, 0.569] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 5, + "nm": "Connect your Ledger Blue and open your preferred wallet to view your accounts.", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.769, 400, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 14, + "f": "Inter-Medium", + "t": "Connect your Ledger Blue and open your\rpreferred wallet to view your accounts.", + "j": 2, + "tr": 0, + "lh": 23, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 5, + "nm": "Open your wallet", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.769, 359, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 25, + "f": "Inter-Regular", + "t": "Open your wallet", + "j": 2, + "tr": 0, + "lh": 30, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "BLUE Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.297, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 14, + "s": [406, 367, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.481, "y": 1 }, + "o": { "x": 0.478, "y": 0 }, + "t": 16, + "s": [406, 337, 0], + "to": [0, 0, 0], + "ti": [0, -5, 0] + }, + { "t": 20, "s": [406, 367, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [238.5, 300, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-3.59, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.589], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, -4.835], + [-4.835, -1.663], + [1.664, 4.835], + [4.835, 4.835], + [4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [4.835, 4.835], + [4.835, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [20.308, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 3.589], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [-1.663, 4.835], + [4.836, -1.663], + [4.836, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [35.781, 35.78], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [-4.835, -4.835], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.836, 20.308], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, -3.59], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [1.663, -4.835], + [-4.835, 1.664], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 4.835], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [3.589, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -3.59] + ], + "v": [ + [6.073, -12.572], + [-12.572, -12.572], + [-12.572, 12.572], + [12.572, 12.572], + [12.572, -6.072] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [28.044, 12.572], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.989, 304.195], "ix": 2 }, + "a": { "a": 0, "k": [20.308, 20.308], "ix": 1 }, + "s": { "a": 0, "k": [113.405, 113.405], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 46, + "s": [100] + }, + { "t": 47, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "PUCE", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234.408, 300.203], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 321, + "s": [100] + }, + { "t": 322, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.122000002394, 0.122000002394, 0.122000002394, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.004000000393, 0.004000000393, 0.004000000393, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [232, 298], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.383999992819, 0.383999992819, 0.383999992819, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [236, 302], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-8.284, 0], + [0, 0], + [0, -8.284], + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0] + ], + "o": [ + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0], + [-8.284, 0], + [0, 0], + [0, -8.284] + ], + "v": [ + [-205, -285], + [205, -285], + [220, -270], + [220, 270], + [205, 285], + [-205, 285], + [-220, 270], + [-220, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219999994016, 0.219999994016, 0.219999994016, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.568, 0], + [0, 0], + [0, -16.569], + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0] + ], + "o": [ + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0], + [-16.568, 0], + [0, 0], + [0, -16.569] + ], + "v": [ + [-204, -300], + [204, -300], + [234, -270], + [234, 270], + [204, 300], + [-204, 300], + [-234, 270], + [-234, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-9, -30], + [9, -30], + [9, 30], + [-9, 30] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.811999990426, 0.811999990426, 0.811999990426, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [463, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-3, -30], + [3, -30], + [9, -24], + [9, 24], + [3, 30], + [-3, 30], + [-9, 24], + [-9, -24] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [468, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "USB 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.403, "y": 1 }, + "o": { "x": 0.773, "y": 0 }, + "t": 10, + "s": [400, 977.5, 0], + "to": [0, -20.97, 0], + "ti": [0, 5.356, 0] + }, + { + "i": { "x": 0.633, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 16, + "s": [400, 809.5, 0], + "to": [0, -21.333, 0], + "ti": [0, -5.25, 0] + }, + { + "i": { "x": 0.618, "y": 0.618 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 20, + "s": [400, 841, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.123, "y": 1 }, + "o": { "x": 0.905, "y": 0 }, + "t": 339, + "s": [400, 841, 0], + "to": [0, 22.75, 0], + "ti": [0, -22.75, 0] + }, + { "t": 348, "s": [400, 977.5, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [143.5, 19, 0], "ix": 1 }, + "s": { "a": 0, "k": [150.174, 150.174, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 27, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-6.5, -13], + [6.5, -13], + [6.5, 13], + [-6.5, 13] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.709221813725, 0.709221813725, 0.709221813725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [262.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-12.5, -13], + [12.5, -13], + [15.5, -10], + [15.5, 10], + [12.5, 13], + [-12.5, 13], + [-15.5, 10], + [-15.5, -10] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866666726505, 0.866666726505, 0.866666726505, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [271.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "Cable 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { "a": 0, "k": [397.5, 196.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { "a": 0, "k": 0, "ix": 1 }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.219], "y": [1] }, + "o": { "x": [1], "y": [0.361] }, + "t": 0, + "s": [35] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0] }, + "t": 22, + "s": [75] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 339, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 345, + "s": [56.667] + }, + { "t": 348, "s": [50] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 3, + "nm": "Réduire les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 4, + "nm": "Calque de forme 6", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 160, "ix": 10 }, + "p": { "a": 0, "k": [547.104, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "Calque de forme 8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 200, "ix": 10 }, + "p": { "a": 0, "k": [252.896, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 42, + "ty": 4, + "nm": "Calque de forme 7", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [302.259, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 43, + "ty": 4, + "nm": "Calque de forme 5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [497.741, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "O", + "size": 25, + "style": "Regular", + "w": 76.14, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 22.742], + [18.39, 0], + [0, -22.742], + [-18.39, 0] + ], + "o": [ + [0, -22.742], + [-18.39, 0], + [0, 22.742], + [18.39, 0] + ], + "v": [ + [69.348, -35.938], + [37.622, -72.858], + [5.896, -35.938], + [37.622, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -18.671], + [13.055, 0], + [0, 18.671], + [-13.055, 0] + ], + "o": [ + [0, 18.671], + [-13.055, 0], + [0, -18.671], + [13.055, 0] + ], + "v": [ + [60.925, -35.938], + [37.622, -7.159], + [14.319, -35.938], + [37.622, -64.716] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "p", + "size": 25, + "style": "Regular", + "w": 60.94, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-10.388, 0], + [0, 17.126], + [13.617, 0], + [1.825, -2.808], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [1.825, 2.948], + [13.477, 0], + [0, -16.986], + [-10.529, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.581, 20.215], + [15.863, 20.215], + [15.863, -8.282], + [16.565, -8.282], + [32.288, 1.123], + [55.17, -26.813], + [32.147, -54.608], + [16.565, -45.343], + [15.582, -45.343], + [15.582, -53.906], + [7.581, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 12.213], + [-10.107, 0], + [0, -11.371], + [10.388, 0] + ], + "o": [ + [0, -12.073], + [10.529, 0], + [0, 11.511], + [-9.967, 0] + ], + "v": [ + [15.723, -26.953], + [31.165, -47.168], + [46.887, -26.953], + [31.165, -6.317] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "p", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 25, + "style": "Regular", + "w": 58.24, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.582, 0], + [-2.527, 8.142], + [0, 0], + [6.493, 0], + [0.386, 11.546], + [0, 0], + [0, 0], + [11.23, 0], + [0, -16.565] + ], + "o": [ + [10.95, 0], + [0, 0], + [-2.106, 5.615], + [-9.721, 0], + [0, 0], + [0, 0], + [0, -20.074], + [-14.6, 0], + [0, 16.565] + ], + "v": [ + [30.182, 1.123], + [51.66, -12.494], + [43.658, -14.74], + [30.182, -6.317], + [13.371, -24.146], + [52.502, -24.146], + [52.502, -27.655], + [29.34, -54.608], + [5.054, -26.532] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-9.476, 0], + [0, -9.125] + ], + "o": [ + [0.562, -8.388], + [8.984, 0], + [0, 0] + ], + "v": [ + [13.371, -31.305], + [29.34, -47.168], + [44.08, -31.305] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 25, + "style": "Regular", + "w": 58.52, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.932, 0], + [0, -8.458], + [0, 0], + [0, 0], + [0, 0], + [10.915, 0], + [2.527, -5.475], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -9.406], + [7.686, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -13.757], + [-8.142, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [15.863, -32.428], + [29.62, -47.168], + [41.974, -33.691], + [41.974, 0], + [50.256, 0], + [50.256, -34.253], + [32.007, -54.608], + [16.284, -45.483], + [15.582, -45.483], + [15.582, -53.906], + [7.581, -53.906], + [7.581, 0], + [15.863, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 25, + "style": "Regular", + "w": 28.12, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 25, + "style": "Regular", + "w": 55.68, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.808, 0], + [-3.088, 8.282], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [6.036, 1.544], + [0, 0] + ], + "o": [ + [7.581, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.913, 8.072], + [0, 0], + [0.842, 0.421] + ], + "v": [ + [12.634, 20.917], + [28.497, 8.704], + [51.66, -53.906], + [42.676, -53.906], + [27.795, -10.95], + [27.234, -10.95], + [12.354, -53.906], + [3.369, -53.906], + [23.303, 0.281], + [21.478, 5.334], + [8.704, 12.634], + [6.598, 19.934] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 25, + "style": "Regular", + "w": 59.66, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-14.6, 0], + [0, 16.705], + [14.6, 0], + [0, -16.846] + ], + "o": [ + [14.6, 0], + [0, -16.846], + [-14.6, 0], + [0, 16.705] + ], + "v": [ + [29.48, 1.123], + [53.906, -26.672], + [29.48, -54.608], + [5.054, -26.672] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [11.09, 0], + [0, 10.809], + [-11.09, 0], + [0, -10.809] + ], + "o": [ + [-11.09, 0], + [0, -10.809], + [11.09, 0], + [0, 10.809] + ], + "v": [ + [29.48, -6.317], + [13.336, -26.672], + [29.48, -47.168], + [45.624, -26.672] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 25, + "style": "Regular", + "w": 58.1, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [6.177, 0], + [0, 7.861], + [0, 0], + [0, 0], + [0, 0], + [-10.107, 0], + [-2.527, 5.475], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 10.107], + [-6.879, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.757], + [8.142, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [41.553, -22.04], + [27.655, -7.3], + [15.863, -20.215], + [15.863, -53.906], + [7.581, -53.906], + [7.581, -19.653], + [24.988, 0.702], + [40.991, -9.125], + [41.553, -9.125], + [41.553, 0], + [49.835, 0], + [49.835, -53.906], + [41.553, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 25, + "style": "Regular", + "w": 38.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-7.861, 0], + [-1.158, -0.597], + [0, 0], + [2.983, 0], + [1.93, -5.334], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -7.265], + [2.071, 0], + [0, 0], + [-1.685, -1.193], + [-6.528, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.581, 0], + [15.863, 0], + [15.863, -34.113], + [29.48, -46.747], + [34.253, -45.764], + [37.061, -52.783], + [30.182, -54.749], + [16.144, -45.764], + [15.582, -45.764], + [15.582, -53.906], + [7.581, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "w", + "size": 25, + "style": "Regular", + "w": 81.25, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [19.794, 0], + [27.936, 0], + [39.728, -41.412], + [40.57, -41.412], + [52.362, 0], + [60.504, 0], + [76.929, -53.906], + [68.225, -53.906], + [56.573, -12.775], + [56.012, -12.775], + [44.641, -53.906], + [35.797, -53.906], + [24.286, -12.634], + [23.724, -12.634], + [12.073, -53.906], + [3.369, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "w", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "w", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "a", + "size": 25, + "style": "Regular", + "w": 56.39, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-10.248, 0], + [-1.685, 3.51], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [6.879, 0], + [4.211, -9.827], + [0, 0], + [-7.896, 0], + [0, -6.914], + [0, 0], + [9.827, -1.263], + [0, -12.354] + ], + "o": [ + [9.406, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -17.126], + [-8.142, 0], + [0, 0], + [1.825, -3.931], + [7.616, 0], + [0, 0], + [0, 4.001], + [-10.002, 1.299], + [0, 10.529] + ], + "v": [ + [23.444, 1.263], + [39.447, -7.3], + [39.868, -7.3], + [39.868, 0], + [48.151, 0], + [48.151, -35.516], + [28.217, -54.608], + [6.598, -41.974], + [14.459, -39.166], + [28.497, -47.308], + [39.868, -36.359], + [39.868, -36.078], + [25.97, -31.165], + [5.054, -15.302] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [9.827, 0], + [0, 5.756], + [-6.458, 0.842], + [-1.404, 1.685], + [0, 0] + ], + "o": [ + [-6.598, 0], + [0, -6.317], + [3.51, -0.421], + [0, 0], + [0, 6.738] + ], + "v": [ + [24.707, -6.177], + [13.336, -14.88], + [25.549, -24.005], + [39.868, -27.094], + [39.868, -19.513] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "a", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "l", + "size": 25, + "style": "Regular", + "w": 23.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [15.863, -71.875], + [7.581, -71.875], + [7.581, 0], + [15.863, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "l", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "l", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 25, + "style": "Regular", + "w": 36.36, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-7.019, 0], + [-1.123, 0.421], + [0, 0], + [1.825, 0], + [0, 7.019], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.406], + [3.088, 0], + [0, 0], + [-0.702, 0.14], + [-3.65, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [31.024, -53.906], + [19.513, -53.906], + [19.513, -66.821], + [11.23, -66.821], + [11.23, -53.906], + [3.088, -53.906], + [3.088, -46.887], + [11.23, -46.887], + [11.23, -13.196], + [25.83, 0.702], + [32.007, -0.281], + [30.322, -7.721], + [26.672, -7.3], + [19.513, -15.442], + [19.513, -46.887], + [31.024, -46.887] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 14, + "style": "Medium", + "w": 73.54, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.196, 0], + [0, -22.987], + [-18.671, 0], + [-2.351, 14.214], + [0, 0], + [9.09, 0], + [0, 17.583], + [-12.389, 0], + [-1.79, -9.3] + ], + "o": [ + [-2.457, -15.372], + [-18.6, 0], + [0, 22.987], + [15.793, 0], + [0, 0], + [-1.86, 9.195], + [-12.318, 0], + [0, -17.442], + [9.16, 0], + [0, 0] + ], + "v": [ + [67.593, -48.502], + [37.903, -72.858], + [5.58, -35.938], + [37.903, 0.983], + [67.593, -23.128], + [56.644, -23.163], + [37.973, -8.914], + [16.354, -35.938], + [38.008, -62.961], + [56.644, -48.502] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 14, + "style": "Medium", + "w": 60.23, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.196, 0], + [0, 16.67], + [15.196, 0], + [0, -16.776] + ], + "o": [ + [15.196, 0], + [0, -16.776], + [-15.196, 0], + [0, 16.67] + ], + "v": [ + [29.761, 1.088], + [54.889, -26.707], + [29.761, -54.608], + [4.633, -26.707] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [9.862, 0], + [0, 10.353], + [-9.932, 0], + [0, -10.318] + ], + "o": [ + [-9.932, 0], + [0, -10.318], + [9.862, 0], + [0, 10.353] + ], + "v": [ + [29.796, -7.721], + [15.231, -26.743], + [29.796, -45.834], + [44.29, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 14, + "style": "Medium", + "w": 59.73, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.3, 0], + [0, -7.826], + [0, 0], + [0, 0], + [0, 0], + [11.02, 0], + [2.492, -5.721], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -8.598], + [7.124, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -13.336], + [-8.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.548, -32.007], + [30.112, -45.518], + [41.553, -33.025], + [41.553, 0], + [52.046, 0], + [52.046, -34.288], + [33.691, -54.608], + [17.793, -45.132], + [17.126, -45.132], + [17.126, -53.906], + [7.054, -53.906], + [7.054, 0], + [17.548, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 14, + "style": "Medium", + "w": 58.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.898, 0], + [-2.386, 8.774], + [0, 0], + [5.966, 0], + [0.281, 10.388], + [0, 0], + [0, 0], + [12.213, 0], + [0, -16.565] + ], + "o": [ + [11.757, 0], + [0, 0], + [-1.895, 5.089], + [-8.984, 0], + [0, 0], + [0, 0], + [0, -19.478], + [-15.021, 0], + [0, 16.74] + ], + "v": [ + [30.287, 1.088], + [52.748, -13.477], + [42.816, -15.266], + [30.392, -7.581], + [15.091, -23.795], + [53.415, -23.795], + [53.415, -27.515], + [29.55, -54.608], + [4.633, -26.602] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-8.528, 0], + [-0.035, -8.247] + ], + "o": [ + [0.421, -7.651], + [8.142, 0], + [0, 0] + ], + "v": [ + [15.126, -31.656], + [29.62, -45.94], + [43.132, -31.656] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 14, + "style": "Medium", + "w": 56.78, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.652, 0], + [-1.158, 10.493], + [0, 0], + [6.001, 0], + [0, 11.757], + [-8.774, 0], + [-1.123, -5.054], + [0, 0], + [12.248, 0], + [0, -16.46] + ], + "o": [ + [12.74, 0], + [0, 0], + [-1.334, 5.826], + [-8.879, 0], + [0, -11.546], + [6.668, 0], + [0, 0], + [-1.123, -10.88], + [-15.196, 0], + [0, 16.249] + ], + "v": [ + [29.761, 1.088], + [51.906, -17.056], + [41.693, -17.056], + [29.831, -7.791], + [15.231, -26.953], + [29.831, -45.764], + [41.693, -36.499], + [51.906, -36.499], + [29.655, -54.608], + [4.633, -26.707] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 14, + "style": "Medium", + "w": 37.18, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-8.282, 0.175], + [-1.228, 0.456], + [0, 0], + [1.685, 0], + [0, 6.071], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.035, 9.792], + [3.334, -0.035], + [0, 0], + [-0.702, 0.14], + [-3.404, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.217, -53.906], + [21.162, -53.906], + [21.162, -66.821], + [10.669, -66.821], + [10.669, -53.906], + [2.773, -53.906], + [2.773, -45.483], + [10.669, -45.483], + [10.669, -13.652], + [26.392, 0.702], + [33.2, -0.421], + [31.305, -9.09], + [27.62, -8.633], + [21.162, -15.828], + [21.162, -45.483], + [32.217, -45.483] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 14, + "style": "Medium", + "w": 26.49, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 14, + "style": "Medium", + "w": 56.64, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.264, 0], + [-3.053, 8.388], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.791, 1.544], + [0, 0] + ], + "o": [ + [8.704, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.632, 7.019], + [0, 0], + [1.123, 0.526] + ], + "v": [ + [13.301, 20.952], + [30.708, 7.861], + [53.169, -53.906], + [41.904, -53.906], + [28.252, -12.073], + [27.69, -12.073], + [14.038, -53.906], + [2.808, -53.906], + [22.531, 0.702], + [20.987, 4.948], + [8.809, 11.02], + [6.282, 19.724] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 14, + "style": "Medium", + "w": 59.45, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.896, 0], + [0, 7.335], + [0, 0], + [0, 0], + [0, 0], + [-10.353, 0], + [-2.492, 5.756], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.035, 9.16], + [-6.493, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.371], + [8.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [41.202, -22.356], + [28.532, -8.844], + [17.548, -20.882], + [17.548, -53.906], + [7.054, -53.906], + [7.054, -19.618], + [24.742, 0.702], + [40.851, -9.335], + [41.412, -9.335], + [41.412, 0], + [51.73, 0], + [51.73, -53.906], + [41.202, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 14, + "style": "Medium", + "w": 39.84, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-7.265, 0], + [-1.263, -0.632], + [0, 0], + [2.948, 0], + [1.965, -5.791], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -7.019], + [2.036, 0], + [0, 0], + [-1.79, -1.193], + [-6.387, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 0], + [17.548, 0], + [17.548, -32.919], + [30.252, -45.027], + [35.13, -43.974], + [38.499, -52.748], + [31.445, -54.713], + [17.758, -45.343], + [17.197, -45.343], + [17.197, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "L", + "size": 14, + "style": "Medium", + "w": 56.43, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [51.309, 0], + [51.309, -9.335], + [18.741, -9.335], + [18.741, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "L", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "L", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "d", + "size": 14, + "style": "Medium", + "w": 62.57, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.091, 0], + [-1.895, 3.439], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [10.037, 0], + [0, -17.477] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.895, -3.334], + [-13.02, 0], + [0, 17.442] + ], + "v": [ + [27.234, 1.053], + [42.816, -8.388], + [43.694, -8.388], + [43.694, 0], + [53.941, 0], + [53.941, -71.875], + [43.448, -71.875], + [43.448, -45.168], + [42.816, -45.168], + [27.304, -54.608], + [4.703, -26.848] + ], + "c": true + }, + "ix": 2 + }, + "nm": "d", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [9.055, 0], + [0, 10.809], + [-9.476, 0], + [0, -11.266] + ], + "o": [ + [-9.37, 0], + [0, -10.704], + [9.16, 0], + [0, 11.336] + ], + "v": [ + [29.55, -7.896], + [15.302, -26.953], + [29.55, -45.694], + [43.623, -26.953] + ], + "c": true + }, + "ix": 2 + }, + "nm": "d", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "d", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "g", + "size": 14, + "style": "Medium", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-12.88, 0], + [0, 13.757], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [10.037, 0], + [0, -17.162], + [-12.74, 0], + [-1.895, 3.439], + [0, 0], + [0, 0], + [7.967, 0], + [1.86, 2.983], + [0, 0] + ], + "o": [ + [13.722, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.86, -3.334], + [-13.02, 0], + [0, 17.197], + [9.897, 0], + [0, 0], + [0, 0], + [0, 8.318], + [-8.739, 0], + [0, 0], + [2.843, 6.493] + ], + "v": [ + [29.655, 21.233], + [53.976, 1.193], + [53.976, -53.906], + [43.694, -53.906], + [43.694, -45.168], + [42.921, -45.168], + [27.304, -54.608], + [4.703, -27.164], + [27.234, -0.807], + [42.851, -9.827], + [43.518, -9.827], + [43.518, 0.772], + [29.761, 12.775], + [15.758, 5.405], + [6.738, 9.125] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [9.055, 0], + [0, 10.599], + [-9.476, 0], + [0, -10.915] + ], + "o": [ + [-9.37, 0], + [0, -10.353], + [9.16, 0], + [0, 11.125] + ], + "v": [ + [29.55, -9.511], + [15.302, -27.304], + [29.55, -45.694], + [43.623, -27.304] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "g", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "B", + "size": 14, + "style": "Medium", + "w": 65.41, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 11.02], + [7.124, 0.386], + [0, 0], + [0, 8.984], + [15.302, 0], + [0, 0] + ], + "o": [ + [0, 0], + [16.705, 0], + [0, -11.125], + [0, 0], + [6.598, -1.685], + [0, -10.634], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [35.446, 0], + [59.697, -19.337], + [44.781, -37.131], + [44.781, -37.833], + [56.889, -52.994], + [34.218, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.844], + [10.423, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.704, 0], + [0, 6.036], + [0, 0] + ], + "v": [ + [18.741, -9.3], + [18.741, -32.323], + [34.779, -32.323], + [48.923, -19.864], + [34.393, -9.3] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 2, + "ty": "sh", + "ix": 3, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -5.966], + [7.3, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.598, 0], + [0, 6.949], + [0, 0] + ], + "v": [ + [18.741, -40.781], + [18.741, -62.645], + [33.551, -62.645], + [46.255, -52.151], + [33.27, -40.781] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "B", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "l", + "size": 14, + "style": "Medium", + "w": 24.89, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.548, -71.875], + [7.054, -71.875], + [7.054, 0], + [17.548, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "l", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "l", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "a", + "size": 14, + "style": "Medium", + "w": 56.92, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-10.248, 0], + [-2, 4.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [8.563, 0], + [3.51, -9.827], + [0, 0], + [-7.054, 0], + [0, -6.107], + [0, 0], + [9.686, -1.123], + [0, -12.248] + ], + "o": [ + [8.914, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -15.688], + [-9.756, 0], + [0, 0], + [1.544, -3.825], + [6.773, 0], + [0, 0], + [0, 3.825], + [-10.213, 1.193], + [0, 10.599] + ], + "v": [ + [22.742, 1.193], + [38.675, -7.37], + [39.096, -7.37], + [39.096, 0], + [49.344, 0], + [49.344, -35.797], + [28.427, -54.608], + [6.177, -40.851], + [16.039, -38.605], + [28.568, -46.115], + [38.815, -36.464], + [38.815, -36.218], + [25.198, -31.34], + [4.527, -15.231] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.739, 0], + [0, 5.194], + [-6.071, 0.807], + [-1.509, 1.509], + [0, 0] + ], + "o": [ + [-5.931, 0], + [0, -5.615], + [3.404, -0.456], + [0, 0], + [0, 6.387] + ], + "v": [ + [25.023, -7.23], + [14.81, -15.091], + [25.865, -23.514], + [38.85, -26.392], + [38.85, -19.443] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "a", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "p", + "size": 14, + "style": "Medium", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.827, 0], + [0, 17.442], + [13.02, 0], + [1.86, -3.334], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [1.895, 3.439], + [13.055, 0], + [0, -17.477], + [-10.002, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 20.215], + [17.548, 20.215], + [17.548, -8.388], + [18.179, -8.388], + [33.762, 1.053], + [56.293, -26.848], + [33.656, -54.608], + [18.179, -45.168], + [17.302, -45.168], + [17.302, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 11.336], + [-9.16, 0], + [0, -10.704], + [9.37, 0] + ], + "o": [ + [0, -11.266], + [9.511, 0], + [0, 10.809], + [-9.019, 0] + ], + "v": [ + [17.337, -26.953], + [31.41, -45.694], + [45.694, -26.953], + [31.41, -7.896] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "p", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { "ch": "\r", "size": 14, "style": "Medium", "w": 0, "fFamily": "Inter" }, + { + "ch": "f", + "size": 14, + "style": "Medium", + "w": 37.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-5.124, 0], + [-0.983, -0.316], + [0, 0], + [4.247, 0], + [0, -10.107], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -4.773], + [2.176, 0], + [0, 0], + [-1.474, -0.562], + [-8.528, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.884, -53.906], + [21.268, -53.906], + [21.268, -58.749], + [28.357, -66.119], + [33.06, -65.312], + [35.516, -73.805], + [26.743, -75.244], + [10.739, -60.153], + [10.739, -53.906], + [2.422, -53.906], + [2.422, -45.483], + [10.739, -45.483], + [10.739, 0], + [21.268, 0], + [21.268, -45.483], + [32.884, -45.483] + ], + "c": true + }, + "ix": 2 + }, + "nm": "f", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "f", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "w", + "size": 14, + "style": "Medium", + "w": 82.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [18.741, 0], + [29.41, 0], + [40.359, -38.921], + [41.167, -38.921], + [52.116, 0], + [62.82, 0], + [78.648, -53.906], + [67.804, -53.906], + [57.31, -14.494], + [56.784, -14.494], + [46.255, -53.906], + [35.411, -53.906], + [24.812, -14.319], + [24.286, -14.319], + [13.722, -53.906], + [2.878, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "w", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "w", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "v", + "size": 14, + "style": "Medium", + "w": 56.64, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [53.169, -53.906], + [41.904, -53.906], + [28.287, -12.424], + [27.725, -12.424], + [14.073, -53.906], + [2.808, -53.906], + [22.391, 0], + [33.621, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "v", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "v", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "i", + "size": 14, + "style": "Medium", + "w": 24.89, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 0], + [17.548, 0], + [17.548, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.65, 0], + [0, 3.439], + [3.615, 0], + [0, -3.439] + ], + "o": [ + [3.615, 0], + [0, -3.439], + [-3.65, 0], + [0, 3.439] + ], + "v": [ + [12.354, -62.224], + [18.987, -68.471], + [12.354, -74.753], + [5.721, -68.471] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "s", + "size": 14, + "style": "Medium", + "w": 53.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [11.652, 0], + [0, -9.546], + [-10.107, -2.246], + [0, 0], + [0, -3.369], + [6.879, 0], + [1.263, 5.299], + [0, 0], + [-12.108, 0], + [0, 9.756], + [9.897, 2.281], + [0, 0], + [-0.035, 3.65], + [-5.966, 0], + [-1.228, -3.615] + ], + "o": [ + [-2.176, -8.388], + [-12.178, 0], + [0, 7.651], + [0, 0], + [5.194, 1.158], + [0, 4.176], + [-6.282, 0], + [0, 0], + [1.755, 9.546], + [13.02, 0], + [0, -7.616], + [0, 0], + [-5.931, -1.404], + [-0.035, -4.141], + [6.528, 0], + [0, 0] + ], + "v": [ + [47.449, -40.746], + [27.058, -54.608], + [6.247, -38.64], + [20.987, -23.654], + [30.112, -21.654], + [37.727, -14.81], + [26.392, -7.37], + [14.81, -15.372], + [4.668, -13.828], + [26.462, 1.088], + [48.502, -15.582], + [33.762, -30.182], + [25.198, -32.147], + [16.74, -39.201], + [27.164, -46.291], + [37.938, -39.061] + ], + "c": true + }, + "ix": 2 + }, + "nm": "s", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "s", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": ".", + "size": 14, + "style": "Medium", + "w": 28.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.86, 0], + [0, 3.896], + [3.825, 0], + [0, -3.825] + ], + "o": [ + [3.825, 0], + [0, -3.825], + [-3.86, 0], + [0, 3.896] + ], + "v": [ + [13.968, 0.667], + [20.987, -6.352], + [13.968, -13.336], + [6.949, -6.352] + ], + "c": true + }, + "ix": 2 + }, + "nm": ".", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": ".", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "V", + "size": 12, + "style": "Medium", + "w": 69.99, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [14.178, -71.875], + [2.457, -71.875], + [28.322, 0], + [40.851, 0], + [66.716, -71.875], + [54.994, -71.875], + [34.99, -13.336], + [34.183, -13.336] + ], + "c": true + }, + "ix": 2 + }, + "nm": "V", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "V", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "q", + "size": 12, + "style": "Medium", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [10.002, 0], + [0, -17.477], + [-13.055, 0], + [-1.895, 3.439], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.86, -3.334], + [-13.02, 0], + [0, 17.442], + [9.827, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [53.941, 20.215], + [53.941, -53.906], + [43.694, -53.906], + [43.694, -45.168], + [42.816, -45.168], + [27.339, -54.608], + [4.703, -26.848], + [27.234, 1.053], + [42.816, -8.388], + [43.448, -8.388], + [43.448, 20.215] + ], + "c": true + }, + "ix": 2 + }, + "nm": "q", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -11.266], + [9.019, 0], + [0, 10.809], + [-9.511, 0] + ], + "o": [ + [0, 11.336], + [-9.37, 0], + [0, -10.704], + [9.16, 0] + ], + "v": [ + [43.658, -26.953], + [29.585, -7.896], + [15.302, -26.953], + [29.585, -45.694] + ], + "c": true + }, + "ix": 2 + }, + "nm": "q", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "q", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "h", + "size": 12, + "style": "Medium", + "w": 60.19, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.475, 0], + [0, -7.896], + [0, 0], + [0, 0], + [0, 0], + [11.09, 0], + [2.527, -5.826], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -8.598], + [7.23, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -13.441], + [-8.388, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.548, -32.007], + [30.463, -45.518], + [42.009, -33.025], + [42.009, 0], + [52.502, 0], + [52.502, -34.288], + [34.042, -54.608], + [18.074, -45.132], + [17.407, -45.132], + [17.407, -71.875], + [7.054, -71.875], + [7.054, 0], + [17.548, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "h", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "h", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "m", + "size": 12, + "style": "Medium", + "w": 88.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-5.966, 0], + [0, -5.861], + [0, 0], + [0, 0], + [0, 0], + [-6.844, 0], + [0, -7.3], + [0, 0], + [0, 0], + [0, 0], + [9.756, 0], + [2.597, -5.756], + [0, 0], + [7.195, 0], + [2.246, -5.931], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -7.265], + [5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -6.493], + [5.545, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -12.318], + [-7.756, 0], + [0, 0], + [-2.351, -5.896], + [-7.124, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 0], + [17.548, 0], + [17.548, -33.235], + [28.603, -45.554], + [38.464, -35.832], + [38.464, 0], + [48.923, 0], + [48.923, -34.358], + [59.732, -45.554], + [69.839, -35.165], + [69.839, 0], + [80.333, 0], + [80.333, -36.148], + [63.698, -54.608], + [47.519, -45.132], + [46.957, -45.132], + [32.463, -54.608], + [17.793, -45.132], + [17.126, -45.132], + [17.126, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "m", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "m", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 21, + "style": "Extra Bold", + "w": 65.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 14.915], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.46, 0], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -22.321], + [34.604, -22.321], + [61.346, -46.992], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.633], + [0, 0] + ], + "v": [ + [22.812, -36.008], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -46.992], + [31.375, -36.008] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 21, + "style": "Extra Bold", + "w": 28.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [22.812, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 21, + "style": "Extra Bold", + "w": 72.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.611, -71.875], + [49.274, -71.875], + [49.274, -30.463], + [48.677, -30.463], + [20.39, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0], + [22.812, -41.483], + [23.268, -41.483], + [51.871, 0], + [66.611, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 21, + "style": "Extra Bold", + "w": 21.52, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 21, + "style": "Extra Bold", + "w": 66.19, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.932], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [7.896, -3.58], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -24.602], + [31.726, -24.602], + [44.852, 0], + [63.803, 0], + [48.888, -27.374], + [61.346, -47.94], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.668], + [0, 0] + ], + "v": [ + [22.812, -38.289], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -47.94], + [31.375, -38.289] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 21, + "style": "Extra Bold", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [55.556, 0], + [55.556, -14.108], + [22.812, -14.108], + [22.812, -28.883], + [52.994, -28.883], + [52.994, -43.027], + [22.812, -43.027], + [22.812, -57.767], + [55.556, -57.767], + [55.556, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "Q", + "size": 21, + "style": "Extra Bold", + "w": 78.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 12.599], + [19.302, 0], + [0, -23.759], + [-19.373, 0], + [-3.86, 1.369], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -23.759], + [-19.373, 0], + [0, 23.654], + [4.457, 0], + [0, 0], + [0, 0], + [0, 0], + [6.844, -6.282] + ], + "v": [ + [73.279, -35.938], + [38.956, -72.858], + [4.668, -35.938], + [38.956, 0.983], + [51.485, -1.088], + [57.065, 5.615], + [72.787, 5.615], + [62.189, -7.44] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.877, 0], + [0, 14.073], + [-10.353, 0], + [0, -14.073], + [2.702, -3.65], + [0, 0] + ], + "o": [ + [0, 0], + [-0.842, 0.105], + [-10.353, 0], + [0, -14.073], + [10.388, 0], + [0, 6.808], + [0, 0], + [0, 0] + ], + "v": [ + [32.919, -25.83], + [41.553, -14.424], + [38.956, -14.249], + [22.391, -35.938], + [38.956, -57.626], + [55.521, -35.938], + [51.379, -20.18], + [46.957, -25.83] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Q", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 21, + "style": "Extra Bold", + "w": 72.55, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [7.861, 0], + [0, 6.493], + [0, 0], + [0, 0], + [0, 0], + [-18.214, 0], + [0, 16.354], + [0, 0] + ], + "o": [ + [0, 0], + [0, 6.493], + [-7.791, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.354], + [18.074, 0], + [0, 0], + [0, 0] + ], + "v": [ + [49.028, -71.875], + [49.028, -25.058], + [35.867, -14.389], + [22.812, -25.058], + [22.812, -71.875], + [5.44, -71.875], + [5.44, -24.391], + [35.867, 0.912], + [66.26, -24.391], + [66.26, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 21, + "style": "Extra Bold", + "w": 73.01, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.935, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.426], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.007, 0], + [67.488, -35.973], + [31.972, -71.875], + [5.44, -71.875], + [5.44, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -15.477], + [12.108, 0] + ], + "o": [ + [0, 0], + [0, 0], + [12.354, 0], + [0, 15.547], + [0, 0] + ], + "v": [ + [22.812, -14.81], + [22.812, -57.065], + [31.094, -57.065], + [50.081, -35.973], + [31.34, -14.81] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 16, + "style": "Semi Bold", + "w": 60.76, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [54.117, 0], + [54.117, -10.915], + [20.11, -10.915], + [20.11, -30.533], + [51.414, -30.533], + [51.414, -41.447], + [20.11, -41.447], + [20.11, -60.96], + [53.836, -60.96], + [53.836, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 16, + "style": "Semi Bold", + "w": 60.97, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-6.703, 0], + [0, -7.195], + [0, 0], + [0, 0], + [0, 0], + [11.125, 0], + [2.457, -6.001], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -7.791], + [6.563, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -12.915], + [-8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [19.232, -31.586], + [30.638, -43.869], + [41.132, -32.358], + [41.132, 0], + [53.836, 0], + [53.836, -34.323], + [35.376, -54.608], + [19.302, -44.746], + [18.671, -44.746], + [18.671, -53.906], + [6.528, -53.906], + [6.528, 0], + [19.232, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 16, + "style": "Semi Bold", + "w": 38, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.546, 0.281], + [-1.369, 0.456], + [0, 0], + [1.579, 0], + [0, 5.124], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.07, 10.143], + [3.615, -0.105], + [0, 0], + [-0.702, 0.175], + [-3.194, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.446, -53.906], + [22.812, -53.906], + [22.812, -66.821], + [10.107, -66.821], + [10.107, -53.906], + [2.457, -53.906], + [2.457, -44.08], + [10.107, -44.08], + [10.107, -14.108], + [26.953, 0.737], + [34.428, -0.526], + [32.288, -10.458], + [28.568, -9.967], + [22.812, -16.214], + [22.812, -44.08], + [33.446, -44.08] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 16, + "style": "Semi Bold", + "w": 59.27, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.249, 0], + [-2.246, 9.37], + [0, 0], + [5.475, 0], + [0.105, 9.23], + [0, 0], + [0, 0], + [13.266, 0], + [0, -16.635] + ], + "o": [ + [12.564, 0], + [0, 0], + [-1.72, 4.562], + [-8.212, 0], + [0, 0], + [0, 0], + [0, -18.916], + [-15.442, 0], + [0, 16.916] + ], + "v": [ + [30.392, 1.053], + [53.836, -14.459], + [41.974, -15.793], + [30.568, -8.844], + [16.811, -23.479], + [54.362, -23.479], + [54.362, -27.374], + [29.726, -54.608], + [4.211, -26.637] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.581, 0], + [-0.07, -7.335] + ], + "o": [ + [0.386, -6.879], + [7.3, 0], + [0, 0] + ], + "v": [ + [16.846, -32.042], + [29.901, -44.711], + [42.184, -32.042] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 16, + "style": "Semi Bold", + "w": 41.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-6.633, 0], + [-1.369, -0.632], + [0, 0], + [2.913, 0], + [1.965, -6.247], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -6.808], + [2.071, 0], + [0, 0], + [-1.895, -1.193], + [-6.212, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -31.691], + [30.989, -43.307], + [36.008, -42.184], + [39.938, -52.713], + [32.709, -54.678], + [19.408, -44.922], + [18.846, -44.922], + [18.846, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 16, + "style": "Semi Bold", + "w": 24.82, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 16, + "style": "Semi Bold", + "w": 57.6, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.72, 0], + [-3.018, 8.493], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.545, 1.614], + [0, 0] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.386, 5.931], + [0, 0], + [1.439, 0.597] + ], + "v": [ + [13.968, 20.987], + [32.919, 7.019], + [54.678, -53.906], + [41.167, -53.906], + [28.708, -13.196], + [28.146, -13.196], + [15.723, -53.906], + [2.246, -53.906], + [21.794, 1.123], + [20.531, 4.562], + [8.914, 9.37], + [5.966, 19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 16, + "style": "Semi Bold", + "w": 60.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.793, 0], + [0, 16.67], + [15.793, 0], + [0, -16.705] + ], + "o": [ + [15.793, 0], + [0, -16.705], + [-15.793, 0], + [0, 16.67] + ], + "v": [ + [30.042, 1.053], + [55.872, -26.743], + [30.042, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.598, 0], + [0, 9.862], + [-8.739, 0], + [0, -9.862] + ], + "o": [ + [-8.739, 0], + [0, -9.862], + [8.598, 0], + [0, 9.862] + ], + "v": [ + [30.112, -9.125], + [17.091, -26.778], + [30.112, -44.536], + [42.992, -26.778] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 16, + "style": "Semi Bold", + "w": 60.83, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.615, 0], + [0, 6.844], + [0, 0], + [0, 0], + [0, 0], + [-10.599, 0], + [-2.457, 6.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 8.212], + [-6.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 12.95], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [40.886, -22.672], + [29.41, -10.388], + [19.232, -21.548], + [19.232, -53.906], + [6.528, -53.906], + [6.528, -19.583], + [24.496, 0.702], + [40.71, -9.581], + [41.272, -9.581], + [41.272, 0], + [53.59, 0], + [53.59, -53.906], + [40.886, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 16, + "style": "Semi Bold", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.828], + [16.53, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.6, 0], + [0, -13.722], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -24.286], + [33.867, -24.286], + [59.381, -48.08], + [34.042, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.651], + [9.686, 0] + ], + "o": [ + [0, 0], + [0, 0], + [9.756, 0], + [0, 7.651], + [0, 0] + ], + "v": [ + [20.11, -34.99], + [20.11, -60.995], + [32.042, -60.995], + [46.115, -48.08], + [32.112, -34.99] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 16, + "style": "Semi Bold", + "w": 27.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.11, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 16, + "style": "Semi Bold", + "w": 74.08, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.154, -71.875], + [53.204, -71.875], + [53.204, -22.882], + [52.573, -22.882], + [18.741, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0], + [20.11, -48.958], + [20.706, -48.958], + [54.573, 0], + [66.154, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 16, + "style": "Semi Bold", + "w": 57.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.109, 0], + [-0.912, 11.441], + [0, 0], + [5.58, 0], + [0, 11.02], + [-7.826, 0], + [-0.983, -5.194], + [0, 0], + [13.161, 0], + [0, -16.46] + ], + "o": [ + [13.547, 0], + [0, 0], + [-1.088, 5.791], + [-7.932, 0], + [0, -10.88], + [6.107, 0], + [0, 0], + [-0.877, -11.687], + [-15.793, 0], + [0, 16.319] + ], + "v": [ + [30.042, 1.053], + [53.134, -18.425], + [40.991, -18.425], + [30.147, -9.3], + [17.091, -26.953], + [30.147, -44.36], + [40.991, -35.236], + [53.134, -35.236], + [29.971, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "i", + "size": 16, + "style": "Semi Bold", + "w": 26.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.071, 0], + [0, 3.79], + [4.036, 0], + [0, -3.825] + ], + "o": [ + [4.036, 0], + [0, -3.825], + [-4.071, 0], + [0, 3.79] + ], + "v": [ + [12.915, -61.557], + [20.25, -68.436], + [12.915, -75.349], + [5.545, -68.436] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "x", + "size": 16, + "style": "Extra Bold", + "w": 58.52, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.039, -53.906], + [2.632, -53.906], + [17.513, -26.953], + [1.86, 0], + [19.267, 0], + [28.918, -17.899], + [38.815, 0], + [55.977, 0], + [40.359, -26.953], + [55.415, -53.906], + [38.113, -53.906], + [28.918, -36.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "x", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "x", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "1", + "size": 22, + "style": "Semi Bold", + "w": 46.34, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.897, 0], + [0, 0], + [-1.404, 2.211], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-0.281, 3.159], + [0, 0], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.902, -71.875], + [21.408, -71.875], + [5.405, -60.434], + [5.405, -49.905], + [20.25, -55.24], + [20.847, -55.24], + [20.847, 0], + [33.902, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "1", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "2", + "size": 22, + "style": "Semi Bold", + "w": 62.14, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 8.107], + [14.459, 0], + [0, -13.652], + [0, 0], + [-7.159, 0], + [0, -6.773], + [7.089, -7.195], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [13.968, -13.406], + [0, -12.038], + [-14.249, 0], + [0, 0], + [0, -7.335], + [6.844, 0], + [0, 6.001], + [0, 0], + [0, 0] + ], + "v": [ + [6.387, 0], + [55.661, 0], + [55.661, -10.88], + [24.356, -10.88], + [24.356, -11.371], + [36.745, -23.97], + [54.573, -52.011], + [30.322, -72.858], + [5.966, -50.362], + [18.355, -50.362], + [30.147, -62.294], + [42.079, -51.344], + [31.34, -33.867], + [6.387, -9.406] + ], + "c": true + }, + "ix": 2 + }, + "nm": "2", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "3", + "size": 22, + "style": "Semi Bold", + "w": 65.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.161, 0], + [0.035, 12.143], + [10.072, 1.439], + [0, 0], + [0.035, 8.072], + [14.354, 0], + [0.281, -12.038], + [0, 0], + [-6.633, 0], + [0.035, -6.036], + [7.44, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -6.493], + [7.686, 0], + [0.316, 5.861], + [0, 0] + ], + "o": [ + [15.372, 0], + [0.035, -8.984], + [0, 0], + [7.791, -1.685], + [0.035, -10.95], + [-13.968, 0], + [0, 0], + [0.211, -6.036], + [6.703, 0], + [0.035, 6.282], + [0, 0], + [0, 0], + [0, 0], + [9.09, 0], + [0.035, 6.352], + [-7.23, 0], + [0, 0], + [0.351, 12.143] + ], + "v": [ + [32.182, 0.983], + [58.714, -19.969], + [43.062, -36.85], + [43.062, -37.411], + [56.047, -52.959], + [32.393, -72.858], + [7.335, -52.502], + [19.864, -52.502], + [32.323, -62.294], + [43.448, -52.187], + [30.849, -41.728], + [24.496, -41.728], + [24.496, -31.691], + [30.849, -31.691], + [45.308, -20.636], + [32.147, -9.932], + [19.022, -19.548], + [5.826, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "3", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "4", + "size": 22, + "style": "Semi Bold", + "w": 66.58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.089, -13.336], + [39.377, -13.336], + [39.377, 0], + [51.801, 0], + [51.801, -13.336], + [60.995, -13.336], + [60.995, -24.04], + [51.801, -24.04], + [51.801, -71.875], + [35.587, -71.875], + [5.089, -23.689] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [39.517, -24.04], + [18.425, -24.04], + [18.425, -24.602], + [38.956, -57.135], + [39.517, -57.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "4", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "5", + "size": 22, + "style": "Semi Bold", + "w": 63.25, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-14.038, 0], + [0, 14.284], + [13.055, 0], + [2.667, -3.159], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-4.317, -0.035], + [0.035, -8.142], + [7.686, 0], + [0.456, 5.896], + [0, 0] + ], + "o": [ + [15.196, 0], + [0, -13.828], + [-5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [2.422, -2.667], + [7.896, 0.035], + [0.035, 8.037], + [-6.493, 0], + [0, 0], + [0.351, 11.932] + ], + "v": [ + [31.375, 0.983], + [57.17, -23.619], + [34.499, -47.414], + [20.847, -41.939], + [20.425, -41.939], + [22.496, -60.995], + [53.415, -60.995], + [53.415, -71.875], + [11.722, -71.875], + [7.967, -34.814], + [19.724, -32.884], + [31.024, -37.306], + [44.571, -23.303], + [31.375, -9.546], + [19.197, -19.548], + [6.563, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "5", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "6", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.792, -0.07], + [0.035, 14.214], + [12.599, 0], + [3.439, -6.177], + [0, 0], + [-9.967, 0], + [-1.334, -5.685], + [0, 0], + [13.582, 0], + [0, -24.777] + ], + "o": [ + [15.512, 0.105], + [0.035, -13.582], + [-7.721, 0], + [0, 0], + [0.035, -15.337], + [6.177, 0], + [0, 0], + [-1.544, -11.792], + [-17.267, 0], + [0, 26.357] + ], + "v": [ + [32.709, 0.983], + [58.609, -23.795], + [36.359, -47.203], + [18.39, -37.271], + [17.899, -37.271], + [33.446, -61.803], + [45.132, -52.502], + [57.942, -52.502], + [33.446, -73.068], + [5.264, -33.902] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [7.616, 0], + [0.035, 7.51], + [-7.616, 0], + [0.035, -7.721] + ], + "o": [ + [-7.686, 0], + [0.07, -7.545], + [7.616, 0], + [0.035, 7.861] + ], + "v": [ + [32.639, -9.546], + [19.302, -23.409], + [32.814, -37.271], + [45.975, -23.514] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "6", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "7", + "size": 22, + "style": "Semi Bold", + "w": 60.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [9.019, 0], + [22.531, 0], + [53.064, -60.75], + [53.064, -71.875], + [4.106, -71.875], + [4.106, -60.995], + [39.587, -60.995], + [39.587, -60.504] + ], + "c": true + }, + "ix": 2 + }, + "nm": "7", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "0", + "size": 22, + "style": "Semi Bold", + "w": 66.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-17.337, 0], + [0, 23.584], + [17.267, 0], + [0.035, -23.479] + ], + "o": [ + [17.337, 0.035], + [0, -23.444], + [-17.267, 0], + [0, 23.549] + ], + "v": [ + [32.954, 1.369], + [60.645, -35.867], + [32.954, -72.858], + [5.264, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.984, 0], + [-0.035, 17.267], + [-8.914, 0], + [-0.035, -17.126] + ], + "o": [ + [-8.949, 0], + [0.035, -17.126], + [8.949, 0], + [0, 17.267] + ], + "v": [ + [32.954, -9.616], + [18.425, -35.867], + [32.954, -62.013], + [47.519, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "0", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "9", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [13.792, 0.105], + [0, -14.178], + [-12.599, 0], + [-3.474, 6.177], + [0, 0], + [9.932, 0], + [1.299, 5.721], + [0, 0], + [-13.617, 0], + [-0.035, 24.742] + ], + "o": [ + [-15.582, -0.07], + [0, 13.617], + [7.756, 0], + [0, 0], + [-0.035, 15.372], + [-6.212, 0], + [0, 0], + [1.474, 11.897], + [17.232, 0], + [-0.035, -26.357] + ], + "v": [ + [31.34, -73.068], + [5.405, -48.291], + [27.69, -24.883], + [45.659, -34.814], + [46.15, -34.814], + [30.603, -10.283], + [18.916, -19.583], + [6.107, -19.583], + [30.603, 0.983], + [58.784, -38.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-7.616, 0], + [0, -7.51], + [7.581, 0], + [0, 7.756] + ], + "o": [ + [7.686, 0], + [0, 7.475], + [-7.651, 0], + [0, -7.826] + ], + "v": [ + [31.375, -62.54], + [44.711, -48.642], + [31.235, -34.779], + [18.039, -48.572] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "9", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 16, + "style": "Semi Bold", + "w": 74.36, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.933, 0], + [0, -23.233], + [-18.951, 0], + [-2, 13.722], + [0, 0], + [8.598, 0], + [0, 16.495], + [-11.757, 0], + [-1.509, -8.598] + ], + "o": [ + [-2.211, -15.968], + [-18.776, 0], + [0, 23.198], + [17.091, 0], + [0, 0], + [-1.649, 8.423], + [-11.652, 0], + [0, -16.214], + [8.739, 0], + [0, 0] + ], + "v": [ + [68.611, -47.624], + [38.184, -72.858], + [5.264, -35.938], + [38.184, 0.983], + [68.611, -23.795], + [55.486, -23.865], + [38.359, -10.704], + [18.355, -35.938], + [38.394, -61.171], + [55.486, -47.624] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 16, + "style": "Semi Bold", + "w": 77.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 23.233], + [18.846, 0], + [0, -23.233], + [-18.881, 0] + ], + "o": [ + [0, -23.233], + [-18.881, 0], + [0, 23.198], + [18.846, 0] + ], + "v": [ + [71.313, -35.938], + [38.289, -72.858], + [5.264, -35.938], + [38.289, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -16.354], + [11.722, 0], + [0, 16.354], + [-11.687, 0] + ], + "o": [ + [0, 16.354], + [-11.687, 0], + [0, -16.354], + [11.722, 0] + ], + "v": [ + [58.223, -35.938], + [38.289, -10.704], + [18.355, -35.938], + [38.289, -61.171] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "T", + "size": 16, + "style": "Semi Bold", + "w": 65.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.931, -60.96], + [26.146, -60.96], + [26.146, 0], + [39.061, 0], + [39.061, -60.96], + [61.276, -60.96], + [61.276, -71.875], + [3.931, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 16, + "style": "Semi Bold", + "w": 73.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.055, 0], + [0, 8.879], + [0, 0], + [0, 0], + [0, 0], + [-16.67, 0], + [0, 16.284], + [0, 0] + ], + "o": [ + [0, 0], + [0, 8.879], + [-9.019, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.284], + [16.6, 0], + [0, 0], + [0, 0] + ], + "v": [ + [52.432, -71.875], + [52.432, -24.672], + [36.253, -10.634], + [20.11, -24.672], + [20.11, -71.875], + [7.089, -71.875], + [7.089, -24.356], + [36.253, 1.088], + [65.417, -24.356], + [65.417, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "●", + "size": 20, + "style": "Bold", + "w": 91.48, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-20.39, 0], + [0.07, 20.461], + [20.531, 0], + [0.07, -20.461] + ], + "o": [ + [20.531, 0], + [-0.07, -20.461], + [-20.39, 0], + [-0.07, 20.461] + ], + "v": [ + [45.203, 1.123], + [82.263, -35.938], + [45.203, -72.998], + [8.142, -35.938] + ], + "c": true + }, + "ix": 2 + }, + "nm": "●", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "●", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "A", + "size": 20, + "style": "Medium", + "w": 69.99, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [13.968, 0], + [20.566, -19.022], + [48.642, -19.022], + [55.205, 0], + [66.716, 0], + [40.851, -71.875], + [28.322, -71.875], + [2.457, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [23.724, -28.146], + [34.323, -58.82], + [34.885, -58.82], + [45.483, -28.146] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 20, + "style": "Medium", + "w": 63.92, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.266], + [16.705, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.67, 0], + [0, -13.231], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -25.269], + [33.481, -25.269], + [58.398, -48.607], + [33.516, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -8.142], + [10.599, 0] + ], + "o": [ + [0, 0], + [0, 0], + [10.739, 0], + [0, 8.142], + [0, 0] + ], + "v": [ + [18.741, -34.464], + [18.741, -62.575], + [32.358, -62.575], + [47.484, -48.607], + [32.498, -34.464] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + } + ] +} diff --git a/src/features/ledger/animations/blue/5AllowManager/data.json b/src/features/ledger/animations/blue/5AllowManager/data.json new file mode 100644 index 000000000..0e894f3d7 --- /dev/null +++ b/src/features/ledger/animations/blue/5AllowManager/data.json @@ -0,0 +1,11648 @@ +{ + "v": "5.5.8", + "fr": 25, + "ip": 255, + "op": 293, + "w": 800, + "h": 1000, + "nm": "BLUE CODE ALLOW MANAGER", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Inter-Bold", + "fFamily": "Inter", + "fStyle": "Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Medium", + "fFamily": "Inter", + "fStyle": "Medium", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-ExtraBold", + "fFamily": "Inter", + "fStyle": "Extra Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-SemiBold", + "fFamily": "Inter", + "fStyle": "Semi Bold", + "ascent": 72.7279663085938 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 4, + "nm": "Calque de forme 19", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.747], "y": [0.876] }, + "o": { "x": [0.747], "y": [0.491] }, + "t": 253, + "s": [0] + }, + { + "i": { "x": [0.421], "y": [1] }, + "o": { "x": [0.196], "y": [-0.287] }, + "t": 259, + "s": [80] + }, + { "t": 277, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [472.75, 412.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [-138.25, -1.5, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.833], "y": [1, 1, -23.167] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 253, + "s": [0, 0, 100] + }, + { "t": 281, "s": [390, 390, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [39.098, 39.098], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.392156892664, 0.564705882353, 0.945098099054, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-138.451, -1.451], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 249, + "op": 321, + "st": 190, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 5, + "nm": "DENY", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [329, 421, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 17, + "f": "Inter-Medium", + "t": "DENY", + "j": 2, + "tr": 0, + "lh": 20.4, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 5, + "nm": "ALLOW", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [471, 421, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 17, + "f": "Inter-Medium", + "t": "ALLOW", + "j": 2, + "tr": 0, + "lh": 20.4, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 4, + "nm": "Calque de forme 20", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400, 507, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [113.656, 43.672], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 40, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.689016544118, 0.689016544118, 0.689016544118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-70.02, -92.121], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [113.656, 43.672], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 40, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.436337519627, 0.687009803922, 0.643728278665, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [70.895, -92.121], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 4, + "nm": "Calque de forme 18", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.747], "y": [0.876] }, + "o": { "x": [0.747], "y": [0.491] }, + "t": 144, + "s": [0] + }, + { + "i": { "x": [0.421], "y": [1] }, + "o": { "x": [0.196], "y": [-0.287] }, + "t": 150, + "s": [80] + }, + { "t": 168, "s": [0] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400, 329.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [-138.25, -1.5, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.833], "y": [1, 1, -23.167] }, + "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, + "t": 144, + "s": [0, 0, 100] + }, + { "t": 172, "s": [350, 350, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [39.098, 39.098], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.392156892664, 0.564705882353, 0.945098099054, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-138.451, -1.451], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 140, + "op": 178, + "st": 81, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 5, + "nm": "●●●● 4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 233, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 5, + "nm": "●●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 101, + "op": 120, + "st": 52, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 5, + "nm": "●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 82, + "op": 101, + "st": 33, + "bm": 0 + }, + { + "ddd": 0, + "ind": 14, + "ty": 5, + "nm": "●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 63, + "op": 82, + "st": 14, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 5, + "nm": "Continue 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 222, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 16, + "ty": 4, + "nm": "Calque de forme 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 120, + "op": 222, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 5, + "nm": "Continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.71, 0.714, 0.722] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 4, + "nm": "Calque de forme 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.70992120481, 0.711993288526, 0.720281862745, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 5, + "nm": "10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "9", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 5, + "nm": "0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 565, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "0", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 5, + "nm": "9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 5, + "nm": "8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "7", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 5, + "nm": "6 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "6", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 5, + "nm": "5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 5, + "nm": "4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "4", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 5, + "nm": "3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "3", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 5, + "nm": "2 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "2", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 5, + "nm": "1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "1", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 5, + "nm": "x", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [504.25, 562.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-ExtraBold", + "t": "x", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.871, 0.871, 0.871] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 4, + "nm": "Calque de forme 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [403, 520.748, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [103.546, 104.505, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [106.474, 31.101], + [89.815, 31.101], + [83.175, 36.603], + [89.573, 41.866], + [106.474, 41.866] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1.792, -13.582], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [98.424, 134.202], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.870664828431, 0.870664828431, 0.870664828431, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 11", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 10", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 8", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -12.234], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -58.137], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -104.748], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.516, 0.02], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [3.097, 0.496] + ], + "v": [ + [157.013, 7.897], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-156.987, 7.897] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.937913602941, 0.937913602941, 0.937913602941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-1.821, -148.386], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100.829, 100.587], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 5, + "nm": "Enter your PIN to continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 223, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "Enter your PIN to continue", + "j": 0, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.491, 0.496, 0.508] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 4, + "nm": "lock Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [290.555, 204, 0], "ix": 2 }, + "a": { "a": 0, "k": [5.5, 7, 0], "ix": 1 }, + "s": { "a": 0, "k": [243.427, 243.427, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [17.063, 17.063], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.36, 6.839], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.433, 114.433], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.134, 0], + [0, 0], + [0, 1.135], + [0, 0], + [-1.134, 0], + [0, -1.134], + [0, 0] + ], + "o": [ + [0, 0], + [-1.134, 0], + [0, 0], + [0, -1.134], + [1.134, 0], + [0, 0], + [0, 1.135] + ], + "v": [ + [-0.001, 3.721], + [-0.001, 3.721], + [-2.053, 1.667], + [-2.053, -1.667], + [-0.001, -3.721], + [2.053, -1.667], + [2.053, 1.667] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.411, 5.794], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.47, 0], + [0, 0], + [0, 0.47], + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0] + ], + "o": [ + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0], + [0.47, 0], + [0, 0], + [0, 0.47] + ], + "v": [ + [2.936, 2.94], + [-2.936, 2.94], + [-3.788, 2.089], + [-3.788, -2.09], + [-2.936, -2.94], + [2.936, -2.94], + [3.788, -2.09], + [3.788, 2.089] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.494117676978, 0.509803921569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.321, 8.787], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 5, + "nm": "PIN REQUIRED", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 197, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 21, + "f": "Inter-ExtraBold", + "t": "PIN REQUIRED", + "j": 0, + "tr": 0, + "lh": 25.2, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 222, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 5, + "nm": "Need assistance?", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.769, 556, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 12, + "f": "Inter-Medium", + "t": "Need assistance?", + "j": 2, + "tr": 0, + "lh": 14.4, + "ls": 0, + "fc": [0.533, 0.543, 0.569] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 5, + "nm": "Allow Ledger app to manage your applications and device settings?", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.769, 325, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 14, + "f": "Inter-Medium", + "t": "Allow Ledger app to manage your\rapplications and device settings?", + "j": 2, + "tr": 0, + "lh": 7, + "ls": -7, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 5, + "nm": "LEDGER MANAGER", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.769, 284, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 21, + "f": "Inter-Bold", + "t": "LEDGER MANAGER", + "j": 2, + "tr": 0, + "lh": 25.2, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "BLUE Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.297, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 14, + "s": [406, 367, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.481, "y": 1 }, + "o": { "x": 0.478, "y": 0 }, + "t": 16, + "s": [406, 337, 0], + "to": [0, 0, 0], + "ti": [0, -5, 0] + }, + { "t": 20, "s": [406, 367, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [238.5, 300, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-3.59, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.589], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, -4.835], + [-4.835, -1.663], + [1.664, 4.835], + [4.835, 4.835], + [4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [4.835, 4.835], + [4.835, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [20.308, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 3.589], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [-1.663, 4.835], + [4.836, -1.663], + [4.836, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [35.781, 35.78], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [-4.835, -4.835], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.836, 20.308], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, -3.59], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [1.663, -4.835], + [-4.835, 1.664], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 4.835], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [3.589, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -3.59] + ], + "v": [ + [6.073, -12.572], + [-12.572, -12.572], + [-12.572, 12.572], + [12.572, 12.572], + [12.572, -6.072] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [28.044, 12.572], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.989, 304.195], "ix": 2 }, + "a": { "a": 0, "k": [20.308, 20.308], "ix": 1 }, + "s": { "a": 0, "k": [113.405, 113.405], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 46, + "s": [100] + }, + { "t": 47, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "PUCE", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234.408, 300.203], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 321, + "s": [100] + }, + { "t": 322, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.122000002394, 0.122000002394, 0.122000002394, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.004000000393, 0.004000000393, 0.004000000393, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [232, 298], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.383999992819, 0.383999992819, 0.383999992819, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [236, 302], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-8.284, 0], + [0, 0], + [0, -8.284], + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0] + ], + "o": [ + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0], + [-8.284, 0], + [0, 0], + [0, -8.284] + ], + "v": [ + [-205, -285], + [205, -285], + [220, -270], + [220, 270], + [205, 285], + [-205, 285], + [-220, 270], + [-220, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219999994016, 0.219999994016, 0.219999994016, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.568, 0], + [0, 0], + [0, -16.569], + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0] + ], + "o": [ + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0], + [-16.568, 0], + [0, 0], + [0, -16.569] + ], + "v": [ + [-204, -300], + [204, -300], + [234, -270], + [234, 270], + [204, 300], + [-204, 300], + [-234, 270], + [-234, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-9, -30], + [9, -30], + [9, 30], + [-9, 30] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.811999990426, 0.811999990426, 0.811999990426, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [463, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-3, -30], + [3, -30], + [9, -24], + [9, 24], + [3, 30], + [-3, 30], + [-9, 24], + [-9, -24] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [468, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "USB 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.403, "y": 1 }, + "o": { "x": 0.773, "y": 0 }, + "t": 10, + "s": [400, 977.5, 0], + "to": [0, -20.97, 0], + "ti": [0, 5.356, 0] + }, + { + "i": { "x": 0.633, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 16, + "s": [400, 809.5, 0], + "to": [0, -21.333, 0], + "ti": [0, -5.25, 0] + }, + { + "i": { "x": 0.618, "y": 0.618 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 20, + "s": [400, 841, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.123, "y": 1 }, + "o": { "x": 0.905, "y": 0 }, + "t": 339, + "s": [400, 841, 0], + "to": [0, 22.75, 0], + "ti": [0, -22.75, 0] + }, + { "t": 348, "s": [400, 977.5, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [143.5, 19, 0], "ix": 1 }, + "s": { "a": 0, "k": [150.174, 150.174, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 27, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-6.5, -13], + [6.5, -13], + [6.5, 13], + [-6.5, 13] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.709221813725, 0.709221813725, 0.709221813725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [262.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-12.5, -13], + [12.5, -13], + [15.5, -10], + [15.5, 10], + [12.5, 13], + [-12.5, 13], + [-15.5, 10], + [-15.5, -10] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866666726505, 0.866666726505, 0.866666726505, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [271.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "Cable 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { "a": 0, "k": [397.5, 196.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { "a": 0, "k": 0, "ix": 1 }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.219], "y": [1] }, + "o": { "x": [1], "y": [0.361] }, + "t": 0, + "s": [35] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0] }, + "t": 22, + "s": [75] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 339, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 345, + "s": [56.667] + }, + { "t": 348, "s": [50] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 3, + "nm": "Réduire les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 4, + "nm": "Calque de forme 6", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 160, "ix": 10 }, + "p": { "a": 0, "k": [547.104, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "Calque de forme 8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 200, "ix": 10 }, + "p": { "a": 0, "k": [252.896, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 42, + "ty": 4, + "nm": "Calque de forme 7", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [302.259, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 43, + "ty": 4, + "nm": "Calque de forme 5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [497.741, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "L", + "size": 21, + "style": "Bold", + "w": 56.75, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.247, 0], + [52.257, 0], + [52.257, -12.529], + [21.443, -12.529], + [21.443, -71.875], + [6.247, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "L", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "L", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 21, + "style": "Bold", + "w": 61.26, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.247, 0], + [54.819, 0], + [54.819, -12.529], + [21.443, -12.529], + [21.443, -29.691], + [52.187, -29.691], + [52.187, -42.22], + [21.443, -42.22], + [21.443, -59.346], + [54.678, -59.346], + [54.678, -71.875], + [6.247, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 21, + "style": "Bold", + "w": 72.73, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.689, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.391], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [31.726, 0], + [66.891, -36.008], + [31.937, -71.875], + [6.247, -71.875], + [6.247, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -15.968], + [13.512, 0] + ], + "o": [ + [0, 0], + [0, 0], + [13.477, 0], + [0, 16.039], + [0, 0] + ], + "v": [ + [21.443, -13.02], + [21.443, -58.855], + [31.129, -58.855], + [51.73, -36.008], + [31.094, -13.02] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "G", + "size": 21, + "style": "Bold", + "w": 76.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.93, -6.738], + [0, 0], + [16.249, 0], + [0, -23.303], + [-20.25, 0], + [0, 18.916], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [10.107, 0], + [0, 15.021], + [-10.985, 0] + ], + "o": [ + [0, 0], + [-1.965, -14.214], + [-18.987, 0], + [0, 22.742], + [18.144, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.211, 8.914], + [-11.406, 0], + [0, -14.951], + [7.826, 0] + ], + "v": [ + [53.906, -48.642], + [69.348, -48.642], + [38.605, -72.858], + [4.984, -35.867], + [38.921, 0.983], + [70.015, -29.41], + [70.015, -38.464], + [39.938, -38.464], + [39.938, -27.023], + [55.38, -27.023], + [38.991, -12.459], + [20.39, -36.008], + [38.85, -59.416] + ], + "c": true + }, + "ix": 2 + }, + "nm": "G", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "G", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 21, + "style": "Bold", + "w": 65.62, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.827], + [16.319, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [8.177, -3.51], + [0, -14.284], + [0, 0], + [0, 0] + ], + "v": [ + [6.247, 0], + [21.443, 0], + [21.443, -25.479], + [32.533, -25.479], + [46.15, 0], + [62.926, 0], + [47.659, -27.936], + [60.364, -48.396], + [34.604, -71.875], + [6.247, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.159], + [8.704, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.774, 0], + [0, 7.124], + [0, 0] + ], + "v": [ + [21.443, -37.692], + [21.443, -59.451], + [31.691, -59.451], + [44.711, -48.396], + [31.761, -37.692] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 21, + "style": "Bold", + "w": 23.19, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "M", + "size": 21, + "style": "Bold", + "w": 92.4, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.247, -71.875], + [6.247, 0], + [20.987, 0], + [20.987, -46.957], + [21.584, -46.957], + [40.184, -0.351], + [50.221, -0.351], + [68.822, -46.782], + [69.418, -46.782], + [69.418, 0], + [84.158, 0], + [84.158, -71.875], + [65.417, -71.875], + [45.624, -23.584], + [44.781, -23.584], + [24.988, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "M", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "M", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "A", + "size": 21, + "style": "Bold", + "w": 74.79, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [18.636, 0], + [23.97, -16.389], + [49.905, -16.389], + [55.24, 0], + [71.524, 0], + [46.747, -71.875], + [27.164, -71.875], + [2.351, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [27.831, -28.252], + [36.674, -55.45], + [37.236, -55.45], + [46.08, -28.252] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 21, + "style": "Bold", + "w": 73.51, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.365, -71.875], + [51.239, -71.875], + [51.239, -26.672], + [50.607, -26.672], + [19.583, -71.875], + [6.247, -71.875], + [6.247, 0], + [21.443, 0], + [21.443, -45.238], + [21.97, -45.238], + [53.239, 0], + [66.365, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "A", + "size": 14, + "style": "Medium", + "w": 69.99, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [13.968, 0], + [20.566, -19.022], + [48.642, -19.022], + [55.205, 0], + [66.716, 0], + [40.851, -71.875], + [28.322, -71.875], + [2.457, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [23.724, -28.146], + [34.323, -58.82], + [34.885, -58.82], + [45.483, -28.146] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "l", + "size": 14, + "style": "Medium", + "w": 24.89, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.548, -71.875], + [7.054, -71.875], + [7.054, 0], + [17.548, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "l", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "l", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 14, + "style": "Medium", + "w": 60.23, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.196, 0], + [0, 16.67], + [15.196, 0], + [0, -16.776] + ], + "o": [ + [15.196, 0], + [0, -16.776], + [-15.196, 0], + [0, 16.67] + ], + "v": [ + [29.761, 1.088], + [54.889, -26.707], + [29.761, -54.608], + [4.633, -26.707] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [9.862, 0], + [0, 10.353], + [-9.932, 0], + [0, -10.318] + ], + "o": [ + [-9.932, 0], + [0, -10.318], + [9.862, 0], + [0, 10.353] + ], + "v": [ + [29.796, -7.721], + [15.231, -26.743], + [29.796, -45.834], + [44.29, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "w", + "size": 14, + "style": "Medium", + "w": 82.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [18.741, 0], + [29.41, 0], + [40.359, -38.921], + [41.167, -38.921], + [52.116, 0], + [62.82, 0], + [78.648, -53.906], + [67.804, -53.906], + [57.31, -14.494], + [56.784, -14.494], + [46.255, -53.906], + [35.411, -53.906], + [24.812, -14.319], + [24.286, -14.319], + [13.722, -53.906], + [2.878, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "w", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "w", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 14, + "style": "Medium", + "w": 26.49, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "L", + "size": 14, + "style": "Medium", + "w": 56.43, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [51.309, 0], + [51.309, -9.335], + [18.741, -9.335], + [18.741, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "L", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "L", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 14, + "style": "Medium", + "w": 58.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.898, 0], + [-2.386, 8.774], + [0, 0], + [5.966, 0], + [0.281, 10.388], + [0, 0], + [0, 0], + [12.213, 0], + [0, -16.565] + ], + "o": [ + [11.757, 0], + [0, 0], + [-1.895, 5.089], + [-8.984, 0], + [0, 0], + [0, 0], + [0, -19.478], + [-15.021, 0], + [0, 16.74] + ], + "v": [ + [30.287, 1.088], + [52.748, -13.477], + [42.816, -15.266], + [30.392, -7.581], + [15.091, -23.795], + [53.415, -23.795], + [53.415, -27.515], + [29.55, -54.608], + [4.633, -26.602] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-8.528, 0], + [-0.035, -8.247] + ], + "o": [ + [0.421, -7.651], + [8.142, 0], + [0, 0] + ], + "v": [ + [15.126, -31.656], + [29.62, -45.94], + [43.132, -31.656] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "d", + "size": 14, + "style": "Medium", + "w": 62.57, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.091, 0], + [-1.895, 3.439], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [10.037, 0], + [0, -17.477] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.895, -3.334], + [-13.02, 0], + [0, 17.442] + ], + "v": [ + [27.234, 1.053], + [42.816, -8.388], + [43.694, -8.388], + [43.694, 0], + [53.941, 0], + [53.941, -71.875], + [43.448, -71.875], + [43.448, -45.168], + [42.816, -45.168], + [27.304, -54.608], + [4.703, -26.848] + ], + "c": true + }, + "ix": 2 + }, + "nm": "d", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [9.055, 0], + [0, 10.809], + [-9.476, 0], + [0, -11.266] + ], + "o": [ + [-9.37, 0], + [0, -10.704], + [9.16, 0], + [0, 11.336] + ], + "v": [ + [29.55, -7.896], + [15.302, -26.953], + [29.55, -45.694], + [43.623, -26.953] + ], + "c": true + }, + "ix": 2 + }, + "nm": "d", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "d", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "g", + "size": 14, + "style": "Medium", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-12.88, 0], + [0, 13.757], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [10.037, 0], + [0, -17.162], + [-12.74, 0], + [-1.895, 3.439], + [0, 0], + [0, 0], + [7.967, 0], + [1.86, 2.983], + [0, 0] + ], + "o": [ + [13.722, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-1.86, -3.334], + [-13.02, 0], + [0, 17.197], + [9.897, 0], + [0, 0], + [0, 0], + [0, 8.318], + [-8.739, 0], + [0, 0], + [2.843, 6.493] + ], + "v": [ + [29.655, 21.233], + [53.976, 1.193], + [53.976, -53.906], + [43.694, -53.906], + [43.694, -45.168], + [42.921, -45.168], + [27.304, -54.608], + [4.703, -27.164], + [27.234, -0.807], + [42.851, -9.827], + [43.518, -9.827], + [43.518, 0.772], + [29.761, 12.775], + [15.758, 5.405], + [6.738, 9.125] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [9.055, 0], + [0, 10.599], + [-9.476, 0], + [0, -10.915] + ], + "o": [ + [-9.37, 0], + [0, -10.353], + [9.16, 0], + [0, 11.125] + ], + "v": [ + [29.55, -9.511], + [15.302, -27.304], + [29.55, -45.694], + [43.623, -27.304] + ], + "c": true + }, + "ix": 2 + }, + "nm": "g", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "g", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 14, + "style": "Medium", + "w": 39.84, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-7.265, 0], + [-1.263, -0.632], + [0, 0], + [2.948, 0], + [1.965, -5.791], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -7.019], + [2.036, 0], + [0, 0], + [-1.79, -1.193], + [-6.387, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 0], + [17.548, 0], + [17.548, -32.919], + [30.252, -45.027], + [35.13, -43.974], + [38.499, -52.748], + [31.445, -54.713], + [17.758, -45.343], + [17.197, -45.343], + [17.197, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "a", + "size": 14, + "style": "Medium", + "w": 56.92, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-10.248, 0], + [-2, 4.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [8.563, 0], + [3.51, -9.827], + [0, 0], + [-7.054, 0], + [0, -6.107], + [0, 0], + [9.686, -1.123], + [0, -12.248] + ], + "o": [ + [8.914, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -15.688], + [-9.756, 0], + [0, 0], + [1.544, -3.825], + [6.773, 0], + [0, 0], + [0, 3.825], + [-10.213, 1.193], + [0, 10.599] + ], + "v": [ + [22.742, 1.193], + [38.675, -7.37], + [39.096, -7.37], + [39.096, 0], + [49.344, 0], + [49.344, -35.797], + [28.427, -54.608], + [6.177, -40.851], + [16.039, -38.605], + [28.568, -46.115], + [38.815, -36.464], + [38.815, -36.218], + [25.198, -31.34], + [4.527, -15.231] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.739, 0], + [0, 5.194], + [-6.071, 0.807], + [-1.509, 1.509], + [0, 0] + ], + "o": [ + [-5.931, 0], + [0, -5.615], + [3.404, -0.456], + [0, 0], + [0, 6.387] + ], + "v": [ + [25.023, -7.23], + [14.81, -15.091], + [25.865, -23.514], + [38.85, -26.392], + [38.85, -19.443] + ], + "c": true + }, + "ix": 2 + }, + "nm": "a", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "a", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "p", + "size": 14, + "style": "Medium", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.827, 0], + [0, 17.442], + [13.02, 0], + [1.86, -3.334], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [1.895, 3.439], + [13.055, 0], + [0, -17.477], + [-10.002, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 20.215], + [17.548, 20.215], + [17.548, -8.388], + [18.179, -8.388], + [33.762, 1.053], + [56.293, -26.848], + [33.656, -54.608], + [18.179, -45.168], + [17.302, -45.168], + [17.302, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 11.336], + [-9.16, 0], + [0, -10.704], + [9.37, 0] + ], + "o": [ + [0, -11.266], + [9.511, 0], + [0, 10.809], + [-9.019, 0] + ], + "v": [ + [17.337, -26.953], + [31.41, -45.694], + [45.694, -26.953], + [31.41, -7.896] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "p", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 14, + "style": "Medium", + "w": 37.18, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-8.282, 0.175], + [-1.228, 0.456], + [0, 0], + [1.685, 0], + [0, 6.071], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.035, 9.792], + [3.334, -0.035], + [0, 0], + [-0.702, 0.14], + [-3.404, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.217, -53.906], + [21.162, -53.906], + [21.162, -66.821], + [10.669, -66.821], + [10.669, -53.906], + [2.773, -53.906], + [2.773, -45.483], + [10.669, -45.483], + [10.669, -13.652], + [26.392, 0.702], + [33.2, -0.421], + [31.305, -9.09], + [27.62, -8.633], + [21.162, -15.828], + [21.162, -45.483], + [32.217, -45.483] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "m", + "size": 14, + "style": "Medium", + "w": 88.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-5.966, 0], + [0, -5.861], + [0, 0], + [0, 0], + [0, 0], + [-6.844, 0], + [0, -7.3], + [0, 0], + [0, 0], + [0, 0], + [9.756, 0], + [2.597, -5.756], + [0, 0], + [7.195, 0], + [2.246, -5.931], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -7.265], + [5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -6.493], + [5.545, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -12.318], + [-7.756, 0], + [0, 0], + [-2.351, -5.896], + [-7.124, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 0], + [17.548, 0], + [17.548, -33.235], + [28.603, -45.554], + [38.464, -35.832], + [38.464, 0], + [48.923, 0], + [48.923, -34.358], + [59.732, -45.554], + [69.839, -35.165], + [69.839, 0], + [80.333, 0], + [80.333, -36.148], + [63.698, -54.608], + [47.519, -45.132], + [46.957, -45.132], + [32.463, -54.608], + [17.793, -45.132], + [17.126, -45.132], + [17.126, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "m", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "m", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 14, + "style": "Medium", + "w": 59.73, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.3, 0], + [0, -7.826], + [0, 0], + [0, 0], + [0, 0], + [11.02, 0], + [2.492, -5.721], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -8.598], + [7.124, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -13.336], + [-8.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [17.548, -32.007], + [30.112, -45.518], + [41.553, -33.025], + [41.553, 0], + [52.046, 0], + [52.046, -34.288], + [33.691, -54.608], + [17.793, -45.132], + [17.126, -45.132], + [17.126, -53.906], + [7.054, -53.906], + [7.054, 0], + [17.548, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 14, + "style": "Medium", + "w": 56.64, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.264, 0], + [-3.053, 8.388], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.791, 1.544], + [0, 0] + ], + "o": [ + [8.704, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.632, 7.019], + [0, 0], + [1.123, 0.526] + ], + "v": [ + [13.301, 20.952], + [30.708, 7.861], + [53.169, -53.906], + [41.904, -53.906], + [28.252, -12.073], + [27.69, -12.073], + [14.038, -53.906], + [2.808, -53.906], + [22.531, 0.702], + [20.987, 4.948], + [8.809, 11.02], + [6.282, 19.724] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 14, + "style": "Medium", + "w": 59.45, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.896, 0], + [0, 7.335], + [0, 0], + [0, 0], + [0, 0], + [-10.353, 0], + [-2.492, 5.756], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0.035, 9.16], + [-6.493, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.371], + [8.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [41.202, -22.356], + [28.532, -8.844], + [17.548, -20.882], + [17.548, -53.906], + [7.054, -53.906], + [7.054, -19.618], + [24.742, 0.702], + [40.851, -9.335], + [41.412, -9.335], + [41.412, 0], + [51.73, 0], + [51.73, -53.906], + [41.202, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { "ch": "\r", "size": 14, "style": "Medium", "w": 0, "fFamily": "Inter" }, + { + "ch": "i", + "size": 14, + "style": "Medium", + "w": 24.89, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.054, 0], + [17.548, 0], + [17.548, -53.906], + [7.054, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.65, 0], + [0, 3.439], + [3.615, 0], + [0, -3.439] + ], + "o": [ + [3.615, 0], + [0, -3.439], + [-3.65, 0], + [0, 3.439] + ], + "v": [ + [12.354, -62.224], + [18.987, -68.471], + [12.354, -74.753], + [5.721, -68.471] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 14, + "style": "Medium", + "w": 56.78, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.652, 0], + [-1.158, 10.493], + [0, 0], + [6.001, 0], + [0, 11.757], + [-8.774, 0], + [-1.123, -5.054], + [0, 0], + [12.248, 0], + [0, -16.46] + ], + "o": [ + [12.74, 0], + [0, 0], + [-1.334, 5.826], + [-8.879, 0], + [0, -11.546], + [6.668, 0], + [0, 0], + [-1.123, -10.88], + [-15.196, 0], + [0, 16.249] + ], + "v": [ + [29.761, 1.088], + [51.906, -17.056], + [41.693, -17.056], + [29.831, -7.791], + [15.231, -26.953], + [29.831, -45.764], + [41.693, -36.499], + [51.906, -36.499], + [29.655, -54.608], + [4.633, -26.707] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "s", + "size": 14, + "style": "Medium", + "w": 53.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [11.652, 0], + [0, -9.546], + [-10.107, -2.246], + [0, 0], + [0, -3.369], + [6.879, 0], + [1.263, 5.299], + [0, 0], + [-12.108, 0], + [0, 9.756], + [9.897, 2.281], + [0, 0], + [-0.035, 3.65], + [-5.966, 0], + [-1.228, -3.615] + ], + "o": [ + [-2.176, -8.388], + [-12.178, 0], + [0, 7.651], + [0, 0], + [5.194, 1.158], + [0, 4.176], + [-6.282, 0], + [0, 0], + [1.755, 9.546], + [13.02, 0], + [0, -7.616], + [0, 0], + [-5.931, -1.404], + [-0.035, -4.141], + [6.528, 0], + [0, 0] + ], + "v": [ + [47.449, -40.746], + [27.058, -54.608], + [6.247, -38.64], + [20.987, -23.654], + [30.112, -21.654], + [37.727, -14.81], + [26.392, -7.37], + [14.81, -15.372], + [4.668, -13.828], + [26.462, 1.088], + [48.502, -15.582], + [33.762, -30.182], + [25.198, -32.147], + [16.74, -39.201], + [27.164, -46.291], + [37.938, -39.061] + ], + "c": true + }, + "ix": 2 + }, + "nm": "s", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "s", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "v", + "size": 14, + "style": "Medium", + "w": 56.64, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [53.169, -53.906], + [41.904, -53.906], + [28.287, -12.424], + [27.725, -12.424], + [14.073, -53.906], + [2.808, -53.906], + [22.391, 0], + [33.621, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "v", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "v", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "?", + "size": 14, + "style": "Medium", + "w": 52.56, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-5.966, 3.685], + [0, 7.896], + [12.88, 0], + [0.456, -12.634], + [0, 0], + [-5.37, 0], + [0, -6.212], + [4.176, -2.597], + [0.07, -13.02] + ], + "o": [ + [0, 0], + [0, 0], + [0.14, -8.072], + [6.282, -3.79], + [0, -11.406], + [-11.827, 0], + [0, 0], + [0.421, -7.44], + [5.966, 0], + [0, 5.229], + [-6.528, 4.001], + [0, 0] + ], + "v": [ + [18.53, -20.671], + [28.568, -20.671], + [28.568, -21.338], + [36.99, -36.71], + [47.133, -53.731], + [25.62, -72.858], + [3.86, -53.31], + [14.529, -53.31], + [25.62, -64.014], + [36.429, -53.836], + [28.989, -42.325], + [18.53, -21.338] + ], + "c": true + }, + "ix": 2 + }, + "nm": "?", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.86, 0], + [0, 3.896], + [3.825, 0], + [0, -3.825] + ], + "o": [ + [3.825, 0], + [0, -3.825], + [-3.86, 0], + [0, 3.896] + ], + "v": [ + [23.83, 0.667], + [30.849, -6.352], + [23.83, -13.336], + [16.811, -6.352] + ], + "c": true + }, + "ix": 2 + }, + "nm": "?", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "?", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 12, + "style": "Medium", + "w": 74.68, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [65.909, -71.875], + [55.17, -71.875], + [55.17, -19.092], + [54.503, -19.092], + [17.934, -71.875], + [7.896, -71.875], + [7.896, 0], + [18.741, 0], + [18.741, -52.713], + [19.408, -52.713], + [55.942, 0], + [65.909, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 21, + "style": "Extra Bold", + "w": 65.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 14.915], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.46, 0], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -22.321], + [34.604, -22.321], + [61.346, -46.992], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.633], + [0, 0] + ], + "v": [ + [22.812, -36.008], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -46.992], + [31.375, -36.008] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 21, + "style": "Extra Bold", + "w": 28.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [22.812, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 21, + "style": "Extra Bold", + "w": 72.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.611, -71.875], + [49.274, -71.875], + [49.274, -30.463], + [48.677, -30.463], + [20.39, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0], + [22.812, -41.483], + [23.268, -41.483], + [51.871, 0], + [66.611, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 21, + "style": "Extra Bold", + "w": 21.52, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 21, + "style": "Extra Bold", + "w": 66.19, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.932], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [7.896, -3.58], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -24.602], + [31.726, -24.602], + [44.852, 0], + [63.803, 0], + [48.888, -27.374], + [61.346, -47.94], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.668], + [0, 0] + ], + "v": [ + [22.812, -38.289], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -47.94], + [31.375, -38.289] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 21, + "style": "Extra Bold", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [55.556, 0], + [55.556, -14.108], + [22.812, -14.108], + [22.812, -28.883], + [52.994, -28.883], + [52.994, -43.027], + [22.812, -43.027], + [22.812, -57.767], + [55.556, -57.767], + [55.556, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "Q", + "size": 21, + "style": "Extra Bold", + "w": 78.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 12.599], + [19.302, 0], + [0, -23.759], + [-19.373, 0], + [-3.86, 1.369], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -23.759], + [-19.373, 0], + [0, 23.654], + [4.457, 0], + [0, 0], + [0, 0], + [0, 0], + [6.844, -6.282] + ], + "v": [ + [73.279, -35.938], + [38.956, -72.858], + [4.668, -35.938], + [38.956, 0.983], + [51.485, -1.088], + [57.065, 5.615], + [72.787, 5.615], + [62.189, -7.44] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.877, 0], + [0, 14.073], + [-10.353, 0], + [0, -14.073], + [2.702, -3.65], + [0, 0] + ], + "o": [ + [0, 0], + [-0.842, 0.105], + [-10.353, 0], + [0, -14.073], + [10.388, 0], + [0, 6.808], + [0, 0], + [0, 0] + ], + "v": [ + [32.919, -25.83], + [41.553, -14.424], + [38.956, -14.249], + [22.391, -35.938], + [38.956, -57.626], + [55.521, -35.938], + [51.379, -20.18], + [46.957, -25.83] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Q", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 21, + "style": "Extra Bold", + "w": 72.55, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [7.861, 0], + [0, 6.493], + [0, 0], + [0, 0], + [0, 0], + [-18.214, 0], + [0, 16.354], + [0, 0] + ], + "o": [ + [0, 0], + [0, 6.493], + [-7.791, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.354], + [18.074, 0], + [0, 0], + [0, 0] + ], + "v": [ + [49.028, -71.875], + [49.028, -25.058], + [35.867, -14.389], + [22.812, -25.058], + [22.812, -71.875], + [5.44, -71.875], + [5.44, -24.391], + [35.867, 0.912], + [66.26, -24.391], + [66.26, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 21, + "style": "Extra Bold", + "w": 73.01, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.935, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.426], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.007, 0], + [67.488, -35.973], + [31.972, -71.875], + [5.44, -71.875], + [5.44, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -15.477], + [12.108, 0] + ], + "o": [ + [0, 0], + [0, 0], + [12.354, 0], + [0, 15.547], + [0, 0] + ], + "v": [ + [22.812, -14.81], + [22.812, -57.065], + [31.094, -57.065], + [50.081, -35.973], + [31.34, -14.81] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 16, + "style": "Semi Bold", + "w": 60.76, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [54.117, 0], + [54.117, -10.915], + [20.11, -10.915], + [20.11, -30.533], + [51.414, -30.533], + [51.414, -41.447], + [20.11, -41.447], + [20.11, -60.96], + [53.836, -60.96], + [53.836, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 16, + "style": "Semi Bold", + "w": 60.97, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-6.703, 0], + [0, -7.195], + [0, 0], + [0, 0], + [0, 0], + [11.125, 0], + [2.457, -6.001], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -7.791], + [6.563, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -12.915], + [-8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [19.232, -31.586], + [30.638, -43.869], + [41.132, -32.358], + [41.132, 0], + [53.836, 0], + [53.836, -34.323], + [35.376, -54.608], + [19.302, -44.746], + [18.671, -44.746], + [18.671, -53.906], + [6.528, -53.906], + [6.528, 0], + [19.232, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 16, + "style": "Semi Bold", + "w": 38, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.546, 0.281], + [-1.369, 0.456], + [0, 0], + [1.579, 0], + [0, 5.124], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.07, 10.143], + [3.615, -0.105], + [0, 0], + [-0.702, 0.175], + [-3.194, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.446, -53.906], + [22.812, -53.906], + [22.812, -66.821], + [10.107, -66.821], + [10.107, -53.906], + [2.457, -53.906], + [2.457, -44.08], + [10.107, -44.08], + [10.107, -14.108], + [26.953, 0.737], + [34.428, -0.526], + [32.288, -10.458], + [28.568, -9.967], + [22.812, -16.214], + [22.812, -44.08], + [33.446, -44.08] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 16, + "style": "Semi Bold", + "w": 59.27, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.249, 0], + [-2.246, 9.37], + [0, 0], + [5.475, 0], + [0.105, 9.23], + [0, 0], + [0, 0], + [13.266, 0], + [0, -16.635] + ], + "o": [ + [12.564, 0], + [0, 0], + [-1.72, 4.562], + [-8.212, 0], + [0, 0], + [0, 0], + [0, -18.916], + [-15.442, 0], + [0, 16.916] + ], + "v": [ + [30.392, 1.053], + [53.836, -14.459], + [41.974, -15.793], + [30.568, -8.844], + [16.811, -23.479], + [54.362, -23.479], + [54.362, -27.374], + [29.726, -54.608], + [4.211, -26.637] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.581, 0], + [-0.07, -7.335] + ], + "o": [ + [0.386, -6.879], + [7.3, 0], + [0, 0] + ], + "v": [ + [16.846, -32.042], + [29.901, -44.711], + [42.184, -32.042] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 16, + "style": "Semi Bold", + "w": 41.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-6.633, 0], + [-1.369, -0.632], + [0, 0], + [2.913, 0], + [1.965, -6.247], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -6.808], + [2.071, 0], + [0, 0], + [-1.895, -1.193], + [-6.212, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -31.691], + [30.989, -43.307], + [36.008, -42.184], + [39.938, -52.713], + [32.709, -54.678], + [19.408, -44.922], + [18.846, -44.922], + [18.846, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 16, + "style": "Semi Bold", + "w": 24.82, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 16, + "style": "Semi Bold", + "w": 57.6, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.72, 0], + [-3.018, 8.493], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.545, 1.614], + [0, 0] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.386, 5.931], + [0, 0], + [1.439, 0.597] + ], + "v": [ + [13.968, 20.987], + [32.919, 7.019], + [54.678, -53.906], + [41.167, -53.906], + [28.708, -13.196], + [28.146, -13.196], + [15.723, -53.906], + [2.246, -53.906], + [21.794, 1.123], + [20.531, 4.562], + [8.914, 9.37], + [5.966, 19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 16, + "style": "Semi Bold", + "w": 60.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.793, 0], + [0, 16.67], + [15.793, 0], + [0, -16.705] + ], + "o": [ + [15.793, 0], + [0, -16.705], + [-15.793, 0], + [0, 16.67] + ], + "v": [ + [30.042, 1.053], + [55.872, -26.743], + [30.042, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.598, 0], + [0, 9.862], + [-8.739, 0], + [0, -9.862] + ], + "o": [ + [-8.739, 0], + [0, -9.862], + [8.598, 0], + [0, 9.862] + ], + "v": [ + [30.112, -9.125], + [17.091, -26.778], + [30.112, -44.536], + [42.992, -26.778] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 16, + "style": "Semi Bold", + "w": 60.83, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.615, 0], + [0, 6.844], + [0, 0], + [0, 0], + [0, 0], + [-10.599, 0], + [-2.457, 6.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 8.212], + [-6.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 12.95], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [40.886, -22.672], + [29.41, -10.388], + [19.232, -21.548], + [19.232, -53.906], + [6.528, -53.906], + [6.528, -19.583], + [24.496, 0.702], + [40.71, -9.581], + [41.272, -9.581], + [41.272, 0], + [53.59, 0], + [53.59, -53.906], + [40.886, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 16, + "style": "Semi Bold", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.828], + [16.53, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.6, 0], + [0, -13.722], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -24.286], + [33.867, -24.286], + [59.381, -48.08], + [34.042, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.651], + [9.686, 0] + ], + "o": [ + [0, 0], + [0, 0], + [9.756, 0], + [0, 7.651], + [0, 0] + ], + "v": [ + [20.11, -34.99], + [20.11, -60.995], + [32.042, -60.995], + [46.115, -48.08], + [32.112, -34.99] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 16, + "style": "Semi Bold", + "w": 27.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.11, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 16, + "style": "Semi Bold", + "w": 74.08, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.154, -71.875], + [53.204, -71.875], + [53.204, -22.882], + [52.573, -22.882], + [18.741, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0], + [20.11, -48.958], + [20.706, -48.958], + [54.573, 0], + [66.154, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 16, + "style": "Semi Bold", + "w": 57.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.109, 0], + [-0.912, 11.441], + [0, 0], + [5.58, 0], + [0, 11.02], + [-7.826, 0], + [-0.983, -5.194], + [0, 0], + [13.161, 0], + [0, -16.46] + ], + "o": [ + [13.547, 0], + [0, 0], + [-1.088, 5.791], + [-7.932, 0], + [0, -10.88], + [6.107, 0], + [0, 0], + [-0.877, -11.687], + [-15.793, 0], + [0, 16.319] + ], + "v": [ + [30.042, 1.053], + [53.134, -18.425], + [40.991, -18.425], + [30.147, -9.3], + [17.091, -26.953], + [30.147, -44.36], + [40.991, -35.236], + [53.134, -35.236], + [29.971, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "i", + "size": 16, + "style": "Semi Bold", + "w": 26.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.071, 0], + [0, 3.79], + [4.036, 0], + [0, -3.825] + ], + "o": [ + [4.036, 0], + [0, -3.825], + [-4.071, 0], + [0, 3.79] + ], + "v": [ + [12.915, -61.557], + [20.25, -68.436], + [12.915, -75.349], + [5.545, -68.436] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "x", + "size": 16, + "style": "Extra Bold", + "w": 58.52, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.039, -53.906], + [2.632, -53.906], + [17.513, -26.953], + [1.86, 0], + [19.267, 0], + [28.918, -17.899], + [38.815, 0], + [55.977, 0], + [40.359, -26.953], + [55.415, -53.906], + [38.113, -53.906], + [28.918, -36.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "x", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "x", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "1", + "size": 22, + "style": "Semi Bold", + "w": 46.34, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.897, 0], + [0, 0], + [-1.404, 2.211], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-0.281, 3.159], + [0, 0], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.902, -71.875], + [21.408, -71.875], + [5.405, -60.434], + [5.405, -49.905], + [20.25, -55.24], + [20.847, -55.24], + [20.847, 0], + [33.902, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "1", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "2", + "size": 22, + "style": "Semi Bold", + "w": 62.14, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 8.107], + [14.459, 0], + [0, -13.652], + [0, 0], + [-7.159, 0], + [0, -6.773], + [7.089, -7.195], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [13.968, -13.406], + [0, -12.038], + [-14.249, 0], + [0, 0], + [0, -7.335], + [6.844, 0], + [0, 6.001], + [0, 0], + [0, 0] + ], + "v": [ + [6.387, 0], + [55.661, 0], + [55.661, -10.88], + [24.356, -10.88], + [24.356, -11.371], + [36.745, -23.97], + [54.573, -52.011], + [30.322, -72.858], + [5.966, -50.362], + [18.355, -50.362], + [30.147, -62.294], + [42.079, -51.344], + [31.34, -33.867], + [6.387, -9.406] + ], + "c": true + }, + "ix": 2 + }, + "nm": "2", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "3", + "size": 22, + "style": "Semi Bold", + "w": 65.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.161, 0], + [0.035, 12.143], + [10.072, 1.439], + [0, 0], + [0.035, 8.072], + [14.354, 0], + [0.281, -12.038], + [0, 0], + [-6.633, 0], + [0.035, -6.036], + [7.44, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -6.493], + [7.686, 0], + [0.316, 5.861], + [0, 0] + ], + "o": [ + [15.372, 0], + [0.035, -8.984], + [0, 0], + [7.791, -1.685], + [0.035, -10.95], + [-13.968, 0], + [0, 0], + [0.211, -6.036], + [6.703, 0], + [0.035, 6.282], + [0, 0], + [0, 0], + [0, 0], + [9.09, 0], + [0.035, 6.352], + [-7.23, 0], + [0, 0], + [0.351, 12.143] + ], + "v": [ + [32.182, 0.983], + [58.714, -19.969], + [43.062, -36.85], + [43.062, -37.411], + [56.047, -52.959], + [32.393, -72.858], + [7.335, -52.502], + [19.864, -52.502], + [32.323, -62.294], + [43.448, -52.187], + [30.849, -41.728], + [24.496, -41.728], + [24.496, -31.691], + [30.849, -31.691], + [45.308, -20.636], + [32.147, -9.932], + [19.022, -19.548], + [5.826, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "3", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "4", + "size": 22, + "style": "Semi Bold", + "w": 66.58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.089, -13.336], + [39.377, -13.336], + [39.377, 0], + [51.801, 0], + [51.801, -13.336], + [60.995, -13.336], + [60.995, -24.04], + [51.801, -24.04], + [51.801, -71.875], + [35.587, -71.875], + [5.089, -23.689] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [39.517, -24.04], + [18.425, -24.04], + [18.425, -24.602], + [38.956, -57.135], + [39.517, -57.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "4", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "5", + "size": 22, + "style": "Semi Bold", + "w": 63.25, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-14.038, 0], + [0, 14.284], + [13.055, 0], + [2.667, -3.159], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-4.317, -0.035], + [0.035, -8.142], + [7.686, 0], + [0.456, 5.896], + [0, 0] + ], + "o": [ + [15.196, 0], + [0, -13.828], + [-5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [2.422, -2.667], + [7.896, 0.035], + [0.035, 8.037], + [-6.493, 0], + [0, 0], + [0.351, 11.932] + ], + "v": [ + [31.375, 0.983], + [57.17, -23.619], + [34.499, -47.414], + [20.847, -41.939], + [20.425, -41.939], + [22.496, -60.995], + [53.415, -60.995], + [53.415, -71.875], + [11.722, -71.875], + [7.967, -34.814], + [19.724, -32.884], + [31.024, -37.306], + [44.571, -23.303], + [31.375, -9.546], + [19.197, -19.548], + [6.563, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "5", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "6", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.792, -0.07], + [0.035, 14.214], + [12.599, 0], + [3.439, -6.177], + [0, 0], + [-9.967, 0], + [-1.334, -5.685], + [0, 0], + [13.582, 0], + [0, -24.777] + ], + "o": [ + [15.512, 0.105], + [0.035, -13.582], + [-7.721, 0], + [0, 0], + [0.035, -15.337], + [6.177, 0], + [0, 0], + [-1.544, -11.792], + [-17.267, 0], + [0, 26.357] + ], + "v": [ + [32.709, 0.983], + [58.609, -23.795], + [36.359, -47.203], + [18.39, -37.271], + [17.899, -37.271], + [33.446, -61.803], + [45.132, -52.502], + [57.942, -52.502], + [33.446, -73.068], + [5.264, -33.902] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [7.616, 0], + [0.035, 7.51], + [-7.616, 0], + [0.035, -7.721] + ], + "o": [ + [-7.686, 0], + [0.07, -7.545], + [7.616, 0], + [0.035, 7.861] + ], + "v": [ + [32.639, -9.546], + [19.302, -23.409], + [32.814, -37.271], + [45.975, -23.514] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "6", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "7", + "size": 22, + "style": "Semi Bold", + "w": 60.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [9.019, 0], + [22.531, 0], + [53.064, -60.75], + [53.064, -71.875], + [4.106, -71.875], + [4.106, -60.995], + [39.587, -60.995], + [39.587, -60.504] + ], + "c": true + }, + "ix": 2 + }, + "nm": "7", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "0", + "size": 22, + "style": "Semi Bold", + "w": 66.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-17.337, 0], + [0, 23.584], + [17.267, 0], + [0.035, -23.479] + ], + "o": [ + [17.337, 0.035], + [0, -23.444], + [-17.267, 0], + [0, 23.549] + ], + "v": [ + [32.954, 1.369], + [60.645, -35.867], + [32.954, -72.858], + [5.264, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.984, 0], + [-0.035, 17.267], + [-8.914, 0], + [-0.035, -17.126] + ], + "o": [ + [-8.949, 0], + [0.035, -17.126], + [8.949, 0], + [0, 17.267] + ], + "v": [ + [32.954, -9.616], + [18.425, -35.867], + [32.954, -62.013], + [47.519, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "0", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "9", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [13.792, 0.105], + [0, -14.178], + [-12.599, 0], + [-3.474, 6.177], + [0, 0], + [9.932, 0], + [1.299, 5.721], + [0, 0], + [-13.617, 0], + [-0.035, 24.742] + ], + "o": [ + [-15.582, -0.07], + [0, 13.617], + [7.756, 0], + [0, 0], + [-0.035, 15.372], + [-6.212, 0], + [0, 0], + [1.474, 11.897], + [17.232, 0], + [-0.035, -26.357] + ], + "v": [ + [31.34, -73.068], + [5.405, -48.291], + [27.69, -24.883], + [45.659, -34.814], + [46.15, -34.814], + [30.603, -10.283], + [18.916, -19.583], + [6.107, -19.583], + [30.603, 0.983], + [58.784, -38.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-7.616, 0], + [0, -7.51], + [7.581, 0], + [0, 7.756] + ], + "o": [ + [7.686, 0], + [0, 7.475], + [-7.651, 0], + [0, -7.826] + ], + "v": [ + [31.375, -62.54], + [44.711, -48.642], + [31.235, -34.779], + [18.039, -48.572] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "9", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 16, + "style": "Semi Bold", + "w": 74.36, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.933, 0], + [0, -23.233], + [-18.951, 0], + [-2, 13.722], + [0, 0], + [8.598, 0], + [0, 16.495], + [-11.757, 0], + [-1.509, -8.598] + ], + "o": [ + [-2.211, -15.968], + [-18.776, 0], + [0, 23.198], + [17.091, 0], + [0, 0], + [-1.649, 8.423], + [-11.652, 0], + [0, -16.214], + [8.739, 0], + [0, 0] + ], + "v": [ + [68.611, -47.624], + [38.184, -72.858], + [5.264, -35.938], + [38.184, 0.983], + [68.611, -23.795], + [55.486, -23.865], + [38.359, -10.704], + [18.355, -35.938], + [38.394, -61.171], + [55.486, -47.624] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 16, + "style": "Semi Bold", + "w": 77.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 23.233], + [18.846, 0], + [0, -23.233], + [-18.881, 0] + ], + "o": [ + [0, -23.233], + [-18.881, 0], + [0, 23.198], + [18.846, 0] + ], + "v": [ + [71.313, -35.938], + [38.289, -72.858], + [5.264, -35.938], + [38.289, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -16.354], + [11.722, 0], + [0, 16.354], + [-11.687, 0] + ], + "o": [ + [0, 16.354], + [-11.687, 0], + [0, -16.354], + [11.722, 0] + ], + "v": [ + [58.223, -35.938], + [38.289, -10.704], + [18.355, -35.938], + [38.289, -61.171] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "T", + "size": 16, + "style": "Semi Bold", + "w": 65.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.931, -60.96], + [26.146, -60.96], + [26.146, 0], + [39.061, 0], + [39.061, -60.96], + [61.276, -60.96], + [61.276, -71.875], + [3.931, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 16, + "style": "Semi Bold", + "w": 73.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.055, 0], + [0, 8.879], + [0, 0], + [0, 0], + [0, 0], + [-16.67, 0], + [0, 16.284], + [0, 0] + ], + "o": [ + [0, 0], + [0, 8.879], + [-9.019, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.284], + [16.6, 0], + [0, 0], + [0, 0] + ], + "v": [ + [52.432, -71.875], + [52.432, -24.672], + [36.253, -10.634], + [20.11, -24.672], + [20.11, -71.875], + [7.089, -71.875], + [7.089, -24.356], + [36.253, 1.088], + [65.417, -24.356], + [65.417, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "●", + "size": 20, + "style": "Bold", + "w": 91.48, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-20.39, 0], + [0.07, 20.461], + [20.531, 0], + [0.07, -20.461] + ], + "o": [ + [20.531, 0], + [-0.07, -20.461], + [-20.39, 0], + [-0.07, 20.461] + ], + "v": [ + [45.203, 1.123], + [82.263, -35.938], + [45.203, -72.998], + [8.142, -35.938] + ], + "c": true + }, + "ix": 2 + }, + "nm": "●", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "●", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 17, + "style": "Medium", + "w": 76.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 22.987], + [18.6, 0], + [0, -22.987], + [-18.671, 0] + ], + "o": [ + [0, -22.987], + [-18.671, 0], + [0, 22.952], + [18.6, 0] + ], + "v": [ + [70.331, -35.938], + [37.973, -72.858], + [5.58, -35.938], + [37.973, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -17.513], + [12.354, 0], + [0, 17.513], + [-12.389, 0] + ], + "o": [ + [0, 17.513], + [-12.389, 0], + [0, -17.513], + [12.354, 0] + ], + "v": [ + [59.592, -35.938], + [37.973, -8.914], + [16.354, -35.938], + [37.973, -62.961] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "W", + "size": 17, + "style": "Medium", + "w": 97.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [21.97, 0], + [32.919, 0], + [48.045, -53.836], + [48.607, -53.836], + [63.733, 0], + [74.648, 0], + [94.617, -71.875], + [83.176, -71.875], + [69.208, -16.179], + [68.541, -16.179], + [53.976, -71.875], + [42.676, -71.875], + [28.111, -16.214], + [27.444, -16.214], + [13.441, -71.875], + [2.036, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "W", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "W", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 17, + "style": "Medium", + "w": 72.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.162, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.356], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [31.165, 0], + [65.733, -36.043], + [31.902, -71.875], + [7.896, -71.875], + [7.896, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -16.951], + [16.389, 0] + ], + "o": [ + [0, 0], + [0, 0], + [15.723, 0], + [0, 17.021], + [0, 0] + ], + "v": [ + [18.741, -9.476], + [18.741, -62.399], + [31.235, -62.399], + [55.064, -36.043], + [30.568, -9.476] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 17, + "style": "Medium", + "w": 60.3, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [53.38, 0], + [53.38, -9.335], + [18.741, -9.335], + [18.741, -31.34], + [50.607, -31.34], + [50.607, -40.64], + [18.741, -40.64], + [18.741, -62.54], + [52.959, -62.54], + [52.959, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "Y", + "size": 17, + "style": "Medium", + "w": 68.47, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [2.351, -71.875], + [28.427, -28.217], + [28.427, 0], + [39.236, 0], + [39.236, -28.217], + [65.312, -71.875], + [52.994, -71.875], + [34.218, -39.201], + [33.446, -39.201], + [14.67, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + } + ] +} diff --git a/src/features/ledger/animations/blue/6OpenApp/data.json b/src/features/ledger/animations/blue/6OpenApp/data.json new file mode 100644 index 000000000..f8d06012a --- /dev/null +++ b/src/features/ledger/animations/blue/6OpenApp/data.json @@ -0,0 +1,9332 @@ +{ + "v": "5.5.8", + "fr": 25, + "ip": 172, + "op": 217, + "w": 800, + "h": 1000, + "nm": "OPEN APP", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Inter-ExtraBold", + "fFamily": "Inter", + "fStyle": "Extra Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-SemiBold", + "fFamily": "Inter", + "fStyle": "Semi Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Bold", + "fFamily": "Inter", + "fStyle": "Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Medium", + "fFamily": "Inter", + "fStyle": "Medium", + "ascent": 72.7279663085938 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "TAP 22", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [301, 283, 0], "ix": 2 }, + "a": { "a": 0, "k": [4, 2, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.667], "y": [0.981, 0.981, 1] }, + "o": { "x": [0.176, 0.176, 0.167], "y": [0.003, 0.003, 25.962] }, + "t": 175, + "s": [0, 0, 100] + }, + { "t": 196, "s": [270, 270, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [43.523, 43.523], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 195, + "s": [100] + }, + { "t": 196, "s": [0] } + ], + "ix": 4 + }, + "w": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.076], "y": [0] }, + "t": 176, + "s": [43] + }, + { "t": 195, "s": [0.1] } + ], + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.268, 1.779], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 175, + "op": 196, + "st": -201, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 5, + "nm": "App", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [300.5, 331.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 14, + "f": "Inter-SemiBold", + "t": "App", + "j": 2, + "tr": 0, + "lh": 16.8, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 4, + "nm": "Calque de forme 17", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [391.112, 423.728, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [63.312, 63.312], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.811765005074, 0.968627989526, 0.992156982422, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.766620710784, 0.766620710784, 0.766620710784, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-90.344, -140.344], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [85.677, 85.677], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 5, + "nm": "DASHBOARD", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.853, 187, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Medium", + "t": "DASHBOARD", + "j": 2, + "tr": 70, + "lh": 24, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "Calque de forme 12", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [226, 104, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [[0, 0]], + "o": [[0, 0]], + "v": [[11.25, 37.25]], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [9.693, 0.235], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [-9.041, 0.235], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, -142.919], + [-157.239, -142.919], + [-157.239, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [175.908, 262.703], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 5, + "nm": "●●●● 4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 167, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 5, + "nm": "●●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 101, + "op": 120, + "st": 52, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 5, + "nm": "●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 82, + "op": 101, + "st": 33, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 5, + "nm": "●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 63, + "op": 82, + "st": 14, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 5, + "nm": "Continue 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 167, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 4, + "nm": "Calque de forme 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 120, + "op": 167, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 5, + "nm": "Continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.11, 334, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONTINUE", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.71, 0.714, 0.722] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 4, + "nm": "Calque de forme 10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [390.939, 508, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.70992120481, 0.711993288526, 0.720281862745, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 5, + "nm": "10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "9", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 5, + "nm": "0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 565, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "0", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 5, + "nm": "9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 5, + "nm": "8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "7", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 5, + "nm": "6 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "6", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 5, + "nm": "5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 5, + "nm": "4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "4", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 5, + "nm": "3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "3", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 5, + "nm": "2 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "2", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 5, + "nm": "1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "1", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 5, + "nm": "x", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [504.25, 562.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-ExtraBold", + "t": "x", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.871, 0.871, 0.871] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 4, + "nm": "Calque de forme 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [403, 520.748, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [103.546, 104.505, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [106.474, 31.101], + [89.815, 31.101], + [83.175, 36.603], + [89.573, 41.866], + [106.474, 41.866] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1.792, -13.582], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [98.424, 134.202], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.870664828431, 0.870664828431, 0.870664828431, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 11", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 10", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 8", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -12.234], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -58.137], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -104.748], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.516, 0.02], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [3.097, 0.496] + ], + "v": [ + [157.013, 7.897], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-156.987, 7.897] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.937913602941, 0.937913602941, 0.937913602941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-1.821, -148.386], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100.829, 100.587], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 5, + "nm": "Enter your PIN to continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 223, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "Enter your PIN to continue", + "j": 0, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.491, 0.496, 0.508] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 4, + "nm": "lock Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [290.555, 204, 0], "ix": 2 }, + "a": { "a": 0, "k": [5.5, 7, 0], "ix": 1 }, + "s": { "a": 0, "k": [243.427, 243.427, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [17.063, 17.063], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.36, 6.839], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.433, 114.433], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.134, 0], + [0, 0], + [0, 1.135], + [0, 0], + [-1.134, 0], + [0, -1.134], + [0, 0] + ], + "o": [ + [0, 0], + [-1.134, 0], + [0, 0], + [0, -1.134], + [1.134, 0], + [0, 0], + [0, 1.135] + ], + "v": [ + [-0.001, 3.721], + [-0.001, 3.721], + [-2.053, 1.667], + [-2.053, -1.667], + [-0.001, -3.721], + [2.053, -1.667], + [2.053, 1.667] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.411, 5.794], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.47, 0], + [0, 0], + [0, 0.47], + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0] + ], + "o": [ + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0], + [0.47, 0], + [0, 0], + [0, 0.47] + ], + "v": [ + [2.936, 2.94], + [-2.936, 2.94], + [-3.788, 2.089], + [-3.788, -2.09], + [-2.936, -2.94], + [2.936, -2.94], + [3.788, -2.09], + [3.788, 2.089] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.494117676978, 0.509803921569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.321, 8.787], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 5, + "nm": "PIN REQUIRED", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 197, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 21, + "f": "Inter-ExtraBold", + "t": "PIN REQUIRED", + "j": 0, + "tr": 0, + "lh": 25.2, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "BLUE Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.297, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 14, + "s": [406, 367, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.481, "y": 1 }, + "o": { "x": 0.478, "y": 0 }, + "t": 16, + "s": [406, 337, 0], + "to": [0, 0, 0], + "ti": [0, -5, 0] + }, + { "t": 20, "s": [406, 367, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [238.5, 300, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-3.59, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.589], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, -4.835], + [-4.835, -1.663], + [1.664, 4.835], + [4.835, 4.835], + [4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [4.835, 4.835], + [4.835, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [20.308, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 3.589], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [-1.663, 4.835], + [4.836, -1.663], + [4.836, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [35.781, 35.78], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [-4.835, -4.835], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.836, 20.308], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, -3.59], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [1.663, -4.835], + [-4.835, 1.664], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 4.835], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [3.589, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -3.59] + ], + "v": [ + [6.073, -12.572], + [-12.572, -12.572], + [-12.572, 12.572], + [12.572, 12.572], + [12.572, -6.072] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [28.044, 12.572], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.989, 304.195], "ix": 2 }, + "a": { "a": 0, "k": [20.308, 20.308], "ix": 1 }, + "s": { "a": 0, "k": [113.405, 113.405], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 46, + "s": [100] + }, + { "t": 47, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "PUCE", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234.408, 300.203], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 219, + "s": [100] + }, + { "t": 220, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.122000002394, 0.122000002394, 0.122000002394, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.004000000393, 0.004000000393, 0.004000000393, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [232, 298], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.383999992819, 0.383999992819, 0.383999992819, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [236, 302], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-8.284, 0], + [0, 0], + [0, -8.284], + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0] + ], + "o": [ + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0], + [-8.284, 0], + [0, 0], + [0, -8.284] + ], + "v": [ + [-205, -285], + [205, -285], + [220, -270], + [220, 270], + [205, 285], + [-205, 285], + [-220, 270], + [-220, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219999994016, 0.219999994016, 0.219999994016, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.568, 0], + [0, 0], + [0, -16.569], + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0] + ], + "o": [ + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0], + [-16.568, 0], + [0, 0], + [0, -16.569] + ], + "v": [ + [-204, -300], + [204, -300], + [234, -270], + [234, 270], + [204, 300], + [-204, 300], + [-234, 270], + [-234, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-9, -30], + [9, -30], + [9, 30], + [-9, 30] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.811999990426, 0.811999990426, 0.811999990426, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [463, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-3, -30], + [3, -30], + [9, -24], + [9, 24], + [3, 30], + [-3, 30], + [-9, 24], + [-9, -24] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [468, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "USB 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.403, "y": 1 }, + "o": { "x": 0.773, "y": 0 }, + "t": 10, + "s": [400, 977.5, 0], + "to": [0, -20.97, 0], + "ti": [0, 5.356, 0] + }, + { + "i": { "x": 0.633, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 16, + "s": [400, 809.5, 0], + "to": [0, -21.333, 0], + "ti": [0, -5.25, 0] + }, + { + "i": { "x": 0.618, "y": 0.618 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 20, + "s": [400, 841, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.123, "y": 1 }, + "o": { "x": 0.905, "y": 0 }, + "t": 216, + "s": [400, 841, 0], + "to": [0, 22.75, 0], + "ti": [0, -22.75, 0] + }, + { "t": 225, "s": [400, 977.5, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [143.5, 19, 0], "ix": 1 }, + "s": { "a": 0, "k": [150.174, 150.174, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 27, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-6.5, -13], + [6.5, -13], + [6.5, 13], + [-6.5, 13] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.709221813725, 0.709221813725, 0.709221813725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [262.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-12.5, -13], + [12.5, -13], + [15.5, -10], + [15.5, 10], + [12.5, 13], + [-12.5, 13], + [-15.5, 10], + [-15.5, -10] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866666726505, 0.866666726505, 0.866666726505, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [271.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "Cable 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { "a": 0, "k": [397.5, 196.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { "a": 0, "k": 0, "ix": 1 }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.219], "y": [1] }, + "o": { "x": [1], "y": [0.361] }, + "t": 0, + "s": [35] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0] }, + "t": 22, + "s": [75] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 216, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 222, + "s": [56.667] + }, + { "t": 225, "s": [50] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 3, + "nm": "Réduire les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 4, + "nm": "Calque de forme 6", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 160, "ix": 10 }, + "p": { "a": 0, "k": [547.104, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "Calque de forme 8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 200, "ix": 10 }, + "p": { "a": 0, "k": [252.896, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 42, + "ty": 4, + "nm": "Calque de forme 7", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [302.259, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 43, + "ty": 4, + "nm": "Calque de forme 5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [497.741, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "P", + "size": 21, + "style": "Extra Bold", + "w": 65.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 14.915], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.46, 0], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -22.321], + [34.604, -22.321], + [61.346, -46.992], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.633], + [0, 0] + ], + "v": [ + [22.812, -36.008], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -46.992], + [31.375, -36.008] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 21, + "style": "Extra Bold", + "w": 28.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [22.812, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 21, + "style": "Extra Bold", + "w": 72.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.611, -71.875], + [49.274, -71.875], + [49.274, -30.463], + [48.677, -30.463], + [20.39, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0], + [22.812, -41.483], + [23.268, -41.483], + [51.871, 0], + [66.611, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 21, + "style": "Extra Bold", + "w": 21.52, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 21, + "style": "Extra Bold", + "w": 66.19, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.932], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [7.896, -3.58], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -24.602], + [31.726, -24.602], + [44.852, 0], + [63.803, 0], + [48.888, -27.374], + [61.346, -47.94], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.668], + [0, 0] + ], + "v": [ + [22.812, -38.289], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -47.94], + [31.375, -38.289] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 21, + "style": "Extra Bold", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [55.556, 0], + [55.556, -14.108], + [22.812, -14.108], + [22.812, -28.883], + [52.994, -28.883], + [52.994, -43.027], + [22.812, -43.027], + [22.812, -57.767], + [55.556, -57.767], + [55.556, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "Q", + "size": 21, + "style": "Extra Bold", + "w": 78.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 12.599], + [19.302, 0], + [0, -23.759], + [-19.373, 0], + [-3.86, 1.369], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -23.759], + [-19.373, 0], + [0, 23.654], + [4.457, 0], + [0, 0], + [0, 0], + [0, 0], + [6.844, -6.282] + ], + "v": [ + [73.279, -35.938], + [38.956, -72.858], + [4.668, -35.938], + [38.956, 0.983], + [51.485, -1.088], + [57.065, 5.615], + [72.787, 5.615], + [62.189, -7.44] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.877, 0], + [0, 14.073], + [-10.353, 0], + [0, -14.073], + [2.702, -3.65], + [0, 0] + ], + "o": [ + [0, 0], + [-0.842, 0.105], + [-10.353, 0], + [0, -14.073], + [10.388, 0], + [0, 6.808], + [0, 0], + [0, 0] + ], + "v": [ + [32.919, -25.83], + [41.553, -14.424], + [38.956, -14.249], + [22.391, -35.938], + [38.956, -57.626], + [55.521, -35.938], + [51.379, -20.18], + [46.957, -25.83] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Q", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 21, + "style": "Extra Bold", + "w": 72.55, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [7.861, 0], + [0, 6.493], + [0, 0], + [0, 0], + [0, 0], + [-18.214, 0], + [0, 16.354], + [0, 0] + ], + "o": [ + [0, 0], + [0, 6.493], + [-7.791, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.354], + [18.074, 0], + [0, 0], + [0, 0] + ], + "v": [ + [49.028, -71.875], + [49.028, -25.058], + [35.867, -14.389], + [22.812, -25.058], + [22.812, -71.875], + [5.44, -71.875], + [5.44, -24.391], + [35.867, 0.912], + [66.26, -24.391], + [66.26, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 21, + "style": "Extra Bold", + "w": 73.01, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.935, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.426], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.007, 0], + [67.488, -35.973], + [31.972, -71.875], + [5.44, -71.875], + [5.44, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -15.477], + [12.108, 0] + ], + "o": [ + [0, 0], + [0, 0], + [12.354, 0], + [0, 15.547], + [0, 0] + ], + "v": [ + [22.812, -14.81], + [22.812, -57.065], + [31.094, -57.065], + [50.081, -35.973], + [31.34, -14.81] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 16, + "style": "Semi Bold", + "w": 60.76, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [54.117, 0], + [54.117, -10.915], + [20.11, -10.915], + [20.11, -30.533], + [51.414, -30.533], + [51.414, -41.447], + [20.11, -41.447], + [20.11, -60.96], + [53.836, -60.96], + [53.836, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 16, + "style": "Semi Bold", + "w": 60.97, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-6.703, 0], + [0, -7.195], + [0, 0], + [0, 0], + [0, 0], + [11.125, 0], + [2.457, -6.001], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -7.791], + [6.563, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -12.915], + [-8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [19.232, -31.586], + [30.638, -43.869], + [41.132, -32.358], + [41.132, 0], + [53.836, 0], + [53.836, -34.323], + [35.376, -54.608], + [19.302, -44.746], + [18.671, -44.746], + [18.671, -53.906], + [6.528, -53.906], + [6.528, 0], + [19.232, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 16, + "style": "Semi Bold", + "w": 38, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.546, 0.281], + [-1.369, 0.456], + [0, 0], + [1.579, 0], + [0, 5.124], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.07, 10.143], + [3.615, -0.105], + [0, 0], + [-0.702, 0.175], + [-3.194, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.446, -53.906], + [22.812, -53.906], + [22.812, -66.821], + [10.107, -66.821], + [10.107, -53.906], + [2.457, -53.906], + [2.457, -44.08], + [10.107, -44.08], + [10.107, -14.108], + [26.953, 0.737], + [34.428, -0.526], + [32.288, -10.458], + [28.568, -9.967], + [22.812, -16.214], + [22.812, -44.08], + [33.446, -44.08] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 16, + "style": "Semi Bold", + "w": 59.27, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.249, 0], + [-2.246, 9.37], + [0, 0], + [5.475, 0], + [0.105, 9.23], + [0, 0], + [0, 0], + [13.266, 0], + [0, -16.635] + ], + "o": [ + [12.564, 0], + [0, 0], + [-1.72, 4.562], + [-8.212, 0], + [0, 0], + [0, 0], + [0, -18.916], + [-15.442, 0], + [0, 16.916] + ], + "v": [ + [30.392, 1.053], + [53.836, -14.459], + [41.974, -15.793], + [30.568, -8.844], + [16.811, -23.479], + [54.362, -23.479], + [54.362, -27.374], + [29.726, -54.608], + [4.211, -26.637] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.581, 0], + [-0.07, -7.335] + ], + "o": [ + [0.386, -6.879], + [7.3, 0], + [0, 0] + ], + "v": [ + [16.846, -32.042], + [29.901, -44.711], + [42.184, -32.042] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 16, + "style": "Semi Bold", + "w": 41.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-6.633, 0], + [-1.369, -0.632], + [0, 0], + [2.913, 0], + [1.965, -6.247], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -6.808], + [2.071, 0], + [0, 0], + [-1.895, -1.193], + [-6.212, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -31.691], + [30.989, -43.307], + [36.008, -42.184], + [39.938, -52.713], + [32.709, -54.678], + [19.408, -44.922], + [18.846, -44.922], + [18.846, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 16, + "style": "Semi Bold", + "w": 24.82, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 16, + "style": "Semi Bold", + "w": 57.6, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.72, 0], + [-3.018, 8.493], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.545, 1.614], + [0, 0] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.386, 5.931], + [0, 0], + [1.439, 0.597] + ], + "v": [ + [13.968, 20.987], + [32.919, 7.019], + [54.678, -53.906], + [41.167, -53.906], + [28.708, -13.196], + [28.146, -13.196], + [15.723, -53.906], + [2.246, -53.906], + [21.794, 1.123], + [20.531, 4.562], + [8.914, 9.37], + [5.966, 19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 16, + "style": "Semi Bold", + "w": 60.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.793, 0], + [0, 16.67], + [15.793, 0], + [0, -16.705] + ], + "o": [ + [15.793, 0], + [0, -16.705], + [-15.793, 0], + [0, 16.67] + ], + "v": [ + [30.042, 1.053], + [55.872, -26.743], + [30.042, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.598, 0], + [0, 9.862], + [-8.739, 0], + [0, -9.862] + ], + "o": [ + [-8.739, 0], + [0, -9.862], + [8.598, 0], + [0, 9.862] + ], + "v": [ + [30.112, -9.125], + [17.091, -26.778], + [30.112, -44.536], + [42.992, -26.778] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 16, + "style": "Semi Bold", + "w": 60.83, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.615, 0], + [0, 6.844], + [0, 0], + [0, 0], + [0, 0], + [-10.599, 0], + [-2.457, 6.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 8.212], + [-6.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 12.95], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [40.886, -22.672], + [29.41, -10.388], + [19.232, -21.548], + [19.232, -53.906], + [6.528, -53.906], + [6.528, -19.583], + [24.496, 0.702], + [40.71, -9.581], + [41.272, -9.581], + [41.272, 0], + [53.59, 0], + [53.59, -53.906], + [40.886, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 16, + "style": "Semi Bold", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.828], + [16.53, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.6, 0], + [0, -13.722], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -24.286], + [33.867, -24.286], + [59.381, -48.08], + [34.042, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.651], + [9.686, 0] + ], + "o": [ + [0, 0], + [0, 0], + [9.756, 0], + [0, 7.651], + [0, 0] + ], + "v": [ + [20.11, -34.99], + [20.11, -60.995], + [32.042, -60.995], + [46.115, -48.08], + [32.112, -34.99] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 16, + "style": "Semi Bold", + "w": 27.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.11, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 16, + "style": "Semi Bold", + "w": 74.08, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.154, -71.875], + [53.204, -71.875], + [53.204, -22.882], + [52.573, -22.882], + [18.741, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0], + [20.11, -48.958], + [20.706, -48.958], + [54.573, 0], + [66.154, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 16, + "style": "Semi Bold", + "w": 57.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.109, 0], + [-0.912, 11.441], + [0, 0], + [5.58, 0], + [0, 11.02], + [-7.826, 0], + [-0.983, -5.194], + [0, 0], + [13.161, 0], + [0, -16.46] + ], + "o": [ + [13.547, 0], + [0, 0], + [-1.088, 5.791], + [-7.932, 0], + [0, -10.88], + [6.107, 0], + [0, 0], + [-0.877, -11.687], + [-15.793, 0], + [0, 16.319] + ], + "v": [ + [30.042, 1.053], + [53.134, -18.425], + [40.991, -18.425], + [30.147, -9.3], + [17.091, -26.953], + [30.147, -44.36], + [40.991, -35.236], + [53.134, -35.236], + [29.971, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "i", + "size": 16, + "style": "Semi Bold", + "w": 26.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.071, 0], + [0, 3.79], + [4.036, 0], + [0, -3.825] + ], + "o": [ + [4.036, 0], + [0, -3.825], + [-4.071, 0], + [0, 3.79] + ], + "v": [ + [12.915, -61.557], + [20.25, -68.436], + [12.915, -75.349], + [5.545, -68.436] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "x", + "size": 16, + "style": "Extra Bold", + "w": 58.52, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.039, -53.906], + [2.632, -53.906], + [17.513, -26.953], + [1.86, 0], + [19.267, 0], + [28.918, -17.899], + [38.815, 0], + [55.977, 0], + [40.359, -26.953], + [55.415, -53.906], + [38.113, -53.906], + [28.918, -36.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "x", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "x", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "1", + "size": 22, + "style": "Semi Bold", + "w": 46.34, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.897, 0], + [0, 0], + [-1.404, 2.211], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-0.281, 3.159], + [0, 0], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.902, -71.875], + [21.408, -71.875], + [5.405, -60.434], + [5.405, -49.905], + [20.25, -55.24], + [20.847, -55.24], + [20.847, 0], + [33.902, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "1", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "2", + "size": 22, + "style": "Semi Bold", + "w": 62.14, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 8.107], + [14.459, 0], + [0, -13.652], + [0, 0], + [-7.159, 0], + [0, -6.773], + [7.089, -7.195], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [13.968, -13.406], + [0, -12.038], + [-14.249, 0], + [0, 0], + [0, -7.335], + [6.844, 0], + [0, 6.001], + [0, 0], + [0, 0] + ], + "v": [ + [6.387, 0], + [55.661, 0], + [55.661, -10.88], + [24.356, -10.88], + [24.356, -11.371], + [36.745, -23.97], + [54.573, -52.011], + [30.322, -72.858], + [5.966, -50.362], + [18.355, -50.362], + [30.147, -62.294], + [42.079, -51.344], + [31.34, -33.867], + [6.387, -9.406] + ], + "c": true + }, + "ix": 2 + }, + "nm": "2", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "3", + "size": 22, + "style": "Semi Bold", + "w": 65.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.161, 0], + [0.035, 12.143], + [10.072, 1.439], + [0, 0], + [0.035, 8.072], + [14.354, 0], + [0.281, -12.038], + [0, 0], + [-6.633, 0], + [0.035, -6.036], + [7.44, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -6.493], + [7.686, 0], + [0.316, 5.861], + [0, 0] + ], + "o": [ + [15.372, 0], + [0.035, -8.984], + [0, 0], + [7.791, -1.685], + [0.035, -10.95], + [-13.968, 0], + [0, 0], + [0.211, -6.036], + [6.703, 0], + [0.035, 6.282], + [0, 0], + [0, 0], + [0, 0], + [9.09, 0], + [0.035, 6.352], + [-7.23, 0], + [0, 0], + [0.351, 12.143] + ], + "v": [ + [32.182, 0.983], + [58.714, -19.969], + [43.062, -36.85], + [43.062, -37.411], + [56.047, -52.959], + [32.393, -72.858], + [7.335, -52.502], + [19.864, -52.502], + [32.323, -62.294], + [43.448, -52.187], + [30.849, -41.728], + [24.496, -41.728], + [24.496, -31.691], + [30.849, -31.691], + [45.308, -20.636], + [32.147, -9.932], + [19.022, -19.548], + [5.826, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "3", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "4", + "size": 22, + "style": "Semi Bold", + "w": 66.58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.089, -13.336], + [39.377, -13.336], + [39.377, 0], + [51.801, 0], + [51.801, -13.336], + [60.995, -13.336], + [60.995, -24.04], + [51.801, -24.04], + [51.801, -71.875], + [35.587, -71.875], + [5.089, -23.689] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [39.517, -24.04], + [18.425, -24.04], + [18.425, -24.602], + [38.956, -57.135], + [39.517, -57.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "4", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "5", + "size": 22, + "style": "Semi Bold", + "w": 63.25, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-14.038, 0], + [0, 14.284], + [13.055, 0], + [2.667, -3.159], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-4.317, -0.035], + [0.035, -8.142], + [7.686, 0], + [0.456, 5.896], + [0, 0] + ], + "o": [ + [15.196, 0], + [0, -13.828], + [-5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [2.422, -2.667], + [7.896, 0.035], + [0.035, 8.037], + [-6.493, 0], + [0, 0], + [0.351, 11.932] + ], + "v": [ + [31.375, 0.983], + [57.17, -23.619], + [34.499, -47.414], + [20.847, -41.939], + [20.425, -41.939], + [22.496, -60.995], + [53.415, -60.995], + [53.415, -71.875], + [11.722, -71.875], + [7.967, -34.814], + [19.724, -32.884], + [31.024, -37.306], + [44.571, -23.303], + [31.375, -9.546], + [19.197, -19.548], + [6.563, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "5", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "6", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.792, -0.07], + [0.035, 14.214], + [12.599, 0], + [3.439, -6.177], + [0, 0], + [-9.967, 0], + [-1.334, -5.685], + [0, 0], + [13.582, 0], + [0, -24.777] + ], + "o": [ + [15.512, 0.105], + [0.035, -13.582], + [-7.721, 0], + [0, 0], + [0.035, -15.337], + [6.177, 0], + [0, 0], + [-1.544, -11.792], + [-17.267, 0], + [0, 26.357] + ], + "v": [ + [32.709, 0.983], + [58.609, -23.795], + [36.359, -47.203], + [18.39, -37.271], + [17.899, -37.271], + [33.446, -61.803], + [45.132, -52.502], + [57.942, -52.502], + [33.446, -73.068], + [5.264, -33.902] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [7.616, 0], + [0.035, 7.51], + [-7.616, 0], + [0.035, -7.721] + ], + "o": [ + [-7.686, 0], + [0.07, -7.545], + [7.616, 0], + [0.035, 7.861] + ], + "v": [ + [32.639, -9.546], + [19.302, -23.409], + [32.814, -37.271], + [45.975, -23.514] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "6", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "7", + "size": 22, + "style": "Semi Bold", + "w": 60.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [9.019, 0], + [22.531, 0], + [53.064, -60.75], + [53.064, -71.875], + [4.106, -71.875], + [4.106, -60.995], + [39.587, -60.995], + [39.587, -60.504] + ], + "c": true + }, + "ix": 2 + }, + "nm": "7", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "0", + "size": 22, + "style": "Semi Bold", + "w": 66.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-17.337, 0], + [0, 23.584], + [17.267, 0], + [0.035, -23.479] + ], + "o": [ + [17.337, 0.035], + [0, -23.444], + [-17.267, 0], + [0, 23.549] + ], + "v": [ + [32.954, 1.369], + [60.645, -35.867], + [32.954, -72.858], + [5.264, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.984, 0], + [-0.035, 17.267], + [-8.914, 0], + [-0.035, -17.126] + ], + "o": [ + [-8.949, 0], + [0.035, -17.126], + [8.949, 0], + [0, 17.267] + ], + "v": [ + [32.954, -9.616], + [18.425, -35.867], + [32.954, -62.013], + [47.519, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "0", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "9", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [13.792, 0.105], + [0, -14.178], + [-12.599, 0], + [-3.474, 6.177], + [0, 0], + [9.932, 0], + [1.299, 5.721], + [0, 0], + [-13.617, 0], + [-0.035, 24.742] + ], + "o": [ + [-15.582, -0.07], + [0, 13.617], + [7.756, 0], + [0, 0], + [-0.035, 15.372], + [-6.212, 0], + [0, 0], + [1.474, 11.897], + [17.232, 0], + [-0.035, -26.357] + ], + "v": [ + [31.34, -73.068], + [5.405, -48.291], + [27.69, -24.883], + [45.659, -34.814], + [46.15, -34.814], + [30.603, -10.283], + [18.916, -19.583], + [6.107, -19.583], + [30.603, 0.983], + [58.784, -38.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-7.616, 0], + [0, -7.51], + [7.581, 0], + [0, 7.756] + ], + "o": [ + [7.686, 0], + [0, 7.475], + [-7.651, 0], + [0, -7.826] + ], + "v": [ + [31.375, -62.54], + [44.711, -48.642], + [31.235, -34.779], + [18.039, -48.572] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "9", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 16, + "style": "Semi Bold", + "w": 74.36, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.933, 0], + [0, -23.233], + [-18.951, 0], + [-2, 13.722], + [0, 0], + [8.598, 0], + [0, 16.495], + [-11.757, 0], + [-1.509, -8.598] + ], + "o": [ + [-2.211, -15.968], + [-18.776, 0], + [0, 23.198], + [17.091, 0], + [0, 0], + [-1.649, 8.423], + [-11.652, 0], + [0, -16.214], + [8.739, 0], + [0, 0] + ], + "v": [ + [68.611, -47.624], + [38.184, -72.858], + [5.264, -35.938], + [38.184, 0.983], + [68.611, -23.795], + [55.486, -23.865], + [38.359, -10.704], + [18.355, -35.938], + [38.394, -61.171], + [55.486, -47.624] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 16, + "style": "Semi Bold", + "w": 77.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 23.233], + [18.846, 0], + [0, -23.233], + [-18.881, 0] + ], + "o": [ + [0, -23.233], + [-18.881, 0], + [0, 23.198], + [18.846, 0] + ], + "v": [ + [71.313, -35.938], + [38.289, -72.858], + [5.264, -35.938], + [38.289, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -16.354], + [11.722, 0], + [0, 16.354], + [-11.687, 0] + ], + "o": [ + [0, 16.354], + [-11.687, 0], + [0, -16.354], + [11.722, 0] + ], + "v": [ + [58.223, -35.938], + [38.289, -10.704], + [18.355, -35.938], + [38.289, -61.171] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "T", + "size": 16, + "style": "Semi Bold", + "w": 65.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.931, -60.96], + [26.146, -60.96], + [26.146, 0], + [39.061, 0], + [39.061, -60.96], + [61.276, -60.96], + [61.276, -71.875], + [3.931, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 16, + "style": "Semi Bold", + "w": 73.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.055, 0], + [0, 8.879], + [0, 0], + [0, 0], + [0, 0], + [-16.67, 0], + [0, 16.284], + [0, 0] + ], + "o": [ + [0, 0], + [0, 8.879], + [-9.019, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.284], + [16.6, 0], + [0, 0], + [0, 0] + ], + "v": [ + [52.432, -71.875], + [52.432, -24.672], + [36.253, -10.634], + [20.11, -24.672], + [20.11, -71.875], + [7.089, -71.875], + [7.089, -24.356], + [36.253, 1.088], + [65.417, -24.356], + [65.417, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "●", + "size": 20, + "style": "Bold", + "w": 91.48, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-20.39, 0], + [0.07, 20.461], + [20.531, 0], + [0.07, -20.461] + ], + "o": [ + [20.531, 0], + [-0.07, -20.461], + [-20.39, 0], + [-0.07, 20.461] + ], + "v": [ + [45.203, 1.123], + [82.263, -35.938], + [45.203, -72.998], + [8.142, -35.938] + ], + "c": true + }, + "ix": 2 + }, + "nm": "●", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "●", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 20, + "style": "Medium", + "w": 72.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.162, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.356], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [31.165, 0], + [65.733, -36.043], + [31.902, -71.875], + [7.896, -71.875], + [7.896, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -16.951], + [16.389, 0] + ], + "o": [ + [0, 0], + [0, 0], + [15.723, 0], + [0, 17.021], + [0, 0] + ], + "v": [ + [18.741, -9.476], + [18.741, -62.399], + [31.235, -62.399], + [55.064, -36.043], + [30.568, -9.476] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "A", + "size": 20, + "style": "Medium", + "w": 69.99, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [13.968, 0], + [20.566, -19.022], + [48.642, -19.022], + [55.205, 0], + [66.716, 0], + [40.851, -71.875], + [28.322, -71.875], + [2.457, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [23.724, -28.146], + [34.323, -58.82], + [34.885, -58.82], + [45.483, -28.146] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "S", + "size": 20, + "style": "Medium", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-0.772, -6.633], + [0, 0], + [14.6, 0], + [0, -12.389], + [-11.546, -3.123], + [0, 0], + [0, -6.387], + [9.23, 0], + [0.632, 7.826], + [0, 0], + [-16.109, 0], + [0, 12.178], + [9.125, 2.246], + [0, 0], + [-0.035, 6.879], + [-8.844, 0] + ], + "o": [ + [0, 0], + [-0.316, -11.511], + [-14.424, 0], + [0, 10.002], + [0, 0], + [7.686, 2.036], + [0, 7.019], + [-8.353, 0], + [0, 0], + [0.702, 13.02], + [16.881, 0], + [0, -12.95], + [0, 0], + [-5.615, -1.439], + [0, -6.107], + [8.247, 0] + ], + "v": [ + [47.098, -52.994], + [57.556, -52.994], + [32.463, -72.858], + [6.984, -52.222], + [25.69, -33.235], + [34.183, -30.919], + [47.8, -19.969], + [31.866, -8.318], + [15.933, -19.864], + [5.054, -19.864], + [31.937, 1.193], + [58.539, -19.864], + [37.868, -40.079], + [30.849, -41.904], + [17.793, -52.853], + [32.217, -63.487] + ], + "c": true + }, + "ix": 2 + }, + "nm": "S", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "S", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "H", + "size": 20, + "style": "Medium", + "w": 74.22, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -31.34], + [54.573, -31.34], + [54.573, 0], + [65.453, 0], + [65.453, -71.875], + [54.573, -71.875], + [54.573, -40.64], + [18.741, -40.64], + [18.741, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "H", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "H", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "B", + "size": 20, + "style": "Medium", + "w": 65.41, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 11.02], + [7.124, 0.386], + [0, 0], + [0, 8.984], + [15.302, 0], + [0, 0] + ], + "o": [ + [0, 0], + [16.705, 0], + [0, -11.125], + [0, 0], + [6.598, -1.685], + [0, -10.634], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [35.446, 0], + [59.697, -19.337], + [44.781, -37.131], + [44.781, -37.833], + [56.889, -52.994], + [34.218, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.844], + [10.423, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.704, 0], + [0, 6.036], + [0, 0] + ], + "v": [ + [18.741, -9.3], + [18.741, -32.323], + [34.779, -32.323], + [48.923, -19.864], + [34.393, -9.3] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 2, + "ty": "sh", + "ix": 3, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -5.966], + [7.3, 0] + ], + "o": [ + [0, 0], + [0, 0], + [8.598, 0], + [0, 6.949], + [0, 0] + ], + "v": [ + [18.741, -40.781], + [18.741, -62.645], + [33.551, -62.645], + [46.255, -52.151], + [33.27, -40.781] + ], + "c": true + }, + "ix": 2 + }, + "nm": "B", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "B", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 20, + "style": "Medium", + "w": 76.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 22.987], + [18.6, 0], + [0, -22.987], + [-18.671, 0] + ], + "o": [ + [0, -22.987], + [-18.671, 0], + [0, 22.952], + [18.6, 0] + ], + "v": [ + [70.331, -35.938], + [37.973, -72.858], + [5.58, -35.938], + [37.973, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -17.513], + [12.354, 0], + [0, 17.513], + [-12.389, 0] + ], + "o": [ + [0, 17.513], + [-12.389, 0], + [0, -17.513], + [12.354, 0] + ], + "v": [ + [59.592, -35.938], + [37.973, -8.914], + [16.354, -35.938], + [37.973, -62.961] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 20, + "style": "Medium", + "w": 64.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.651], + [16.67, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [8.809, -3.264], + [0, -13.231], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -27.199], + [33.481, -27.199], + [34.183, -27.199], + [48.782, 0], + [61.136, 0], + [45.203, -29.094], + [58.398, -49.344], + [33.516, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -8.142], + [10.564, 0] + ], + "o": [ + [0, 0], + [0, 0], + [10.704, 0], + [0, 8.107], + [0, 0] + ], + "v": [ + [18.741, -36.534], + [18.741, -62.575], + [32.358, -62.575], + [47.484, -49.344], + [32.498, -36.534] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "A", + "size": 14, + "style": "Semi Bold", + "w": 72.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [16.319, 0], + [22.25, -17.723], + [49.274, -17.723], + [55.24, 0], + [69.138, 0], + [43.799, -71.875], + [27.725, -71.875], + [2.422, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [25.76, -28.181], + [35.481, -57.135], + [36.043, -57.135], + [45.764, -28.181] + ], + "c": true + }, + "ix": 2 + }, + "nm": "A", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "A", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "p", + "size": 14, + "style": "Semi Bold", + "w": 62.46, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.265, 0], + [0, 17.758], + [12.459, 0], + [1.93, -3.896], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [2, 3.931], + [12.704, 0], + [0, -17.969], + [-9.511, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 20.215], + [19.232, 20.215], + [19.232, -8.493], + [19.759, -8.493], + [35.201, 0.948], + [57.416, -26.883], + [35.165, -54.608], + [19.759, -44.992], + [19.022, -44.992], + [19.022, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 10.458], + [-8.177, 0], + [0, -10.037], + [8.388, 0] + ], + "o": [ + [0, -10.458], + [8.458, 0], + [0, 10.107], + [-8.107, 0] + ], + "v": [ + [18.987, -26.953], + [31.656, -44.185], + [44.466, -26.953], + [31.656, -9.476] + ], + "c": true + }, + "ix": 2 + }, + "nm": "p", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "p", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + } + ] +} diff --git a/src/features/ledger/animations/blue/7Validate/data.json b/src/features/ledger/animations/blue/7Validate/data.json new file mode 100644 index 000000000..dbe00c1b4 --- /dev/null +++ b/src/features/ledger/animations/blue/7Validate/data.json @@ -0,0 +1,9218 @@ +{ + "v": "5.6.3", + "fr": 25, + "ip": 172, + "op": 217, + "w": 800, + "h": 1000, + "nm": "BLUE VALIDATE", + "ddd": 0, + "assets": [], + "fonts": { + "list": [ + { + "fName": "Inter-ExtraBold", + "fFamily": "Inter", + "fStyle": "Extra Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-SemiBold", + "fFamily": "Inter", + "fStyle": "Semi Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Bold", + "fFamily": "Inter", + "fStyle": "Bold", + "ascent": 72.7279663085938 + }, + { + "fName": "Inter-Medium", + "fFamily": "Inter", + "fStyle": "Medium", + "ascent": 72.7279663085938 + } + ] + }, + "layers": [ + { + "ddd": 0, + "ind": 2, + "ty": 4, + "nm": "TAP 22", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [480, 538, 0], "ix": 2 }, + "a": { "a": 0, "k": [4, 2, 0], "ix": 1 }, + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0, 0, 0.667], "y": [0.981, 0.981, 1] }, + "o": { "x": [0.176, 0.176, 0.167], "y": [0.003, 0.003, 25.962] }, + "t": 175, + "s": [0, 0, 100] + }, + { "t": 196, "s": [270, 270, 100] } + ], + "ix": 6 + } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [43.523, 43.523], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 195, + "s": [100] + }, + { "t": 196, "s": [0] } + ], + "ix": 4 + }, + "w": { + "a": 1, + "k": [ + { + "i": { "x": [0], "y": [1] }, + "o": { "x": [0.076], "y": [0] }, + "t": 176, + "s": [43] + }, + { "t": 195, "s": [0.1] } + ], + "ix": 5 + }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.268, 1.779], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 175, + "op": 196, + "st": -201, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 5, + "nm": "Confirm 2", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.853, 187, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Medium", + "t": "CONFIRM", + "j": 2, + "tr": 70, + "lh": 24, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 4, + "nm": "Calque de forme 12", + "sr": 1, + "ks": { + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 167, + "s": [0] + }, + { "t": 169, "s": [100] } + ], + "ix": 11 + }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [226, 104, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [[0, 0]], + "o": [[0, 0]], + "v": [[11.25, 37.25]], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [9.693, 0.235], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [-9.041, 0.235], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, -142.919], + [-157.239, -142.919], + [-157.239, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.160784313725, 0.16862745098, 0.188235294118, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [175.908, 262.703], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 167, + "op": 220, + "st": 167, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 5, + "nm": "●●●● 4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 120, + "op": 167, + "st": 71, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 5, + "nm": "●●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 101, + "op": 120, + "st": 52, + "bm": 0 + }, + { + "ddd": 0, + "ind": 15, + "ty": 5, + "nm": "●●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 82, + "op": 101, + "st": 33, + "bm": 0 + }, + { + "ddd": 0, + "ind": 17, + "ty": 5, + "nm": "●", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.062, 275, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 20, + "f": "Inter-Bold", + "t": "●", + "j": 2, + "tr": 700, + "lh": 24, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 63, + "op": 82, + "st": 14, + "bm": 0 + }, + { + "ddd": 0, + "ind": 18, + "ty": 5, + "nm": "reject", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [329.11, 544, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "REJECT", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 159, + "op": 237, + "st": 110, + "bm": 0 + }, + { + "ddd": 0, + "ind": 19, + "ty": 5, + "nm": "Confirm", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [477.11, 544, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "CONFIRM", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [1, 1, 1] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 159, + "op": 237, + "st": 110, + "bm": 0 + }, + { + "ddd": 0, + "ind": 20, + "ty": 4, + "nm": "Calque de forme 20", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [319.939, 696.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [87.694, 87.694, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.690196078431, 0.690196078431, 0.690196078431, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.690196078431, 0.690196078431, 0.690196078431, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.114, -179.539], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 159, + "op": 237, + "st": 110, + "bm": 0 + }, + { + "ddd": 0, + "ind": 21, + "ty": 4, + "nm": "Calque de forme 11", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [467.939, 696.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [87.694, 87.694, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [122.551, 37.457], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.5, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.254901960784, 0.8, 0.705882352941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [9.061, -180.076], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [115.356, 115.356], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 159, + "op": 237, + "st": 110, + "bm": 0 + }, + { + "ddd": 0, + "ind": 22, + "ty": 5, + "nm": "10", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "9", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 23, + "ty": 5, + "nm": "0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 565, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "0", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 24, + "ty": 5, + "nm": "9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 25, + "ty": 5, + "nm": "8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 516, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "7", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 26, + "ty": 5, + "nm": "6 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "6", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 27, + "ty": 5, + "nm": "5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "5", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 28, + "ty": 5, + "nm": "4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 468, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "4", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 29, + "ty": 5, + "nm": "3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [503.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "3", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 30, + "ty": 5, + "nm": "2 ", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [400.065, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "2", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 31, + "ty": 5, + "nm": "1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [299.5, 419.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 22, + "f": "Inter-SemiBold", + "t": "1", + "j": 2, + "tr": 0, + "lh": 26.4, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 32, + "ty": 5, + "nm": "x", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [504.25, 562.25, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-ExtraBold", + "t": "x", + "j": 2, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.871, 0.871, 0.871] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 33, + "ty": 4, + "nm": "Calque de forme 9", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [403, 520.748, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [103.546, 104.505, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [106.474, 31.101], + [89.815, 31.101], + [83.175, 36.603], + [89.573, 41.866], + [106.474, 41.866] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 2, + "lj": 2, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [1.792, -13.582], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [98.424, 134.202], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.870664828431, 0.870664828431, 0.870664828431, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 11", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 9", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, 35.006], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 10", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -11.994], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 8", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -12.234], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 6", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -57.896], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -58.137], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 4", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [96.906, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 10, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-2.324, -104.508], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 11, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ty": "rc", + "d": 1, + "s": { "a": 0, "k": [72.555, 39.488], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "r": { "a": 0, "k": 20, "ix": 4 }, + "nm": "Tracé rectangulaire 1", + "mn": "ADBE Vector Shape - Rect", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 0, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-99.281, -104.748], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.591, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Rectangle 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 12, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.516, 0.02], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [3.097, 0.496] + ], + "v": [ + [157.013, 7.897], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-156.987, 7.897] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.937913602941, 0.937913602941, 0.937913602941, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [-1.821, -148.386], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100.829, 100.587], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 13, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 34, + "ty": 5, + "nm": "Enter your PIN to continue", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 223, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 16, + "f": "Inter-SemiBold", + "t": "Enter your PIN to continue", + "j": 0, + "tr": 0, + "lh": 19.2, + "ls": 0, + "fc": [0.491, 0.496, 0.508] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 35, + "ty": 4, + "nm": "lock Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [290.555, 204, 0], "ix": 2 }, + "a": { "a": 0, "k": [5.5, 7, 0], "ix": 1 }, + "s": { "a": 0, "k": [243.427, 243.427, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "d": 1, + "ty": "el", + "s": { "a": 0, "k": [17.063, 17.063], "ix": 2 }, + "p": { "a": 0, "k": [0, 0], "ix": 3 }, + "nm": "Tracé d'ellipse 1", + "mn": "ADBE Vector Shape - Ellipse", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.36, 6.839], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [114.433, 114.433], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Ellipse 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [1.134, 0], + [0, 0], + [0, 1.135], + [0, 0], + [-1.134, 0], + [0, -1.134], + [0, 0] + ], + "o": [ + [0, 0], + [-1.134, 0], + [0, 0], + [0, -1.134], + [1.134, 0], + [0, 0], + [0, 1.135] + ], + "v": [ + [-0.001, 3.721], + [-0.001, 3.721], + [-2.053, 1.667], + [-2.053, -1.667], + [-0.001, -3.721], + [2.053, -1.667], + [2.053, 1.667] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.490196078431, 0.494117647059, 0.509803921569, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 10, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.411, 5.794], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0.47, 0], + [0, 0], + [0, 0.47], + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0] + ], + "o": [ + [0, 0], + [-0.47, 0], + [0, 0], + [0, -0.47], + [0, 0], + [0.47, 0], + [0, 0], + [0, 0.47] + ], + "v": [ + [2.936, 2.94], + [-2.936, 2.94], + [-3.788, 2.089], + [-3.788, -2.09], + [-2.936, -2.94], + [2.936, -2.94], + [3.788, -2.09], + [3.788, 2.089] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.490196108351, 0.494117676978, 0.509803921569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [5.321, 8.787], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 36, + "ty": 5, + "nm": "PIN REQUIRED", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [336, 197, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "t": { + "d": { + "k": [ + { + "s": { + "s": 21, + "f": "Inter-ExtraBold", + "t": "PIN REQUIRED", + "j": 0, + "tr": 0, + "lh": 25.2, + "ls": 0, + "fc": [0.161, 0.169, 0.188] + }, + "t": 0 + } + ] + }, + "p": {}, + "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } }, + "a": [] + }, + "ip": 49, + "op": 167, + "st": 49, + "bm": 0 + }, + { + "ddd": 0, + "ind": 37, + "ty": 4, + "nm": "Calque de forme 16", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [399.5, 378, 0], "ix": 2 }, + "a": { "a": 0, "k": [-161.25, 31.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [565.232, 565.232, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-167.682, 30.582], + [-163.25, 34.75], + [-155, 26.571] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.254901960784, 0.800000059838, 0.705882352941, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 1.3, "ix": 5 }, + "lc": 1, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607858097, 0.219607858097, 0.219607858097, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 0, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 55, + "op": 357, + "st": 334, + "bm": 0 + }, + { + "ddd": 0, + "ind": 38, + "ty": 4, + "nm": "BLUE Silhouettes", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.297, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 14, + "s": [406, 367, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.481, "y": 1 }, + "o": { "x": 0.478, "y": 0 }, + "t": 16, + "s": [406, 337, 0], + "to": [0, 0, 0], + "ti": [0, -5, 0] + }, + { "t": 20, "s": [406, 367, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [238.5, 300, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [-3.59, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 3.589], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, -4.835], + [-4.835, -1.663], + [1.664, 4.835], + [4.835, 4.835], + [4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [4.835, 4.835], + [4.835, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [20.308, 35.781], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 3.589], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-4.835, 4.835], + [-1.663, 4.835], + [4.836, -1.663], + [4.836, -4.835], + [-4.835, -4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [35.781, 35.78], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [-4.835, -4.835], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.836, 20.308], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, -3.59], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-3.589, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [4.835, -4.835], + [1.663, -4.835], + [-4.835, 1.664], + [-4.835, 4.835], + [4.835, 4.835] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [4.835, 4.835], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [3.589, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, -3.59] + ], + "v": [ + [6.073, -12.572], + [-12.572, -12.572], + [-12.572, 12.572], + [12.572, 12.572], + [12.572, -6.072] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.161079451617, 0.169683404062, 0.187147671569, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [28.044, 12.572], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [229.989, 304.195], "ix": 2 }, + "a": { "a": 0, "k": [20.308, 20.308], "ix": 1 }, + "s": { "a": 0, "k": [113.405, 113.405], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 46, + "s": [100] + }, + { "t": 47, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "PUCE", + "np": 6, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234.408, 300.203], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { + "a": 1, + "k": [ + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 21, + "s": [0] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 22, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 219, + "s": [100] + }, + { "t": 220, "s": [0] } + ], + "ix": 7 + }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "ecran allumé", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.122000002394, 0.122000002394, 0.122000002394, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.004000000393, 0.004000000393, 0.004000000393, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [232, 298], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-151, -215], + [151, -215], + [157, -209], + [157, 209], + [151, 215], + [-151, 215], + [-157, 209], + [-157, -209] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.383999992819, 0.383999992819, 0.383999992819, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [236, 302], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [104.82, 104.57], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-8.284, 0], + [0, 0], + [0, -8.284], + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0] + ], + "o": [ + [0, 0], + [8.284, 0], + [0, 0], + [0, 8.284], + [0, 0], + [-8.284, 0], + [0, 0], + [0, -8.284] + ], + "v": [ + [-205, -285], + [205, -285], + [220, -270], + [220, 270], + [205, 285], + [-205, 285], + [-220, 270], + [-220, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219999994016, 0.219999994016, 0.219999994016, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.568, 0], + [0, 0], + [0, -16.569], + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0] + ], + "o": [ + [0, 0], + [16.568, 0], + [0, 0], + [0, 16.569], + [0, 0], + [-16.568, 0], + [0, 0], + [0, -16.569] + ], + "v": [ + [-204, -300], + [204, -300], + [234, -270], + [234, 270], + [204, 300], + [-204, 300], + [-234, 270], + [-234, -270] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [234, 300], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 4, + "cix": 2, + "bm": 0, + "ix": 7, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-9, -30], + [9, -30], + [9, 30], + [-9, 30] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.811999990426, 0.811999990426, 0.811999990426, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [463, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 8, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.313, 0], + [0, 0], + [0, -3.314], + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0] + ], + "o": [ + [0, 0], + [3.313, 0], + [0, 0], + [0, 3.314], + [0, 0], + [-3.313, 0], + [0, 0], + [0, -3.314] + ], + "v": [ + [-3, -30], + [3, -30], + [9, -24], + [9, 24], + [3, 30], + [-3, 30], + [-9, 24], + [-9, -24] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866999966491, 0.866999966491, 0.866999966491, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [468, 108], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 7", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 9, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 39, + "ty": 4, + "nm": "USB 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.403, "y": 1 }, + "o": { "x": 0.773, "y": 0 }, + "t": 10, + "s": [400, 977.5, 0], + "to": [0, -20.97, 0], + "ti": [0, 5.356, 0] + }, + { + "i": { "x": 0.633, "y": 1 }, + "o": { "x": 0, "y": 0 }, + "t": 16, + "s": [400, 809.5, 0], + "to": [0, -21.333, 0], + "ti": [0, -5.25, 0] + }, + { + "i": { "x": 0.618, "y": 0.618 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 20, + "s": [400, 841, 0], + "to": [0, 0, 0], + "ti": [0, 0, 0] + }, + { + "i": { "x": 0.123, "y": 1 }, + "o": { "x": 0.905, "y": 0 }, + "t": 216, + "s": [400, 841, 0], + "to": [0, 22.75, 0], + "ti": [0, -22.75, 0] + }, + { "t": 225, "s": [400, 977.5, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [143.5, 19, 0], "ix": 1 }, + "s": { "a": 0, "k": [150.174, 150.174, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 27, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 1", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-2.762, 0], + [0, 0], + [0, -0.552], + [0, 0], + [0.553, 0], + [0, 0], + [0, 2.762], + [0, 0] + ], + "o": [ + [0, 0], + [0.553, 0], + [0, 0], + [0, 0.553], + [0, 0], + [-2.762, 0], + [0, 0], + [0, -2.761] + ], + "v": [ + [-17, -19], + [21, -19], + [22, -18], + [22, 18], + [21, 19], + [-17, 19], + [-22, 14], + [-22, -14] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [244, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 6", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 2", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 3, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-8, -9], + [8, -9], + [11, -6], + [11, 6], + [8, 9], + [-8, 9], + [-11, 6], + [-11, -6] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [223, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 5", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 4, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-6.5, -13], + [6.5, -13], + [6.5, 13], + [-6.5, 13] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.709221813725, 0.709221813725, 0.709221813725, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [262.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 3", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 5, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-1.657, 0], + [0, 0], + [0, -1.657], + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0] + ], + "o": [ + [0, 0], + [1.657, 0], + [0, 0], + [0, 1.657], + [0, 0], + [-1.657, 0], + [0, 0], + [0, -1.657] + ], + "v": [ + [-12.5, -13], + [12.5, -13], + [15.5, -10], + [15.5, 10], + [12.5, 13], + [-12.5, 13], + [-15.5, 10], + [-15.5, -10] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.866666726505, 0.866666726505, 0.866666726505, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [271.5, 19], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Groupe 4", + "np": 2, + "cix": 2, + "bm": 0, + "ix": 6, + "mn": "ADBE Vector Group", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 40, + "ty": 4, + "nm": "Cable 2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": -90, "ix": 10 }, + "p": { "a": 0, "k": [397.5, 196.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 25, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-789.5, 2.5], + [-401, 2.5] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 15, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "fl", + "c": { + "a": 0, + "k": [0.219607992733, 0.219607992733, 0.219607992733, 1], + "ix": 4 + }, + "o": { "a": 0, "k": 100, "ix": 5 }, + "r": 1, + "bm": 0, + "nm": "Fond 1", + "mn": "ADBE Vector Graphic - Fill", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 2, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { "a": 0, "k": 0, "ix": 1 }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.219], "y": [1] }, + "o": { "x": [1], "y": [0.361] }, + "t": 0, + "s": [35] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0] }, + "t": 22, + "s": [75] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 216, + "s": [100] + }, + { + "i": { "x": [0.833], "y": [0.833] }, + "o": { "x": [0.167], "y": [0.167] }, + "t": 222, + "s": [56.667] + }, + { "t": 225, "s": [50] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 3, + "nm": "Réduire les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 41, + "ty": 4, + "nm": "Calque de forme 6", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 160, "ix": 10 }, + "p": { "a": 0, "k": [547.104, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 42, + "ty": 4, + "nm": "Calque de forme 8", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 200, "ix": 10 }, + "p": { "a": 0, "k": [252.896, 714.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 43, + "ty": 4, + "nm": "Calque de forme 7", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [302.259, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 44, + "ty": 4, + "nm": "Calque de forme 5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 180, "ix": 10 }, + "p": { "a": 0, "k": [497.741, 746.759, 0], "ix": 2 }, + "a": { "a": 0, "k": [-451.241, -109.241, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ef": [ + { + "ty": 22, + "nm": "Trait", + "np": 13, + "mn": "ADBE Stroke", + "ix": 1, + "en": 1, + "ef": [ + { + "ty": 10, + "nm": "Chemin", + "mn": "ADBE Stroke-0001", + "ix": 1, + "v": { "a": 0, "k": 0, "ix": 1 } + }, + { + "ty": 7, + "nm": "Tous les masques", + "mn": "ADBE Stroke-0010", + "ix": 2, + "v": { "a": 0, "k": 0, "ix": 2 } + }, + { + "ty": 7, + "nm": "Contour séquentiel", + "mn": "ADBE Stroke-0011", + "ix": 3, + "v": { "a": 0, "k": 1, "ix": 3 } + }, + { + "ty": 2, + "nm": "Couleur", + "mn": "ADBE Stroke-0002", + "ix": 4, + "v": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 } + }, + { + "ty": 0, + "nm": "Epaisseur", + "mn": "ADBE Stroke-0003", + "ix": 5, + "v": { "a": 0, "k": 2, "ix": 5 } + }, + { + "ty": 0, + "nm": "Dureté", + "mn": "ADBE Stroke-0004", + "ix": 6, + "v": { "a": 0, "k": 0.75, "ix": 6 } + }, + { + "ty": 0, + "nm": "Opacité", + "mn": "ADBE Stroke-0005", + "ix": 7, + "v": { "a": 0, "k": 1, "ix": 7 } + }, + { + "ty": 0, + "nm": "Début", + "mn": "ADBE Stroke-0008", + "ix": 8, + "v": { "a": 0, "k": 100, "ix": 8 } + }, + { + "ty": 0, + "nm": "Fin", + "mn": "ADBE Stroke-0009", + "ix": 9, + "v": { "a": 0, "k": 0, "ix": 9 } + }, + { + "ty": 7, + "nm": "Espacement", + "mn": "ADBE Stroke-0006", + "ix": 10, + "v": { "a": 0, "k": 15, "ix": 10 } + }, + { + "ty": 7, + "nm": "Style de peinture", + "mn": "ADBE Stroke-0007", + "ix": 11, + "v": { "a": 0, "k": 1, "ix": 11 } + } + ] + } + ], + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0] + ], + "v": [ + [-423, -81], + [-484, -142] + ], + "c": false + }, + "ix": 2 + }, + "nm": "Tracé 1", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ty": "st", + "c": { + "a": 0, + "k": [0.392156862745, 0.564705882353, 0.945098039216, 1], + "ix": 3 + }, + "o": { "a": 0, "k": 100, "ix": 4 }, + "w": { "a": 0, "k": 10, "ix": 5 }, + "lc": 2, + "lj": 1, + "ml": 4, + "bm": 0, + "nm": "Contour 1", + "mn": "ADBE Vector Graphic - Stroke", + "hd": false + }, + { + "ty": "tr", + "p": { "a": 0, "k": [0, 0], "ix": 2 }, + "a": { "a": 0, "k": [0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100], "ix": 3 }, + "r": { "a": 0, "k": 0, "ix": 6 }, + "o": { "a": 0, "k": 100, "ix": 7 }, + "sk": { "a": 0, "k": 0, "ix": 4 }, + "sa": { "a": 0, "k": 0, "ix": 5 }, + "nm": "Transformer " + } + ], + "nm": "Forme 1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + }, + { + "ty": "tm", + "s": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 19, + "s": [0] + }, + { "t": 24, "s": [100] } + ], + "ix": 1 + }, + "e": { + "a": 1, + "k": [ + { + "i": { "x": [0.667], "y": [1] }, + "o": { "x": [0.333], "y": [0] }, + "t": 14.286, + "s": [0] + }, + { "t": 19, "s": [100] } + ], + "ix": 2 + }, + "o": { "a": 0, "k": 0, "ix": 3 }, + "m": 1, + "ix": 2, + "nm": "Raccorder les tracés 1", + "mn": "ADBE Vector Filter - Trim", + "hd": false + } + ], + "ip": 0, + "op": 4125, + "st": 0, + "bm": 0 + } + ], + "markers": [], + "chars": [ + { + "ch": "P", + "size": 21, + "style": "Extra Bold", + "w": 65.2, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 14.915], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.46, 0], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -22.321], + [34.604, -22.321], + [61.346, -46.992], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.633], + [0, 0] + ], + "v": [ + [22.812, -36.008], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -46.992], + [31.375, -36.008] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 21, + "style": "Extra Bold", + "w": 28.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [22.812, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 21, + "style": "Extra Bold", + "w": 72.9, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.611, -71.875], + [49.274, -71.875], + [49.274, -30.463], + [48.677, -30.463], + [20.39, -71.875], + [5.44, -71.875], + [5.44, 0], + [22.812, 0], + [22.812, -41.483], + [23.268, -41.483], + [51.871, 0], + [66.611, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 21, + "style": "Extra Bold", + "w": 21.52, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 21, + "style": "Extra Bold", + "w": 66.19, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.932], + [16.144, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [7.896, -3.58], + [0, -14.775], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [22.812, 0], + [22.812, -24.602], + [31.726, -24.602], + [44.852, 0], + [63.803, 0], + [48.888, -27.374], + [61.346, -47.94], + [35.13, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -6.668], + [7.791, 0] + ], + "o": [ + [0, 0], + [0, 0], + [7.791, 0], + [0, 6.668], + [0, 0] + ], + "v": [ + [22.812, -38.289], + [22.812, -57.872], + [31.375, -57.872], + [43.343, -47.94], + [31.375, -38.289] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 21, + "style": "Extra Bold", + "w": 61.72, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.44, 0], + [55.556, 0], + [55.556, -14.108], + [22.812, -14.108], + [22.812, -28.883], + [52.994, -28.883], + [52.994, -43.027], + [22.812, -43.027], + [22.812, -57.767], + [55.556, -57.767], + [55.556, -71.875], + [5.44, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "Q", + "size": 21, + "style": "Extra Bold", + "w": 78.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 12.599], + [19.302, 0], + [0, -23.759], + [-19.373, 0], + [-3.86, 1.369], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -23.759], + [-19.373, 0], + [0, 23.654], + [4.457, 0], + [0, 0], + [0, 0], + [0, 0], + [6.844, -6.282] + ], + "v": [ + [73.279, -35.938], + [38.956, -72.858], + [4.668, -35.938], + [38.956, 0.983], + [51.485, -1.088], + [57.065, 5.615], + [72.787, 5.615], + [62.189, -7.44] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0.877, 0], + [0, 14.073], + [-10.353, 0], + [0, -14.073], + [2.702, -3.65], + [0, 0] + ], + "o": [ + [0, 0], + [-0.842, 0.105], + [-10.353, 0], + [0, -14.073], + [10.388, 0], + [0, 6.808], + [0, 0], + [0, 0] + ], + "v": [ + [32.919, -25.83], + [41.553, -14.424], + [38.956, -14.249], + [22.391, -35.938], + [38.956, -57.626], + [55.521, -35.938], + [51.379, -20.18], + [46.957, -25.83] + ], + "c": true + }, + "ix": 2 + }, + "nm": "Q", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "Q", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "U", + "size": 21, + "style": "Extra Bold", + "w": 72.55, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [7.861, 0], + [0, 6.493], + [0, 0], + [0, 0], + [0, 0], + [-18.214, 0], + [0, 16.354], + [0, 0] + ], + "o": [ + [0, 0], + [0, 6.493], + [-7.791, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 16.354], + [18.074, 0], + [0, 0], + [0, 0] + ], + "v": [ + [49.028, -71.875], + [49.028, -25.058], + [35.867, -14.389], + [22.812, -25.058], + [22.812, -71.875], + [5.44, -71.875], + [5.44, -24.391], + [35.867, 0.912], + [66.26, -24.391], + [66.26, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "U", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "U", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "D", + "size": 21, + "style": "Extra Bold", + "w": 73.01, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 22.461], + [21.935, 0], + [0, 0], + [0, 0] + ], + "o": [ + [21.899, 0], + [0, -22.426], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [32.007, 0], + [67.488, -35.973], + [31.972, -71.875], + [5.44, -71.875], + [5.44, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -15.477], + [12.108, 0] + ], + "o": [ + [0, 0], + [0, 0], + [12.354, 0], + [0, 15.547], + [0, 0] + ], + "v": [ + [22.812, -14.81], + [22.812, -57.065], + [31.094, -57.065], + [50.081, -35.973], + [31.34, -14.81] + ], + "c": true + }, + "ix": 2 + }, + "nm": "D", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "D", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "E", + "size": 16, + "style": "Semi Bold", + "w": 60.76, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [54.117, 0], + [54.117, -10.915], + [20.11, -10.915], + [20.11, -30.533], + [51.414, -30.533], + [51.414, -41.447], + [20.11, -41.447], + [20.11, -60.96], + [53.836, -60.96], + [53.836, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "E", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "E", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "n", + "size": 16, + "style": "Semi Bold", + "w": 60.97, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-6.703, 0], + [0, -7.195], + [0, 0], + [0, 0], + [0, 0], + [11.125, 0], + [2.457, -6.001], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, -7.791], + [6.563, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -12.915], + [-8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [19.232, -31.586], + [30.638, -43.869], + [41.132, -32.358], + [41.132, 0], + [53.836, 0], + [53.836, -34.323], + [35.376, -54.608], + [19.302, -44.746], + [18.671, -44.746], + [18.671, -53.906], + [6.528, -53.906], + [6.528, 0], + [19.232, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "n", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "n", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "t", + "size": 16, + "style": "Semi Bold", + "w": 38, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-9.546, 0.281], + [-1.369, 0.456], + [0, 0], + [1.579, 0], + [0, 5.124], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.07, 10.143], + [3.615, -0.105], + [0, 0], + [-0.702, 0.175], + [-3.194, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.446, -53.906], + [22.812, -53.906], + [22.812, -66.821], + [10.107, -66.821], + [10.107, -53.906], + [2.457, -53.906], + [2.457, -44.08], + [10.107, -44.08], + [10.107, -14.108], + [26.953, 0.737], + [34.428, -0.526], + [32.288, -10.458], + [28.568, -9.967], + [22.812, -16.214], + [22.812, -44.08], + [33.446, -44.08] + ], + "c": true + }, + "ix": 2 + }, + "nm": "t", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "t", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "e", + "size": 16, + "style": "Semi Bold", + "w": 59.27, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.249, 0], + [-2.246, 9.37], + [0, 0], + [5.475, 0], + [0.105, 9.23], + [0, 0], + [0, 0], + [13.266, 0], + [0, -16.635] + ], + "o": [ + [12.564, 0], + [0, 0], + [-1.72, 4.562], + [-8.212, 0], + [0, 0], + [0, 0], + [0, -18.916], + [-15.442, 0], + [0, 16.916] + ], + "v": [ + [30.392, 1.053], + [53.836, -14.459], + [41.974, -15.793], + [30.568, -8.844], + [16.811, -23.479], + [54.362, -23.479], + [54.362, -27.374], + [29.726, -54.608], + [4.211, -26.637] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [-7.581, 0], + [-0.07, -7.335] + ], + "o": [ + [0.386, -6.879], + [7.3, 0], + [0, 0] + ], + "v": [ + [16.846, -32.042], + [29.901, -44.711], + [42.184, -32.042] + ], + "c": true + }, + "ix": 2 + }, + "nm": "e", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "e", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "r", + "size": 16, + "style": "Semi Bold", + "w": 41.37, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [-6.633, 0], + [-1.369, -0.632], + [0, 0], + [2.913, 0], + [1.965, -6.247], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, -6.808], + [2.071, 0], + [0, 0], + [-1.895, -1.193], + [-6.212, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -31.691], + [30.989, -43.307], + [36.008, -42.184], + [39.938, -52.713], + [32.709, -54.678], + [19.408, -44.922], + [18.846, -44.922], + [18.846, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "r", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "r", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": " ", + "size": 16, + "style": "Semi Bold", + "w": 24.82, + "data": {}, + "fFamily": "Inter" + }, + { + "ch": "y", + "size": 16, + "style": "Semi Bold", + "w": 57.6, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-3.72, 0], + [-3.018, 8.493], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [5.545, 1.614], + [0, 0] + ], + "o": [ + [9.827, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-2.386, 5.931], + [0, 0], + [1.439, 0.597] + ], + "v": [ + [13.968, 20.987], + [32.919, 7.019], + [54.678, -53.906], + [41.167, -53.906], + [28.708, -13.196], + [28.146, -13.196], + [15.723, -53.906], + [2.246, -53.906], + [21.794, 1.123], + [20.531, 4.562], + [8.914, 9.37], + [5.966, 19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "y", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "y", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "o", + "size": 16, + "style": "Semi Bold", + "w": 60.8, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.793, 0], + [0, 16.67], + [15.793, 0], + [0, -16.705] + ], + "o": [ + [15.793, 0], + [0, -16.705], + [-15.793, 0], + [0, 16.67] + ], + "v": [ + [30.042, 1.053], + [55.872, -26.743], + [30.042, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.598, 0], + [0, 9.862], + [-8.739, 0], + [0, -9.862] + ], + "o": [ + [-8.739, 0], + [0, -9.862], + [8.598, 0], + [0, 9.862] + ], + "v": [ + [30.112, -9.125], + [17.091, -26.778], + [30.112, -44.536], + [42.992, -26.778] + ], + "c": true + }, + "ix": 2 + }, + "nm": "o", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "o", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "u", + "size": 16, + "style": "Semi Bold", + "w": 60.83, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [5.615, 0], + [0, 6.844], + [0, 0], + [0, 0], + [0, 0], + [-10.599, 0], + [-2.457, 6.036], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 8.212], + [-6.107, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 12.95], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [40.886, -22.672], + [29.41, -10.388], + [19.232, -21.548], + [19.232, -53.906], + [6.528, -53.906], + [6.528, -19.583], + [24.496, 0.702], + [40.71, -9.581], + [41.272, -9.581], + [41.272, 0], + [53.59, 0], + [53.59, -53.906], + [40.886, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "u", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "u", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "P", + "size": 16, + "style": "Semi Bold", + "w": 64.35, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 13.828], + [16.53, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [16.6, 0], + [0, -13.722], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -24.286], + [33.867, -24.286], + [59.381, -48.08], + [34.042, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.651], + [9.686, 0] + ], + "o": [ + [0, 0], + [0, 0], + [9.756, 0], + [0, 7.651], + [0, 0] + ], + "v": [ + [20.11, -34.99], + [20.11, -60.995], + [32.042, -60.995], + [46.115, -48.08], + [32.112, -34.99] + ], + "c": true + }, + "ix": 2 + }, + "nm": "P", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "P", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 16, + "style": "Semi Bold", + "w": 27.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.11, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 16, + "style": "Semi Bold", + "w": 74.08, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [66.154, -71.875], + [53.204, -71.875], + [53.204, -22.882], + [52.573, -22.882], + [18.741, -71.875], + [7.089, -71.875], + [7.089, 0], + [20.11, 0], + [20.11, -48.958], + [20.706, -48.958], + [54.573, 0], + [66.154, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "c", + "size": 16, + "style": "Semi Bold", + "w": 57.74, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-16.109, 0], + [-0.912, 11.441], + [0, 0], + [5.58, 0], + [0, 11.02], + [-7.826, 0], + [-0.983, -5.194], + [0, 0], + [13.161, 0], + [0, -16.46] + ], + "o": [ + [13.547, 0], + [0, 0], + [-1.088, 5.791], + [-7.932, 0], + [0, -10.88], + [6.107, 0], + [0, 0], + [-0.877, -11.687], + [-15.793, 0], + [0, 16.319] + ], + "v": [ + [30.042, 1.053], + [53.134, -18.425], + [40.991, -18.425], + [30.147, -9.3], + [17.091, -26.953], + [30.147, -44.36], + [40.991, -35.236], + [53.134, -35.236], + [29.971, -54.608], + [4.211, -26.743] + ], + "c": true + }, + "ix": 2 + }, + "nm": "c", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "c", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "i", + "size": 16, + "style": "Semi Bold", + "w": 26.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [6.528, 0], + [19.232, 0], + [19.232, -53.906], + [6.528, -53.906] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-4.071, 0], + [0, 3.79], + [4.036, 0], + [0, -3.825] + ], + "o": [ + [4.036, 0], + [0, -3.825], + [-4.071, 0], + [0, 3.79] + ], + "v": [ + [12.915, -61.557], + [20.25, -68.436], + [12.915, -75.349], + [5.545, -68.436] + ], + "c": true + }, + "ix": 2 + }, + "nm": "i", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "i", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "x", + "size": 16, + "style": "Extra Bold", + "w": 58.52, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [20.039, -53.906], + [2.632, -53.906], + [17.513, -26.953], + [1.86, 0], + [19.267, 0], + [28.918, -17.899], + [38.815, 0], + [55.977, 0], + [40.359, -26.953], + [55.415, -53.906], + [38.113, -53.906], + [28.918, -36.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "x", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "x", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "1", + "size": 22, + "style": "Semi Bold", + "w": 46.34, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [9.897, 0], + [0, 0], + [-1.404, 2.211], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [-0.281, 3.159], + [0, 0], + [8.072, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [33.902, -71.875], + [21.408, -71.875], + [5.405, -60.434], + [5.405, -49.905], + [20.25, -55.24], + [20.847, -55.24], + [20.847, 0], + [33.902, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "1", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "1", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "2", + "size": 22, + "style": "Semi Bold", + "w": 62.14, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 8.107], + [14.459, 0], + [0, -13.652], + [0, 0], + [-7.159, 0], + [0, -6.773], + [7.089, -7.195], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [13.968, -13.406], + [0, -12.038], + [-14.249, 0], + [0, 0], + [0, -7.335], + [6.844, 0], + [0, 6.001], + [0, 0], + [0, 0] + ], + "v": [ + [6.387, 0], + [55.661, 0], + [55.661, -10.88], + [24.356, -10.88], + [24.356, -11.371], + [36.745, -23.97], + [54.573, -52.011], + [30.322, -72.858], + [5.966, -50.362], + [18.355, -50.362], + [30.147, -62.294], + [42.079, -51.344], + [31.34, -33.867], + [6.387, -9.406] + ], + "c": true + }, + "ix": 2 + }, + "nm": "2", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "2", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "3", + "size": 22, + "style": "Semi Bold", + "w": 65.16, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-15.161, 0], + [0.035, 12.143], + [10.072, 1.439], + [0, 0], + [0.035, 8.072], + [14.354, 0], + [0.281, -12.038], + [0, 0], + [-6.633, 0], + [0.035, -6.036], + [7.44, 0], + [0, 0], + [0, 0], + [0, 0], + [0.035, -6.493], + [7.686, 0], + [0.316, 5.861], + [0, 0] + ], + "o": [ + [15.372, 0], + [0.035, -8.984], + [0, 0], + [7.791, -1.685], + [0.035, -10.95], + [-13.968, 0], + [0, 0], + [0.211, -6.036], + [6.703, 0], + [0.035, 6.282], + [0, 0], + [0, 0], + [0, 0], + [9.09, 0], + [0.035, 6.352], + [-7.23, 0], + [0, 0], + [0.351, 12.143] + ], + "v": [ + [32.182, 0.983], + [58.714, -19.969], + [43.062, -36.85], + [43.062, -37.411], + [56.047, -52.959], + [32.393, -72.858], + [7.335, -52.502], + [19.864, -52.502], + [32.323, -62.294], + [43.448, -52.187], + [30.849, -41.728], + [24.496, -41.728], + [24.496, -31.691], + [30.849, -31.691], + [45.308, -20.636], + [32.147, -9.932], + [19.022, -19.548], + [5.826, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "3", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "3", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "4", + "size": 22, + "style": "Semi Bold", + "w": 66.58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [5.089, -13.336], + [39.377, -13.336], + [39.377, 0], + [51.801, 0], + [51.801, -13.336], + [60.995, -13.336], + [60.995, -24.04], + [51.801, -24.04], + [51.801, -71.875], + [35.587, -71.875], + [5.089, -23.689] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [39.517, -24.04], + [18.425, -24.04], + [18.425, -24.602], + [38.956, -57.135], + [39.517, -57.135] + ], + "c": true + }, + "ix": 2 + }, + "nm": "4", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "4", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "5", + "size": 22, + "style": "Semi Bold", + "w": 63.25, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-14.038, 0], + [0, 14.284], + [13.055, 0], + [2.667, -3.159], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-4.317, -0.035], + [0.035, -8.142], + [7.686, 0], + [0.456, 5.896], + [0, 0] + ], + "o": [ + [15.196, 0], + [0, -13.828], + [-5.826, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [2.422, -2.667], + [7.896, 0.035], + [0.035, 8.037], + [-6.493, 0], + [0, 0], + [0.351, 11.932] + ], + "v": [ + [31.375, 0.983], + [57.17, -23.619], + [34.499, -47.414], + [20.847, -41.939], + [20.425, -41.939], + [22.496, -60.995], + [53.415, -60.995], + [53.415, -71.875], + [11.722, -71.875], + [7.967, -34.814], + [19.724, -32.884], + [31.024, -37.306], + [44.571, -23.303], + [31.375, -9.546], + [19.197, -19.548], + [6.563, -19.548] + ], + "c": true + }, + "ix": 2 + }, + "nm": "5", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "5", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "6", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-13.792, -0.07], + [0.035, 14.214], + [12.599, 0], + [3.439, -6.177], + [0, 0], + [-9.967, 0], + [-1.334, -5.685], + [0, 0], + [13.582, 0], + [0, -24.777] + ], + "o": [ + [15.512, 0.105], + [0.035, -13.582], + [-7.721, 0], + [0, 0], + [0.035, -15.337], + [6.177, 0], + [0, 0], + [-1.544, -11.792], + [-17.267, 0], + [0, 26.357] + ], + "v": [ + [32.709, 0.983], + [58.609, -23.795], + [36.359, -47.203], + [18.39, -37.271], + [17.899, -37.271], + [33.446, -61.803], + [45.132, -52.502], + [57.942, -52.502], + [33.446, -73.068], + [5.264, -33.902] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [7.616, 0], + [0.035, 7.51], + [-7.616, 0], + [0.035, -7.721] + ], + "o": [ + [-7.686, 0], + [0.07, -7.545], + [7.616, 0], + [0.035, 7.861] + ], + "v": [ + [32.639, -9.546], + [19.302, -23.409], + [32.814, -37.271], + [45.975, -23.514] + ], + "c": true + }, + "ix": 2 + }, + "nm": "6", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "6", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "7", + "size": 22, + "style": "Semi Bold", + "w": 60.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [9.019, 0], + [22.531, 0], + [53.064, -60.75], + [53.064, -71.875], + [4.106, -71.875], + [4.106, -60.995], + [39.587, -60.995], + [39.587, -60.504] + ], + "c": true + }, + "ix": 2 + }, + "nm": "7", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "7", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "0", + "size": 22, + "style": "Semi Bold", + "w": 66.69, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-17.337, 0], + [0, 23.584], + [17.267, 0], + [0.035, -23.479] + ], + "o": [ + [17.337, 0.035], + [0, -23.444], + [-17.267, 0], + [0, 23.549] + ], + "v": [ + [32.954, 1.369], + [60.645, -35.867], + [32.954, -72.858], + [5.264, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [8.984, 0], + [-0.035, 17.267], + [-8.914, 0], + [-0.035, -17.126] + ], + "o": [ + [-8.949, 0], + [0.035, -17.126], + [8.949, 0], + [0, 17.267] + ], + "v": [ + [32.954, -9.616], + [18.425, -35.867], + [32.954, -62.013], + [47.519, -35.867] + ], + "c": true + }, + "ix": 2 + }, + "nm": "0", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "0", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "9", + "size": 22, + "style": "Semi Bold", + "w": 64.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [13.792, 0.105], + [0, -14.178], + [-12.599, 0], + [-3.474, 6.177], + [0, 0], + [9.932, 0], + [1.299, 5.721], + [0, 0], + [-13.617, 0], + [-0.035, 24.742] + ], + "o": [ + [-15.582, -0.07], + [0, 13.617], + [7.756, 0], + [0, 0], + [-0.035, 15.372], + [-6.212, 0], + [0, 0], + [1.474, 11.897], + [17.232, 0], + [-0.035, -26.357] + ], + "v": [ + [31.34, -73.068], + [5.405, -48.291], + [27.69, -24.883], + [45.659, -34.814], + [46.15, -34.814], + [30.603, -10.283], + [18.916, -19.583], + [6.107, -19.583], + [30.603, 0.983], + [58.784, -38.148] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [-7.616, 0], + [0, -7.51], + [7.581, 0], + [0, 7.756] + ], + "o": [ + [7.686, 0], + [0, 7.475], + [-7.651, 0], + [0, -7.826] + ], + "v": [ + [31.375, -62.54], + [44.711, -48.642], + [31.235, -34.779], + [18.039, -48.572] + ], + "c": true + }, + "ix": 2 + }, + "nm": "9", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "9", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 16, + "style": "Semi Bold", + "w": 74.36, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.933, 0], + [0, -23.233], + [-18.951, 0], + [-2, 13.722], + [0, 0], + [8.598, 0], + [0, 16.495], + [-11.757, 0], + [-1.509, -8.598] + ], + "o": [ + [-2.211, -15.968], + [-18.776, 0], + [0, 23.198], + [17.091, 0], + [0, 0], + [-1.649, 8.423], + [-11.652, 0], + [0, -16.214], + [8.739, 0], + [0, 0] + ], + "v": [ + [68.611, -47.624], + [38.184, -72.858], + [5.264, -35.938], + [38.184, 0.983], + [68.611, -23.795], + [55.486, -23.865], + [38.359, -10.704], + [18.355, -35.938], + [38.394, -61.171], + [55.486, -47.624] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 16, + "style": "Semi Bold", + "w": 77.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 23.233], + [18.846, 0], + [0, -23.233], + [-18.881, 0] + ], + "o": [ + [0, -23.233], + [-18.881, 0], + [0, 23.198], + [18.846, 0] + ], + "v": [ + [71.313, -35.938], + [38.289, -72.858], + [5.264, -35.938], + [38.289, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -16.354], + [11.722, 0], + [0, 16.354], + [-11.687, 0] + ], + "o": [ + [0, 16.354], + [-11.687, 0], + [0, -16.354], + [11.722, 0] + ], + "v": [ + [58.223, -35.938], + [38.289, -10.704], + [18.355, -35.938], + [38.289, -61.171] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "F", + "size": 16, + "style": "Semi Bold", + "w": 58.56, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -30.533], + [49.976, -30.533], + [49.976, -41.447], + [20.11, -41.447], + [20.11, -60.96], + [53.134, -60.96], + [53.134, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "F", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "F", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 16, + "style": "Semi Bold", + "w": 65.06, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.756], + [16.495, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [8.458, -3.404], + [0, -13.722], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, 0], + [20.11, 0], + [20.11, -26.321], + [33.376, -26.321], + [47.484, 0], + [62.013, 0], + [46.466, -28.497], + [59.381, -48.888], + [34.042, -71.875], + [7.089, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -7.651], + [9.651, 0] + ], + "o": [ + [0, 0], + [0, 0], + [9.721, 0], + [0, 7.651], + [0, 0] + ], + "v": [ + [20.11, -37.131], + [20.11, -60.995], + [32.042, -60.995], + [46.115, -48.888], + [32.112, -37.131] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "M", + "size": 16, + "style": "Semi Bold", + "w": 91.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.089, -71.875], + [7.089, 0], + [19.583, 0], + [19.583, -49.484], + [20.25, -49.484], + [40.114, -0.211], + [49.449, -0.211], + [69.313, -49.379], + [69.98, -49.379], + [69.98, 0], + [82.474, 0], + [82.474, -71.875], + [66.541, -71.875], + [45.203, -19.794], + [44.36, -19.794], + [23.022, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "M", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "M", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "J", + "size": 16, + "style": "Semi Bold", + "w": 56.07, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [6.247, 0], + [0.105, 5.826], + [0, 0], + [-12.599, 0], + [-0.035, 13.898], + [0, 0] + ], + "o": [ + [0, 0], + [-0.035, 7.581], + [-5.826, 0], + [0, 0], + [0, 13.266], + [13.863, 0], + [0, 0], + [0, 0] + ], + "v": [ + [35.446, -71.875], + [35.446, -21.338], + [25.655, -9.721], + [15.828, -19.092], + [2.878, -19.092], + [25.163, 0.983], + [48.361, -21.338], + [48.361, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "J", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "J", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "T", + "size": 16, + "style": "Semi Bold", + "w": 65.98, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [3.931, -60.96], + [26.146, -60.96], + [26.146, 0], + [39.061, 0], + [39.061, -60.96], + [61.276, -60.96], + [61.276, -71.875], + [3.931, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "T", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "T", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "●", + "size": 20, + "style": "Bold", + "w": 91.48, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [-20.39, 0], + [0.07, 20.461], + [20.531, 0], + [0.07, -20.461] + ], + "o": [ + [20.531, 0], + [-0.07, -20.461], + [-20.39, 0], + [-0.07, 20.461] + ], + "v": [ + [45.203, 1.123], + [82.263, -35.938], + [45.203, -72.998], + [8.142, -35.938] + ], + "c": true + }, + "ix": 2 + }, + "nm": "●", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "●", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "C", + "size": 20, + "style": "Medium", + "w": 73.54, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [15.196, 0], + [0, -22.987], + [-18.671, 0], + [-2.351, 14.214], + [0, 0], + [9.09, 0], + [0, 17.583], + [-12.389, 0], + [-1.79, -9.3] + ], + "o": [ + [-2.457, -15.372], + [-18.6, 0], + [0, 22.987], + [15.793, 0], + [0, 0], + [-1.86, 9.195], + [-12.318, 0], + [0, -17.442], + [9.16, 0], + [0, 0] + ], + "v": [ + [67.593, -48.502], + [37.903, -72.858], + [5.58, -35.938], + [37.903, 0.983], + [67.593, -23.128], + [56.644, -23.163], + [37.973, -8.914], + [16.354, -35.938], + [38.008, -62.961], + [56.644, -48.502] + ], + "c": true + }, + "ix": 2 + }, + "nm": "C", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "C", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "O", + "size": 20, + "style": "Medium", + "w": 76.81, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 22.987], + [18.6, 0], + [0, -22.987], + [-18.671, 0] + ], + "o": [ + [0, -22.987], + [-18.671, 0], + [0, 22.952], + [18.6, 0] + ], + "v": [ + [70.331, -35.938], + [37.973, -72.858], + [5.58, -35.938], + [37.973, 0.983] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, -17.513], + [12.354, 0], + [0, 17.513], + [-12.389, 0] + ], + "o": [ + [0, 17.513], + [-12.389, 0], + [0, -17.513], + [12.354, 0] + ], + "v": [ + [59.592, -35.938], + [37.973, -8.914], + [16.354, -35.938], + [37.973, -62.961] + ], + "c": true + }, + "ix": 2 + }, + "nm": "O", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "O", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "N", + "size": 20, + "style": "Medium", + "w": 74.68, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [65.909, -71.875], + [55.17, -71.875], + [55.17, -19.092], + [54.503, -19.092], + [17.934, -71.875], + [7.896, -71.875], + [7.896, 0], + [18.741, 0], + [18.741, -52.713], + [19.408, -52.713], + [55.942, 0], + [65.909, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "N", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "N", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "F", + "size": 20, + "style": "Medium", + "w": 58.59, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -31.34], + [49.274, -31.34], + [49.274, -40.64], + [18.741, -40.64], + [18.741, -62.54], + [52.467, -62.54], + [52.467, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "F", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "F", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "I", + "size": 20, + "style": "Medium", + "w": 26.95, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [18.741, -71.875], + [7.896, -71.875], + [7.896, 0], + [18.741, 0] + ], + "c": true + }, + "ix": 2 + }, + "nm": "I", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "I", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "R", + "size": 20, + "style": "Medium", + "w": 64.49, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [-0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 9.651], + [16.67, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0.246, 0], + [0, 0], + [0, 0], + [0, 0], + [8.809, -3.264], + [0, -13.231], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, 0], + [18.741, 0], + [18.741, -27.199], + [33.481, -27.199], + [34.183, -27.199], + [48.782, 0], + [61.136, 0], + [45.203, -29.094], + [58.398, -49.344], + [33.516, -71.875], + [7.896, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + }, + { + "ind": 1, + "ty": "sh", + "ix": 2, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, -8.142], + [10.564, 0] + ], + "o": [ + [0, 0], + [0, 0], + [10.704, 0], + [0, 8.107], + [0, 0] + ], + "v": [ + [18.741, -36.534], + [18.741, -62.575], + [32.358, -62.575], + [47.484, -49.344], + [32.498, -36.534] + ], + "c": true + }, + "ix": 2 + }, + "nm": "R", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "R", + "np": 5, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + }, + { + "ch": "M", + "size": 20, + "style": "Medium", + "w": 91.58, + "data": { + "shapes": [ + { + "ty": "gr", + "it": [ + { + "ind": 0, + "ty": "sh", + "ix": 1, + "ks": { + "a": 0, + "k": { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [7.896, -71.875], + [7.896, 0], + [18.214, 0], + [18.214, -52.046], + [18.881, -52.046], + [40.079, -0.105], + [48.642, -0.105], + [69.839, -52.011], + [70.506, -52.011], + [70.506, 0], + [80.824, 0], + [80.824, -71.875], + [67.664, -71.875], + [44.781, -16.003], + [43.939, -16.003], + [21.057, -71.875] + ], + "c": true + }, + "ix": 2 + }, + "nm": "M", + "mn": "ADBE Vector Shape - Group", + "hd": false + } + ], + "nm": "M", + "np": 3, + "cix": 2, + "bm": 0, + "ix": 1, + "mn": "ADBE Vector Group", + "hd": false + } + ] + }, + "fFamily": "Inter" + } + ] +} diff --git a/src/features/ledger/animations/images/img_0.png b/src/features/ledger/animations/images/img_0.png new file mode 100644 index 0000000000000000000000000000000000000000..19f6e8701cb03b52aa9c03cef1c192d915bafdb5 GIT binary patch literal 606 zcmV-k0-^nhP)bVG7wVRUbD000P?b4y-7D@iRS;7LS5R9J=W*u8H}VH^kWpLmH7LPFYsLRIq=Q~Omd;3SUqnP;E5>V(7jyd} zA_9GQT7x{F+ZPcL=*Np1h`?S5!i?61o9IOv{SSU`*9enx{N%8&k5v5wAwAZUMhHq-Yy}J z;A;Z;0ejjl>q!)iW6L~|Blw=^eviRU3fI=WnhErEh&-v-ZmM~MU7d9PE*?#k!gKVu z*>zg6aaZ#aJ32;|7C1G_0t5fpakl1xpJDsFk)?%B%<{?_bKHBO204LkT|<@@Jf@fw z)l6cj=AKJ6$S3CcQO<=OR!od)rqHbX_DT)%5qcI3SppnXOpa=%(NYYFYcbVG7wVRUbD000P?b4y-7D@iRZPDw;TRCt{2oli^@X&T0#=WBXd5=e9tb#6Kyiq~daCo_@SC9jruAUZ0@h-1ylr=qsYY2ff^2~F zfu{+`SCA%YI1yE3;#~8UXP(CQfY2DzI}zIt%M*Y-EMcdgxk}T#= z1ZvFSWb3ZvypDpwvxcVYE83E8c(Y6<ZpilkC zS1t(NuVS>Lvw38?{JF}=(4*5evvaeZu>49;bvbkS1;GT2F4xx74xIV;o4NAkDH9js zEr)0^BH+Vv

f2&t=fw(=_&dnc{oPwI{LY>vy^&;f&X@!w89?9b0(zi+!U>Pvd$S ztUunq)7s=MLHoUo8+HgjHYR$st7+t=S22xOf%?Wk+SF zdSXm(Ja$q_-I27_i+JxNlD0~zJH7GPNiX7U*qFX}?7XbT1Vp?L^gbgXBCD~!c?dJ|gEHRjrrSk&6&EoVyUNZM*` z^47H{v1lRN7i7%qce+%Gcl2H(X#eYXx>U%v>z>Lk#9I!*;x8MQ*4h`X9s&q@aJ4PnIK11pIB+C!;^C{Cv$3 zV~GtvwssUou4BDw#Pm+I?Nw_2N%Jek--DvTfHI8}Kh#8!0-IYwG zo`tn+b+bZ3(MV)>X03GAh)K@tm@~zHBrrLzW0{|286(=`{z`JBS$XW2jOm|j`zSP1 zAu17JPyb}wN9iAzjIk*M<&Z27+_(}qu;#di{8wj;Q%W$kfs5K($ zg4W^4Mns(A!5c53jG?yl?I_VMqt^O5p)!Xz-eQ^si1{8vN7P4q2!DS8I-1ssjha$gbY(% zJ!Lu%4!;5UDrhl|MaWm32Z!G*Jd%+n1D4}Rv*?8Z02)pNtHzNg?S%n=s3OjokdXFb zX_8X!c*_e{zZ@(iUUoN+?ENEb*;6^fIKVwRWaHD;D2RPRpBfwz4(h$xqhG1n9k;rX&U^YJhB`x zx}2|VW8Mai4?=u7+@7Th#g=|}pF<s7`7HKt->*EEvDNN zP(t&#?xxXijbT@@`&BB&u&dbqWWWacU|xu~xOR){VKCg&G?w%3KL4&I(%m@vB@A*l z4XAh)8t(P^F2q|7(PCt?HlHK#Tn6ohJdi9ge)$-B zbh>7CZnhJaUu~9tX9N>4x?EdRJFwoP`;F!CfyEAi!-78bBVV~7c)yC#j(l$(z02hz z{SRUXEOB1aXMX10C?xM0;bN}BiL&JMD^VuB6K#7J+dq9C)iqF7W${y!+y_fBk>Y2cTL3H z=xVs~FF$kVA~eQiGC1D0JIPd|tQtW!K>EPb1mr77lQf)&Dl&1d`N}g-<9k3TjakXS z!;Wn>k*F70Z=w2ywW7HlLam580(I#nBuUN)n4vHOViwTP0;df)MQO@ZS5I{w91i`$ aM*jy9OA(+UuUc*Z0000bVG7wVRUbD000P?b4y-7D@iRZaY;l$RCt{2olR_0*%^l4_t;LbCU(REG-U(BB3V?bRLw}RfCZ=;4P_S7 z&7evH-6WnciQ}QtNQkg32o;GLCxo9kn*tlyz+xyARj??PirP`7N|l-{V4_Nt4kOXn zF!^zO-!2k|{Mqr(^}Uz)JiFNUe&3t>>Kxnme&>9|8$fa}w`E4^bc9X=bc*NzumwO2 zQcPqFLJR;vOB<>-^WTr1Z-tb(F41Vl}qA#CjPk{VFQfnh~c?HQCNN3x&#ZQ0vF{c`qr%{2s zhb9le!LWpP8kNIONIZc-ZzkD(ry=p(4w$&Ch^BLAB>md$*g=HkIc|y_ANiDdSL3=F ztoQuX_Sw1obwRt_j2mXB5 zGD%DfX44Xq^@`YtkQf^2kEckgmh;24Cbp)OM?x|&m<53TTF$R&Dodnu1J;!Fk&vu) zTB~|0OQf@1j+Ch-S+iou?vYe{w3>6OGN${h?1v(5*$?_EAqx~fs^+V7#m4lWpV~fK znEiV*ehN5sV?5->e91I`3p=h~7 z${O?XY4*fMeV*bc65e_FG<%}lF(s$6`NzTd$3}Vb7&J)EAcUWkdQ4q<#1u4SO=%pG zT2atYsrT0$F^P0`k0br5ak4B$47qnC6@R$u^|cOmpt^5cTPmZ}wO%!1=8N&>{?>R& zmPHtTZ)H*8su4pJ>}c_rwXXTH5z}*VYRBAc{&8T-RyQi7!Yz@VOKYW8q+m6xjQIJA(|0M9bJQyyNiD>8biU37N1$_!J;t& z4*Da$I2AE&-==t(G%W8z}M=wn81Qv`bM# zax6uPUNAYB+cM=i-}x=b@|vhITf;L_r{6*{skq+~001L*e!ySH=lqs|8L87ag73yy zmg5MW#=sgAGz`#b7B01)fhjeoFuV zkZ21-iuo<%cYmDrTSBmqVn(Fz##ojkGG-Qc#bHjTuYb?s`>fAD>gLIX0r8B1c0t|_CK!g zpI-$#-wwtODF6MRgICi&e=8%Oji%y13IhP82LgWSmzKxR3Vx*y9F!ga3*}2B@B1sq zQl#jG0f11X#TpY3ie4B1xcJ$o#~@tWn$}Vy#6+=|&Ff_tz-|8&S%Bppyf!9;EB?r_ z6j|!Qvh|kT>Fk(YRpt*Q$1|z;VvV0!@$Oa66sw@z0uIz`lx)_6@(_ZPZEU?BkUuDc_>aA};-1SD01;pL8n$xXW zzGT2tjaOs=N?+?WjTuSBACkD&SVU?AG5zsV4M#7(i|l^k1R=hrDxGy>Z@d!v;IZ-WS0pgKr8kknKa4GY7{A&aBRIjYL zF+fkXjZ3RuQ8to_j~bej)t=X^7@CvS_9p}C=!4mvo*cBD{mMgPD3faUuH7O4%s1ae z$)*9#PO(90t>@Ql3`u2D?frIITaBSPnMt+x*V;7}aH%_aBAxAWfJ;r^hLJ27pr@A4 zlvSbJ&;!`E@ou+`cXhk?-t$x2XXo&N!AC9O$f0U}r>uvo8!!y_MJE`I?QN!e zYb4Jx8r$opDS*o(W+~l6lLz2nc%wF-Bk=?Vy_MXMtSNpYf)+V;L(!K{vnN1)u~GV+ zk(_~awryMd^m@1M>&nxpz)P9$5U3#u?|YH2QINQY5R>JeJi3;v(FvB4NN4vr&;W!F zyv$oS#9afPDpfeqn3O)ym45XuQ5X>LQD7Shks@$Q2%TE1?yKSHy-v84o{LjE7P>qg z4$3M6lH(w+h9co>E6Y|r)!|p-m2?eG?xt{9z(LPDa}W~*Zi~1&+TZ>cPjih5YP(N&7|abA72h`Ha#7lJ`TAmixu!bwMJK#;hbcnAGY;g-oB1b6)GAH3BiSHbVG7wVRUbD000P?b4y-7D@iRS`bk7VR7i=vRxxkWU=V%pY*!dJK`aQCBoYH1*s@g-QWpLLYZpRcK?=Vj zNLeV9r7Qn|1*wYIvN43M$Oir2wHK&i6_j4d1@G zA6;tD>CYOe>$G8vS0=myk;F~2FNd%1o)j8%K7^0cMYg+<@IP?3oUey3D&LmAOY#1! zaaC~uNEg{|r$1|4FzEKCLFzi~tBNm8T&LabO#=XM0U-2)CbF#XofB-Sq6P8+06_JW z#6Y0~Yl1Oe=m$*z$J{?S+fK5rXVz{Z?ohd>sykL=a-`HFD1NSTP|sO>l0^M_Q7e{- zpBJJ#RPNb1Fj2oQP*bytgRL_03npO8PMVqsv|4Zid(sB60T9&siT%(`!#dG5e=l`zE95=f3|HgIvw)_Se0}yS1 SXFoUq0000AP@+muLm~;foLj# zc_t$mxC&Ste+6!5ee|sSfjiBAekLN_Bw!*Oa^Lc?wx5&zV{bnYh!O8^*l%*j+{aKt zU&_?S$iTozS{w}03IPwfg1u^V*jwVC*Y^~Q7C#op%-<_K_FHL>MdOd%`S;iK8JQQ+b0C7AJa#S{t3$MaU{PcaPV#NP+U4a(w>XRd!_+|&!UK2t43Q$pL| zCW}X&C98ps-RhQEP-LeFAw619!=7N~^yQPe9iL&a#6i65G{p%@E7#!cOme@|Aj6}= z`28(6!&%;ZU)he1OZ?ulD{$mQOJ{U^TVfw94=if%>0q`}*{O|M!%)Qg(%&K~c z!En*Kn_XMl_1Sz+pSVrx>9gg~a!3*K=AMR$on$>G^s4K;hRz@z$J@TLV zUWJ#&KH3$mt$eoZ$IpH*f<{rsYT#Q({tp%w*)8%APMe*7er{;@qQizv>^rbB`ftyp z-N2TE%hl`SXM=B_i(n9<39fT~vP_fcOz%o{dArb=7x`SnmQYK(#hSgwi$v`jR`zzY zQv&F76dBZ>My{CDmDF1-1*37V%;-4gKATxD8M5T8pj8sKj9Z;kLzy6IpiIRn|4g*y zMs?6;W*W$HC*+WukTLC&!ge#e8^g){M=j;)Z0=6)|@qzm1+uq+==|O39a>(?`=ZDO+YJ>`*n^V4)h`;^D z^4>IU3OKaHF~kXn{{Ce_Ks~#w2%H(G(LSp$cfVq4aOyfwd{Y?d+fPl`j(hakF~89r z+5UFJbWdh|*HxLHXAhro3;#Oq;op2>kxSZ>Gc+jgTl9!Rqaj1<&i_0|ya~JNM2*$G zrK;H^q_?1a1HFLUqZo%se&Y}GmlH<2W!&sc{nqMU2)xNiQ%R^W)5-*QRbJXVJVAaa z*iDmKTSJBMuE)7^i!b>Gz-soJ5 zQ4^`~zG6E@@Ex=D(=mxXaE@s2i#% zW3UfUtJN97(;yX?aI9n@4rJr!`q)+wrMbWnocdq*0G( z+R_dq)-^x(b;7yaVbNguv4MW?%-8GX>!R%KnWRoZ$XeY8is|9nDC#!EJ5!r-E*t&9TF z{UMX}#`SESA$vdP$3R|E{_0jR?0O6`oI!wrY=DpbEu$zBjbZ8{8hdVKgwADfpc8m3 z-?$seUGJps3;6WIl@7V8_n&YQ)!5wZknZ{kW3x9xmr8xbkgTI6RN?k{x)CHz#%P**L>FpJUt}6XwxhLY$_F`& zi*@FDqGM>(4Y%VggAVS$5uop%7DbvDfil}9Tkr+P=t&m32%EV% zfqzL=;N;>OXJ7YeHuCXM=%mu$zkRl&JJJeUUCGH8GVEO@=SQZFjIO?c153A*oY&Ob zJ`a+u_GJ%JrLk^5O2BOflvTbXm9mRR4Q-T6y%9ie;JA1;q5xnOZI{>od6(|vBcuM@ zBwnf86Mu5={(V5aDs5mSi9&CqB}N=KVnDBjm|2+$>=*`cUX--8WJ)UPa8ajfX+Rk(?F`? zd~@Q(MswCChUkulM47dPDs+m)8$(6X_7Pu5#$~rWP$s*zI*C(<(G7ZI59^)w;-=xd z;RRM#0{rd`c@+*dDR3?SC;->>d8`XqX#&`x6^|>CnilX`pT3WvHe(z)ip~@Jsb~T8 z*T-{0=-cE8QhJ2{pC!mV*C3}c=L?<*SY=z#-wMN&oXZm|RbERP8@rzTBRhkshWT=y zr#2~Qi-;HPl$bxn9+vgOsIu>*y7efz+pp24bRT`z>hkAaW{?ZDYFcKMb2|g^T@vn4 zqk#I!U{(3J`&F%T+Bx(M+3?^c4Nux=?~b!JMFFdv42l&@W9f#1*D1fv6ud4~di3xU zG0Y2ZB!osvvr;$0e_G?*YF&BR?j$wvUwTMG_H%@$B(yygMJi!yY$XzhEbSMO3;Hh(O3`boHZEo1ZKmb~Jh#;{2#GwFQE@>K z&+Q2J?K?6VlViDd`3S+D^HwTZQ&!3=ti5{WrK0DrJM2U|wf|O2{?GHj`0R*e={<1} zLr11Ns|TZ4*+X~NcK=vOb77;L-1AnKq-?r+d(AwkYB5+nkx@oNxFhSs!z@=$dZFtp;i|c_}Xa6w!s1vk2@?g7fl*t{$>?@{}A~` zOMM=Bo#K?!a;Otja7I|i5o&dsps#YmN^e?s-#b#zzDRoh-6M`!mQyb{EFW#DHnFo6-&Fk}c%4 zT{e|)jBa+#t$paM=eQbQIIXQRuxJ>LKeI&`;CL5af}8ksmo6hOI4)t<@;c4-=xSYt zeVUJEW2wfd1;qpQqdeGeg)ZMyq;b3U9rv@utjbzNznt*?6i$sO6+0+o?^SkEzT*JlpPXepRtTy%K(qx7f{L6#IC3 zQxawxhSV=C7eTL|Jh0SGnsPY1Cy|wpL2`W&>_b*Q4^{2V&?E6o75K7Afv;u=9R_A*A9$Fxec3agbT`2Ja!Mi-&`3EQ6}A3HdBBW-6HnSbNC@C z&7j09(7k}h#{QzLp_WyFr{ zf|n5b6F_`9zq50L4soTU_cs_lw39-&;H*I})!+MMbY?R~J#}95R)zgY1?Yg6&#zr` zgRqNokXIQjd3dc>f4xwz7ZEB^fs}QB5rrA(APN9aJayK|I@Q;2l1d(tjHxCgy9h*6^#g#kKR! zo$2IQu)4aHeAiv9@mQO!?S=Yt8BNo*p!y3Wh!Rs*@4-~w$q!v=DDKgzx=tu4SMFk< zO>AvX=jtzs1CuJV7+$b6?y(0?x$9Klpr=(4tG(9L)$0O-=?J;5HR&dr)J6&ZQH#$h zeiun|^FIi%ztH-%M%_V6tvTF*nu=LwhvFKG(!pTRTHQJlm(dq^#?7OPl+w2eP$KOA z#*gY0B1KR+pm2Cgt@qZ);=K+yyx6E^N`tiHQyyv0OeVA?Bpe#Dw^$ZM#$qM!B@>w! z?L!S@5MR*VCp~=}ZD7Quc#LRbu-r_QbmJks-5-m+|H^puw_k%sIhv+Ji}0ILKpDvk zW3G$f44`v2E*Q@1&E}IosXM>983%BAA)brzQ7Lzz$>dFGW$z!^e_Fd@h(0UtDqVOj z&HPq`hZi99{OtBSe_Jim9Z{jm}r@-S%d* z8yJ!~=IGEXuOX;*$hYT18#PZ)^k6XaG9U#c_(~*7lGUT~C>y`eYhxDE%XP*&PU&O# zhgy_`c!qubHJ>3;%7JrOoG8q6F2_vnnkpJVl34{uSC3rx1_aQF(gJ1 z4~KJR9Ph3aLP+hyV7b}XKJDw;`KpNX5Xo%A`e1S)(;6z!$W}MMH^~qNiyw>I?YsVL z=AorBIT?^6h@(CQt_yP=Kl*dof*phGX9!-15zfiNqF8L-+M2@71IZ+7kLYGGchtpq z4x1*mI@wft#I>s-SBp-iW{byeFNmkWtCC-WSIGG>66MfF&jGcfm2OXjl(%KJG4%YT z@qZvwuyp3W58YZzYG-HfbfF$!vaNF0*9XpGe-w3Xw7F-PxZ2Pyasye{Z>!+DT-IkTqSWY{!5+q;; zRgby?gB{2HY4Ap|)<>$df@l-7GTh=ZneXuX8=}|J3RcCewvMorB`=t-qf~i)kIAF$v_$e1k~c(Q&Pp-VjNW#^b=mqY%+G zP4-Rhka}BHINTAHRftfsH1mf>JjP^o%yaQLpw z*hug*ZZASPjs=aRh_=r%T@9skr|@6|`)keOP!522c$fzq;tT}XseGp;~^ z6B1n%bKwU@;yjoTl0D9S0Iv;)FBNz@ENIgo=T=bANH^`_72HpPX&q3B`6gl|s=y8w zX#AxS)jfVc2QI^4JJnShej;{zKgabH5}oChSy^Q7mhm~c+5w6X{HdAq5Q8EMa!s+5 zV6d^WuY_kDE%Y6OX7yVdH>Q7L%B)ofMmwUB0p-HJ)YtFk+aCag@1|NN1A{TUBc`gj z2qogDE=y9nSH>c8!e{Aka?skyw>c;nhPUeBTh0nAoj;NO^G64s|2Uo9i^*|1LiZ`7 zb<=yHBg@7zo6*UY1##)Ygr@O#75CD^?hy^(j=%kX!7^HW_m&^64ko#$QZ;0+2NvQr6!*W|SiP~S8f#AEwL z%|^j>rHb2|60Av?pouwdkJmjid)|yUOb6WKuvp0t5RE+DK-P+$O}_s_=>MJV1ndWR zxcoBCseHLib<#3`LW=|{;UUB?603zTcPQAx+pM-9c2cO%2r!swYx=8Z3!dt6-0W(y zqPOJU8Bk@EO8adf!A;r!d(kg#rH=C=4ND)_Af65?SO5y`h- z54yQ!?YIwgfk?HvyD(Ul0#y+Kt{LVeNiB!HIh6LZevMYF2u1SkU)e@wh^?F}$rx4z z%(()6J|HztaJE8Qi2-N#9ClPUGkGn=R=?~Vd)*m%LF3=1kaH8TM^&M*Mq2K$*#4T< z+|wG)0)8|qN*Lis1tKsB-Njj6O`c`TnPzlCuJn7{ zVX8|{e9N?eeY!HAao2QE3eeC?I$Dnw*dsS)dK*JZ8pZxye%ZS`{^GA!vDDFu^^h10 zW-zw|31|m5)V_Vv0Uy#-PTe6EMWO{xFgYA&XipSU0WGNar{enIQ|{<(cVWb-o{Q74 z7=e_iUaR5hRx6}`8g^ss`&RX%VG$sw-xdG{&O0V;VBe6UANm)Z2-Lk zVDJAwuHFQiz#$qEp{Df%n_N5=`}%uy_K1*}AAa{*lY0<_sRq>G+VpR!lu@_b*hh*E&Fa|zs9Gm5-L`j}+0r}UNR}y7 zkR4ulJrx7qDUnvWI}maD5!JVspFHD^W*#64L;Bq9)1P4} zM1L0OfJs=)7#GnU0&VkHDyjKNcOHoAX3SWpygs$#!{?k6qw3d}#kQy@%Z8la=<@K4 zsDGoG4MdJ=>N&4VGi4ubpXSL%pLJu?JKhVlYb-JbusTX~REGAXnG)C8Ha7>g*|2Z{ zNEw6`>rIRmxO@0${=TUesLwEec+eXOx~Xd-2(0Ji;QO!a>@o@{V)9!do4wM5q?P)? zmj*y(8fO~Om58lN?d#CB&CQ_7Y;%Di@AmF5D=IZrN%_GqxfEVpmq6{Ff7=K+=f8s< cbbLcwG0ykk-(64O4-$~RjxoIKmfh3;0VN!KnE(I) literal 0 HcmV?d00001 diff --git a/src/features/ledger/animations/images/img_5.png b/src/features/ledger/animations/images/img_5.png new file mode 100644 index 0000000000000000000000000000000000000000..81c09b0a0c2f3e8de763457a186d6af9bf3d1a5f GIT binary patch literal 16949 zcmeIac|6qX`#(OVqE#!hRuoZ0BD+x5?4q$%6Jjihv2UFg$#x=pNcLq&jAd+n=oJSAG8;&OIm;YQLt2njs3c zoq$4Zqp<9PpS*E@6ApjuzOQl94gTD=^{?LPPh|KH0Uu*Cchv_rx7}SHpinFcZaPhR zS|;~(L^RJE-oLJ`eO>hIF4PsDUF{A&#~M(m6DUo!E5=^0rU$)WS(rRr-khr>ETy#b zp13=caYV!HAII(2jCbs~%fq*mTWx3DZ42JU;S;T+mnFhBuJPc0xh6AYE~kf`V0k9= zNcZT$oyRm(x-{)hda&Hp6Em?~Wvm~{JEQH{l{}DVw7f)J_gM_hAkNkd3s^3c>m~a} z7=*ui(0sP>XlTQzcBWxIp{#+UTR$Jmq+U<2)+sidmL@F-9u8@%+gzXX4HGBhL{X?; zN;;QxeSS9yMvAb7YU2r1ZP^yIoVB6$rNW&(iQ=~UU1;pgT$p&>g8W=voS1cO8}ccV z#IV*(SEhEfoX2#9PFL0GnqD;5B5go9xr7vNeH=6E?BrB4mz$k3<;lZ>3MwAY(VmGq zt=;$T+jKCVz!xpq8LXrH@1pif-3yJM+F?W6QTlS~77lTumYjpdm_~Jh^>9L2TceKh zNR8Ch@7m|jpAXzz=++wqxgp={@gO=#aDf(QE2_H8FGwxd@IbB(fN%bfa`u$0@N%lt!;J))LGNuvMi zQee~qyGbk4<5=`ML^AP^g1a{K5oS%RwwgYgx<3D29$ovkhaUQ@vfR zYyB9ul$)?pbbV}JLnynRC|jtW)>O_F-dpFqF0q9sFR#%%JgW|DM=6_m1+VD>_7#*=6ctYa{uFQmzV`h9$TO7 zLFpdko?Ihor~a}TZ^{+e<-14DN6m@u_VfrIIbs2!k;t+m?8^GQS2ewon$rIRk=zyB z7mewqnSLeJw4Dxlr&BvNqiF|Gs2$$|_zBr5K2rl0qUC*PF5EGp=~FMB9S(U6-wO!M zRC=>*Ng*cffLeN|o3+>XCxVt#@P%hfT)Ayy4+5{J;ZyEO=8ccrHrx^SPRZ5~cym`G z_vzDJlumu-=M6t*3NM17jbmQ)9nq6_C1xy=`{L{6)5u+2r#iS+hN>Pu+;%Lqp+1G5 zGdwRX?eg*fg(3g2VK{^_)Y_#1@gvwOHSA3GQZr26d(Whsw5}RHrK8@Ue~D{9%S z2d54*G>&3Bk9NP2Yn(VLtMm2Po+l^O@8Su$dOtb+8GkT?)St21!E3@layMb`bORdbj zL#((T1PXs98!E^^D6Wrg$$Wh8^M*IOcI^_@_KDFtJw|67itM`6I(HAQpy>)GJbf%gEem|ouY|@8N_tZ6JV>m3^JP0O(^&Ytd-66^(24oqj5R;XNfh^E z%4rlTeMIw4FVpLdU&I}#TSw(FI!U12B|H2WZa1v%MebvRN2fbD>S>2zKfeSnRUX)O zE0Bz~iUVo_%9)dqbL@6t@H55_DI9MC{)n<^q&9k zuf${%1*N5>MP6tai|jp!e)Q;(R(5wG1{9A54`j(RP7&DbGaytjQ@ z*zW3B6e{Py4JFu+@`!;0g!6-5FVXOSJ9t6PDAYss+@1gTtN)Y6|Jla>|L(w!<9VGJ zAv4Z#{ncdyJRUDWs)%^R`T4FyUyX0MkB`sGHe1U^2%Yz(oChvnN@{CA8>8hW-;s0& z?^H^b;>2(Yj1>@SNbw3O)EW2{jf;!Rv?E>|Q%)O56Cqr`ew{e|u4Q3`QfCz{sOQ1M z9P#sk%z5it3s!}Ne~Cn*MdP*$d+d^NWG_rBH%6y~P`yKFS?Dl{%l~kuKrUo8X=dNnK}0Iu7vlGk&#;%20ha-_qPRhCZJA~ZMjz7 zDEH-!LW@fN=%#`>8f|sGkAMyI9rj%lpe+D3F<1 zSLHFS7!lJ#KkWWf+i;@=CG9@>8G1Ld9f!I{gYrTeM`b57qTNZy?e2BHx%#}}POUZO z{(b%Y8~83GJ%voDk&O5JdU1i|SVA6((>b$w``bI4q+ow5Gp(7-IIBEbVO50vE{-m3 zv6_s!)vCJg_wR$cxnH73ZfVDfhTE2Wt12K!SG8|{{O#pgBlizG*(at;I&MIY{f1jz zSy|{Y(wn5zZ4k7wYV_OUMrK?b39YgFPfqS>nyv@2Ft2qvH4L=KRX}iXGnOO3_mDtgUw8Cxz#VY@1iS1cV{LFN>+NrdNhy%%i8;nE=o99*m3>#1szl@1a zS8sQ=Uf^x|cpG!u`F(!5PL7T}!)tBBJqv;dc69%2itg?2&tIfbU(?pkwijkjvoKy z8wQ;k=sQXZf3zBK>X%!rXywntgwoQAh=)NHD^vN{jU&QA-)~}-#$=feO1;ofi?j4d zn60MkCcBc37mjj&qRS`yFMT7@+vOHP@ADeEow2&vo4;SvdHp5J+hwTSltTwkfU%%U z@4cXLpahcL+GS><{-jmH$?jUOo)YU&xO_jf8^Al3Z$U3a0wK zqY2ek{EX6;#7!Cd)02kfr~Aq(Eu8C?xF!r~E24^!yG^5-G8E@S^zJQ9e=AJ?GgaEH zYb4K0q0}y2LP{k*_K8Vmcno6zKU7y*>HKo6?;TX;v~<4pi5w5Pt-@r7h9qY%vNvz~ z0ivm}G21z_*UJEk_yZJ?fOtZ=ux`UA8A|CwOwT9#?BuNcqFSHN9kBlTc$y(nPi+6O z-^J@uyTY;sMciTPN2nNYXYCH8#0WygU&6)~)-0hZ;;$-ZiL?V%SD27RH8Tx0zd7E3 zswXDWT^6r%CS4_MM3$FSVRkMH9Nxawd674=5l3&67CC%8pf0wUAr@ej^D(JbZDQ6 ze%?50GRQ5$89v1`=M@Z+E_|e9O2`K!DQKAca%E-ZZdfP4pG(dI6}Poj7)hm6?-=Vj zc-{dqeo6Z%c%&3ZyD{^%SQXNSgOig@x%QvDk`g02wWFwyfhRQIm54ce8GIBhH6~Xo zc*UoTEDTzJFHlE}7NQj1$o#alG>7zZ07rS_9jQe)8hK{^G;IKtKS(t~ zVae=jy1}u~t2QM!K@rX71+jk~ali>I$q&-b zAKjBEj(G}J1pa(+T6*+F^VkFUdaicL!O?MGF6$jwYg^(aZ7yl&o4}$J z--Lm>y&6ywaV=eT=_@9tgW5YhY`wUT zB^5GF2ZbKv!h*$Oqciea-C~wv`vK(-W5o`K-23q<1XKa0_iGVnkM~z+P$0@F3z=ad zTbh5H&nGw2kG3QxCG`#s6#`0k=C04-4qTg;ovj%4ld}fXS4=f^b91{cr77ehQ{&KbI6X@&yUrE%`Bxb{+ABw2kQp zHJgK*+D#`tzE9Bjz9{)IXg*M)RNxSiV=U)w{)p-psCW^0rJsGKBGkJQ|W`Hu8osywG%ZPiiQM~Q7Fz^XS z!>=VrcEyf8kby)0THqZ{40A+w59tVI^W()Z6G%ry5sH_wOslF2AKnk#hVkl1K!C z!*YtE0=zGSJgwe3MFMZMfsA$WORb=G3S=xKP|*ie2VyOYp8% zT%OdMn(mGh;tjQ@&MK^o?iE=~WnEK~w(@NYXmlE`)Sla%z{Bp!ZFvG;&8{WYb#b*T zsur6W`>!*tl=}u`hz%?{t2A^(qDtG;=5(-hChm<3L=Tvk*Vh4qcoeBWd&>d<=8^c zLR{wz7mjO@N$U5KOiWCabp4^`G)Oc_X#Jes9K${w2q8Y7Xm#JLw7eWk3Oio=Dt~Rx zcxa`J_voITS5LiYo^X}qG?7YL93z+u$BgScV5gVrHs5&645e!xAq&iRbK%sa zFN(S@H+>?8-YvX(6j3!3A$G5^aFBCYQ8#jpTIbO9cs{0sP$o%>UEZv;ZHq5lUTY9s zEU{kGVwL|LU+C4pGr09|WP|&Uf4o;_EjM#$ioaaf*W&8Pf*T#lKJ+e%NIN+Kwf$6F zOB07toOze6M1oe~)2B}jj;T=4X!OEERzGFCRR6LpUA$voMoJ2=!on9-;_{GhFt@j} zvora+^k4=QxavmPx-sI{pd=8hS%{jgno~rc17~n@@lA5BTVGn|?Ju#5+*rs~vL7Vk zRw6h5usQ**`HbQ78hN-bF^gsV9wRcwlhjulJ*I$2UY@al#X9emp3(LSzXtiM`V7>S z5RwWA>IyqQa9pga-N?Ya7fba*M=iWyt+uOEk^3>~OuSvEQdOiadfD3UoD73N-Ly5X zbY7oeK0U*8$g0G-J||))Dy}&_Z81k*$ar>5_e?Z|orhmZbyq4Z$F-YMJ zD)*S_JFS_h=ucE!`_4)ev1T-1X*_@Po!at%TV!G7IOp{wDf|PAb8JTH>cP%6i#Pm7 zxrX(9eOKR7M2n;cAaRh%H_lsCo0(d9X9oOw#5eJj%lY!%Stu-rhKAM^*DQ_@`gG-H zBq4O3WAh(;(JIz(r}#JLv&PYP@pI=1fXr94Oac&nknVFU00O5Y;7^w!3e4#r2zVY2i_-JEGa z;7V@jB0iAlW=z?Jsynu4CzO~K5#j|vs*E54MA1n9HTw0B~z>oAhu&IG6O4Y28Zi zzl{L^EqWA|2S(?tHNs0vOA#yq4rIYiTg>|O;Jawu0YBl9>tQ|QFSA3NH~p$|?SF1E z&Gy?Jj~~xc?Pw4luIQyG5i>DRDsV>m3P#WMb<6#9^I2V4{4G*+L$Pdb;8GqIrF`kn zJlW<_j7!AXy8RY&`~<$$uZ=xqa+YP4$7Ic%e^ClV+~(>r1>dC!={iO@*s%v}%59Zr zc|J1G0t)7-nVDY11F};Ch`;UlI5@u4ZLZeQE~b8~+S37)eLj4wEx0WTlKJ2u-rS|e zL{EPHvA|?>>e^k)P5t{Bx=QQr!?h7Dfpd$O4MlP#B)CGgOO;r%(@TN#@zS2g-#n)K@DF>2PM@fi z{d3jmxa!65nBhoYr_Fn)_rLz}c+_*;?$t?6;_7S_)E0qijWa_E3&Qd(vFE!%C9e@h z*`;`A@j`iUD0LIc(^v#QA=tXawyg^Y6LmkwgMTW&t9UnS*F^Npu0FDq5^Njs6c z6lpv1za0q|XXt_4TapWM-UjU|fC8^}x|^>8VDg4cDV~)?K))#h1nPd zun@muVP$3IZ<;@a%A>^~;r%0zhd=>%(<#j<-gA#R8ZBwl{Ia<*%~>N~Fgw`;ZF1vm z4wdgub0)bltVTyEr zzEo##felUZ`l-~r)_3Ozq{MLKV?F^5!s`rdqa}SQR1)`F0B==gwK=C0Xr#1WWD~Vi zSa5;%XY^^CzR=OT_|man{7U^^5geS$5K0-L!yyx)fu8+u8)Kelo}||F&|dMN7TY*5 z>wlh(dt05jrrJU`q&bCT`aAWN=1QnD{)|TQ&6}@{8T3GDk#Nz@0YE^#q9?haW^R}B z*9*iL4+KPF*PQ!G?LSio0yo#uWsWz;mi_(xRTYbd{>Utz5X#f9SpIU&;T&K@>$(;1 znmPV*hc@DV;%KPnWQ5pIrkZ@Aqo}F((0rq=(WY{qA@mPc+T%8_%&kt~;jnqluJc|x zl>?j8q{ws8A#fkaw zj`h5#BPfUSypgMAA_fEwjO69ZLLKxepA#pdo9=-}AT{`6YusT zHWrKcepj&iPpCRzu|`r!z4fe0@;`I{udaLvRus_mfxy2wm0uL`=c`XSQt+F)2@RhZ zZ_L}?8{0wkuS{#>pg&lzBdQ1=iln(HF%GTI2r9jKXsm@4pQDj-H^TP^54DSerlSMB zOB5M#(g4tDG5CH-ENP)W;7T>US$nZvL`>mLLC5*krb9f;D1yG|j)w& zkPEYV$PdS}&fq*+k1x7jzaE|_=bN?p5Xh?^^M8gstKWSio`a?u!0#BXOk%6&Ye-i8 z&Q;ev2V8?~+Y&Qbp=MYaVOGkq5Y6_IxAGnWp6*RnR+d&SfjqU;??U1697x-_m(4gr z?tWuAGq0DjC(zk%DJ~8UUD0~HeyZ*+E=9EqnPNN-`aU9Dnz?i3*z3mOg)C{FrCn0& zcZ%cLMCBKBc>@4Kt8PFqTcep{=bwh?h7RqE_m=?0ogq zq0`a90n&w5j$hwiksi4J$eB2KCfRey8$px8Ps*~h)t3i7Q+fSV|aCF`KjfmRF1A9 z<7b}#b!b)-Qv&oiu9RB5kNj&H&0}dl5kWzx_#vyb>-`?aU}Z@glT}T~|fp zx-C5iGplBa+F-j#DOcwB?TyYEx6h+c)78?G=O*Na84&;iFWGkqI1N=Z-lji|l>hyV z*Zb!S{$`(sW2W4lu7xIUy^p-)5yT9%0WrBn;qv8*;fc)`@5qXnu(Ph|9MD(&F<dbEfypm)9E`8$`2mGCF@~$jUpVd|1~q z$T(>~`{58ZoA94LP>h%e9bHS*tIkhPA6-6-Fkz>FuLcSb*d#00FmM1| z4S;>Y1`p_mAXL{Dm1f>n6uIKrXP@0WjV5til9p~k)7GvvJ4)q)X8`$RJydgnw9t5` z*g7sy4`|KDy4u>I5T3DCj?B!=1Tb9K{`L3^X|v?ktNu9+J&*jslA-z)0`w+Q280d} zYsF@*<(^^>DhKL$cz9wOqG)d4B~YjcLvQ!Ix;ks%NumDD@AF9>OZwO~SqhpbMet6-n$}g$KG`3}|)UJaUjI5b)JgworL-Evy`!Ka2FypWO0i6&2o)?G*P8Gxg}diR4Q%1t!*hVG*+NY` zHiX3j@8V5>ol;CKl4px-6gizB5&GhR%;JdhU&a^02q!nUu~ZU%;1f=Ozr5j&0dPPd zA2J%qlS`K_nb?Gn0~m=BG38xA2;U3ipMX~xb%h}X0PZGQSg9n1d)fvVoiQ#@7c?pC zTFki*QH)p*+zm5;UD-T(3PuLr)VxIKyk`t=eW7u;j&G=dARMCw(H@{9e1};Ri7lEJ z#wKR6bTrYmewEN_x}v0yG$JsuRBx>_(T@KH(*7rOR)CmKOmcZw^9 zo$r$3o8>qNL)(eKAOnC_4Tu1Jq4aGQB~v{zni~k5`TX3ukp5i1?icuK07DtCpCi05 zCPIdU3)2_UQ{dPGav4zreBC5V2*TREa(zl;Nt^$;S8U&ErLvyVGqqDwlasDIOxx;z z%b|kMdw%ph^6BaA%>)R0TZwPN(AT`)si+sr}gFOLFSco}s z3((uB>~_?xu*>TU-InSs;oom42w`+#9z{83$L+I4C(O#7lRc)t77t^9460*1{(I(9}!2p z64^L9|G|GN98~-k)GROw)d#lP7?3)RBke-Z)4im4%SeT#uL0(vh!N__Gk!)_omLo? zW!B#hm3bo2-SFTq7!G4y{58s~2pvb%AlA~ub^JTP-!mq~m zWVzn%Zhrf@@Y^ZW^||ueMSPsX%0&9Nv=qJxrw7|m-`_fZd-qR9AaOhqTT8TQi7nC2 z?1Hwm+Wt-dsT{V=QZnz%k2Kw)Iq#wP4LaY6?W0(DJvovT@9JFPI^$9(XzrKKh1rPk>^cvh=rB4vHd zC2+O>P|?317nq>amuiMBa!)=fV3jQGGW30!G{_8UL%nB)5i-J(3PtAQdk(rPM#o;V zQ6G+s^83=;i%ZLJEp&T)Mc^=_^Il{cGOP4wRG6|&<&LSkdgCw8$NL{4hJGK|phKGM zRqcm%k>Y*B#h-NYHclbUMRohdsa~pf;!jz14l}H}!lLq>40z{A&T&k<&j=GnXZW9; zdjoI+ja$9Kh>zGLaf>Ngbq)DjVNEe<5LsgCe8y<5?E3#x^lRW>-$E z7?Z#}jtTY4wAk$K)I-)V@kfw6>tINM$0b-4=a!(jm zK`ZMf*0NFgeKoY1k;baZ9e_;P=2*MRtpo6<_?*~T-2=(QVSQy0@tci5jY`nLMX~G# z+djh{qQ)zicw`5$N2}|dO^b!Pa**Rt_07S-L1act> zdb1Y>zm%WB)SQT=9Sak72D6v#+*fb-%vJadl2*zGJ(8e@MwQ(&^%=(VW@}fS{l`SC zZ~H?5OKxoK%1aOZmB z2{#a~5%AVcaAeFBO)k$H1`N3~^o6SHaZfK?Abq_n!8oGSek{+>e5v(f#{`USybyrA zkV_z#kT@E1_4h))fcgr8cwssU^)Z}Lx?v`TC7-iq`FbBMD@x?>)=D0|%_mW;w4kl$)?NZv{$z zec>3y0!=^#X5W`J!DmsZ;9{6HwZ*hDz_}h$y=(RUi>ko{ETymoPuRWXjjG6|?mx_B zu4QzuG3eGgq>#U#{?gsuePZ%FeE5?>udFz-p^<}zxjp?bh6pCyd9R0J`Dy7Y^6|?% zu;-0f*XA9-UoZB`%4}_(16)2M)Pl;wglT0B7cWCokq$U&UwVE%O$F?n-W3~y~TKNM92YaD0-O!f1Y~rxdV$6-%^+&s3s}Z!`*$Mck0g8u_*31-1#zcyC=A% zgUq7x)|$p<*aXm_ijh&b9@ZPl9H{qLA;QK5lDwk-%7P`K`V6vnWkaw|ZcV`ocr&># zQCH#LjC*)77#7x#-1Fq4oCWwIM(1pT&PE2AVuJ+2TVfuE=#51HGZ!83Vp_X?E;z`!a-##I_W;oseNJMTL)q|2N14W6ygh?YaPae*{2CtLsU@8f_)KoaW2+}z1Ji{Q%#x1K&0S9Rdv zVOG6VMgK3jXH3XJlqc{vOMuF~i1;l~WDfrY9To-bObmFzL-8{rlXit}`<@`1Q|Una zKB4Wq4U<_n?ddX zzRL`h%uI^UhM|o9QQ5}7Kb!#4yjp#Z6KTD4)C&UXkG(fN8y36M_h-;!&4!4}?ZDTV`6_1zQNCai?!>;h`NqT-yiY^hwuL#L~slh*KT(g8Gl$3~P>v z=KX(_`U&o>N~<-Zy}cdo8eBfS_2fNr-?I#D@#2z4|BCFyO>EJ9FgoBbXw%cvp8xy#$bVrR*~O_B8m~oIB$z(5UVM#UaMbqG zaV?fJvZ@>$7%jj9Cn+*(Du`iSsqbM5T=M~hWo{Y#YcFCxJ4moVWI1^&N2(P6m&tZq zlS;CANoFQ-aD_JTx+mA`Z7GC<#G!>(3Xq0N5xkU>Yg-xX;aeCx$c<`$0GUwb(xP(I zn?fjoP+^}&Mn+=pD7UkB-dos4Ile|>hs4XW1Ef1%2}S2(q3WM-WUo_0kc$OjUIP(= ze8=9w|4eE-6#5?GPKdD!xc|@jf(&y%!4V2(Cnn6sWYsQh`KcvscGfv&!4^vIQ!oE} zGRLjq&b%Sqs*w43f-`(86+z0l2gO9DOk^X6reXsj4g;}#H>iS7E= zk<;pz14SYh)iVL5K14$0OU06Kf*iZQz7h+TI$YUq0DVPJ81e4^Onsgo6Nck?lZY7Q zYf&5yXL$?nghOOg^`C5eM7DCGt-75ZH5xX-g{Yy22kT_qWrGw;Or&`5;$DQXLE*Bi zs(f<^9{+$79a_m{M))^WPnt^F`#k22uif9iF|;Ws9UgAU@i~DU?Oq8X18n3oN3>^h zI@{JJ3JWZ&mK-&Wzz4v`#sWyO-y!byE^FvAq7C&<_VC_#TvE4v>OKQ^K$*kC!4ne&X`4L(5^II{) z(hQn$r!;x~!nET?Mywf!V$oP9f*T5>l56~cXB%qjI8=Zy^v*;px$?Xr!|jjmNq6Me zA4f*wD|a75f%Ahs##^^7a*h_Epiy=?(XQp^YIuGPVU?G=9zR0B#(hzg*E+GfxkcAK^HA2cd7e9 zO-q{gLvMvu?sw$cP6+K@0YlZ^To%Fiw|@HScKyykuN3JlC^OP6ve_0JIKb%SJEE!H z@5nHDX0ovtrHuM=)lWHhZ136oVdB8q0b2y$>yhEnT(fgPXyxh)^;|fKLh;*$eY=OB zxu48Ga-##}M4%lkG;mn-KK{1jeB==6jyN*rC~>^`JnHqV88-0jOURM;7Ykx zkJirh-=A5gYf|NYqeK!$aRp@MAErmcK+i_NOFx{iT+a29S1Z1xSa ztL5V5pr&`cGAmKTQC>}jEdShz;l^B#=FLu-XybMqaX zy$qyv6KX1S*G_Vu&wvj-8wMJhD-IY$z9Gd2?78lLpKzmq5Nl{22y)ZM0A!zxSy0d% zhFcBh$W=^Hagv1%zDC0^dekc_-sirMfo2i$z{45~C({ZIcxd`dU|@k0UqP3ue48vj-l`VbonLpH`2j3WOS`J`GudNUhb1mtVt;S zIKUzAq5@7$3X=QonVM1v!#Ggj-(k!?2HMy zFJFKsu#{R(4oFt3I^`CPNfqVeknksA6oP zFj9MN%p@54th+m4U`LoDgFQP5E>iUh={v96WGuOCF1ghB&eeDlGQ1DaZ?Qlq zfp*Go`MI3-=nm?o%a=dDe6&KicsQihtkzGa#Q-p)R?JR=xbx<=*}BPzcS_4PApgVs zGu$l*QM=~P1a8m;#M`@XjxmQnvZhe|og1DXi>zt~gmrL6dVxK%adVKPdrWxWQ@B$g zm4r-hgLa`|ctGZd!&W;6NU^{`C9ZQlGMLsfFZm4>=G%y4Nkq;f;)gh{p0*qE&|>ppKo?fk>CE#emV;CRNVFp zhuiG)VXo(XWp70*(C2`DN*q%440G5ebJ0#O1SPmSRee=t+=6FIJ zS@__EYXH!FVALa)9UCLU=ba`2!ODc+9%#b=sODGFuWk)wqd zfCug@H^+z!JA`?ci`$xCQrUL0(=LoL0dcM!I!B&eDY|c%){5>r0R2% z!vg-evE~?nbK6k2&dq1`%+er+$eVX + +// eslint-disable-next-line @typescript-eslint/naming-convention +type S_SP_BLUE = DeviceModelId.nanoS | DeviceModelId.nanoSP | DeviceModelId.blue +export type Animations = { + [modelId in S_SP_BLUE]: Record +} & { + [modelId in DeviceModelId]: Record> +} + +const animations: Animations = { + nanoS: { + plugAndPinCode: { + light: require('./animations/nanoS/1PlugAndPinCode/light.json'), + dark: require('./animations/nanoS/1PlugAndPinCode/dark.json'), + }, + enterPinCode: { + light: require('./animations/nanoS/3EnterPinCode/light.json'), + dark: require('./animations/nanoS/3EnterPinCode/dark.json'), + }, + quitApp: { + light: require('./animations/nanoS/4QuitApp/light.json'), + dark: require('./animations/nanoS/4QuitApp/dark.json'), + }, + allowManager: { + light: require('./animations/nanoS/5AllowManager/light.json'), + dark: require('./animations/nanoS/5AllowManager/dark.json'), + }, + openApp: { + light: require('./animations/nanoS/6OpenApp/light.json'), + dark: require('./animations/nanoS/6OpenApp/dark.json'), + }, + verify: { + light: require('./animations/nanoS/7Validate/light.json'), + dark: require('./animations/nanoS/7Validate/dark.json'), + }, + sign: { + light: require('./animations/nanoS/7Validate/light.json'), + dark: require('./animations/nanoS/7Validate/dark.json'), + }, + allowUpdate: { + light: require('./animations/nanoS/7Validate/light.json'), + dark: require('./animations/nanoS/7Validate/dark.json'), + }, + }, + nanoSP: { + plugAndPinCode: { + light: require('./animations/nanoSP/1PlugAndPinCode/light.json'), + dark: require('./animations/nanoSP/1PlugAndPinCode/dark.json'), + }, + enterPinCode: { + light: require('./animations/nanoSP/3EnterPinCode/light.json'), + dark: require('./animations/nanoSP/3EnterPinCode/dark.json'), + }, + quitApp: { + light: require('./animations/nanoSP/4QuitApp/light.json'), + dark: require('./animations/nanoSP/4QuitApp/dark.json'), + }, + allowManager: { + light: require('./animations/nanoSP/5AllowManager/light.json'), + dark: require('./animations/nanoSP/5AllowManager/dark.json'), + }, + openApp: { + light: require('./animations/nanoSP/6OpenApp/light.json'), + dark: require('./animations/nanoSP/6OpenApp/dark.json'), + }, + verify: { + light: require('./animations/nanoSP/7Validate/light.json'), + dark: require('./animations/nanoSP/7Validate/dark.json'), + }, + sign: { + light: require('./animations/nanoSP/7Validate/light.json'), + dark: require('./animations/nanoSP/7Validate/dark.json'), + }, + allowUpdate: { + light: require('./animations/nanoSP/7Validate/light.json'), + dark: require('./animations/nanoSP/7Validate/dark.json'), + }, + }, + blue: { + plugAndPinCode: { + light: require('./animations/blue/1PlugAndPinCode/data.json'), + dark: require('./animations/blue/1PlugAndPinCode/data.json'), + }, + enterPinCode: { + light: require('./animations/blue/3EnterPinCode/data.json'), + dark: require('./animations/blue/3EnterPinCode/data.json'), + }, + quitApp: { + light: require('./animations/blue/4QuitApp/data.json'), + dark: require('./animations/blue/4QuitApp/data.json'), + }, + allowManager: { + light: require('./animations/blue/5AllowManager/data.json'), + dark: require('./animations/blue/5AllowManager/data.json'), + }, + openApp: { + light: require('./animations/blue/6OpenApp/data.json'), + dark: require('./animations/blue/6OpenApp/data.json'), + }, + verify: { + light: require('./animations/blue/7Validate/data.json'), + dark: require('./animations/blue/7Validate/data.json'), + }, + sign: { + light: require('./animations/blue/7Validate/data.json'), + dark: require('./animations/blue/7Validate/data.json'), + }, + allowUpdate: { + light: require('./animations/blue/7Validate/data.json'), + dark: require('./animations/blue/7Validate/data.json'), + }, + }, + nanoX: { + wired: { + plugAndPinCode: { + light: require('./animations/nanoX/wired/1PlugAndPinCode/light.json'), + dark: require('./animations/nanoX/wired/1PlugAndPinCode/dark.json'), + }, + enterPinCode: { + light: require('./animations/nanoX/wired/3EnterPinCode/light.json'), + dark: require('./animations/nanoX/wired/3EnterPinCode/dark.json'), + }, + quitApp: { + light: require('./animations/nanoX/wired/4QuitApp/light.json'), + dark: require('./animations/nanoX/wired/4QuitApp/dark.json'), + }, + allowManager: { + light: require('./animations/nanoX/wired/5AllowManager/light.json'), + dark: require('./animations/nanoX/wired/5AllowManager/dark.json'), + }, + openApp: { + light: require('./animations/nanoX/wired/6OpenApp/light.json'), + dark: require('./animations/nanoX/wired/6OpenApp/dark.json'), + }, + verify: { + light: require('./animations/nanoX/wired/7Validate/light.json'), + dark: require('./animations/nanoX/wired/7Validate/dark.json'), + }, + sign: { + light: require('./animations/nanoX/wired/7Validate/light.json'), + dark: require('./animations/nanoX/wired/7Validate/dark.json'), + }, + allowUpdate: { + light: require('./animations/nanoX/wired/7Validate/light.json'), + dark: require('./animations/nanoX/wired/7Validate/dark.json'), + }, + }, + bluetooth: { + plugAndPinCode: { + light: require('./animations/nanoX/bluetooth/1PlugAndPinCode/light.json'), + dark: require('./animations/nanoX/bluetooth/1PlugAndPinCode/dark.json'), + }, + enterPinCode: { + light: require('./animations/nanoX/bluetooth/3EnterPinCode/light.json'), + dark: require('./animations/nanoX/bluetooth/3EnterPinCode/dark.json'), + }, + quitApp: { + light: require('./animations/nanoX/bluetooth/4QuitApp/light.json'), + dark: require('./animations/nanoX/bluetooth/4QuitApp/dark.json'), + }, + allowManager: { + light: require('./animations/nanoX/bluetooth/5AllowManager/light.json'), + dark: require('./animations/nanoX/bluetooth/5AllowManager/dark.json'), + }, + openApp: { + light: require('./animations/nanoX/bluetooth/6OpenApp/light.json'), + dark: require('./animations/nanoX/bluetooth/6OpenApp/dark.json'), + }, + verify: { + light: require('./animations/nanoX/bluetooth/7Validate/light.json'), + dark: require('./animations/nanoX/bluetooth/7Validate/dark.json'), + }, + sign: { + light: require('./animations/nanoX/bluetooth/7Validate/light.json'), + dark: require('./animations/nanoX/bluetooth/7Validate/dark.json'), + }, + allowUpdate: { + light: require('./animations/nanoX/bluetooth/7Validate/light.json'), + dark: require('./animations/nanoX/bluetooth/7Validate/dark.json'), + }, + blePairing: { + light: require('./animations/nanoX/BlePairing/light.json'), + dark: require('./animations/nanoX/BlePairing/dark.json'), + }, + blePaired: { + light: require('./animations/nanoX/BlePaired/light.json'), + dark: require('./animations/nanoX/BlePaired/dark.json'), + }, + }, + }, + stax: { + wired: { + plugAndPinCode: { + light: require('./animations/stax/enterPIN.json'), + dark: require('./animations/stax/enterPIN.json'), + }, + enterPinCode: { + light: require('./animations/stax/enterPIN.json'), + dark: require('./animations/stax/enterPIN.json'), + }, + quitApp: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + allowManager: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + openApp: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + verify: { + light: require('./animations/stax/verifyAddress.json'), + dark: require('./animations/stax/verifyAddress.json'), + }, + sign: { + light: require('./animations/stax/signTransaction.json'), + dark: require('./animations/stax/signTransaction.json'), + }, + allowUpdate: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + }, + bluetooth: { + plugAndPinCode: { + light: require('./animations/stax/enterPIN.json'), + dark: require('./animations/stax/enterPIN.json'), + }, + enterPinCode: { + light: require('./animations/stax/enterPIN.json'), + dark: require('./animations/stax/enterPIN.json'), + }, + quitApp: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + allowManager: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + openApp: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + verify: { + light: require('./animations/stax/verifyAddress.json'), + dark: require('./animations/stax/verifyAddress.json'), + }, + sign: { + light: require('./animations/stax/signTransaction.json'), + dark: require('./animations/stax/signTransaction.json'), + }, + allowUpdate: { + light: require('./animations/stax/allowConnection.json'), + dark: require('./animations/stax/allowConnection.json'), + }, + blePairing: { + light: require('./animations/stax/pairingProgress.json'), + dark: require('./animations/stax/pairingProgress.json'), + }, + blePaired: { + light: require('./animations/stax/pairingSuccess.json'), + dark: require('./animations/stax/pairingSuccess.json'), + }, + }, + }, +} + +export type GetDeviceAnimationArgs = { + theme?: 'light' | 'dark' + key: string + device: Device +} + +// Return an animation associated to a device +export function getDeviceAnimation({ + theme = 'light', + key, + device, +}: GetDeviceAnimationArgs): AnimationSource { + const modelId = (Config.OVERRIDE_MODEL_ID as DeviceModelId) || device.modelId + const wired = Config.OVERRIDE_WIRED || device.wired + + let animation: AnimationSource | undefined + + if ( + [DeviceModelId.nanoS, DeviceModelId.nanoSP, DeviceModelId.blue].includes( + modelId, + ) + ) { + animation = animations[modelId as S_SP_BLUE][key][theme] + } else { + animation = + animations[modelId]?.[wired ? 'wired' : 'bluetooth']?.[key][theme] + } + + if (!animation) { + console.error(`No animation for ${modelId} ${key}`) + // @ts-expect-error Halp :() + return undefined + } + + return animation +} diff --git a/src/features/payment/PaymentCard.tsx b/src/features/payment/PaymentCard.tsx index a03396536..323f10159 100644 --- a/src/features/payment/PaymentCard.tsx +++ b/src/features/payment/PaymentCard.tsx @@ -43,11 +43,13 @@ const PaymentCard = ({ const { currentAccount } = useAccountStorage() const handlePayPressed = useCallback(async () => { - const hasSecureAccount = await checkSecureAccount( - currentAccount?.address, - true, - ) - if (!hasSecureAccount) return + if (!currentAccount?.ledgerDevice) { + const hasSecureAccount = await checkSecureAccount( + currentAccount?.address, + true, + ) + if (!hasSecureAccount) return + } animateTransition('PaymentCard.payEnabled') setPayEnabled(true) }, [currentAccount]) diff --git a/src/hooks/useLedger.ts b/src/hooks/useLedger.ts index d8269e511..d44999eeb 100644 --- a/src/hooks/useLedger.ts +++ b/src/hooks/useLedger.ts @@ -1,12 +1,15 @@ -import AppHelium from '@ledgerhq/hw-app-helium' +import AppSolana from '@ledgerhq/hw-app-solana' import TransportBLE from '@ledgerhq/react-native-hw-transport-ble' import TransportHID from '@ledgerhq/react-native-hid' import { useCallback, useState } from 'react' -import { NetType } from '@helium/address/build/NetTypes' import { last } from 'lodash' import { useTranslation } from 'react-i18next' +import { bs58 } from '@coral-xyz/anchor/dist/cjs/utils/bytes' +import { solAddressToHelium } from '@utils/accountUtils' +import base58 from 'bs58' +import { PublicKey } from '@solana/web3.js' +import { useSolana } from '../solana/SolanaProvider' import { LedgerDevice } from '../storage/cloudStorage' -import useDisappear from './useDisappear' import { runDerivationScheme } from '../utils/heliumLedger' export type LedgerAccount = { @@ -14,8 +17,11 @@ export type LedgerAccount = { balance?: number alias: string accountIndex: number + solanaAddress: string } +export const ManagerAppName = 'Solana' + const useLedger = () => { const [transport, setTransport] = useState<{ transport: TransportBLE | TransportHID @@ -24,6 +30,20 @@ const useLedger = () => { const [ledgerAccounts, setLedgerAccounts] = useState([]) const [ledgerAccountsLoading, setLedgerAccountsLoading] = useState(false) const { t } = useTranslation() + const { anchorProvider } = useSolana() + + const openSolanaApp = useCallback( + async (trans: TransportBLE | TransportHID) => { + await trans.send( + 0xe0, + 0xd8, + 0x00, + 0x00, + Buffer.from(ManagerAppName, 'utf8'), + ) + }, + [], + ) const getTransport = useCallback( async (nextDeviceId: string, type: 'usb' | 'bluetooth') => { @@ -52,47 +72,47 @@ const useLedger = () => { setTransport(undefined) }) setTransport({ transport: newTransport, deviceId: nextDeviceId }) - return newTransport }, [transport], ) - useDisappear(() => { - transport?.transport.close() - setTransport(undefined) - }) + // useDisappear(() => { + // transport?.transport.close() + // setTransport(undefined) + // }) const getLedgerAcct = useCallback( - async ( - helium: AppHelium, - netType: NetType, - accountIndex: number, - display: boolean, - ) => { - const { address } = await helium.getAddress( - runDerivationScheme(accountIndex, netType), + async (solana: AppSolana, accountIndex: number, display: boolean) => { + const { address } = await solana.getAddress( + runDerivationScheme(accountIndex), display, - accountIndex, ) - const balance = 0 - console.error('LEDGER NOT CURRENTLY SUPPORTED') + let balance = 0 + try { + const balanceResponse = await anchorProvider?.connection.getBalance( + new PublicKey(base58.encode(address)), + ) + + if (balanceResponse) { + balance = balanceResponse / 10 ** 9 + } + } catch { + // ignore + } return { - address, + address: solAddressToHelium(bs58.encode(address)), balance, alias: t('ledger.show.alias', { accountIndex: accountIndex + 1 }), accountIndex, + solanaAddress: bs58.encode(address), } as LedgerAccount }, - [t], + [anchorProvider?.connection, t], ) const getLedgerAccounts = useCallback( - async ( - helium: AppHelium, - netType: NetType, - accounts: LedgerAccount[], - ): Promise => { + async (solana: AppSolana, accounts: LedgerAccount[]): Promise => { let index = 0 const prevAcct = last(accounts) if (prevAcct) { @@ -100,19 +120,19 @@ const useLedger = () => { } if (index >= 256) return - const acct = await getLedgerAcct(helium, netType, index, false) + const acct = await getLedgerAcct(solana, index, false) const next = [...accounts, acct] setLedgerAccounts(next) if (!acct.balance) return - return getLedgerAccounts(helium, netType, next) + return getLedgerAccounts(solana, next) }, [getLedgerAcct], ) const updateLedgerAccounts = useCallback( - async (device: LedgerDevice, netType: NetType) => { + async (device: LedgerDevice) => { if (ledgerAccountsLoading) return const nextTransport = await getTransport(device.id, device.type) @@ -120,10 +140,10 @@ const useLedger = () => { throw new Error('Transport could not be created') } - const helium = new AppHelium(nextTransport) + const solana = new AppSolana(nextTransport) setLedgerAccountsLoading(true) - await getLedgerAccounts(helium, netType, []) + await getLedgerAccounts(solana, []) setLedgerAccountsLoading(false) }, [getLedgerAccounts, getTransport, ledgerAccountsLoading], @@ -135,6 +155,7 @@ const useLedger = () => { ledgerAccounts, updateLedgerAccounts, ledgerAccountsLoading, + openSolanaApp, } } diff --git a/src/hooks/useSimulatedTransaction.ts b/src/hooks/useSimulatedTransaction.ts index fcae64cda..b974014f9 100644 --- a/src/hooks/useSimulatedTransaction.ts +++ b/src/hooks/useSimulatedTransaction.ts @@ -4,6 +4,7 @@ import { AccountLayout, NATIVE_MINT, TOKEN_PROGRAM_ID } from '@solana/spl-token' import { AddressLookupTableAccount, Connection, + Message, ParsedAccountData, PublicKey, SimulatedTransactionAccountInfo, @@ -112,7 +113,9 @@ export function useSimulatedTransaction( } try { - fee = (await c?.getFeeForMessage(t.message, 'confirmed')).value || fee + fee = + (await c?.getFeeForMessage(t.message as Message, 'confirmed')) + .value || fee } catch (err) { logger.error(err) } diff --git a/src/locales/en.ts b/src/locales/en.ts index 7cc01ddde..31e3829b5 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -627,6 +627,9 @@ export default { title: 'Welcome to\nHelium Wallet', }, ledger: { + openTheSolanaApp: 'Open the Solana app on your {{ device }}', + pleaseConfirmTransaction: 'Please confirm transaction on your {{ device }}', + pleaseEnterPinCode: 'Please enter pin code on your {{ device }}', chooseType: { bluetooth: { title: 'Bluetooth', @@ -643,7 +646,6 @@ export default { 'Check network connection', 'Check Bluetooth is enabled', 'Open your Ledger device.', - 'Open Helium app on Ledger Device', ], subtitle: 'Please check that your Ledger\nDevice is connected to this phone.\n\nIf not, follow these steps:', diff --git a/src/solana/SolanaProvider.tsx b/src/solana/SolanaProvider.tsx index 329a8c1c5..261a121b8 100644 --- a/src/solana/SolanaProvider.tsx +++ b/src/solana/SolanaProvider.tsx @@ -13,6 +13,7 @@ import { PublicKey, RpcResponseAndContext, Transaction, + VersionedTransaction, } from '@solana/web3.js' import React, { ReactNode, @@ -21,18 +22,23 @@ import React, { useContext, useEffect, useMemo, + useRef, useState, } from 'react' import { useAsync } from 'react-async-hook' import Config from 'react-native-config' import { useSelector } from 'react-redux' +import nacl from 'tweetnacl' +import { WrappedConnection } from '@utils/WrappedConnection' +import { AccountContext } from '@helium/account-fetch-cache-hooks' import { useAccountStorage } from '../storage/AccountStorageProvider' import { getSessionKey, getSolanaKeypair } from '../storage/secureStorage' import { RootState } from '../store/rootReducer' import { appSlice } from '../store/slices/appSlice' import { useAppDispatch } from '../store/store' import { DcProgram, HemProgram, HsdProgram, LazyProgram } from '../types/solana' -import { getConnection } from '../utils/solanaUtils' +import { getConnection, isVersionedTransaction } from '../utils/solanaUtils' +import LedgerModal, { LedgerModalRef } from '../features/ledger/LedgerModal' const useSolanaHook = () => { const { currentAccount } = useAccountStorage() @@ -45,6 +51,7 @@ const useSolanaHook = () => { const [hsdProgram, setHsdProgram] = useState() const [lazyProgram, setLazyProgram] = useState() const { loading, result: sessionKey } = useAsync(getSessionKey, []) + const ledgerModalRef = useRef() const connection = useMemo(() => { const sessionKeyActual = !loading && !sessionKey ? Config.RPC_SESSION_KEY_FALLBACK : sessionKey @@ -66,29 +73,118 @@ const useSolanaHook = () => { [address], ) + const signTxn = useCallback( + async (transaction: Transaction | VersionedTransaction) => { + if ( + !currentAccount?.ledgerDevice?.id || + !currentAccount?.ledgerDevice?.type || + currentAccount?.accountIndex === undefined + ) { + if (!isVersionedTransaction(transaction)) { + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + transaction.partialSign(secureAcct!) + return transaction + } + + if (!currentAccount?.solanaAddress || !secureAcct?.secretKey) + return transaction + + transaction.sign([ + { + publicKey: new PublicKey(currentAccount.solanaAddress), + secretKey: secureAcct.secretKey, + }, + ]) + + return transaction + } + + const signature = await ledgerModalRef?.current?.showLedgerModal({ + transaction: isVersionedTransaction(transaction) + ? Buffer.from(transaction.message.serialize()) + : transaction.serializeMessage(), + }) + + if (!signature) throw new Error('Transaction not signed') + transaction.addSignature( + new PublicKey(currentAccount.solanaAddress || ''), + signature, + ) + + return transaction + }, + [currentAccount, secureAcct], + ) + + const signMsg = useCallback( + async (msg: Buffer) => { + if (!currentAccount?.solanaAddress) return msg + + if ( + (!currentAccount?.ledgerDevice?.id || + !currentAccount?.ledgerDevice?.type || + !currentAccount?.accountIndex) && + secureAcct?.secretKey + ) { + const signer = { + publicKey: currentAccount?.solanaAddress, + secretKey: secureAcct.secretKey, + } + + const signedMessage = nacl.sign.detached(msg, signer.secretKey) + return signedMessage + } + + const signedMessage = await ledgerModalRef?.current?.showLedgerModal({ + message: msg, + }) + + if (!signedMessage) throw new Error('Message not signed') + + return signedMessage + }, + [currentAccount, secureAcct], + ) + const anchorProvider = useMemo(() => { - if (!secureAcct || !connection) return + if ( + (!secureAcct && + !currentAccount?.ledgerDevice && + !currentAccount?.solanaAddress) || + !connection + ) + return const anchorWallet = { - signTransaction: async (transaction: Transaction) => { - transaction.partialSign(secureAcct) - return transaction + signTransaction: async ( + transaction: Transaction | VersionedTransaction, + ) => { + const signedTx = await signTxn(transaction) + return signedTx }, - signAllTransactions: async (transactions: Transaction[]) => { - return transactions.map((tx) => { - tx.partialSign(secureAcct) - return tx - }) + signAllTransactions: async ( + transactions: (Transaction | VersionedTransaction)[], + ) => { + const signedTxns = [] + // eslint-disable-next-line no-restricted-syntax + for (const transaction of transactions) { + // eslint-disable-next-line no-await-in-loop + const signedTx = await signTxn(transaction) + signedTxns.push(signedTx) + } + + return signedTxns }, get publicKey() { - return secureAcct?.publicKey + return new PublicKey(currentAccount?.solanaAddress || '') }, } as Wallet return new AnchorProvider(connection, anchorWallet, { preflightCommitment: 'confirmed', commitment: 'confirmed', + skipPreflight: true, }) - }, [connection, secureAcct]) + }, [connection, currentAccount, secureAcct, signTxn]) const cache = useMemo(() => { if (!connection) return @@ -172,10 +268,24 @@ const useSolanaHook = () => { lazyProgram, updateCluster, cache, + signMsg, + ledgerModalRef, } } -const initialState = { +const initialState: { + anchorProvider: AnchorProvider | undefined + cluster: Cluster + connection: WrappedConnection | undefined + dcProgram: DcProgram | undefined + hemProgram: HemProgram | undefined + hsdProgram: HsdProgram | undefined + lazyProgram: LazyProgram | undefined + cache: AccountFetchCache | undefined + updateCluster: (nextCluster: Cluster) => void + signMsg: (msg: Buffer) => Promise + ledgerModalRef: React.MutableRefObject +} = { anchorProvider: undefined, cluster: 'mainnet-beta' as Cluster, connection: undefined, @@ -185,22 +295,26 @@ const initialState = { lazyProgram: undefined, cache: undefined, updateCluster: (_nextCluster: Cluster) => {}, + signMsg: (_msg: Buffer) => Promise.resolve(_msg), + ledgerModalRef: { current: undefined }, } const SolanaContext = createContext>(initialState) const { Provider } = SolanaContext const SolanaProvider = ({ children }: { children: ReactNode }) => { - const value = useSolanaHook() + const values = useSolanaHook() return ( - - {value.connection && ( - - {children} - + + {values.cache && values.connection && ( + + + {children} + + )} ) diff --git a/src/solana/WalletSignBottomSheet.tsx b/src/solana/WalletSignBottomSheet.tsx index 2eebe573a..9247893ee 100644 --- a/src/solana/WalletSignBottomSheet.tsx +++ b/src/solana/WalletSignBottomSheet.tsx @@ -225,7 +225,7 @@ const WalletSignBottomSheet = forwardRef( index={-1} backgroundStyle={backgroundStyle} backdropComponent={renderBackdrop} - snapPoints={animatedSnapPoints} + snapPoints={animatedSnapPoints.value} onDismiss={handleModalDismiss} enableDismissOnClose handleIndicatorStyle={handleIndicatorStyle} diff --git a/src/storage/AccountStorageProvider.tsx b/src/storage/AccountStorageProvider.tsx index a41339fca..4005d2683 100644 --- a/src/storage/AccountStorageProvider.tsx +++ b/src/storage/AccountStorageProvider.tsx @@ -246,6 +246,7 @@ const useAccountStorageHook = () => { address: string ledgerDevice?: LedgerDevice ledgerIndex?: number + solanaAddress: string }[], ) => { if (!accountBulk.length) return @@ -260,6 +261,7 @@ const useAccountStorageHook = () => { netType: accountNetType(curr.address), ledgerDevice: curr.ledgerDevice, accountIndex, + solanaAddress: curr.solanaAddress, }, } }, {}) diff --git a/src/store/slices/solanaSlice.ts b/src/store/slices/solanaSlice.ts index 0a2a41c93..f3337cc9e 100644 --- a/src/store/slices/solanaSlice.ts +++ b/src/store/slices/solanaSlice.ts @@ -271,9 +271,7 @@ export const claimRewards = createAsyncThunk( // If the transfer is successful, we need to update the hotspots so pending rewards are updated. dispatch(fetchHotspots({ account, anchorProvider, cluster })) - return { - signatures, - } + return { signatures } } catch (error) { Logger.error(error) throw error @@ -356,7 +354,8 @@ export const claimAllRewards = createAsyncThunk( keyToAssetForAsset(solUtils.toAsset(h)), ) const ktaAccs = await solUtils.getCachedKeyToAssets( - hemProgram, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + hemProgram as any, keyToAssets, ) const entityKeys = ktaAccs.map( @@ -388,17 +387,22 @@ export const claimAllRewards = createAsyncThunk( assetEndpoint: anchorProvider.connection.rpcEndpoint, wallet: anchorProvider.wallet.publicKey, }) + const signedTxs = await anchorProvider.wallet.signAllTransactions( txns, ) + // eslint-disable-next-line @typescript-eslint/no-loop-func - const txsWithSigs = signedTxs.map((tx, index) => { - return { - transaction: chunk[index], - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - sig: bs58.encode(tx.signatures[0]!.signature!), - } - }) + const txsWithSigs = signedTxs.map((tx, index) => ({ + transaction: chunk[index], + sig: bs58.encode( + !solUtils.isVersionedTransaction(tx) + ? // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + tx.signatures[0]!.signature! + : tx.signatures[0], + ), + })) + // eslint-disable-next-line no-await-in-loop const confirmedTxs = await bulkSendRawTransactions( anchorProvider.connection, diff --git a/src/utils/accountUtils.ts b/src/utils/accountUtils.ts index 4d0303d16..202c6d398 100644 --- a/src/utils/accountUtils.ts +++ b/src/utils/accountUtils.ts @@ -22,8 +22,8 @@ export const heliumAddressToSolAddress = (heliumAddress: string) => { try { if (typeof heliumAddress !== 'string') return '' const heliumPK = Address.fromB58(heliumAddress).publicKey - const pk = new PublicKey(heliumPK) - return pk.toBase58() + const pk = bs58.encode(heliumPK) + return new PublicKey(pk).toBase58() } catch { return '' } diff --git a/src/utils/heliumLedger.ts b/src/utils/heliumLedger.ts index 52a17bb6d..b92e3ddcd 100644 --- a/src/utils/heliumLedger.ts +++ b/src/utils/heliumLedger.ts @@ -1,36 +1,44 @@ -import { PaymentV2, TokenBurnV1 } from '@helium/transactions' -// import AppHelium from '@ledgerhq/hw-app-helium' +import AppSolana from '@ledgerhq/hw-app-solana' import TransportBLE from '@ledgerhq/react-native-hw-transport-ble' import TransportHID from '@ledgerhq/react-native-hid' -import { NetType } from '@helium/address/build/NetTypes' -import { NetTypes } from '@helium/address' -const mainNetDerivation = (account = 0) => `44'/904'/${account}'/0'/0'` // HD derivation path -const testNetDerivation = (account = 0) => `44'/905'/${account}'/0'/0'` // HD derivation path +const mainNetDerivation = (account = 0) => `44'/501'/${account}'` // HD derivation path // Replaces the account alias with the index from the ledger -export const runDerivationScheme = (account = 0, netType: NetType) => { - if (netType === NetTypes.TESTNET) return testNetDerivation(account) +export const runDerivationScheme = (account = 0) => { return mainNetDerivation(account) } -export const signLedgerPayment = async ( - _transport: TransportBLE | TransportHID, - _paymentV2: PaymentV2, - _accountIndex: number, +export const signLedgerTransaction = async ( + transport: TransportBLE | TransportHID, + accountIndex: number, + txBuffer: Buffer, ) => { - throw new Error('Ledger not supported') - // const helium = new AppHelium(transport) - // const { txn } = await helium.signPaymentV2(paymentV2, accountIndex) - // return txn + const solana = new AppSolana(transport) + try { + const { signature } = await solana.signTransaction( + runDerivationScheme(accountIndex), + txBuffer, + ) + return signature + } catch (e) { + console.error(e) + } } -export const signLedgerBurn = async ( - _transport: TransportBLE | TransportHID, - _burnV1: TokenBurnV1, - _accountIndex: number, +export const signLedgerMessage = async ( + transport: TransportBLE | TransportHID, + accountIndex: number, + msgBuffer: Buffer, ) => { - throw new Error('Ledger not supported') - // const helium = new AppHelium(transport) - // return helium.signTokenBurnV1(burnV1, accountIndex) + const solana = new AppSolana(transport) + try { + const { signature } = await solana.signOffchainMessage( + runDerivationScheme(accountIndex), + msgBuffer, + ) + return signature + } catch (e) { + console.error(e) + } } diff --git a/src/utils/solanaUtils.ts b/src/utils/solanaUtils.ts index 8981477ae..e3dc79c0e 100644 --- a/src/utils/solanaUtils.ts +++ b/src/utils/solanaUtils.ts @@ -76,7 +76,6 @@ import { getAssociatedTokenAddress, getAssociatedTokenAddressSync, getMint, - getOrCreateAssociatedTokenAccount, } from '@solana/spl-token' import { AccountMeta, @@ -91,7 +90,6 @@ import { PublicKey, SignatureResult, SignaturesForAddressOptions, - Signer, SystemProgram, Transaction, TransactionInstruction, @@ -127,6 +125,12 @@ import { decimalSeparator, groupSeparator } from './i18n' import * as Logger from './logger' import sleep from './sleep' +export const isVersionedTransaction = ( + tx: Transaction | VersionedTransaction, +): tx is VersionedTransaction => { + return 'version' in tx +} + export function humanReadable( amount?: BN, decimals?: number, @@ -223,7 +227,7 @@ export const readHeliumBalances = async ( export const createTransferSolTxn = async ( anchorProvider: AnchorProvider, - signer: Signer, + payer: PublicKey, payments: { payee: string balanceAmount: BN @@ -232,8 +236,6 @@ export const createTransferSolTxn = async ( ) => { if (!payments.length) throw new Error('No payment found') - const payer = signer.publicKey - let instructions: TransactionInstruction[] = [] payments.forEach((p) => { const amount = p.balanceAmount @@ -263,7 +265,7 @@ export const createTransferSolTxn = async ( export const createTransferTxn = async ( anchorProvider: AnchorProvider, - signer: Signer, + payer: PublicKey, payments: { payee: string balanceAmount: BN @@ -275,17 +277,10 @@ export const createTransferTxn = async ( const conn = anchorProvider.connection - const payer = signer.publicKey - const mint = new PublicKey(mintAddress) const mintAcc = await getMint(conn, mint) - const payerATA = await getOrCreateAssociatedTokenAccount( - conn, - signer, - mint, - payer, - ) + const payerATA = await getAssociatedTokenAddress(mint, payer) let instructions: TransactionInstruction[] = [] payments.forEach((p) => { @@ -301,13 +296,12 @@ export const createTransferTxn = async ( mint, ), createTransferCheckedInstruction( - payerATA.address, + payerATA, mint, ata, payer, BigInt(amount.toString()), mintAcc.decimals, - [signer], ), ] }) @@ -338,21 +332,11 @@ export const transferToken = async ( mintAddress?: string, ) => { const payer = new PublicKey(solanaAddress) - const secureAcct = await getKeypair(heliumAddress) - - if (!secureAcct) { - throw new Error('Secure account not found') - } - - const signer = { - publicKey: payer, - secretKey: secureAcct.privateKey, - } const transaction = !mintAddress || mintAddress === NATIVE_MINT.toBase58() - ? await createTransferSolTxn(anchorProvider, signer, payments) - : await createTransferTxn(anchorProvider, signer, payments, mintAddress) + ? await createTransferSolTxn(anchorProvider, payer, payments) + : await createTransferTxn(anchorProvider, payer, payments, mintAddress) return transaction } @@ -1152,7 +1136,8 @@ export async function annotateWithPendingRewards( const keyToAssets = hotspots.map((h) => keyToAssetForAsset(toAsset(h as CompressedNFT)), ) - const ktaAccs = await getCachedKeyToAssets(hemProgram, keyToAssets) + // eslint-disable-next-line @typescript-eslint/no-explicit-any + const ktaAccs = await getCachedKeyToAssets(hemProgram as any, keyToAssets) const entityKeys = ktaAccs.map( (kta) => // eslint-disable-next-line @typescript-eslint/no-non-null-assertion diff --git a/yarn.lock b/yarn.lock index b44648180..ed440aad6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,16 @@ # yarn lockfile v1 +"@0no-co/graphql.web@^1.0.1": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.4.tgz#9606eb651955499525d068ce0ad8bea596286ce2" + integrity sha512-W3ezhHGfO0MS1PtGloaTpg0PbaT8aZSmmaerL7idtU5F7oCI+uu25k+MsMS31BVFlp4aMkHSrNRxiD72IlK8TA== + +"@aashutoshrathi/word-wrap@^1.2.3": + version "1.2.6" + resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== + "@ampproject/remapping@^2.1.0": version "2.2.1" resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" @@ -37,29 +47,18 @@ dependencies: "@babel/highlight" "^7.10.4" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" - integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== - dependencies: - "@babel/highlight" "^7.18.6" - -"@babel/code-frame@^7.12.13", "@babel/code-frame@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" - integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.13": + version "7.22.13" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== dependencies: - "@babel/highlight" "^7.18.6" - -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" - integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== + "@babel/highlight" "^7.22.13" + chalk "^2.4.2" -"@babel/compat-data@^7.20.1", "@babel/compat-data@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.5.tgz#887a54ebe20c9f21edf27caf4ffcf8da6fdd5bd2" - integrity sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug== +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.20", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0" + integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw== "@babel/core@7.20.12": version "7.20.12" @@ -82,126 +81,85 @@ json5 "^2.2.2" semver "^6.3.0" -"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.4.5": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" - integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== - dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.21.3" - "@babel/helper-compilation-targets" "^7.20.7" - "@babel/helper-module-transforms" "^7.21.2" - "@babel/helpers" "^7.21.0" - "@babel/parser" "^7.21.3" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.3" - "@babel/types" "^7.21.3" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.2" - semver "^6.3.0" - -"@babel/core@^7.11.6", "@babel/core@^7.20.0": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" - integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== +"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.20.0", "@babel/core@^7.4.5": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" + integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== dependencies: "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.21.4" - "@babel/generator" "^7.21.5" - "@babel/helper-compilation-targets" "^7.21.5" - "@babel/helper-module-transforms" "^7.21.5" - "@babel/helpers" "^7.21.5" - "@babel/parser" "^7.21.5" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.5" - "@babel/types" "^7.21.5" + "@babel/code-frame" "^7.22.13" + "@babel/generator" "^7.22.15" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-module-transforms" "^7.22.20" + "@babel/helpers" "^7.22.15" + "@babel/parser" "^7.22.16" + "@babel/template" "^7.22.15" + "@babel/traverse" "^7.22.20" + "@babel/types" "^7.22.19" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" - json5 "^2.2.2" - semver "^6.3.0" + json5 "^2.2.3" + semver "^6.3.1" -"@babel/generator@^7.20.0", "@babel/generator@^7.20.7", "@babel/generator@^7.21.5", "@babel/generator@^7.7.2": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" - integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== - dependencies: - "@babel/types" "^7.21.5" - "@jridgewell/gen-mapping" "^0.3.2" - "@jridgewell/trace-mapping" "^0.3.17" - jsesc "^2.5.1" - -"@babel/generator@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" - integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== +"@babel/generator@^7.20.0", "@babel/generator@^7.20.7", "@babel/generator@^7.22.15", "@babel/generator@^7.7.2": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" + integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== dependencies: - "@babel/types" "^7.21.3" + "@babel/types" "^7.22.15" "@jridgewell/gen-mapping" "^0.3.2" "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" -"@babel/helper-annotate-as-pure@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" - integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== +"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" + integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.22.5" -"@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb" - integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== +"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956" + integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw== dependencies: - "@babel/helper-explode-assignable-expression" "^7.18.6" - "@babel/types" "^7.18.9" + "@babel/types" "^7.22.15" -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" - integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== - dependencies: - "@babel/compat-data" "^7.20.5" - "@babel/helper-validator-option" "^7.18.6" - browserslist "^4.21.3" - lru-cache "^5.1.1" - semver "^6.3.0" - -"@babel/helper-compilation-targets@^7.20.0", "@babel/helper-compilation-targets@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" - integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.20.0", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52" + integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw== dependencies: - "@babel/compat-data" "^7.21.5" - "@babel/helper-validator-option" "^7.21.0" - browserslist "^4.21.3" + "@babel/compat-data" "^7.22.9" + "@babel/helper-validator-option" "^7.22.15" + browserslist "^4.21.9" lru-cache "^5.1.1" - semver "^6.3.0" - -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.0.tgz#64f49ecb0020532f19b1d014b03bccaa1ab85fb9" - integrity sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-member-expression-to-functions" "^7.21.0" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-replace-supers" "^7.20.7" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" - "@babel/helper-split-export-declaration" "^7.18.6" + semver "^6.3.1" -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.0.tgz#53ff78472e5ce10a52664272a239787107603ebb" - integrity sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg== +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz#97a61b385e57fe458496fad19f8e63b63c867de4" + integrity sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-member-expression-to-functions" "^7.22.15" + "@babel/helper-optimise-call-expression" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + semver "^6.3.1" + +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1" + integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" + "@babel/helper-annotate-as-pure" "^7.22.5" regexpu-core "^5.3.1" + semver "^6.3.1" "@babel/helper-define-polyfill-provider@^0.3.3": version "0.3.3" @@ -215,238 +173,177 @@ resolve "^1.14.2" semver "^6.1.2" -"@babel/helper-environment-visitor@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== - -"@babel/helper-environment-visitor@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" - integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== - -"@babel/helper-explode-assignable-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" - integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg== +"@babel/helper-define-polyfill-provider@^0.4.2": + version "0.4.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz#82c825cadeeeee7aad237618ebbe8fa1710015d7" + integrity sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw== dependencies: - "@babel/types" "^7.18.6" + "@babel/helper-compilation-targets" "^7.22.6" + "@babel/helper-plugin-utils" "^7.22.5" + debug "^4.1.1" + lodash.debounce "^4.0.8" + resolve "^1.14.2" -"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== - dependencies: - "@babel/template" "^7.20.7" - "@babel/types" "^7.21.0" +"@babel/helper-environment-visitor@^7.18.9", "@babel/helper-environment-visitor@^7.22.20", "@babel/helper-environment-visitor@^7.22.5": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== -"@babel/helper-hoist-variables@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== +"@babel/helper-function-name@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" + integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== dependencies: - "@babel/types" "^7.18.6" + "@babel/template" "^7.22.5" + "@babel/types" "^7.22.5" -"@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5" - integrity sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q== +"@babel/helper-hoist-variables@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== dependencies: - "@babel/types" "^7.21.0" + "@babel/types" "^7.22.5" -"@babel/helper-module-imports@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" - integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== +"@babel/helper-member-expression-to-functions@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz#b95a144896f6d491ca7863576f820f3628818621" + integrity sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.22.15" -"@babel/helper-module-imports@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" - integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== +"@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0" + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== dependencies: - "@babel/types" "^7.21.4" + "@babel/types" "^7.22.15" -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2": - version "7.21.2" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" - integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== +"@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.20", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" + integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-simple-access" "^7.20.2" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/helper-validator-identifier" "^7.19.1" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.2" - "@babel/types" "^7.21.2" - -"@babel/helper-module-transforms@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" - integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== - dependencies: - "@babel/helper-environment-visitor" "^7.21.5" - "@babel/helper-module-imports" "^7.21.4" - "@babel/helper-simple-access" "^7.21.5" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/helper-validator-identifier" "^7.19.1" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.5" - "@babel/types" "^7.21.5" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-simple-access" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/helper-validator-identifier" "^7.22.20" -"@babel/helper-optimise-call-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" - integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== +"@babel/helper-optimise-call-expression@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" + integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" - integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== + "@babel/types" "^7.22.5" -"@babel/helper-plugin-utils@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz#345f2377d05a720a4e5ecfa39cbf4474a4daed56" - integrity sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg== +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" + integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== -"@babel/helper-remap-async-to-generator@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" - integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== +"@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.22.5", "@babel/helper-remap-async-to-generator@^7.22.9": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0" + integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-wrap-function" "^7.18.9" - "@babel/types" "^7.18.9" + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-wrap-function" "^7.22.20" -"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz#243ecd2724d2071532b2c8ad2f0f9f083bcae331" - integrity sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A== +"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793" + integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw== dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-member-expression-to-functions" "^7.20.7" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.20.7" - "@babel/types" "^7.20.7" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-member-expression-to-functions" "^7.22.15" + "@babel/helper-optimise-call-expression" "^7.22.5" -"@babel/helper-simple-access@^7.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" - integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== +"@babel/helper-simple-access@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" + integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== dependencies: - "@babel/types" "^7.20.2" + "@babel/types" "^7.22.5" -"@babel/helper-simple-access@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" - integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== +"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" + integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== dependencies: - "@babel/types" "^7.21.5" + "@babel/types" "^7.22.5" -"@babel/helper-skip-transparent-expression-wrappers@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" - integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== +"@babel/helper-split-export-declaration@^7.22.6": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== dependencies: - "@babel/types" "^7.20.0" - -"@babel/helper-split-export-declaration@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-string-parser@^7.19.4": - version "7.19.4" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== + "@babel/types" "^7.22.5" -"@babel/helper-string-parser@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" - integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== +"@babel/helper-string-parser@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" - integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== +"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== -"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" - integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== - -"@babel/helper-wrap-function@^7.18.9": - version "7.20.5" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3" - integrity sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q== - dependencies: - "@babel/helper-function-name" "^7.19.0" - "@babel/template" "^7.18.10" - "@babel/traverse" "^7.20.5" - "@babel/types" "^7.20.5" +"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0", "@babel/helper-validator-option@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040" + integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA== -"@babel/helpers@^7.20.7", "@babel/helpers@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" - integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== +"@babel/helper-wrap-function@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569" + integrity sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw== dependencies: - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.5" - "@babel/types" "^7.21.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/template" "^7.22.15" + "@babel/types" "^7.22.19" -"@babel/helpers@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== +"@babel/helpers@^7.20.7", "@babel/helpers@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1" + integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw== dependencies: - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.0" - "@babel/types" "^7.21.0" + "@babel/template" "^7.22.15" + "@babel/traverse" "^7.22.15" + "@babel/types" "^7.22.15" -"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== +"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== dependencies: - "@babel/helper-validator-identifier" "^7.18.6" - chalk "^2.0.0" + "@babel/helper-validator-identifier" "^7.22.20" + chalk "^2.4.2" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" - integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== +"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16": + version "7.22.16" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" + integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== -"@babel/parser@^7.20.0", "@babel/parser@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" - integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== - -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" - integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ== +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962" + integrity sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.9", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz#d9c85589258539a22a901033853101a6198d4ef1" - integrity sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.9", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.15.tgz#2aeb91d337d4e1a1e7ce85b76a37f5301781200f" + integrity sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" - "@babel/plugin-proposal-optional-chaining" "^7.20.7" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/plugin-transform-optional-chaining" "^7.22.15" -"@babel/plugin-proposal-async-generator-functions@^7.0.0", "@babel/plugin-proposal-async-generator-functions@^7.20.1", "@babel/plugin-proposal-async-generator-functions@^7.20.7": +"@babel/plugin-proposal-async-generator-functions@^7.0.0", "@babel/plugin-proposal-async-generator-functions@^7.20.1": version "7.20.7" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326" integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA== @@ -464,7 +361,7 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-class-static-block@^7.18.6", "@babel/plugin-proposal-class-static-block@^7.21.0": +"@babel/plugin-proposal-class-static-block@^7.18.6": version "7.21.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz#77bdd66fb7b605f3a61302d224bdfacf5547977d" integrity sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw== @@ -474,15 +371,15 @@ "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-proposal-decorators@^7.12.9": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.21.0.tgz#70e0c89fdcd7465c97593edb8f628ba6e4199d63" - integrity sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.15.tgz#dc774eae73ab8c28a644d490b45aa47a85bb0bf5" + integrity sha512-kc0VvbbUyKelvzcKOSyQUSVVXS5pT3UhRB0e3c9An86MvLqs+gx0dN4asllrDluqSa3m9YyooXKGOFVomnyFkg== dependencies: - "@babel/helper-create-class-features-plugin" "^7.21.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-replace-supers" "^7.20.7" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/plugin-syntax-decorators" "^7.21.0" + "@babel/helper-create-class-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.9" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/plugin-syntax-decorators" "^7.22.10" "@babel/plugin-proposal-dynamic-import@^7.18.6": version "7.18.6" @@ -493,12 +390,12 @@ "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-proposal-export-default-from@^7.0.0": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.18.10.tgz#091f4794dbce4027c03cf4ebc64d3fb96b75c206" - integrity sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow== + version "7.22.17" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.22.17.tgz#91b60cd338f501cccdf549af2308768911ec5fbb" + integrity sha512-cop/3quQBVvdz6X5SJC6AhUv3C9DrVTM06LUEXimEdWAhCSyOJIr9NiZDU9leHZ0/aiG0Sh7Zmvaku5TWYNgbA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-export-default-from" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-export-default-from" "^7.22.5" "@babel/plugin-proposal-export-namespace-from@^7.18.9": version "7.18.9" @@ -516,7 +413,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-proposal-logical-assignment-operators@^7.18.9", "@babel/plugin-proposal-logical-assignment-operators@^7.20.7": +"@babel/plugin-proposal-logical-assignment-operators@^7.18.9": version "7.20.7" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83" integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug== @@ -540,7 +437,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.12.13", "@babel/plugin-proposal-object-rest-spread@^7.20.2", "@babel/plugin-proposal-object-rest-spread@^7.20.7": +"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.12.13", "@babel/plugin-proposal-object-rest-spread@^7.20.2": version "7.20.7" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== @@ -559,7 +456,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-proposal-optional-chaining@^7.0.0", "@babel/plugin-proposal-optional-chaining@^7.1.0", "@babel/plugin-proposal-optional-chaining@^7.13.12", "@babel/plugin-proposal-optional-chaining@^7.18.9", "@babel/plugin-proposal-optional-chaining@^7.20.7", "@babel/plugin-proposal-optional-chaining@^7.21.0": +"@babel/plugin-proposal-optional-chaining@^7.0.0", "@babel/plugin-proposal-optional-chaining@^7.1.0", "@babel/plugin-proposal-optional-chaining@^7.13.12", "@babel/plugin-proposal-optional-chaining@^7.18.9": version "7.21.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== @@ -576,10 +473,15 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-private-property-in-object@^7.18.6", "@babel/plugin-proposal-private-property-in-object@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz#19496bd9883dd83c23c7d7fc45dcd9ad02dfa1dc" - integrity sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw== +"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": + version "7.21.0-placeholder-for-preset-env.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" + integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== + +"@babel/plugin-proposal-private-property-in-object@^7.18.6": + version "7.21.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c" + integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" "@babel/helper-create-class-features-plugin" "^7.21.0" @@ -622,12 +524,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-decorators@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.21.0.tgz#d2b3f31c3e86fa86e16bb540b7660c55bd7d0e78" - integrity sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w== +"@babel/plugin-syntax-decorators@^7.22.10": + version "7.22.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.10.tgz#7d83ea04d893c442b78ebf4c3cbac59a7211deff" + integrity sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.8.3": version "7.8.3" @@ -636,12 +538,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-export-default-from@^7.0.0", "@babel/plugin-syntax-export-default-from@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.18.6.tgz#8df076711a4818c4ce4f23e61d622b0ba2ff84bc" - integrity sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew== +"@babel/plugin-syntax-export-default-from@^7.0.0", "@babel/plugin-syntax-export-default-from@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.22.5.tgz#ac3a24b362a04415a017ab96b9b4483d0e2a6e44" + integrity sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-export-namespace-from@^7.8.3": version "7.8.3" @@ -650,26 +552,26 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.18.6", "@babel/plugin-syntax-flow@^7.2.0": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1" - integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A== +"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.18.0", "@babel/plugin-syntax-flow@^7.2.0", "@babel/plugin-syntax-flow@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#163b820b9e7696ce134df3ee716d9c0c98035859" + integrity sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-syntax-flow@^7.18.0": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.21.4.tgz#3e37fca4f06d93567c1cd9b75156422e90a67107" - integrity sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw== +"@babel/plugin-syntax-import-assertions@^7.20.0", "@babel/plugin-syntax-import-assertions@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz#07d252e2aa0bc6125567f742cd58619cb14dce98" + integrity sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-syntax-import-assertions@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4" - integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ== +"@babel/plugin-syntax-import-attributes@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz#ab840248d834410b829f569f5262b9e517555ecb" + integrity sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3": version "7.10.4" @@ -685,19 +587,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" - integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== +"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.22.5", "@babel/plugin-syntax-jsx@^7.7.2": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918" + integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-syntax-jsx@^7.7.2": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz#f264ed7bf40ffc9ec239edabc17a50c4f5b6fea2" - integrity sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4" @@ -755,378 +650,477 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-typescript@^7.20.0": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7" - integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== +"@babel/plugin-syntax-typescript@^7.22.5", "@babel/plugin-syntax-typescript@^7.7.2": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz#aac8d383b062c5072c647a31ef990c1d0af90272" + integrity sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-syntax-typescript@^7.7.2": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz#2751948e9b7c6d771a8efa59340c15d4a2891ff8" - integrity sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA== +"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" + integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-create-regexp-features-plugin" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-arrow-functions@^7.0.0": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz#bea332b0e8b2dab3dafe55a163d8227531ab0551" - integrity sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ== +"@babel/plugin-transform-arrow-functions@^7.0.0", "@babel/plugin-transform-arrow-functions@^7.18.6", "@babel/plugin-transform-arrow-functions@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz#e5ba566d0c58a5b2ba2a8b795450641950b71958" + integrity sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-arrow-functions@^7.18.6", "@babel/plugin-transform-arrow-functions@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz#9bb42a53de447936a57ba256fbf537fc312b6929" - integrity sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA== +"@babel/plugin-transform-async-generator-functions@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz#3b153af4a6b779f340d5b80d3f634f55820aefa3" + integrity sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w== dependencies: - "@babel/helper-plugin-utils" "^7.21.5" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-remap-async-to-generator" "^7.22.9" + "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-transform-async-to-generator@^7.0.0", "@babel/plugin-transform-async-to-generator@^7.18.6", "@babel/plugin-transform-async-to-generator@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz#dfee18623c8cb31deb796aa3ca84dda9cea94354" - integrity sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q== +"@babel/plugin-transform-async-to-generator@^7.0.0", "@babel/plugin-transform-async-to-generator@^7.18.6", "@babel/plugin-transform-async-to-generator@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz#c7a85f44e46f8952f6d27fe57c2ed3cc084c3775" + integrity sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ== dependencies: - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-remap-async-to-generator" "^7.18.9" + "@babel/helper-module-imports" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-remap-async-to-generator" "^7.22.5" -"@babel/plugin-transform-block-scoped-functions@^7.0.0", "@babel/plugin-transform-block-scoped-functions@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz#9187bf4ba302635b9d70d986ad70f038726216a8" - integrity sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ== +"@babel/plugin-transform-block-scoped-functions@^7.0.0", "@babel/plugin-transform-block-scoped-functions@^7.18.6", "@babel/plugin-transform-block-scoped-functions@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz#27978075bfaeb9fa586d3cb63a3d30c1de580024" + integrity sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.20.2", "@babel/plugin-transform-block-scoping@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz#e737b91037e5186ee16b76e7ae093358a5634f02" - integrity sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ== +"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.20.2", "@babel/plugin-transform-block-scoping@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.15.tgz#494eb82b87b5f8b1d8f6f28ea74078ec0a10a841" + integrity sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.20.2", "@babel/plugin-transform-classes@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz#f469d0b07a4c5a7dbb21afad9e27e57b47031665" - integrity sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ== +"@babel/plugin-transform-class-properties@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz#97a56e31ad8c9dc06a0b3710ce7803d5a48cca77" + integrity sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-compilation-targets" "^7.20.7" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-replace-supers" "^7.20.7" - "@babel/helper-split-export-declaration" "^7.18.6" + "@babel/helper-create-class-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-class-static-block@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.11.tgz#dc8cc6e498f55692ac6b4b89e56d87cec766c974" + integrity sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.22.11" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + +"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.20.2", "@babel/plugin-transform-classes@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.15.tgz#aaf4753aee262a232bbc95451b4bdf9599c65a0b" + integrity sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-environment-visitor" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-optimise-call-expression" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.9" + "@babel/helper-split-export-declaration" "^7.22.6" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@^7.0.0": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz#704cc2fd155d1c996551db8276d55b9d46e4d0aa" - integrity sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ== +"@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.18.9", "@babel/plugin-transform-computed-properties@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz#cd1e994bf9f316bd1c2dafcd02063ec261bb3869" + integrity sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/template" "^7.20.7" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/template" "^7.22.5" -"@babel/plugin-transform-computed-properties@^7.18.9", "@babel/plugin-transform-computed-properties@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz#3a2d8bb771cd2ef1cd736435f6552fe502e11b44" - integrity sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q== +"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.20.2", "@babel/plugin-transform-destructuring@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.15.tgz#e7404ea5bb3387073b9754be654eecb578324694" + integrity sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ== dependencies: - "@babel/helper-plugin-utils" "^7.21.5" - "@babel/template" "^7.20.7" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.20.2", "@babel/plugin-transform-destructuring@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz#73b46d0fd11cd6ef57dea8a381b1215f4959d401" - integrity sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA== +"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.22.5", "@babel/plugin-transform-dotall-regex@^7.4.4": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz#dbb4f0e45766eb544e193fb00e65a1dd3b2a4165" + integrity sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8" - integrity sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg== +"@babel/plugin-transform-duplicate-keys@^7.18.9", "@babel/plugin-transform-duplicate-keys@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz#b6e6428d9416f5f0bba19c70d1e6e7e0b88ab285" + integrity sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-duplicate-keys@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e" - integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== +"@babel/plugin-transform-dynamic-import@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.11.tgz#2c7722d2a5c01839eaf31518c6ff96d408e447aa" + integrity sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" -"@babel/plugin-transform-exponentiation-operator@^7.0.0", "@babel/plugin-transform-exponentiation-operator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz#421c705f4521888c65e91fdd1af951bfefd4dacd" - integrity sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw== +"@babel/plugin-transform-exponentiation-operator@^7.0.0", "@babel/plugin-transform-exponentiation-operator@^7.18.6", "@babel/plugin-transform-exponentiation-operator@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz#402432ad544a1f9a480da865fda26be653e48f6a" + integrity sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g== dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.18.6": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.21.0.tgz#6aeca0adcb81dc627c8986e770bfaa4d9812aff5" - integrity sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w== +"@babel/plugin-transform-export-namespace-from@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.11.tgz#b3c84c8f19880b6c7440108f8929caf6056db26c" + integrity sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-flow" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-transform-for-of@^7.0.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz#964108c9988de1a60b4be2354a7d7e245f36e86e" - integrity sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ== +"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz#0bb17110c7bf5b35a60754b2f00c58302381dee2" + integrity sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-flow" "^7.22.5" -"@babel/plugin-transform-for-of@^7.18.8", "@babel/plugin-transform-for-of@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz#e890032b535f5a2e237a18535f56a9fdaa7b83fc" - integrity sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ== +"@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.18.8", "@babel/plugin-transform-for-of@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.15.tgz#f64b4ccc3a4f131a996388fae7680b472b306b29" + integrity sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA== dependencies: - "@babel/helper-plugin-utils" "^7.21.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-function-name@^7.0.0", "@babel/plugin-transform-function-name@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0" - integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== +"@babel/plugin-transform-function-name@^7.0.0", "@babel/plugin-transform-function-name@^7.18.9", "@babel/plugin-transform-function-name@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz#935189af68b01898e0d6d99658db6b164205c143" + integrity sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg== dependencies: - "@babel/helper-compilation-targets" "^7.18.9" - "@babel/helper-function-name" "^7.18.9" - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-compilation-targets" "^7.22.5" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-literals@^7.0.0", "@babel/plugin-transform-literals@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc" - integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== +"@babel/plugin-transform-json-strings@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.11.tgz#689a34e1eed1928a40954e37f74509f48af67835" + integrity sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-transform-member-expression-literals@^7.0.0", "@babel/plugin-transform-member-expression-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz#ac9fdc1a118620ac49b7e7a5d2dc177a1bfee88e" - integrity sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA== +"@babel/plugin-transform-literals@^7.0.0", "@babel/plugin-transform-literals@^7.18.9", "@babel/plugin-transform-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz#e9341f4b5a167952576e23db8d435849b1dd7920" + integrity sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-modules-amd@^7.19.6", "@babel/plugin-transform-modules-amd@^7.20.11": - version "7.20.11" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz#3daccca8e4cc309f03c3a0c4b41dc4b26f55214a" - integrity sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g== +"@babel/plugin-transform-logical-assignment-operators@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.11.tgz#24c522a61688bde045b7d9bc3c2597a4d948fc9c" + integrity sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ== dependencies: - "@babel/helper-module-transforms" "^7.20.11" - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" -"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.13.8": - version "7.21.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz#6ff5070e71e3192ef2b7e39820a06fb78e3058e7" - integrity sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA== +"@babel/plugin-transform-member-expression-literals@^7.0.0", "@babel/plugin-transform-member-expression-literals@^7.18.6", "@babel/plugin-transform-member-expression-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz#4fcc9050eded981a468347dd374539ed3e058def" + integrity sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew== dependencies: - "@babel/helper-module-transforms" "^7.21.2" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-simple-access" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-modules-commonjs@^7.19.6", "@babel/plugin-transform-modules-commonjs@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz#d69fb947eed51af91de82e4708f676864e5e47bc" - integrity sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ== +"@babel/plugin-transform-modules-amd@^7.19.6", "@babel/plugin-transform-modules-amd@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz#4e045f55dcf98afd00f85691a68fc0780704f526" + integrity sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ== dependencies: - "@babel/helper-module-transforms" "^7.21.5" - "@babel/helper-plugin-utils" "^7.21.5" - "@babel/helper-simple-access" "^7.21.5" + "@babel/helper-module-transforms" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-modules-systemjs@^7.19.6", "@babel/plugin-transform-modules-systemjs@^7.20.11": - version "7.20.11" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz#467ec6bba6b6a50634eea61c9c232654d8a4696e" - integrity sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw== +"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.19.6", "@babel/plugin-transform-modules-commonjs@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.15.tgz#b11810117ed4ee7691b29bd29fd9f3f98276034f" + integrity sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg== dependencies: - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-module-transforms" "^7.20.11" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-validator-identifier" "^7.19.1" + "@babel/helper-module-transforms" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-simple-access" "^7.22.5" -"@babel/plugin-transform-modules-umd@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz#81d3832d6034b75b54e62821ba58f28ed0aab4b9" - integrity sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ== +"@babel/plugin-transform-modules-systemjs@^7.19.6", "@babel/plugin-transform-modules-systemjs@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.11.tgz#3386be5875d316493b517207e8f1931d93154bb1" + integrity sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA== dependencies: - "@babel/helper-module-transforms" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-module-transforms" "^7.22.9" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.5" -"@babel/plugin-transform-named-capturing-groups-regex@^7.0.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.19.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.20.5": - version "7.20.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz#626298dd62ea51d452c3be58b285d23195ba69a8" - integrity sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA== +"@babel/plugin-transform-modules-umd@^7.18.6", "@babel/plugin-transform-modules-umd@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz#4694ae40a87b1745e3775b6a7fe96400315d4f98" + integrity sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.20.5" - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-module-transforms" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-new-target@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8" - integrity sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw== +"@babel/plugin-transform-named-capturing-groups-regex@^7.0.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.19.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f" + integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-new-target@^7.18.6", "@babel/plugin-transform-new-target@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz#1b248acea54ce44ea06dfd37247ba089fcf9758d" + integrity sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.11.tgz#debef6c8ba795f5ac67cd861a81b744c5d38d9fc" + integrity sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-transform-numeric-separator@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.11.tgz#498d77dc45a6c6db74bb829c02a01c1d719cbfbd" + integrity sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" "@babel/plugin-transform-object-assign@^7.0.0", "@babel/plugin-transform-object-assign@^7.16.7": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.18.6.tgz#7830b4b6f83e1374a5afb9f6111bcfaea872cdd2" - integrity sha512-mQisZ3JfqWh2gVXvfqYCAAyRs6+7oev+myBsTwW5RnPhYXOTuCEw2oe3YgxlXMViXUS53lG8koulI7mJ+8JE+A== + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.22.5.tgz#290c1b9555dcea48bb2c29ad94237777600d04f9" + integrity sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz#fb3c6ccdd15939b6ff7939944b51971ddc35912c" - integrity sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA== +"@babel/plugin-transform-object-rest-spread@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.15.tgz#21a95db166be59b91cde48775310c0df6e1da56f" + integrity sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" + "@babel/compat-data" "^7.22.9" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.22.15" -"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.20.1", "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz#18fc4e797cf6d6d972cb8c411dbe8a809fa157db" - integrity sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ== +"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.18.6", "@babel/plugin-transform-object-super@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz#794a8d2fcb5d0835af722173c1a9d704f44e218c" + integrity sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.5" -"@babel/plugin-transform-property-literals@^7.0.0", "@babel/plugin-transform-property-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3" - integrity sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg== +"@babel/plugin-transform-optional-catch-binding@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.11.tgz#461cc4f578a127bb055527b3e77404cad38c08e0" + integrity sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-transform-optional-chaining@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.15.tgz#d7a5996c2f7ca4ad2ad16dbb74444e5c4385b1ba" + integrity sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + +"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.20.1", "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.22.15": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.15.tgz#719ca82a01d177af358df64a514d64c2e3edb114" + integrity sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-private-methods@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz#21c8af791f76674420a147ae62e9935d790f8722" + integrity sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-private-property-in-object@^7.22.11": + version "7.22.11" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.11.tgz#ad45c4fc440e9cb84c718ed0906d96cf40f9a4e1" + integrity sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.22.11" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + +"@babel/plugin-transform-property-literals@^7.0.0", "@babel/plugin-transform-property-literals@^7.18.6", "@babel/plugin-transform-property-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz#b5ddabd73a4f7f26cd0e20f5db48290b88732766" + integrity sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-react-display-name@^7.0.0": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#8b1125f919ef36ebdfff061d664e266c666b9415" - integrity sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA== + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz#3c4326f9fce31c7968d6cb9debcaf32d9e279a2b" + integrity sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-react-jsx-self@^7.0.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.21.0.tgz#ec98d4a9baafc5a1eb398da4cf94afbb40254a54" - integrity sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA== + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz#ca2fdc11bc20d4d46de01137318b13d04e481d8e" + integrity sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-react-jsx-source@^7.0.0": - version "7.19.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.19.6.tgz#88578ae8331e5887e8ce28e4c9dc83fb29da0b86" - integrity sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ== + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz#49af1615bfdf6ed9d3e9e43e425e0b2b65d15b6c" + integrity sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w== dependencies: - "@babel/helper-plugin-utils" "^7.19.0" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.12.17": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz#656b42c2fdea0a6d8762075d58ef9d4e3c4ab8a2" - integrity sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz#7e6266d88705d7c49f11c98db8b9464531289cd6" + integrity sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-jsx" "^7.18.6" - "@babel/types" "^7.21.0" + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-jsx" "^7.22.5" + "@babel/types" "^7.22.15" -"@babel/plugin-transform-regenerator@^7.0.0": - version "7.20.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz#57cda588c7ffb7f4f8483cc83bdcea02a907f04d" - integrity sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ== +"@babel/plugin-transform-regenerator@^7.0.0", "@babel/plugin-transform-regenerator@^7.18.6", "@babel/plugin-transform-regenerator@^7.22.10": + version "7.22.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz#8ceef3bd7375c4db7652878b0241b2be5d0c3cca" + integrity sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - regenerator-transform "^0.15.1" + "@babel/helper-plugin-utils" "^7.22.5" + regenerator-transform "^0.15.2" -"@babel/plugin-transform-regenerator@^7.18.6", "@babel/plugin-transform-regenerator@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz#576c62f9923f94bcb1c855adc53561fd7913724e" - integrity sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w== +"@babel/plugin-transform-reserved-words@^7.18.6", "@babel/plugin-transform-reserved-words@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz#832cd35b81c287c4bcd09ce03e22199641f964fb" + integrity sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA== dependencies: - "@babel/helper-plugin-utils" "^7.21.5" - regenerator-transform "^0.15.1" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-reserved-words@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz#b1abd8ebf8edaa5f7fe6bbb8d2133d23b6a6f76a" - integrity sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA== +"@babel/plugin-transform-runtime@^7.0.0": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz#3a625c4c05a39e932d7d34f5d4895cdd0172fdc9" + integrity sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-module-imports" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + babel-plugin-polyfill-corejs2 "^0.4.5" + babel-plugin-polyfill-corejs3 "^0.8.3" + babel-plugin-polyfill-regenerator "^0.5.2" + semver "^6.3.1" -"@babel/plugin-transform-runtime@^7.0.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.0.tgz#2a884f29556d0a68cd3d152dcc9e6c71dfb6eee8" - integrity sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg== +"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.18.6", "@babel/plugin-transform-shorthand-properties@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz#6e277654be82b5559fc4b9f58088507c24f0c624" + integrity sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA== dependencies: - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.20.2" - babel-plugin-polyfill-corejs2 "^0.3.3" - babel-plugin-polyfill-corejs3 "^0.6.0" - babel-plugin-polyfill-regenerator "^0.4.1" - semver "^6.3.0" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9" - integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== +"@babel/plugin-transform-spread@^7.0.0", "@babel/plugin-transform-spread@^7.19.0", "@babel/plugin-transform-spread@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz#6487fd29f229c95e284ba6c98d65eafb893fea6b" + integrity sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" -"@babel/plugin-transform-spread@^7.0.0", "@babel/plugin-transform-spread@^7.19.0", "@babel/plugin-transform-spread@^7.20.7": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz#c2d83e0b99d3bf83e07b11995ee24bf7ca09401e" - integrity sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw== +"@babel/plugin-transform-sticky-regex@^7.0.0", "@babel/plugin-transform-sticky-regex@^7.18.6", "@babel/plugin-transform-sticky-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz#295aba1595bfc8197abd02eae5fc288c0deb26aa" + integrity sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw== dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-sticky-regex@^7.0.0", "@babel/plugin-transform-sticky-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz#c6706eb2b1524028e317720339583ad0f444adcc" - integrity sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q== +"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.18.9", "@babel/plugin-transform-template-literals@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz#8f38cf291e5f7a8e60e9f733193f0bcc10909bff" + integrity sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e" - integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== +"@babel/plugin-transform-typeof-symbol@^7.18.9", "@babel/plugin-transform-typeof-symbol@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz#5e2ba478da4b603af8673ff7c54f75a97b716b34" + integrity sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-typeof-symbol@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0" - integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== +"@babel/plugin-transform-typescript@^7.21.0", "@babel/plugin-transform-typescript@^7.22.15", "@babel/plugin-transform-typescript@^7.5.0": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz#15adef906451d86349eb4b8764865c960eb54127" + integrity sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA== dependencies: - "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-annotate-as-pure" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/plugin-syntax-typescript" "^7.22.5" -"@babel/plugin-transform-typescript@^7.21.0", "@babel/plugin-transform-typescript@^7.5.0": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz#316c5be579856ea890a57ebc5116c5d064658f2b" - integrity sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw== +"@babel/plugin-transform-unicode-escapes@^7.18.10", "@babel/plugin-transform-unicode-escapes@^7.22.10": + version "7.22.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz#c723f380f40a2b2f57a62df24c9005834c8616d9" + integrity sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg== dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-create-class-features-plugin" "^7.21.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-typescript" "^7.20.0" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-unicode-escapes@^7.18.10", "@babel/plugin-transform-unicode-escapes@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz#1e55ed6195259b0e9061d81f5ef45a9b009fb7f2" - integrity sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg== +"@babel/plugin-transform-unicode-property-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz#098898f74d5c1e86660dc112057b2d11227f1c81" + integrity sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A== dependencies: - "@babel/helper-plugin-utils" "^7.21.5" + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz#194317225d8c201bbae103364ffe9e2cea36cdca" - integrity sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA== +"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.18.6", "@babel/plugin-transform-unicode-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz#ce7e7bb3ef208c4ff67e02a22816656256d7a183" + integrity sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" + +"@babel/plugin-transform-unicode-sets-regex@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz#77788060e511b708ffc7d42fdfbc5b37c3004e91" + integrity sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.22.5" + "@babel/helper-plugin-utils" "^7.22.5" "@babel/preset-env@7.20.2": version "7.20.2" @@ -1210,37 +1204,24 @@ semver "^6.3.0" "@babel/preset-env@^7.20.0": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.21.5.tgz#db2089d99efd2297716f018aeead815ac3decffb" - integrity sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg== - dependencies: - "@babel/compat-data" "^7.21.5" - "@babel/helper-compilation-targets" "^7.21.5" - "@babel/helper-plugin-utils" "^7.21.5" - "@babel/helper-validator-option" "^7.21.0" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.20.7" - "@babel/plugin-proposal-async-generator-functions" "^7.20.7" - "@babel/plugin-proposal-class-properties" "^7.18.6" - "@babel/plugin-proposal-class-static-block" "^7.21.0" - "@babel/plugin-proposal-dynamic-import" "^7.18.6" - "@babel/plugin-proposal-export-namespace-from" "^7.18.9" - "@babel/plugin-proposal-json-strings" "^7.18.6" - "@babel/plugin-proposal-logical-assignment-operators" "^7.20.7" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" - "@babel/plugin-proposal-numeric-separator" "^7.18.6" - "@babel/plugin-proposal-object-rest-spread" "^7.20.7" - "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.21.0" - "@babel/plugin-proposal-private-methods" "^7.18.6" - "@babel/plugin-proposal-private-property-in-object" "^7.21.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb" + integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg== + dependencies: + "@babel/compat-data" "^7.22.20" + "@babel/helper-compilation-targets" "^7.22.15" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-option" "^7.22.15" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.15" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.22.15" + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-syntax-class-properties" "^7.12.13" "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-import-assertions" "^7.20.0" + "@babel/plugin-syntax-import-assertions" "^7.22.5" + "@babel/plugin-syntax-import-attributes" "^7.22.5" "@babel/plugin-syntax-import-meta" "^7.10.4" "@babel/plugin-syntax-json-strings" "^7.8.3" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" @@ -1251,59 +1232,85 @@ "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" "@babel/plugin-syntax-top-level-await" "^7.14.5" - "@babel/plugin-transform-arrow-functions" "^7.21.5" - "@babel/plugin-transform-async-to-generator" "^7.20.7" - "@babel/plugin-transform-block-scoped-functions" "^7.18.6" - "@babel/plugin-transform-block-scoping" "^7.21.0" - "@babel/plugin-transform-classes" "^7.21.0" - "@babel/plugin-transform-computed-properties" "^7.21.5" - "@babel/plugin-transform-destructuring" "^7.21.3" - "@babel/plugin-transform-dotall-regex" "^7.18.6" - "@babel/plugin-transform-duplicate-keys" "^7.18.9" - "@babel/plugin-transform-exponentiation-operator" "^7.18.6" - "@babel/plugin-transform-for-of" "^7.21.5" - "@babel/plugin-transform-function-name" "^7.18.9" - "@babel/plugin-transform-literals" "^7.18.9" - "@babel/plugin-transform-member-expression-literals" "^7.18.6" - "@babel/plugin-transform-modules-amd" "^7.20.11" - "@babel/plugin-transform-modules-commonjs" "^7.21.5" - "@babel/plugin-transform-modules-systemjs" "^7.20.11" - "@babel/plugin-transform-modules-umd" "^7.18.6" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.20.5" - "@babel/plugin-transform-new-target" "^7.18.6" - "@babel/plugin-transform-object-super" "^7.18.6" - "@babel/plugin-transform-parameters" "^7.21.3" - "@babel/plugin-transform-property-literals" "^7.18.6" - "@babel/plugin-transform-regenerator" "^7.21.5" - "@babel/plugin-transform-reserved-words" "^7.18.6" - "@babel/plugin-transform-shorthand-properties" "^7.18.6" - "@babel/plugin-transform-spread" "^7.20.7" - "@babel/plugin-transform-sticky-regex" "^7.18.6" - "@babel/plugin-transform-template-literals" "^7.18.9" - "@babel/plugin-transform-typeof-symbol" "^7.18.9" - "@babel/plugin-transform-unicode-escapes" "^7.21.5" - "@babel/plugin-transform-unicode-regex" "^7.18.6" - "@babel/preset-modules" "^0.1.5" - "@babel/types" "^7.21.5" - babel-plugin-polyfill-corejs2 "^0.3.3" - babel-plugin-polyfill-corejs3 "^0.6.0" - babel-plugin-polyfill-regenerator "^0.4.1" - core-js-compat "^3.25.1" - semver "^6.3.0" + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" + "@babel/plugin-transform-arrow-functions" "^7.22.5" + "@babel/plugin-transform-async-generator-functions" "^7.22.15" + "@babel/plugin-transform-async-to-generator" "^7.22.5" + "@babel/plugin-transform-block-scoped-functions" "^7.22.5" + "@babel/plugin-transform-block-scoping" "^7.22.15" + "@babel/plugin-transform-class-properties" "^7.22.5" + "@babel/plugin-transform-class-static-block" "^7.22.11" + "@babel/plugin-transform-classes" "^7.22.15" + "@babel/plugin-transform-computed-properties" "^7.22.5" + "@babel/plugin-transform-destructuring" "^7.22.15" + "@babel/plugin-transform-dotall-regex" "^7.22.5" + "@babel/plugin-transform-duplicate-keys" "^7.22.5" + "@babel/plugin-transform-dynamic-import" "^7.22.11" + "@babel/plugin-transform-exponentiation-operator" "^7.22.5" + "@babel/plugin-transform-export-namespace-from" "^7.22.11" + "@babel/plugin-transform-for-of" "^7.22.15" + "@babel/plugin-transform-function-name" "^7.22.5" + "@babel/plugin-transform-json-strings" "^7.22.11" + "@babel/plugin-transform-literals" "^7.22.5" + "@babel/plugin-transform-logical-assignment-operators" "^7.22.11" + "@babel/plugin-transform-member-expression-literals" "^7.22.5" + "@babel/plugin-transform-modules-amd" "^7.22.5" + "@babel/plugin-transform-modules-commonjs" "^7.22.15" + "@babel/plugin-transform-modules-systemjs" "^7.22.11" + "@babel/plugin-transform-modules-umd" "^7.22.5" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" + "@babel/plugin-transform-new-target" "^7.22.5" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.22.11" + "@babel/plugin-transform-numeric-separator" "^7.22.11" + "@babel/plugin-transform-object-rest-spread" "^7.22.15" + "@babel/plugin-transform-object-super" "^7.22.5" + "@babel/plugin-transform-optional-catch-binding" "^7.22.11" + "@babel/plugin-transform-optional-chaining" "^7.22.15" + "@babel/plugin-transform-parameters" "^7.22.15" + "@babel/plugin-transform-private-methods" "^7.22.5" + "@babel/plugin-transform-private-property-in-object" "^7.22.11" + "@babel/plugin-transform-property-literals" "^7.22.5" + "@babel/plugin-transform-regenerator" "^7.22.10" + "@babel/plugin-transform-reserved-words" "^7.22.5" + "@babel/plugin-transform-shorthand-properties" "^7.22.5" + "@babel/plugin-transform-spread" "^7.22.5" + "@babel/plugin-transform-sticky-regex" "^7.22.5" + "@babel/plugin-transform-template-literals" "^7.22.5" + "@babel/plugin-transform-typeof-symbol" "^7.22.5" + "@babel/plugin-transform-unicode-escapes" "^7.22.10" + "@babel/plugin-transform-unicode-property-regex" "^7.22.5" + "@babel/plugin-transform-unicode-regex" "^7.22.5" + "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" + "@babel/preset-modules" "0.1.6-no-external-plugins" + "@babel/types" "^7.22.19" + babel-plugin-polyfill-corejs2 "^0.4.5" + babel-plugin-polyfill-corejs3 "^0.8.3" + babel-plugin-polyfill-regenerator "^0.5.2" + core-js-compat "^3.31.0" + semver "^6.3.1" "@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.13.13": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.18.6.tgz#83f7602ba566e72a9918beefafef8ef16d2810cb" - integrity sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.22.15.tgz#30318deb9b3ebd9f5738e96da03a531e0cd3165d" + integrity sha512-dB5aIMqpkgbTfN5vDdTRPzjqtWiZcRESNR88QYnoPR+bmdYoluOzMX9tQerTv0XzSgZYctPfO1oc0N5zdog1ew== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-validator-option" "^7.18.6" - "@babel/plugin-transform-flow-strip-types" "^7.18.6" + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-option" "^7.22.15" + "@babel/plugin-transform-flow-strip-types" "^7.22.5" + +"@babel/preset-modules@0.1.6-no-external-plugins": + version "0.1.6-no-external-plugins" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" + integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/types" "^7.4.4" + esutils "^2.0.2" "@babel/preset-modules@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" - integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== + version "0.1.6" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6.tgz#31bcdd8f19538437339d17af00d177d854d9d458" + integrity sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" @@ -1311,7 +1318,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-typescript@7.21.0", "@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.16.7": +"@babel/preset-typescript@7.21.0": version "7.21.0" resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.21.0.tgz#bcbbca513e8213691fe5d4b23d9251e01f00ebff" integrity sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg== @@ -1320,10 +1327,21 @@ "@babel/helper-validator-option" "^7.21.0" "@babel/plugin-transform-typescript" "^7.21.0" +"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.16.7": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.22.15.tgz#43db30516fae1d417d748105a0bc95f637239d48" + integrity sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A== + dependencies: + "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-validator-option" "^7.22.15" + "@babel/plugin-syntax-jsx" "^7.22.5" + "@babel/plugin-transform-modules-commonjs" "^7.22.15" + "@babel/plugin-transform-typescript" "^7.22.15" + "@babel/register@^7.0.0", "@babel/register@^7.13.16": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.21.0.tgz#c97bf56c2472e063774f31d344c592ebdcefa132" - integrity sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.22.15.tgz#c2c294a361d59f5fa7bcc8b97ef7319c32ecaec7" + integrity sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg== dependencies: clone-deep "^4.0.1" find-cache-dir "^2.0.0" @@ -1337,12 +1355,12 @@ integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== "@babel/runtime-corejs3@^7.10.2": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba" - integrity sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw== + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.22.15.tgz#7aeb9460598a997b0fe74982a5b02fb9e5d264d9" + integrity sha512-SAj8oKi8UogVi6eXQXKNPu8qZ78Yzy7zawrlTr0M+IuW/g8Qe9gVDhGcF9h1S69OyACpYoLxEzpjs1M15sI5wQ== dependencies: - core-js-pure "^3.25.1" - regenerator-runtime "^0.13.11" + core-js-pure "^3.30.2" + regenerator-runtime "^0.14.0" "@babel/runtime@7.20.13": version "7.20.13" @@ -1351,84 +1369,45 @@ dependencies: regenerator-runtime "^0.13.11" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" - integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== - dependencies: - regenerator-runtime "^0.13.11" - -"@babel/runtime@^7.20.0": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200" - integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== - dependencies: - regenerator-runtime "^0.13.11" - -"@babel/runtime@^7.22.6": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.17.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.20.0", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.22.15" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.15.tgz#38f46494ccf6cf020bd4eed7124b425e83e523b8" integrity sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA== dependencies: regenerator-runtime "^0.14.0" -"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" - integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== - dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/parser" "^7.20.7" - "@babel/types" "^7.20.7" - -"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.12", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" - integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== - dependencies: - "@babel/code-frame" "^7.21.4" - "@babel/generator" "^7.21.5" - "@babel/helper-environment-visitor" "^7.21.5" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.21.5" - "@babel/types" "^7.21.5" - debug "^4.1.0" - globals "^11.1.0" - -"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" - integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== - dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.21.3" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.21.3" - "@babel/types" "^7.21.3" +"@babel/template@^7.0.0", "@babel/template@^7.20.7", "@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3": + version "7.22.15" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== + dependencies: + "@babel/code-frame" "^7.22.13" + "@babel/parser" "^7.22.15" + "@babel/types" "^7.22.15" + +"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.12", "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" + integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== + dependencies: + "@babel/code-frame" "^7.22.13" + "@babel/generator" "^7.22.15" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.22.5" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/parser" "^7.22.16" + "@babel/types" "^7.22.19" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" - integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== - dependencies: - "@babel/helper-string-parser" "^7.19.4" - "@babel/helper-validator-identifier" "^7.19.1" - to-fast-properties "^2.0.0" - -"@babel/types@^7.21.4", "@babel/types@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" - integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== +"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4": + version "7.22.19" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" + integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== dependencies: - "@babel/helper-string-parser" "^7.21.5" - "@babel/helper-validator-identifier" "^7.19.1" + "@babel/helper-string-parser" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.19" to-fast-properties "^2.0.0" "@bcoe/v8-coverage@^0.2.3": @@ -1507,6 +1486,27 @@ superstruct "^0.15.4" toml "^3.0.0" +"@coral-xyz/anchor@0.28.0", "@coral-xyz/anchor@^0.28.0": + version "0.28.0" + resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.0.tgz#8345c3c9186a91f095f704d7b90cd256f7e8b2dc" + integrity sha512-kQ02Hv2ZqxtWP30WN1d4xxT4QqlOXYDxmEd3k/bbneqhV3X5QMO4LAtoUFs7otxyivOgoqam5Il5qx81FuI4vw== + dependencies: + "@coral-xyz/borsh" "^0.28.0" + "@solana/web3.js" "^1.68.0" + base64-js "^1.5.1" + bn.js "^5.1.2" + bs58 "^4.0.1" + buffer-layout "^1.2.2" + camelcase "^6.3.0" + cross-fetch "^3.1.5" + crypto-hash "^1.3.0" + eventemitter3 "^4.0.7" + js-sha256 "^0.9.0" + pako "^2.0.3" + snake-case "^3.0.4" + superstruct "^0.15.4" + toml "^3.0.0" + "@coral-xyz/anchor@^0.28.1-beta.1": version "0.28.1-beta.2" resolved "https://registry.yarnpkg.com/@coral-xyz/anchor/-/anchor-0.28.1-beta.2.tgz#4ddd4b2b66af04407be47cf9524147793ec514a0" @@ -1544,13 +1544,6 @@ bn.js "^5.1.2" buffer-layout "^1.2.0" -"@cspotcode/source-map-support@^0.8.0": - version "0.8.1" - resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1" - integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw== - dependencies: - "@jridgewell/trace-mapping" "0.3.9" - "@egjs/hammerjs@^2.0.17": version "2.0.17" resolved "https://registry.yarnpkg.com/@egjs/hammerjs/-/hammerjs-2.0.17.tgz#5dc02af75a6a06e4c2db0202cae38c9263895124" @@ -1566,9 +1559,9 @@ eslint-visitor-keys "^3.3.0" "@eslint-community/regexpp@^4.4.0": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" - integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== + version "4.8.1" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c" + integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ== "@eslint/eslintrc@^0.4.3": version "0.4.3" @@ -1585,6 +1578,20 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" +"@ethereumjs/rlp@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@ethereumjs/rlp/-/rlp-4.0.1.tgz#626fabfd9081baab3d0a3074b0c7ecaf674aaa41" + integrity sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw== + +"@ethereumjs/util@^8.1.0": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@ethereumjs/util/-/util-8.1.0.tgz#299df97fb6b034e0577ce9f94c7d9d1004409ed4" + integrity sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA== + dependencies: + "@ethereumjs/rlp" "^4.0.1" + ethereum-cryptography "^2.0.0" + micro-ftch "^0.3.1" + "@ethersproject/abi@5.7.0", "@ethersproject/abi@^5.7.0": version "5.7.0" resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.7.0.tgz#b3f3e045bbbeed1af3947335c247ad625a44e449" @@ -2012,7 +2019,7 @@ node-forge "^1.2.1" nullthrows "^1.1.1" -"@expo/config-plugins@6.0.1", "@expo/config-plugins@~6.0.0": +"@expo/config-plugins@6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-6.0.1.tgz#827cb34c51f725d8825b0768df6550c1cf81d457" integrity sha512-6mqZutxeibXFeqFfoZApFUEH2n1RxGXYMHCdJrDj4eXDBBFZ3aJ0XBoroZcHHHvfRieEsf54vNyJoWp7JZGj8g== @@ -2033,12 +2040,33 @@ xcode "^3.0.1" xml2js "0.4.23" +"@expo/config-plugins@~6.0.0": + version "6.0.2" + resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-6.0.2.tgz#cf07319515022ba94d9aa9fa30e0cff43a14256f" + integrity sha512-Cn01fXMHwjU042EgO9oO3Mna0o/UCrW91MQLMbJa4pXM41CYGjNgVy1EVXiuRRx/upegHhvltBw5D+JaUm8aZQ== + dependencies: + "@expo/config-types" "^48.0.0" + "@expo/json-file" "~8.2.37" + "@expo/plist" "^0.0.20" + "@expo/sdk-runtime-versions" "^1.0.0" + "@react-native/normalize-color" "^2.0.0" + chalk "^4.1.2" + debug "^4.3.1" + find-up "~5.0.0" + getenv "^1.0.0" + glob "7.1.6" + resolve-from "^5.0.0" + semver "^7.3.5" + slash "^3.0.0" + xcode "^3.0.1" + xml2js "0.4.23" + "@expo/config-types@^48.0.0": version "48.0.0" resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-48.0.0.tgz#15a46921565ffeda3c3ba010701398f05193d5b3" integrity sha512-DwyV4jTy/+cLzXGAo1xftS6mVlSiLIWZjl9DjTCLPFVgNYQxnh7htPilRv4rBhiNs7KaznWqKU70+4zQoKVT9A== -"@expo/config@8.0.2", "@expo/config@~8.0.0": +"@expo/config@8.0.2": version "8.0.2" resolved "https://registry.yarnpkg.com/@expo/config/-/config-8.0.2.tgz#53ecfa9bafc97b990ff9e34e210205b0e3f05751" integrity sha512-WubrzTNNdAXy1FU8TdyQ7D9YtDj2tN3fWXDq+C8In+nB7Qc08zwH9cVdaGZ+rBVmjFZBh5ACfObKq/m9cm4QQA== @@ -2055,6 +2083,23 @@ slugify "^1.3.4" sucrase "^3.20.0" +"@expo/config@~8.0.0": + version "8.0.5" + resolved "https://registry.yarnpkg.com/@expo/config/-/config-8.0.5.tgz#71380a7a20f2e27fe386d7bb73428a437b27a96b" + integrity sha512-3CnLmtAQUWqLZwTRliS23QoFwdyhg4AWtp6gZ0qfcXthR84RvlZKcCDQQIyPiRUgu8dZa+gQDcdRJtgE+GM5XQ== + dependencies: + "@babel/code-frame" "~7.10.4" + "@expo/config-plugins" "~6.0.0" + "@expo/config-types" "^48.0.0" + "@expo/json-file" "^8.2.37" + getenv "^1.0.0" + glob "7.1.6" + require-from-string "^2.0.2" + resolve-from "^5.0.0" + semver "7.3.2" + slugify "^1.3.4" + sucrase "^3.20.0" + "@expo/configure-splash-screen@^0.6.0": version "0.6.0" resolved "https://registry.yarnpkg.com/@expo/configure-splash-screen/-/configure-splash-screen-0.6.0.tgz#07d97ee512fd859fcc09506ba3762fd6263ebc39" @@ -2158,9 +2203,9 @@ exec-async "^2.2.0" "@expo/package-manager@~1.0.0": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@expo/package-manager/-/package-manager-1.0.1.tgz#d0d6b0937df5016b0155b1d87bbaba9839bbeb9f" - integrity sha512-ue6NIIsNafa2bK7zUl7Y61YNtkPsg7sJcTOyQo/87Yqf6Q+2bOrvdw1xjviaFrMsTZcpOPVf+ZIEYtE0lw0k6A== + version "1.0.3" + resolved "https://registry.yarnpkg.com/@expo/package-manager/-/package-manager-1.0.3.tgz#25abcc5e90171e4b9a9551f7c98938b7d823f623" + integrity sha512-NpdwcRar22gJDDug3GEb62Ka6vy+Yi//3zTdYhdkzwekY6qzg7+vZCeEKayFJjvbCjjOPNSrauNR4zD+WJmRIQ== dependencies: "@expo/json-file" "^8.2.37" "@expo/spawn-async" "^1.5.0" @@ -2256,9 +2301,9 @@ fast-uri "^2.0.0" "@fastify/cors@^8.1.1": - version "8.3.0" - resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.3.0.tgz#f03d745731b770793a1a15344da7220ca0d19619" - integrity sha512-oj9xkka2Tg0MrwuKhsSUumcAkfp2YCnKxmFEusi01pjk1YrdDsuSYTHXEelWNW+ilSy/ApZq0c2SvhKrLX0H1g== + version "8.4.0" + resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.0.tgz#dc518a5c147141e21d2dd47108ec9ab0bb9b821c" + integrity sha512-MlVvMTenltToByTpLwlWtO+7dQ3l2J+1OpmGrx9JpSNWo1d+dhfNCOi23zHhxdFhtpDzfwGwCsKu9DTeG7k7nQ== dependencies: fastify-plugin "^4.0.0" mnemonist "0.39.5" @@ -2269,9 +2314,9 @@ integrity sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A== "@fastify/error@^3.2.0": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.2.1.tgz#5d1cb182a8bb9b103c556b0da35fd77f319fc15e" - integrity sha512-scZVbcpPNWw/yyFmzzO7cf1daTeJp53spN2n7dBTHZd+cV7791fcWJCPP1Tfhdbre+8vDiCyQyqqXfQnYMntYQ== + version "3.3.0" + resolved "https://registry.yarnpkg.com/@fastify/error/-/error-3.3.0.tgz#eba790082e1144bfc8def0c2c8ef350064bc537b" + integrity sha512-dj7vjIn1Ar8sVXj2yAXiMNCJDmS9MQ9XMlIecX2dIzzhjSHCyKo4DdXjXMs7wKW2kj6yvVRSpuQjOZ3YLrh56w== "@fastify/fast-json-stringify-compiler@^4.3.0": version "4.3.0" @@ -2333,7 +2378,14 @@ dependencies: "@solana/web3.js" "^1.78.4" -"@helium/address@4.10.2", "@helium/address@^4.10.2": +"@helium/account-fetch-cache@^0.4.1-next.0": + version "0.4.1-next.0" + resolved "https://registry.yarnpkg.com/@helium/account-fetch-cache/-/account-fetch-cache-0.4.1-next.0.tgz#8bc07df1b43ee11e0bce5dfec7c1d54efa5ef82c" + integrity sha512-Njf2XQ4IFWeH9VIiivUXFoTL+gU5d1sSq3c/71gPWX87OzOEpP59c5heRxVTj3hcV1R/5G5now7jeAy+RIkGng== + dependencies: + "@solana/web3.js" "^1.78.4" + +"@helium/address@4.10.2", "@helium/address@^4.10.2", "@helium/address@^4.6.2", "@helium/address@^4.8.0", "@helium/address@^4.8.1": version "4.10.2" resolved "https://registry.yarnpkg.com/@helium/address/-/address-4.10.2.tgz#56960b118fceb6b6ddabe3e4ecec467d9ae50e26" integrity sha512-qCswC7Z3GXuJyHv36RcOSnffeghjqJQx0fdu2Lxpf9fgOnIi1JZO2tjjk1mBaqOwCyp+0YzrTPUoEukL/WCtsA== @@ -2342,15 +2394,6 @@ js-sha256 "^0.9.0" multiformats "^9.6.4" -"@helium/address@^4.6.2", "@helium/address@^4.8.0", "@helium/address@^4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@helium/address/-/address-4.8.1.tgz#d8d7cefc6aa7791d79eb8759befb821aaccec3ff" - integrity sha512-OEqX9j8m4sIc6bmvGUWV3/AHeuJCBWIl9EvRpS9xOPy+mC17OkDiPwZI35DSbMlAM7cK7+UjKYZvIVQL/aCgSQ== - dependencies: - bs58 "^5.0.0" - js-sha256 "^0.9.0" - multiformats "^9.6.4" - "@helium/anchor-resolvers@^0.3.2": version "0.3.2" resolved "https://registry.yarnpkg.com/@helium/anchor-resolvers/-/anchor-resolvers-0.3.2.tgz#78e0ed2e9c64c58a55e823194e62da98bf3b652c" @@ -2359,19 +2402,15 @@ "@solana/spl-token" "^0.3.8" "@solana/web3.js" "^1.78.4" -"@helium/circuit-breaker-sdk@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@helium/circuit-breaker-sdk/-/circuit-breaker-sdk-0.1.2.tgz#b7f684ba1a5dbc36027a66b85c8914a7ca0e43c7" - integrity sha512-c2q82DEnhI+iDRo3IAVHFcb5jy2ubw0gOPnBAe50rUSeM1rGlEu94oCj9VNbYSvSs4NrChpN1sc92XpX6ut5tQ== +"@helium/anchor-resolvers@^0.4.1-next.0": + version "0.4.1-next.0" + resolved "https://registry.yarnpkg.com/@helium/anchor-resolvers/-/anchor-resolvers-0.4.1-next.0.tgz#bde846d9ecaa8768b97c88d0bfa1a1d7409cf717" + integrity sha512-TOdfvGWXkiymbZ+D9sjYhKbjAxGEt2HabKvFjbVo5NwKaLXmVIiv1IFRXbmHlukP4rllPo6+JJ9bnAJzqxPrLA== dependencies: - "@coral-xyz/anchor" "^0.26.0" - "@helium/idls" "^0.1.1" - "@helium/spl-utils" "^0.1.2" - "@solana/spl-token" "^0.3.6" - bn.js "^5.2.0" - bs58 "^4.0.1" + "@solana/spl-token" "^0.3.8" + "@solana/web3.js" "^1.78.4" -"@helium/circuit-breaker-sdk@^0.1.4": +"@helium/circuit-breaker-sdk@^0.1.2", "@helium/circuit-breaker-sdk@^0.1.4": version "0.1.4" resolved "https://registry.yarnpkg.com/@helium/circuit-breaker-sdk/-/circuit-breaker-sdk-0.1.4.tgz#53a49a70d533540e4118c19f2d04cd63c556b390" integrity sha512-9Fa1zxhYO9Nh+iZuPgA4dpyAp9Le2TRoVRu/caWWDC8DNC9Ba2Hd/xeWbRDExymryVZqq741U57OiAi3cPXwbQ== @@ -2414,9 +2453,9 @@ "@solana/web3.js" "^1.73.0" "@helium/currency@^4.7.3": - version "4.10.0" - resolved "https://registry.yarnpkg.com/@helium/currency/-/currency-4.10.0.tgz#c2cdd385c1c810d8664c1c3f88e888f802e299d3" - integrity sha512-RRWCgBkniDp7v3DTRHPKdRKcHRMk7evpOj0v6HNk2FbfHzqFipVXkb3I6S5c6HA7AenOquEQMnfU4REMglc6dQ== + version "4.10.2" + resolved "https://registry.yarnpkg.com/@helium/currency/-/currency-4.10.2.tgz#f71190a5a249d069a5e77e6c28ea8b0f94303ede" + integrity sha512-Cw63efK7se58YQXcsXR1yAoAbO4OdQ3Ts3int6T1GhwYufHg6avDblSUJThkacmRsaGWqOD+oLE/StD6Dou8Ew== dependencies: bignumber.js "^9.0.0" @@ -2776,7 +2815,25 @@ borsh "^0.7.0" bs58 "^4.0.1" -"@helium/transactions@4.8.1", "@helium/transactions@^4.7.5", "@helium/transactions@^4.8.1": +"@helium/spl-utils@^0.4.1-next.0": + version "0.4.1-next.0" + resolved "https://registry.yarnpkg.com/@helium/spl-utils/-/spl-utils-0.4.1-next.0.tgz#ead155cce1c29c8d99b89c5b5f9c45d4631ccaeb" + integrity sha512-wf8LWw/hcHZX7A781Ws1G99gR44iqSq8gtjw310z6Io02z46h/2uPVepWO9Bjzxk45MQw3jeFKxyIoymmbsadw== + dependencies: + "@coral-xyz/anchor" "^0.28.0" + "@helium/account-fetch-cache" "^0.4.1-next.0" + "@helium/address" "^4.10.2" + "@helium/anchor-resolvers" "^0.4.1-next.0" + "@metaplex-foundation/mpl-token-metadata" "^2.10.0" + "@solana/spl-account-compression" "^0.1.7" + "@solana/spl-token" "^0.3.8" + "@solana/web3.js" "^1.78.4" + axios "^1.5.0" + bn.js "^5.2.0" + borsh "^0.7.0" + bs58 "^4.0.1" + +"@helium/transactions@4.8.1": version "4.8.1" resolved "https://registry.yarnpkg.com/@helium/transactions/-/transactions-4.8.1.tgz#ef87cb82e1deffc1cb703bddf75d94e603c50a8d" integrity sha512-7soAzxJkfBWUhTyMWM9SP3PhzU2qd2x0vP4iDHushsLq2VQLM5Gu86Ks2OgcGUNCopkNFXaTZkfl6YKl23NzfA== @@ -2787,6 +2844,17 @@ long "^4.0.0" path "^0.12.7" +"@helium/transactions@^4.8.1": + version "4.10.2" + resolved "https://registry.yarnpkg.com/@helium/transactions/-/transactions-4.10.2.tgz#7b5bdd0fa1c37db3c273522b266b8e5f16ad79ed" + integrity sha512-WVbkJDIdcQQ81Dta9K9IH2qXQTJ/pMUpdmivs9W+DDSudFX2yLB35bCzqcFfa8RYGld52EhmTWXyuq0HSDaoQw== + dependencies: + "@helium/address" "^4.10.2" + "@helium/proto" "^1.6.0" + "@types/libsodium-wrappers" "^0.7.8" + long "^4.0.0" + path "^0.12.7" + "@helium/treasury-management-sdk@0.1.2": version "0.1.2" resolved "https://registry.yarnpkg.com/@helium/treasury-management-sdk/-/treasury-management-sdk-0.1.2.tgz#abdb08548e05535eeee32a492238a821bd95e5fe" @@ -2917,117 +2985,117 @@ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jest/console@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.5.0.tgz#593a6c5c0d3f75689835f1b3b4688c4f8544cb57" - integrity sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ== +"@jest/console@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.7.0.tgz#cd4822dbdb84529265c5a2bdb529a3c9cc950ffc" + integrity sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" slash "^3.0.0" -"@jest/core@^29.2.1", "@jest/core@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.5.0.tgz#76674b96904484e8214614d17261cc491e5f1f03" - integrity sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ== +"@jest/core@^29.2.1", "@jest/core@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f" + integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg== dependencies: - "@jest/console" "^29.5.0" - "@jest/reporters" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/console" "^29.7.0" + "@jest/reporters" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" ci-info "^3.2.0" exit "^0.1.2" graceful-fs "^4.2.9" - jest-changed-files "^29.5.0" - jest-config "^29.5.0" - jest-haste-map "^29.5.0" - jest-message-util "^29.5.0" - jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-resolve-dependencies "^29.5.0" - jest-runner "^29.5.0" - jest-runtime "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" - jest-watcher "^29.5.0" + jest-changed-files "^29.7.0" + jest-config "^29.7.0" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-resolve-dependencies "^29.7.0" + jest-runner "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + jest-watcher "^29.7.0" micromatch "^4.0.4" - pretty-format "^29.5.0" + pretty-format "^29.7.0" slash "^3.0.0" strip-ansi "^6.0.0" "@jest/create-cache-key-function@^29.2.1": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-29.5.0.tgz#24e019d03e634be4affe8bcee787d75a36ae57a2" - integrity sha512-LIDZyZgnZss7uikvBKBB/USWwG+GO8+GnwRWT+YkCGDGsqLQlhm9BC3z6+7+eMs1kUlvXQIWEzBR8Q2Pnvx6lg== + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz#793be38148fab78e65f40ae30c36785f4ad859f0" + integrity sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" -"@jest/environment@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.5.0.tgz#9152d56317c1fdb1af389c46640ba74ef0bb4c65" - integrity sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ== +"@jest/environment@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.7.0.tgz#24d61f54ff1f786f3cd4073b4b94416383baf2a7" + integrity sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw== dependencies: - "@jest/fake-timers" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" - jest-mock "^29.5.0" + jest-mock "^29.7.0" -"@jest/expect-utils@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.5.0.tgz#f74fad6b6e20f924582dc8ecbf2cb800fe43a036" - integrity sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg== +"@jest/expect-utils@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6" + integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA== dependencies: - jest-get-type "^29.4.3" + jest-get-type "^29.6.3" -"@jest/expect@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.5.0.tgz#80952f5316b23c483fbca4363ce822af79c38fba" - integrity sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g== +"@jest/expect@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.7.0.tgz#76a3edb0cb753b70dfbfe23283510d3d45432bf2" + integrity sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ== dependencies: - expect "^29.5.0" - jest-snapshot "^29.5.0" + expect "^29.7.0" + jest-snapshot "^29.7.0" -"@jest/fake-timers@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.5.0.tgz#d4d09ec3286b3d90c60bdcd66ed28d35f1b4dc2c" - integrity sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg== +"@jest/fake-timers@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.7.0.tgz#fd91bf1fffb16d7d0d24a426ab1a47a49881a565" + integrity sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" "@sinonjs/fake-timers" "^10.0.2" "@types/node" "*" - jest-message-util "^29.5.0" - jest-mock "^29.5.0" - jest-util "^29.5.0" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-util "^29.7.0" -"@jest/globals@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.5.0.tgz#6166c0bfc374c58268677539d0c181f9c1833298" - integrity sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ== +"@jest/globals@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.7.0.tgz#8d9290f9ec47ff772607fa864ca1d5a2efae1d4d" + integrity sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ== dependencies: - "@jest/environment" "^29.5.0" - "@jest/expect" "^29.5.0" - "@jest/types" "^29.5.0" - jest-mock "^29.5.0" + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/types" "^29.6.3" + jest-mock "^29.7.0" -"@jest/reporters@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.5.0.tgz#985dfd91290cd78ddae4914ba7921bcbabe8ac9b" - integrity sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA== +"@jest/reporters@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.7.0.tgz#04b262ecb3b8faa83b0b3d321623972393e8f4c7" + integrity sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg== dependencies: "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@jridgewell/trace-mapping" "^0.3.15" + "@jest/console" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" + "@jridgewell/trace-mapping" "^0.3.18" "@types/node" "*" chalk "^4.0.0" collect-v8-coverage "^1.0.0" @@ -3035,52 +3103,52 @@ glob "^7.1.3" graceful-fs "^4.2.9" istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^5.1.0" + istanbul-lib-instrument "^6.0.0" istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^4.0.0" istanbul-reports "^3.1.3" - jest-message-util "^29.5.0" - jest-util "^29.5.0" - jest-worker "^29.5.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + jest-worker "^29.7.0" slash "^3.0.0" string-length "^4.0.1" strip-ansi "^6.0.0" v8-to-istanbul "^9.0.1" -"@jest/schemas@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.3.tgz#39cf1b8469afc40b6f5a2baaa146e332c4151788" - integrity sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg== +"@jest/schemas@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" + integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== dependencies: - "@sinclair/typebox" "^0.25.16" + "@sinclair/typebox" "^0.27.8" -"@jest/source-map@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.4.3.tgz#ff8d05cbfff875d4a791ab679b4333df47951d20" - integrity sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w== +"@jest/source-map@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.6.3.tgz#d90ba772095cf37a34a5eb9413f1b562a08554c4" + integrity sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw== dependencies: - "@jridgewell/trace-mapping" "^0.3.15" + "@jridgewell/trace-mapping" "^0.3.18" callsites "^3.0.0" graceful-fs "^4.2.9" -"@jest/test-result@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.5.0.tgz#7c856a6ca84f45cc36926a4e9c6b57f1973f1408" - integrity sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ== +"@jest/test-result@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.7.0.tgz#8db9a80aa1a097bb2262572686734baed9b1657c" + integrity sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA== dependencies: - "@jest/console" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/console" "^29.7.0" + "@jest/types" "^29.6.3" "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.5.0.tgz#34d7d82d3081abd523dbddc038a3ddcb9f6d3cc4" - integrity sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ== +"@jest/test-sequencer@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz#6cef977ce1d39834a3aea887a1726628a6f072ce" + integrity sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw== dependencies: - "@jest/test-result" "^29.5.0" + "@jest/test-result" "^29.7.0" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" + jest-haste-map "^29.7.0" slash "^3.0.0" "@jest/transform@^26.6.2": @@ -3104,22 +3172,22 @@ source-map "^0.6.1" write-file-atomic "^3.0.0" -"@jest/transform@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.5.0.tgz#cf9c872d0965f0cbd32f1458aa44a2b1988b00f9" - integrity sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw== +"@jest/transform@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.7.0.tgz#df2dd9c346c7d7768b8a06639994640c642e284c" + integrity sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw== dependencies: "@babel/core" "^7.11.6" - "@jest/types" "^29.5.0" - "@jridgewell/trace-mapping" "^0.3.15" + "@jest/types" "^29.6.3" + "@jridgewell/trace-mapping" "^0.3.18" babel-plugin-istanbul "^6.1.1" chalk "^4.0.0" convert-source-map "^2.0.0" fast-json-stable-stringify "^2.1.0" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - jest-regex-util "^29.4.3" - jest-util "^29.5.0" + jest-haste-map "^29.7.0" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" micromatch "^4.0.4" pirates "^4.0.4" slash "^3.0.0" @@ -3147,12 +3215,12 @@ "@types/yargs" "^16.0.0" chalk "^4.0.0" -"@jest/types@^29.2.1", "@jest/types@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593" - integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog== +"@jest/types@^29.2.1", "@jest/types@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" + integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== dependencies: - "@jest/schemas" "^29.4.3" + "@jest/schemas" "^29.6.3" "@types/istanbul-lib-coverage" "^2.0.0" "@types/istanbul-reports" "^3.0.0" "@types/node" "*" @@ -3167,7 +3235,7 @@ "@jridgewell/set-array" "^1.0.0" "@jridgewell/sourcemap-codec" "^1.4.10" -"@jridgewell/gen-mapping@^0.3.0": +"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": version "0.3.3" resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== @@ -3176,61 +3244,36 @@ "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" -"@jridgewell/gen-mapping@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" - integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== - dependencies: - "@jridgewell/set-array" "^1.0.1" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping" "^0.3.9" - -"@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" - integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": version "1.1.2" resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== -"@jridgewell/source-map@^0.3.2": - version "0.3.3" - resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.3.tgz#8108265659d4c33e72ffe14e33d6cc5eb59f2fda" - integrity sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg== +"@jridgewell/source-map@^0.3.3": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91" + integrity sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ== dependencies: "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": - version "1.4.14" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" - integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== - -"@jridgewell/trace-mapping@0.3.9": - version "0.3.9" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" - integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== - dependencies: - "@jridgewell/resolve-uri" "^3.0.3" - "@jridgewell/sourcemap-codec" "^1.4.10" - -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15": - version "0.3.18" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6" - integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA== - dependencies: - "@jridgewell/resolve-uri" "3.1.0" - "@jridgewell/sourcemap-codec" "1.4.14" +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": + version "1.4.15" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== -"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": - version "0.3.17" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" - integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.9": + version "0.3.19" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== dependencies: - "@jridgewell/resolve-uri" "3.1.0" - "@jridgewell/sourcemap-codec" "1.4.14" + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" "@koale/useworker@^4.0.2": version "4.0.2" @@ -3239,45 +3282,30 @@ dependencies: dequal "^1.0.0" -"@ledgerhq/devices@^7.0.0": - version "7.0.7" - resolved "https://registry.yarnpkg.com/@ledgerhq/devices/-/devices-7.0.7.tgz#3499304a1c9d3aa7399de2ad390719bef5d1e89c" - integrity sha512-PZ9TtaTGBYUm/g0qNKPbECZt7DDNvqM3ILS5wAtOMna2cBR+mrywUGXrkjuOWlHpuqZ8wenaAKveQBbzF2ba8w== - dependencies: - "@ledgerhq/errors" "^6.12.3" - "@ledgerhq/logs" "^6.10.1" - rxjs "6" - semver "^7.3.5" - -"@ledgerhq/devices@^8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@ledgerhq/devices/-/devices-8.0.0.tgz#8fe9f9e442e28b7a20bcdf4c2eed06ce7b8f76ae" - integrity sha512-gSnRT0KPca+LIpaC6D/WZQjOAlSI5uCvK1dmxXtKhODLAj735rX5Z3SnGnLUavRCHNbUi44FzgvloF5BKTkh7A== +"@ledgerhq/devices@^8.0.7": + version "8.0.7" + resolved "https://registry.yarnpkg.com/@ledgerhq/devices/-/devices-8.0.7.tgz#206434dbd8a097529bbfc95f5eef94c2923c7578" + integrity sha512-BbPyET52lXnVs7CxJWrGYqmtGdbGzj+XnfCqLsDnA7QYr1CZREysxmie+Rr6BKpNDBRVesAovXjtaVaZOn+upw== dependencies: - "@ledgerhq/errors" "^6.12.3" + "@ledgerhq/errors" "^6.14.0" "@ledgerhq/logs" "^6.10.1" rxjs "6" semver "^7.3.5" -"@ledgerhq/errors@^6.10.1", "@ledgerhq/errors@^6.11.1", "@ledgerhq/errors@^6.12.3": - version "6.12.3" - resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-6.12.3.tgz#a610caae1eeeb7cb038525e5212fe03217dda683" - integrity sha512-djiMSgB/7hnK3aLR/c5ZMMivxjcI7o2+y3VKcsZZpydPoVf9+FXqeJPRfOwmJ0JxbQ//LinUfWpIfHew8LkaVw== +"@ledgerhq/errors@^6.14.0": + version "6.14.0" + resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-6.14.0.tgz#0bf253983773ef12eebce2091f463bc719223b37" + integrity sha512-ZWJw2Ti6Dq1Ott/+qYqJdDWeZm16qI3VNG5rFlb0TQ3UcAyLIQZbnnzzdcVVwVeZiEp66WIpINd/pBdqsHVyOA== -"@ledgerhq/hw-app-helium@6.29.1": - version "6.29.1" - resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-helium/-/hw-app-helium-6.29.1.tgz#71549efb9ef4858d3e5ae6423439ebe352395582" - integrity sha512-EKL3pTCfUQi8qEWQpNl75f8F8A+kKZ1ZNcI4dZovC0NNAuPnq9OAFoavSEDpvw2TErGTA2ciG5wYXz14LrXVug== +"@ledgerhq/hw-app-solana@7.0.13": + version "7.0.13" + resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-solana/-/hw-app-solana-7.0.13.tgz#6fcb7b6452c865e696bb64ebcfb3b43adef57dac" + integrity sha512-w+edfV1xU2l/jne5+tzsQK7Z0814Gi8SAMmJSvWvJoTCKLYWdMigTKIVKKeONrcO0EVA7eJQWqRhjVcdh1yQBg== dependencies: - "@helium/address" "^4.6.2" - "@helium/proto" "^1.6.0" - "@helium/transactions" "^4.7.5" - "@ledgerhq/errors" "^6.11.1" - "@ledgerhq/hw-transport" "^6.27.6" + "@ledgerhq/errors" "^6.14.0" + "@ledgerhq/hw-transport" "^6.28.8" "@ledgerhq/logs" "^6.10.1" - bignumber.js "^9.0.1" bip32-path "^0.4.2" - long "^5.2.0" "@ledgerhq/hw-transport-mocker@6.27.2": version "6.27.2" @@ -3287,13 +3315,13 @@ "@ledgerhq/hw-transport" "^6.27.2" "@ledgerhq/logs" "^6.10.0" -"@ledgerhq/hw-transport@^6.27.2", "@ledgerhq/hw-transport@^6.27.6": - version "6.28.1" - resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport/-/hw-transport-6.28.1.tgz#cb22fe9bc23af4682c30f2aac7fe6f7ab13ed65a" - integrity sha512-RaZe+abn0zBIz82cE9tp7Y7aZkHWWbEaE2yJpfxT8AhFz3fx+BU0kLYzuRN9fmA7vKueNJ1MTVUCY+Ex9/CHSQ== +"@ledgerhq/hw-transport@^6.27.2", "@ledgerhq/hw-transport@^6.28.8": + version "6.28.8" + resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport/-/hw-transport-6.28.8.tgz#f99a5c71c5c09591e9bfb1b970c42aafbe81351f" + integrity sha512-XxQVl4htd018u/M66r0iu5nlHi+J6QfdPsORzDF6N39jaz+tMqItb7tUlXM/isggcuS5lc7GJo7NOuJ8rvHZaQ== dependencies: - "@ledgerhq/devices" "^8.0.0" - "@ledgerhq/errors" "^6.12.3" + "@ledgerhq/devices" "^8.0.7" + "@ledgerhq/errors" "^6.14.0" events "^3.3.0" "@ledgerhq/logs@^6.10.0", "@ledgerhq/logs@^6.10.1": @@ -3301,31 +3329,36 @@ resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-6.10.1.tgz#5bd16082261d7364eabb511c788f00937dac588d" integrity sha512-z+ILK8Q3y+nfUl43ctCPuR4Y2bIxk/ooCQFwZxhtci1EhAtMDzMAx2W25qx8G1PPL9UUOdnUax19+F0OjXoj4w== -"@ledgerhq/react-native-hid@6.28.4": - version "6.28.4" - resolved "https://registry.yarnpkg.com/@ledgerhq/react-native-hid/-/react-native-hid-6.28.4.tgz#7ebc4e13311cb13edad9475b876a0306d1c6e335" - integrity sha512-bDOS9qf3Oh74EpHdLHshqtHEl9WcaOUsSypG3GgMFd69y1T/OaaW21yfMNr5/dvhSsRmJSgr3epv5OJHwYvyJg== +"@ledgerhq/react-native-hid@6.30.0": + version "6.30.0" + resolved "https://registry.yarnpkg.com/@ledgerhq/react-native-hid/-/react-native-hid-6.30.0.tgz#a2837c0d640b986282eef5c2aa79e88c4b924ad7" + integrity sha512-BLSN/WmKDw6I7A2HF8C9NWyR2WEMSopKKT4lmae7xEI4avP4A8QFLVX3WMT891q5utJ6Pngbyc6/34/N5A0IxQ== dependencies: - "@ledgerhq/devices" "^7.0.0" - "@ledgerhq/errors" "^6.10.1" - "@ledgerhq/hw-transport" "^6.27.2" - "@ledgerhq/logs" "^6.10.0" + "@ledgerhq/devices" "^8.0.7" + "@ledgerhq/errors" "^6.14.0" + "@ledgerhq/hw-transport" "^6.28.8" + "@ledgerhq/logs" "^6.10.1" rxjs "6" -"@ledgerhq/react-native-hw-transport-ble@6.27.2": - version "6.27.2" - resolved "https://registry.yarnpkg.com/@ledgerhq/react-native-hw-transport-ble/-/react-native-hw-transport-ble-6.27.2.tgz#e93db0f717e8f4d3a2dc24ebe76335b319e0145b" - integrity sha512-03qLUUGDC9SSqFnzWseeeivwVZgox9FG4npAj8v6YFE4hmwqrDklcym+XY4cbRrREUodwNLNlBnqVA9CZdDABA== +"@ledgerhq/react-native-hw-transport-ble@6.29.5": + version "6.29.5" + resolved "https://registry.yarnpkg.com/@ledgerhq/react-native-hw-transport-ble/-/react-native-hw-transport-ble-6.29.5.tgz#cac20108e6a177301c65d1e4bcafa0da65262674" + integrity sha512-d0Xsgxl01vSeyqhiA8wmaBhKxGOlwlCReubGFEx3lM/I0WvZjV/vZbOZz85genfjIq47QGMDKOEfxd+RLgJeYQ== dependencies: - "@ledgerhq/devices" "^7.0.0" - "@ledgerhq/errors" "^6.10.1" - "@ledgerhq/hw-transport" "^6.27.2" - "@ledgerhq/logs" "^6.10.0" + "@ledgerhq/devices" "^8.0.7" + "@ledgerhq/errors" "^6.14.0" + "@ledgerhq/hw-transport" "^6.28.8" + "@ledgerhq/logs" "^6.10.1" invariant "^2.2.4" react-native-ble-plx "2.0.3" rxjs "6" uuid "^3.4.0" +"@ledgerhq/types-devices@^6.22.4": + version "6.22.4" + resolved "https://registry.yarnpkg.com/@ledgerhq/types-devices/-/types-devices-6.22.4.tgz#110656e8a132540fd5c352969e5491aa4b8a2981" + integrity sha512-qs6nG8+mzcMG2mLGxwq3M9+7PEYtQWfWxxr8UhakjHFw8b+hpnpwQTCMIsJ4e4vmjiYtnoWTwQOLzOsVHHkyZw== + "@metaplex-foundation/beet-solana@0.4.0", "@metaplex-foundation/beet-solana@^0.4.0": version "0.4.0" resolved "https://registry.yarnpkg.com/@metaplex-foundation/beet-solana/-/beet-solana-0.4.0.tgz#52891e78674aaa54e0031f1bca5bfbc40de12e8d" @@ -3407,9 +3440,9 @@ node-fetch "^2.6.7" "@metaplex-foundation/mpl-auction-house@^2.3.0": - version "2.5.0" - resolved "https://registry.yarnpkg.com/@metaplex-foundation/mpl-auction-house/-/mpl-auction-house-2.5.0.tgz#23c0848b39e8955f33c21b6958ae67d8d759b0fe" - integrity sha512-n6yOHnzxJlNKn3gmvW/f1lX8pMCrFf/8TjQ5WiBsvXQkOceTVNb1MFJUVDfDlcmHyNxUDekPLO6eIbBZWWGvKg== + version "2.5.1" + resolved "https://registry.yarnpkg.com/@metaplex-foundation/mpl-auction-house/-/mpl-auction-house-2.5.1.tgz#ea0e21e594b0db5e73f88688eb2e7c9b748b378b" + integrity sha512-O+IAdYVaoOvgACB8pm+1lF5BNEjl0COkqny2Ho8KQZwka6aC/vHbZ239yRwAMtJhf5992BPFdT4oifjyE0O+Mw== dependencies: "@metaplex-foundation/beet" "^0.6.1" "@metaplex-foundation/beet-solana" "^0.3.1" @@ -3503,7 +3536,7 @@ "@solana/web3.js" "^1.35.1" bs58 "^4.0.1" -"@metaplex-foundation/mpl-token-metadata@^2.10.0": +"@metaplex-foundation/mpl-token-metadata@^2.10.0", "@metaplex-foundation/mpl-token-metadata@^2.2.3", "@metaplex-foundation/mpl-token-metadata@^2.3.3", "@metaplex-foundation/mpl-token-metadata@^2.5.2": version "2.13.0" resolved "https://registry.yarnpkg.com/@metaplex-foundation/mpl-token-metadata/-/mpl-token-metadata-2.13.0.tgz#ea498190ad4ed1d4c0b8218a72d03bd17a883d11" integrity sha512-Fl/8I0L9rv4bKTV/RAl5YIbJe9SnQPInKvLz+xR1fEc4/VQkuCn3RPgypfUMEKWmCznzaw4sApDxy6CFS4qmJw== @@ -3516,37 +3549,31 @@ bn.js "^5.2.0" debug "^4.3.4" -"@metaplex-foundation/mpl-token-metadata@^2.2.3", "@metaplex-foundation/mpl-token-metadata@^2.3.3", "@metaplex-foundation/mpl-token-metadata@^2.5.2": - version "2.9.1" - resolved "https://registry.yarnpkg.com/@metaplex-foundation/mpl-token-metadata/-/mpl-token-metadata-2.9.1.tgz#79b548b60ac4065b438b78e28b0139751f16b186" - integrity sha512-QmeWBG7y2Uu9FyD1JiclPmJtkYA1sd/Vh9US9H9zTGNWnyogM60hqZ9yVcibvkO+aSsWd0ZJIsMXZlewXIx0IQ== +"@noble/curves@1.1.0", "@noble/curves@~1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.1.0.tgz#f13fc667c89184bc04cccb9b11e8e7bae27d8c3d" + integrity sha512-091oBExgENk/kGj3AZmtBDMpxQPDtxQABR2B9lb1JbVTs6ytdzZNwvhxQ4MWasRNEzlbEH8jCWFCwhF/Obj5AA== dependencies: - "@metaplex-foundation/beet" "^0.7.1" - "@metaplex-foundation/beet-solana" "^0.4.0" - "@metaplex-foundation/cusper" "^0.0.2" - "@solana/spl-token" "^0.3.6" - "@solana/web3.js" "^1.66.2" - bn.js "^5.2.0" - debug "^4.3.4" + "@noble/hashes" "1.3.1" -"@noble/curves@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.0.0.tgz#e40be8c7daf088aaf291887cbc73f43464a92932" - integrity sha512-2upgEu0iLiDVDZkNLeFV2+ht0BAVgQnEmCk6JsOch9Rp8xfkMCbvbAZlA2pBHQc73dbl+vFOXfqkf4uemdn0bw== +"@noble/curves@^1.0.0", "@noble/curves@^1.1.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.2.0.tgz#92d7e12e4e49b23105a2555c6984d41733d65c35" + integrity sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw== dependencies: - "@noble/hashes" "1.3.0" + "@noble/hashes" "1.3.2" "@noble/ed25519@^1.6.1", "@noble/ed25519@^1.7.0", "@noble/ed25519@^1.7.1": version "1.7.3" resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-1.7.3.tgz#57e1677bf6885354b466c38e2b620c62f45a7123" integrity sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ== -"@noble/hashes@1.3.0", "@noble/hashes@^1.1.2", "@noble/hashes@^1.1.3", "@noble/hashes@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1" - integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg== +"@noble/hashes@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.1.tgz#8831ef002114670c603c458ab8b11328406953a9" + integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA== -"@noble/hashes@^1.3.1": +"@noble/hashes@1.3.2", "@noble/hashes@^1.1.2", "@noble/hashes@^1.1.3", "@noble/hashes@^1.3.0", "@noble/hashes@^1.3.1", "@noble/hashes@~1.3.0", "@noble/hashes@~1.3.1": version "1.3.2" resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39" integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ== @@ -3654,16 +3681,7 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@pythnetwork/client@^2.11.0", "@pythnetwork/client@^2.19.0": - version "2.19.0" - resolved "https://registry.yarnpkg.com/@pythnetwork/client/-/client-2.19.0.tgz#4b3b4fccb402d93ff00c01beec633e6f2bac94fe" - integrity sha512-0VSQ0NqBOa5EtloXbOVYZ6Wpu8CLP3oaOKVTaUMSX/HXbB00S6G+xdwF7stxo6emgrAMopotx3icEVug5Lpomg== - dependencies: - "@coral-xyz/anchor" "^0.28.1-beta.1" - "@coral-xyz/borsh" "^0.28.0" - buffer "^6.0.1" - -"@pythnetwork/client@^2.12.0", "@pythnetwork/client@^2.17.0": +"@pythnetwork/client@2.17.0": version "2.17.0" resolved "https://registry.yarnpkg.com/@pythnetwork/client/-/client-2.17.0.tgz#b155af06958f4b729bfee1c07130c556598cf168" integrity sha512-hv285vehmLH6N762Z4jqvPTM+hCYnXQaUp6DMgLUpDHvE0mTbwW9PvlxYoUJZGtyeCDkgn9HrTWXPtnaXTRr+Q== @@ -3672,6 +3690,15 @@ "@coral-xyz/borsh" "^0.26.0" buffer "^6.0.1" +"@pythnetwork/client@^2.11.0", "@pythnetwork/client@^2.12.0", "@pythnetwork/client@^2.19.0": + version "2.19.0" + resolved "https://registry.yarnpkg.com/@pythnetwork/client/-/client-2.19.0.tgz#4b3b4fccb402d93ff00c01beec633e6f2bac94fe" + integrity sha512-0VSQ0NqBOa5EtloXbOVYZ6Wpu8CLP3oaOKVTaUMSX/HXbB00S6G+xdwF7stxo6emgrAMopotx3icEVug5Lpomg== + dependencies: + "@coral-xyz/anchor" "^0.28.1-beta.1" + "@coral-xyz/borsh" "^0.28.0" + buffer "^6.0.1" + "@randlabs/communication-bridge@1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@randlabs/communication-bridge/-/communication-bridge-1.0.1.tgz#d1ecfc29157afcbb0ca2d73122d67905eecb5bf3" @@ -3692,9 +3719,9 @@ merge-options "^3.0.4" "@react-native-async-storage/async-storage@^1.17.7": - version "1.19.1" - resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.19.1.tgz#09d35caaa31823b40fdfeebf95decf8f992a6274" - integrity sha512-5QXuGCtB+HL3VtKL2JN3+6t4qh8VXizK+aGDAv6Dqiq3MLrzgZHb4tjVgtEWMd8CcDtD/JqaAI1b6/EaYGtFIA== + version "1.19.3" + resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.19.3.tgz#ad5fe3ed0a82d4624aa4500321c1e09c02daeb46" + integrity sha512-CwGfoHCWdPOTPS+2fW6YRE1fFBpT9++ahLEroX5hkgwyoQ+TkmjOaUxixdEIoVua9Pz5EF2pGOIJzqOTMWfBlA== dependencies: merge-options "^3.0.4" @@ -3738,12 +3765,12 @@ serve-static "^1.13.1" "@react-native-community/cli-doctor@^10.2.2": - version "10.2.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-10.2.2.tgz#b1893604fa9fc8971064e7c00042350f96868bfe" - integrity sha512-49Ep2aQOF0PkbAR/TcyMjOm9XwBa8VQr+/Zzf4SJeYwiYLCT1NZRAVAVjYRXl0xqvq5S5mAGZZShS4AQl4WsZw== + version "10.2.5" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-10.2.5.tgz#e5e28c66c2373f05a94b296a8ec637f8df736707" + integrity sha512-1YbzXvsldBmSw1MmBsXB74bKiHXKNCjlb2ByLgkfTiarpSvETYam3g5vex0N+qc0Cdkzkq+8NznE744LFhnUpw== dependencies: "@react-native-community/cli-config" "^10.1.1" - "@react-native-community/cli-platform-ios" "^10.2.1" + "@react-native-community/cli-platform-ios" "^10.2.5" "@react-native-community/cli-tools" "^10.1.1" chalk "^4.1.2" command-exists "^1.2.8" @@ -3781,7 +3808,7 @@ glob "^7.1.3" logkitty "^0.7.1" -"@react-native-community/cli-platform-ios@10.2.1", "@react-native-community/cli-platform-ios@^10.2.1": +"@react-native-community/cli-platform-ios@10.2.1": version "10.2.1" resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-10.2.1.tgz#2e6bd2cb6d48cbb8720d7b7265bb1bab80745f72" integrity sha512-hz4zu4Y6eyj7D0lnZx8Mf2c2si8y+zh/zUTgCTaPPLzQD8jSZNNBtUUiA1cARm2razpe8marCZ1QbTMAGbf3mg== @@ -3793,21 +3820,33 @@ glob "^7.1.3" ora "^5.4.1" +"@react-native-community/cli-platform-ios@^10.2.5": + version "10.2.5" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-10.2.5.tgz#7888c74b83099885bf9e6d52170c6e663ad971ee" + integrity sha512-hq+FZZuSBK9z82GLQfzdNDl8vbFx5UlwCLFCuTtNCROgBoapFtVZQKRP2QBftYNrQZ0dLAb01gkwxagHsQCFyg== + dependencies: + "@react-native-community/cli-tools" "^10.1.1" + chalk "^4.1.2" + execa "^1.0.0" + fast-xml-parser "^4.0.12" + glob "^7.1.3" + ora "^5.4.1" + "@react-native-community/cli-plugin-metro@^10.2.2": - version "10.2.2" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-10.2.2.tgz#766914e3c8007dfe52b253544c4f6cd8549919ac" - integrity sha512-sTGjZlD3OGqbF9v1ajwUIXhGmjw9NyJ/14Lo0sg7xH8Pv4qUd5ZvQ6+DWYrQn3IKFUMfGFWYyL81ovLuPylrpw== + version "10.2.3" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-10.2.3.tgz#419e0155a50951c3329818fba51cb5021a7294f1" + integrity sha512-jHi2oDuTePmW4NEyVT8JEGNlIYcnFXCSV2ZMp4rnDrUk4TzzyvS3IMvDlESEmG8Kry8rvP0KSUx/hTpy37Sbkw== dependencies: "@react-native-community/cli-server-api" "^10.1.1" "@react-native-community/cli-tools" "^10.1.1" chalk "^4.1.2" execa "^1.0.0" - metro "0.73.9" - metro-config "0.73.9" - metro-core "0.73.9" - metro-react-native-babel-transformer "0.73.9" - metro-resolver "0.73.9" - metro-runtime "0.73.9" + metro "0.73.10" + metro-config "0.73.10" + metro-core "0.73.10" + metro-react-native-babel-transformer "0.73.10" + metro-resolver "0.73.10" + metro-runtime "0.73.10" readline "^1.3.0" "@react-native-community/cli-server-api@^10.1.1": @@ -3900,6 +3939,14 @@ resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa" integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ== +"@react-native/virtualized-lists@^0.72.4": + version "0.72.8" + resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.8.tgz#a2c6a91ea0f1d40eb5a122fb063daedb92ed1dc3" + integrity sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw== + dependencies: + invariant "^2.2.4" + nullthrows "^1.1.1" + "@react-navigation/bottom-tabs@6.4.0": version "6.4.0" resolved "https://registry.yarnpkg.com/@react-navigation/bottom-tabs/-/bottom-tabs-6.4.0.tgz#63743874648f92adedf37186cb7cedcd47826ee9" @@ -3910,11 +3957,11 @@ warn-once "^0.1.0" "@react-navigation/core@^6.2.2": - version "6.4.8" - resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.4.8.tgz#a18e106d3c59cdcfc4ce53f7344e219ed35c88ed" - integrity sha512-klZ9Mcf/P2j+5cHMoGyIeurEzyBM2Uq9+NoSFrF6sdV5iCWHLFhrCXuhbBiQ5wVLCKf4lavlkd/DDs47PXs9RQ== + version "6.4.9" + resolved "https://registry.yarnpkg.com/@react-navigation/core/-/core-6.4.9.tgz#aa09ce534f5393427cb993cf242abdbd848fb2c7" + integrity sha512-G9GH7bP9x0qqupxZnkSftnkn4JoXancElTvFc8FVGfEvxnxP+gBo3wqcknyBi7M5Vad4qecsYjCOa9wqsftv9g== dependencies: - "@react-navigation/routers" "^6.1.8" + "@react-navigation/routers" "^6.1.9" escape-string-regexp "^4.0.0" nanoid "^3.1.23" query-string "^7.1.3" @@ -3922,9 +3969,9 @@ use-latest-callback "^0.1.5" "@react-navigation/elements@^1.3.4", "@react-navigation/elements@^1.3.6": - version "1.3.17" - resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.17.tgz#9cb95765940f2841916fc71686598c22a3e4067e" - integrity sha512-sui8AzHm6TxeEvWT/NEXlz3egYvCUog4tlXA4Xlb2Vxvy3purVXDq/XsM56lJl344U5Aj/jDzkVanOTMWyk4UA== + version "1.3.18" + resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.18.tgz#d8364b40276f3efb9c229c39da3b8b465f18f0a2" + integrity sha512-/0hwnJkrr415yP0Hf4PjUKgGyfshrvNUKFXN85Mrt1gY49hy9IwxZgrrxlh0THXkPeq8q4VWw44eHDfAcQf20Q== "@react-navigation/material-top-tabs@6.5.1": version "6.5.1" @@ -3952,10 +3999,10 @@ fast-deep-equal "^3.1.3" nanoid "^3.1.23" -"@react-navigation/routers@^6.1.8": - version "6.1.8" - resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.1.8.tgz#ae56b2678dbb5abca5bd7c95d6a8d1abc767cba2" - integrity sha512-CEge+ZLhb1HBrSvv4RwOol7EKLW1QoqVIQlE9TN5MpxS/+VoQvP+cLbuz0Op53/iJfYhtXRFd1ZAd3RTRqto9w== +"@react-navigation/routers@^6.1.9": + version "6.1.9" + resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.1.9.tgz#73f5481a15a38e36592a0afa13c3c064b9f90bed" + integrity sha512-lTM8gSFHSfkJvQkxacGM6VJtBt61ip2XO54aNfswD+KMw6eeZ4oehl7m0me3CR9hnDE4+60iAZR8sAhvCiI3NA== dependencies: nanoid "^3.1.23" @@ -3978,7 +4025,7 @@ redux-thunk "^2.4.2" reselect "^4.1.7" -"@rnmapbox/maps@^10.0.7-rc.0": +"@rnmapbox/maps@10.0.7-rc.0": version "10.0.7-rc.0" resolved "https://registry.yarnpkg.com/@rnmapbox/maps/-/maps-10.0.7-rc.0.tgz#863c31f13af8c10464f43dd1b5d5fe10572f2250" integrity sha512-4Iz6u0JcNdcsXKV2XlPyRcCnY3napvABlKrEWJX7y68UfalHHCljQur0aStvAGiFYSse2Jasim3QG9NA6B/UVw== @@ -3991,6 +4038,28 @@ "@types/geojson" "^7946.0.7" debounce "^1.2.0" +"@scure/base@~1.1.0": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.3.tgz#8584115565228290a6c6c4961973e0903bb3df2f" + integrity sha512-/+SgoRjLq7Xlf0CWuLHq2LUZeL/w65kfzAPG5NH9pcmBhs+nunQTn4gvdwgMTIXnt9b2C/1SeL2XiysZEyIC9Q== + +"@scure/bip32@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.3.1.tgz#7248aea723667f98160f593d621c47e208ccbb10" + integrity sha512-osvveYtyzdEVbt3OfwwXFr4P2iVBL5u1Q3q4ONBfDY/UpOuXmOlbgwc1xECEboY8wIays8Yt6onaWMUdUbfl0A== + dependencies: + "@noble/curves" "~1.1.0" + "@noble/hashes" "~1.3.1" + "@scure/base" "~1.1.0" + +"@scure/bip39@1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.2.1.tgz#5cee8978656b272a917b7871c981e0541ad6ac2a" + integrity sha512-Z3/Fsz1yr904dduJD0NpiyRHhRYHdcnyh73FZWiV+/qhWi83wNJ3NWolYqCEN+ZWsUz2TWwajJggcRE9r1zUYg== + dependencies: + "@noble/hashes" "~1.3.0" + "@scure/base" "~1.1.0" + "@segment/loosely-validate-event@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz#87dfc979e5b4e7b82c5f1d8b722dfd5d77644681" @@ -4021,24 +4090,24 @@ resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== -"@sinclair/typebox@^0.25.16": - version "0.25.24" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" - integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ== +"@sinclair/typebox@^0.27.8": + version "0.27.8" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" + integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== -"@sinonjs/commons@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3" - integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg== +"@sinonjs/commons@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.0.tgz#beb434fe875d965265e04722ccfc21df7f755d72" + integrity sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA== dependencies: type-detect "4.0.8" "@sinonjs/fake-timers@^10.0.2": - version "10.0.2" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz#d10549ed1f423d80639c528b6c7f5a1017747d0c" - integrity sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw== + version "10.3.0" + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66" + integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA== dependencies: - "@sinonjs/commons" "^2.0.0" + "@sinonjs/commons" "^3.0.0" "@solana-mobile/mobile-wallet-adapter-protocol-web3js@^2.0.1": version "2.0.1" @@ -4091,19 +4160,7 @@ bn.js "^5.2.1" borsh "^0.7.0" -"@solana/spl-account-compression@^0.1.4", "@solana/spl-account-compression@^0.1.7": - version "0.1.7" - resolved "https://registry.yarnpkg.com/@solana/spl-account-compression/-/spl-account-compression-0.1.7.tgz#d1ac7e6ecb73da7fd66d998334ce1fca47931726" - integrity sha512-7BKXDpm2rRxmkIWAxq7jm/haRvLp4ZOaM9NMz3+zZtE+z+cWPY9lRKEWdH+RCAWNm1b0J0J+seqwb3hgf79nkA== - dependencies: - "@metaplex-foundation/beet" "^0.7.1" - "@metaplex-foundation/beet-solana" "^0.4.0" - bn.js "^5.2.1" - borsh "^0.7.0" - js-sha3 "^0.8.0" - typescript-collections "^1.3.3" - -"@solana/spl-account-compression@^0.1.5": +"@solana/spl-account-compression@^0.1.4", "@solana/spl-account-compression@^0.1.5", "@solana/spl-account-compression@^0.1.7": version "0.1.10" resolved "https://registry.yarnpkg.com/@solana/spl-account-compression/-/spl-account-compression-0.1.10.tgz#b3135ce89349d6090832b3b1d89095badd57e969" integrity sha512-IQAOJrVOUo6LCgeWW9lHuXo6JDbi4g3/RkQtvY0SyalvSWk9BIkHHe4IkAzaQw8q/BxEVBIjz8e9bNYWIAESNw== @@ -4115,14 +4172,14 @@ js-sha3 "^0.8.0" typescript-collections "^1.3.3" -"@solana/spl-memo@^0.2.3": +"@solana/spl-memo@0.2.3": version "0.2.3" resolved "https://registry.yarnpkg.com/@solana/spl-memo/-/spl-memo-0.2.3.tgz#594a28c37b40c0e22143f38f71b4f56d1f5b24fd" integrity sha512-CNsKSsl85ebuVoeGq1LDYi5M/PMs1Pxv2/UsyTgS6b30qrYqZOXha5ouZzgGKtJtZ3C3dxfOAEw6caJPN1N63w== dependencies: buffer "^6.0.3" -"@solana/spl-token-registry@^0.2.4574": +"@solana/spl-token-registry@0.2.4574": version "0.2.4574" resolved "https://registry.yarnpkg.com/@solana/spl-token-registry/-/spl-token-registry-0.2.4574.tgz#13f4636b7bec90d2bb43bbbb83512cd90d2ce257" integrity sha512-JzlfZmke8Rxug20VT/VpI2XsXlsqMlcORIUivF+Yucj7tFi7A0dXG7h+2UnD0WaZJw8BrUz2ABNkUnv89vbv1A== @@ -4138,7 +4195,7 @@ "@solana/buffer-layout-utils" "^0.2.0" buffer "^6.0.3" -"@solana/spl-token@0.3.7 ", "@solana/spl-token@^0.3.5", "@solana/spl-token@^0.3.6", "@solana/spl-token@^0.3.7": +"@solana/spl-token@0.3.7 ": version "0.3.7" resolved "https://registry.yarnpkg.com/@solana/spl-token/-/spl-token-0.3.7.tgz#6f027f9ad8e841f792c32e50920d9d2e714fc8da" integrity sha512-bKGxWTtIw6VDdCBngjtsGlKGLSmiu/8ghSt/IOYJV24BsymRbgq7r12GToeetpxmPaZYLddKwAz7+EwprLfkfg== @@ -4159,7 +4216,7 @@ buffer-layout "^1.2.0" dotenv "10.0.0" -"@solana/spl-token@^0.3.8": +"@solana/spl-token@^0.3.5", "@solana/spl-token@^0.3.6", "@solana/spl-token@^0.3.7", "@solana/spl-token@^0.3.8": version "0.3.8" resolved "https://registry.yarnpkg.com/@solana/spl-token/-/spl-token-0.3.8.tgz#8e9515ea876e40a4cc1040af865f61fc51d27edf" integrity sha512-ogwGDcunP9Lkj+9CODOWMiVJEdRtqHAtX2rWF62KxnnSWtMZtV9rDhTrZFshiyJmxDnRL/1nKE1yJHg4jjs3gg== @@ -4168,17 +4225,17 @@ "@solana/buffer-layout-utils" "^0.2.0" buffer "^6.0.3" -"@solana/wallet-adapter-base@^0.9.17", "@solana/wallet-adapter-base@^0.9.2", "@solana/wallet-adapter-base@^0.9.21", "@solana/wallet-adapter-base@^0.9.22": - version "0.9.22" - resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-base/-/wallet-adapter-base-0.9.22.tgz#97812eaf6aebe01e5fe714326b3c9a0614ae6112" - integrity sha512-xbLEZPGSJFvgTeldG9D55evhl7QK/3e/F7vhvcA97mEt1eieTgeKMnGlmmjs3yivI3/gtZNZeSk1XZLnhKcQvw== +"@solana/wallet-adapter-base@^0.9.17", "@solana/wallet-adapter-base@^0.9.2", "@solana/wallet-adapter-base@^0.9.22", "@solana/wallet-adapter-base@^0.9.23": + version "0.9.23" + resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-base/-/wallet-adapter-base-0.9.23.tgz#3b17c28afd44e173f44f658bf9700fd637e12a11" + integrity sha512-apqMuYwFp1jFi55NxDfvXUX2x1T0Zh07MxhZ/nCCTGys5raSfYUh82zen2BLv8BSDj/JxZ2P/s7jrQZGrX8uAw== dependencies: - "@solana/wallet-standard-features" "^1.0.1" + "@solana/wallet-standard-features" "^1.1.0" "@wallet-standard/base" "^1.0.1" "@wallet-standard/features" "^1.0.3" eventemitter3 "^4.0.7" -"@solana/wallet-adapter-react@^0.15.33": +"@solana/wallet-adapter-react@0.15.33": version "0.15.33" resolved "https://registry.yarnpkg.com/@solana/wallet-adapter-react/-/wallet-adapter-react-0.15.33.tgz#85c7e6528cb572338cc5fa331e2371a3c2818392" integrity sha512-0bkP6wbWuLtIiswwFke4XjF++Tbyk+cBa1XY7r4msMCg+oQo+BA3TvoiuuL3dPOgsZ2f21A+cr6ekXZ5nfZNIA== @@ -4187,12 +4244,12 @@ "@solana/wallet-adapter-base" "^0.9.22" "@solana/wallet-standard-wallet-adapter-react" "^1.0.2" -"@solana/wallet-standard-chains@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@solana/wallet-standard-chains/-/wallet-standard-chains-1.0.0.tgz#4c291a2f79f0e105ce0a47b30d98dbd7f8ba69be" - integrity sha512-kr3+JAo7mEBhVCH9cYzjn/vXeUiZeYfB4BF6E8u3U2jq3KlZA/KB+YM976+zGumTfN0NmMXUm066pTTG9kJsNQ== +"@solana/wallet-standard-chains@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@solana/wallet-standard-chains/-/wallet-standard-chains-1.1.0.tgz#459b297e71b0d9c1196c11a0578b38c85998be7d" + integrity sha512-IRJHf94UZM8AaRRmY18d34xCJiVPJej1XVwXiTjihHnmwD0cxdQbc/CKjrawyqFyQAKJx7raE5g9mnJsAdspTg== dependencies: - "@wallet-standard/base" "^1.0.0" + "@wallet-standard/base" "^1.0.1" "@solana/wallet-standard-features@1.0.0": version "1.0.0" @@ -4202,42 +4259,43 @@ "@wallet-standard/base" "^1.0.0" "@wallet-standard/features" "^1.0.0" -"@solana/wallet-standard-features@^1.0.0", "@solana/wallet-standard-features@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@solana/wallet-standard-features/-/wallet-standard-features-1.0.1.tgz#36270a646f74a80e51b9e21fb360edb64f840c68" - integrity sha512-SUfx7KtBJ55XIj0qAhhVcC1I6MklAXqWFEz9hDHW+6YcJIyvfix/EilBhaBik1FJ2JT0zukpOfFv8zpuAbFRbw== +"@solana/wallet-standard-features@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@solana/wallet-standard-features/-/wallet-standard-features-1.1.0.tgz#516d78626dd0802d299db49298e4ebbec3433940" + integrity sha512-oVyygxfYkkF5INYL0GuD8GFmNO/wd45zNesIqGCFE6X66BYxmI6HmyzQJCcZTZ0BNsezlVg4t+3MCL5AhfFoGA== dependencies: "@wallet-standard/base" "^1.0.1" "@wallet-standard/features" "^1.0.3" -"@solana/wallet-standard-util@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@solana/wallet-standard-util/-/wallet-standard-util-1.0.0.tgz#597b3a240f1855d25d93c2cd7efe8631a1a241ac" - integrity sha512-qRAOBXnN7dwvtgzTtxIHsSeJAMbGNZdSWs57TT8pCyBrKL5dVxaK2u95Dm17SRSzwfKl/EByV1lTjOxXyKWS+g== +"@solana/wallet-standard-util@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@solana/wallet-standard-util/-/wallet-standard-util-1.1.0.tgz#e19d91dae0e84b56724bd132abf1cef4a1824324" + integrity sha512-vssoCIx43sY5EMrT1pVltsZZKPAQfKpPG3ib2fuqRqpTRGkeRFCPDf4lrVFAYYp238tFr3Xrr/3JLcGvPP7uYw== dependencies: - "@solana/wallet-standard-chains" "^1.0.0" - "@solana/wallet-standard-features" "^1.0.0" + "@noble/curves" "^1.1.0" + "@solana/wallet-standard-chains" "^1.1.0" + "@solana/wallet-standard-features" "^1.1.0" -"@solana/wallet-standard-wallet-adapter-base@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@solana/wallet-standard-wallet-adapter-base/-/wallet-standard-wallet-adapter-base-1.0.2.tgz#d6028c27381fe384a34a7426b3eb828a1da6bff0" - integrity sha512-QqkupdWvWuihX87W6ijt174u6ZdP5OSFlNhZhuhoMlIdyI/sj7MhGsdppuRlMh65oVO2WNWTL9y2bO5Pbx+dfg== +"@solana/wallet-standard-wallet-adapter-base@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@solana/wallet-standard-wallet-adapter-base/-/wallet-standard-wallet-adapter-base-1.1.1.tgz#a93a6121f06b1021bf9a50cb5803e7a2ebc3ce0c" + integrity sha512-+CPKbUZgiy0VpOWvy7sTpZYf04bB4eapslZNBg085zVLzNaFjrU9CYwudMLWbjlmZ4Wz0cE3DNtNwDtY0cj01A== dependencies: - "@solana/wallet-adapter-base" "^0.9.21" - "@solana/wallet-standard-chains" "^1.0.0" - "@solana/wallet-standard-features" "^1.0.1" - "@solana/wallet-standard-util" "^1.0.0" + "@solana/wallet-adapter-base" "^0.9.23" + "@solana/wallet-standard-chains" "^1.1.0" + "@solana/wallet-standard-features" "^1.1.0" + "@solana/wallet-standard-util" "^1.1.0" "@wallet-standard/app" "^1.0.1" "@wallet-standard/base" "^1.0.1" "@wallet-standard/features" "^1.0.3" "@wallet-standard/wallet" "^1.0.1" "@solana/wallet-standard-wallet-adapter-react@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@solana/wallet-standard-wallet-adapter-react/-/wallet-standard-wallet-adapter-react-1.0.2.tgz#8359900de37b05f921eb2318162a4dc179ce9864" - integrity sha512-0YTPUnjiSG5ajDP2hK8EipxkeHhO3+nCtXeF1eS/ZP2QcFAgS/4luywrn/6CdfzQ2cQYPCFdnG/QculpUp6bBg== + version "1.1.1" + resolved "https://registry.yarnpkg.com/@solana/wallet-standard-wallet-adapter-react/-/wallet-standard-wallet-adapter-react-1.1.1.tgz#d6106e436b8846a7627114667cd9c0afb5508c96" + integrity sha512-uioyIU6huyTVHu8eF/hgbW+IbeY4qzoJRCO1UddMl84l8Y1WGkSPCsGliAGc0NNMwHCBi+icP+DjhGc9JdwEMA== dependencies: - "@solana/wallet-standard-wallet-adapter-base" "^1.0.2" + "@solana/wallet-standard-wallet-adapter-base" "^1.1.1" "@wallet-standard/app" "^1.0.1" "@wallet-standard/base" "^1.0.1" @@ -4562,26 +4620,6 @@ Base64 "~0.2.0" inherits "~2.0.1" -"@tsconfig/node10@^1.0.7": - version "1.0.9" - resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2" - integrity sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA== - -"@tsconfig/node12@^1.0.7": - version "1.0.11" - resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.11.tgz#ee3def1f27d9ed66dac6e46a295cffb0152e058d" - integrity sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag== - -"@tsconfig/node14@^1.0.0": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.3.tgz#e4386316284f00b98435bf40f72f75a09dabf6c1" - integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow== - -"@tsconfig/node16@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e" - integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== - "@tsconfig/react-native@2.0.2": version "2.0.2" resolved "https://registry.yarnpkg.com/@tsconfig/react-native/-/react-native-2.0.2.tgz#ac9b8ceb1de91e2f23ab89f915490a1a4afd65a0" @@ -4598,7 +4636,7 @@ "@turf/helpers" "^6.5.0" "@turf/invariant" "^6.5.0" -"@turf/bbox@*", "@turf/bbox@^6.5.0": +"@turf/bbox@*", "@turf/bbox@6.5.0", "@turf/bbox@^6.5.0": version "6.5.0" resolved "https://registry.yarnpkg.com/@turf/bbox/-/bbox-6.5.0.tgz#bec30a744019eae420dac9ea46fb75caa44d8dc5" integrity sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw== @@ -4614,7 +4652,7 @@ "@turf/helpers" "^6.5.0" "@turf/invariant" "^6.5.0" -"@turf/center@^6.5.0": +"@turf/center@6.5.0": version "6.5.0" resolved "https://registry.yarnpkg.com/@turf/center/-/center-6.5.0.tgz#3bcb6bffcb8ba147430cfea84aabaed5dbdd4f07" integrity sha512-T8KtMTfSATWcAX088rEDKjyvQCBkUsLnK/Txb6/8WUXIeOZyHu42G7MkdkHRoHtwieLdduDdmPLFyTdG5/e7ZQ== @@ -4700,9 +4738,9 @@ "@turf/meta" "^6.5.0" "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891" - integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ== + version "7.20.2" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.2.tgz#215db4f4a35d710256579784a548907237728756" + integrity sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA== dependencies: "@babel/parser" "^7.20.7" "@babel/types" "^7.20.7" @@ -4711,33 +4749,33 @@ "@types/babel__traverse" "*" "@types/babel__generator@*": - version "7.6.4" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" - integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== + version "7.6.5" + resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.5.tgz#281f4764bcbbbc51fdded0f25aa587b4ce14da95" + integrity sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w== dependencies: "@babel/types" "^7.0.0" "@types/babel__template@*": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" - integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== + version "7.4.2" + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.2.tgz#843e9f1f47c957553b0c374481dc4772921d6a6b" + integrity sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ== dependencies: "@babel/parser" "^7.1.0" "@babel/types" "^7.0.0" "@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.18.3" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.3.tgz#dfc508a85781e5698d5b33443416b6268c4b3e8d" - integrity sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w== + version "7.20.2" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.2.tgz#4ddf99d95cfdd946ff35d2b65c978d9c9bf2645d" + integrity sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw== dependencies: - "@babel/types" "^7.3.0" + "@babel/types" "^7.20.7" "@types/bluebird@*": - version "3.5.38" - resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.38.tgz#7a671e66750ccd21c9fc9d264d0e1e5330bc9908" - integrity sha512-yR/Kxc0dd4FfwtEoLZMoqJbM/VE/W7hXn/MIjb+axcwag0iFmSPK7OBUZq1YWLynJUoWQkfUrI7T0HDqGApNSg== + version "3.5.39" + resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.39.tgz#6aaf8bcbf005bb091d06ddaa0f620be078bf6a73" + integrity sha512-0h2lKudcFwHih8NHAgt/uyAIUQDO0AdfJYlWBXD8r+gFDulUi2CMZoQSh2Q5ol1FMaHV9k7/4HtcbA8ABtexmA== -"@types/bn.js@5.1.1", "@types/bn.js@^5.1.0": +"@types/bn.js@5.1.1": version "5.1.1" resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.1.tgz#b51e1b55920a4ca26e9285ff79936bbdec910682" integrity sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g== @@ -4745,16 +4783,16 @@ "@types/node" "*" "@types/connect@^3.4.33": - version "3.4.35" - resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" - integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ== + version "3.4.36" + resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.36.tgz#e511558c15a39cb29bd5357eebb57bd1459cd1ab" + integrity sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w== dependencies: "@types/node" "*" "@types/continuation-local-storage@*": - version "3.2.4" - resolved "https://registry.yarnpkg.com/@types/continuation-local-storage/-/continuation-local-storage-3.2.4.tgz#655c8ffd9327aa60fb8ae773a5f2efbc973a7cbb" - integrity sha512-OT32vCVMymU1JMPKDeY0lX3cduAr0Pm/VwIbxygMeDS4lRcv57qYXn9bMwBRcRnEpXKBb/r4xYaZCARTZllP0A== + version "3.2.5" + resolved "https://registry.yarnpkg.com/@types/continuation-local-storage/-/continuation-local-storage-3.2.5.tgz#5433ba5a2f908beef66acd311deceed5e9eff134" + integrity sha512-ZAeaH801PDMThuIuZD7FdpcdD6HmwKjyqgJpYDmpSZ9CMcWiT1F6A7wIIS9C8Q50hp7zR6+mPoDTpiR4GHGKmw== dependencies: "@types/node" "*" @@ -4771,26 +4809,26 @@ integrity sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA== "@types/geojson@^7946.0.7": - version "7946.0.10" - resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249" - integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA== + version "7946.0.11" + resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.11.tgz#012c17cb2256ad8de78560da851ab914a7b9b40e" + integrity sha512-L7A0AINMXQpVwxHJ4jxD6/XjZ4NDufaRlUJHjNIFKYUFBH1SvOW+neaqb0VTRSLW5suSrSu19ObFEFnfNcr+qg== "@types/graceful-fs@^4.1.2", "@types/graceful-fs@^4.1.3": - version "4.1.6" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.6.tgz#e14b2576a1c25026b7f02ede1de3b84c3a1efeae" - integrity sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw== + version "4.1.7" + resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.7.tgz#30443a2e64fd51113bc3e2ba0914d47109695e2a" + integrity sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw== dependencies: "@types/node" "*" "@types/hammerjs@^2.0.36": - version "2.0.41" - resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.41.tgz#f6ecf57d1b12d2befcce00e928a6a097c22980aa" - integrity sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA== + version "2.0.42" + resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.42.tgz#d7a53edbc51b2c13a9a759c45d7b5e61243d7dba" + integrity sha512-Xxk14BrwHnGi0xlURPRb+Y0UNn2w3cTkeFm7pKMsYOaNgH/kabbJLhcBoNIodwsbTz7Z8KcWjtDvlGH0nc0U9w== "@types/hoist-non-react-statics@^3.3.1": - version "3.3.1" - resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" - integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== + version "3.3.2" + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#dc1e9ded53375d37603c479cc12c693b0878aa2a" + integrity sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw== dependencies: "@types/react" "*" hoist-non-react-statics "^3.3.0" @@ -4828,9 +4866,9 @@ pretty-format "^26.0.0" "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== + version "7.0.13" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85" + integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ== "@types/json5@^0.0.29": version "0.0.29" @@ -4838,14 +4876,14 @@ integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== "@types/libsodium-wrappers@^0.7.8": - version "0.7.10" - resolved "https://registry.yarnpkg.com/@types/libsodium-wrappers/-/libsodium-wrappers-0.7.10.tgz#a6ebde70d3b4af960fd802af8d0e3c7cfe281eb2" - integrity sha512-BqI9B92u+cM3ccp8mpHf+HzJ8fBlRwdmyd6+fz3p99m3V6ifT5O3zmOMi612PGkpeFeG/G6loxUnzlDNhfjPSA== + version "0.7.11" + resolved "https://registry.yarnpkg.com/@types/libsodium-wrappers/-/libsodium-wrappers-0.7.11.tgz#4ac53b8a16a4c80d062e32b3849e9d5b8c2f92ed" + integrity sha512-8avZYJny690B6lFZQEDz4PEdCgC8D8qmGE/mhJBzCwzZvsqne61tCRbtJOhxsjYMItEZd3k4SoR4xKKLnI9Ztg== "@types/lodash@*": - version "4.14.195" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632" - integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg== + version "4.14.198" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.198.tgz#4d27465257011aedc741a809f1269941fa2c5d4c" + integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg== "@types/lodash@4.14.183": version "4.14.183" @@ -4863,9 +4901,9 @@ integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== "@types/node@*", "@types/node@>=13.7.0": - version "18.15.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" - integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== + version "20.6.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.3.tgz#5b763b321cd3b80f6b8dde7a37e1a77ff9358dd9" + integrity sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA== "@types/node@11.11.6": version "11.11.6" @@ -4887,33 +4925,26 @@ resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109" integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw== -"@types/pbkdf2@^3.0.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@types/pbkdf2/-/pbkdf2-3.1.0.tgz#039a0e9b67da0cdc4ee5dab865caa6b267bb66b1" - integrity sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ== - dependencies: - "@types/node" "*" - -"@types/prettier@^2.1.5": - version "2.7.2" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.2.tgz#6c2324641cc4ba050a8c710b2b251b377581fbf0" - integrity sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg== - "@types/prop-types@*": - version "15.7.5" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" - integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== + version "15.7.6" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.6.tgz#bbf819813d6be21011b8f5801058498bec555572" + integrity sha512-RK/kBbYOQQHLYj9Z95eh7S6t7gq4Ojt/NT8HTk8bWVhA5DaF+5SMnxHKkP4gPNN3wAZkKP+VjAf0ebtYzf+fxg== "@types/q@^1.5.1": - version "1.5.5" - resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df" - integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== + version "1.5.6" + resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.6.tgz#a6edffe8283910e46dc7a573621f928e6b47fa56" + integrity sha512-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ== -"@types/qs@6.9.7", "@types/qs@^6.9.7": +"@types/qs@6.9.7": version "6.9.7" resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== +"@types/qs@^6.9.7": + version "6.9.8" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.8.tgz#f2a7de3c107b89b441e071d5472e6b726b4adf45" + integrity sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg== + "@types/react-addons-shallow-compare@^0.14.22": version "0.14.22" resolved "https://registry.yarnpkg.com/@types/react-addons-shallow-compare/-/react-addons-shallow-compare-0.14.22.tgz#25177d8ab88aedfc2937b434b09b1fcbc9c2eccd" @@ -4951,10 +4982,11 @@ "@types/react-native" "*" "@types/react-native@*": - version "0.71.5" - resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.71.5.tgz#229bc670433f97fe1e03d62758d4fccf34a07714" - integrity sha512-Tp5druh7DGwNDvWYH09PCE++hbH4zYz0OOvGFb3/QFIFKXgfezaT/txJeKlBkbiqs45QJzllp9S0qo0WpWyijA== + version "0.72.2" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.2.tgz#27c931a899c555b28e20cdd12e570b017808de96" + integrity sha512-/eEjr04Zqo7mTMszuSdrLx90+j5nWhDMMOgtnKZfAYyV3RwmlpSb7F17ilmMMxZWJY81n/JZ4e6wdhMJFpjrCg== dependencies: + "@react-native/virtualized-lists" "^0.72.4" "@types/react" "*" "@types/react-native@0.70.6": @@ -4972,9 +5004,9 @@ "@types/react" "^17" "@types/react@*", "@types/react@17", "@types/react@^17": - version "17.0.55" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.55.tgz#f94eac1a37929cd86d1cc084c239c08dcfd10e5f" - integrity sha512-kBcAhmT8RivFDYxHdy8QfPKu+WyfiiGjdPb9pIRtd6tj05j0zRHq5DBGW5Ogxv5cwSKd93BVgUk/HZ4I9p3zNg== + version "17.0.65" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.65.tgz#95f6a2ab61145ffb69129d07982d047f9e0870cd" + integrity sha512-oxur785xZYHvnI7TRS61dXbkIhDPnGfsXKv0cNXR/0ml4SipRIFpSMzA7HMEfOywFwJ5AOnPrXYTEiTRUQeGlQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -4985,22 +5017,15 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5" integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== -"@types/secp256k1@^4.0.1": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@types/secp256k1/-/secp256k1-4.0.3.tgz#1b8e55d8e00f08ee7220b4d59a6abe89c37a901c" - integrity sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w== - dependencies: - "@types/node" "*" - "@types/semver@7.3.12": version "7.3.12" resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c" integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A== "@types/semver@^7.3.12": - version "7.3.13" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91" - integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== + version "7.5.2" + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564" + integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw== "@types/sequelize@^4.28.14": version "4.28.15" @@ -5028,9 +5053,9 @@ integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== "@types/validator@*", "@types/validator@^13.7.17": - version "13.7.17" - resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.7.17.tgz#0a6d1510395065171e3378a4afc587a3aefa7cc1" - integrity sha512-aqayTNmeWrZcvnG2MG9eGYI6b7S5fl+yKgPs6bAjOTwPS316R5SxBGKvtSExfyoJU7pIeHJfsHI0Ji41RVMkvQ== + version "13.11.1" + resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.11.1.tgz#6560af76ed54490e68c42f717ab4e742ba7be74b" + integrity sha512-d/MUkJYdOeKycmm75Arql4M5+UuXmf4cHdHKsyw1GcvnNgL6s77UkgSgJ8TE/rI5PYsnwYq5jkcWBLuN/MpQ1A== "@types/ws@^7.4.4": version "7.4.7" @@ -5204,11 +5229,12 @@ wonka "^4.0.14" "@urql/core@>=2.3.1": - version "3.2.2" - resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.2.2.tgz#2a44015b536d72981822f715c96393d8e0ddc576" - integrity sha512-i046Cz8cZ4xIzGMTyHZrbdgzcFMcKD7+yhCAH5FwWBRjcKrc+RjEOuR9X5AMuBvr8c6IAaE92xAqa4wmlGfWTQ== + version "4.1.3" + resolved "https://registry.yarnpkg.com/@urql/core/-/core-4.1.3.tgz#8b61f015425f9c96e8e9368d071d3f663a2bd926" + integrity sha512-Wapa58olpEJtZzSEuZNDxzBxmOmHuivG6Hb/QPc6HjHfCJ6f36gnlWc9a9TsC8Vddle+6PsS6+quMMTuj+bj7A== dependencies: - wonka "^6.1.2" + "@0no-co/graphql.web" "^1.0.1" + wonka "^6.3.2" "@urql/exchange-retry@0.3.0": version "0.3.0" @@ -5282,50 +5308,47 @@ tslib "1.14.1" "@walletconnect/heartbeat@^1.0.1": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@walletconnect/heartbeat/-/heartbeat-1.2.0.tgz#1e87dd234cb72b0587b84f95c4f942f2b4bd0c79" - integrity sha512-0vbzTa/ARrpmMmOD+bQMxPvFYKtOLQZObgZakrYr0aODiMOO71CmPVNV2eAqXnw9rMmcP+z91OybLeIFlwTjjA== + version "1.2.1" + resolved "https://registry.yarnpkg.com/@walletconnect/heartbeat/-/heartbeat-1.2.1.tgz#afaa3a53232ae182d7c9cff41c1084472d8f32e9" + integrity sha512-yVzws616xsDLJxuG/28FqtZ5rzrTA4gUjdEMTbWB5Y8V1XHRmqq4efAxCw5ie7WjbXFSUyBHaWlMR+2/CpQC5Q== dependencies: "@walletconnect/events" "^1.0.1" "@walletconnect/time" "^1.0.2" - chai "^4.3.7" - mocha "^10.2.0" - ts-node "^10.9.1" tslib "1.14.1" "@walletconnect/jsonrpc-provider@^1.0.6": - version "1.0.10" - resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.10.tgz#8351a06b70faa8f8c0e77dc2c6d9b0190d17d407" - integrity sha512-g0ffPSpY3P6GqGjWGHsr3yqvQUhj7q2k6pAikoXv5XTXWaJRzFvrlbFkSgxziXsBrwrMZn0qvPufvpN4mMZ5FA== + version "1.0.13" + resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-provider/-/jsonrpc-provider-1.0.13.tgz#9a74da648d015e1fffc745f0c7d629457f53648b" + integrity sha512-K73EpThqHnSR26gOyNEL+acEex3P7VWZe6KE12ZwKzAt2H4e5gldZHbjsu2QR9cLeJ8AXuO7kEMOIcRv1QEc7g== dependencies: - "@walletconnect/jsonrpc-utils" "^1.0.6" - "@walletconnect/safe-json" "^1.0.1" + "@walletconnect/jsonrpc-utils" "^1.0.8" + "@walletconnect/safe-json" "^1.0.2" tslib "1.14.1" -"@walletconnect/jsonrpc-types@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.2.tgz#b79519f679cd6a5fa4a1bea888f27c1916689a20" - integrity sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg== +"@walletconnect/jsonrpc-types@^1.0.2", "@walletconnect/jsonrpc-types@^1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.3.tgz#65e3b77046f1a7fa8347ae02bc1b841abe6f290c" + integrity sha512-iIQ8hboBl3o5ufmJ8cuduGad0CQm3ZlsHtujv9Eu16xq89q+BG7Nh5VLxxUgmtpnrePgFkTwXirCTkwJH1v+Yw== dependencies: keyvaluestorage-interface "^1.0.0" tslib "1.14.1" -"@walletconnect/jsonrpc-utils@^1.0.4", "@walletconnect/jsonrpc-utils@^1.0.6": - version "1.0.6" - resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.6.tgz#7fa58e6671247e64e189828103282e6258f5330f" - integrity sha512-snp0tfkjPiDLQp/jrBewI+9SM33GPV4+Gjgldod6XQ7rFyQ5FZjnBxUkY4xWH0+arNxzQSi6v5iDXjCjSaorpg== +"@walletconnect/jsonrpc-utils@^1.0.4", "@walletconnect/jsonrpc-utils@^1.0.6", "@walletconnect/jsonrpc-utils@^1.0.8": + version "1.0.8" + resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.8.tgz#82d0cc6a5d6ff0ecc277cb35f71402c91ad48d72" + integrity sha512-vdeb03bD8VzJUL6ZtzRYsFMq1eZQcM3EAzT0a3st59dyLfJ0wq+tKMpmGH7HlB7waD858UWgfIcudbPFsbzVdw== dependencies: "@walletconnect/environment" "^1.0.1" - "@walletconnect/jsonrpc-types" "^1.0.2" + "@walletconnect/jsonrpc-types" "^1.0.3" tslib "1.14.1" "@walletconnect/jsonrpc-ws-connection@^1.0.6": - version "1.0.10" - resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.10.tgz#04e04a7d8c70b27c386a1bdd9ff6511045da3c81" - integrity sha512-/tidvjfCXZuYugjF5fOswsNDPoMo9QRML3DFQ0dfNUarL4f5HGqu8NDGerr2n0+4MOX23GsT6Vv2POSwFbvgGw== + version "1.0.13" + resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.13.tgz#23b0cdd899801bfbb44a6556936ec2b93ef2adf4" + integrity sha512-mfOM7uFH4lGtQxG+XklYuFBj6dwVvseTt5/ahOkkmpcAEgz2umuzu7fTR+h5EmjQBdrmYyEBOWADbeaFNxdySg== dependencies: "@walletconnect/jsonrpc-utils" "^1.0.6" - "@walletconnect/safe-json" "^1.0.1" + "@walletconnect/safe-json" "^1.0.2" events "^3.3.0" tslib "1.14.1" ws "^7.5.1" @@ -5374,10 +5397,10 @@ tslib "1.14.1" uint8arrays "^3.0.0" -"@walletconnect/safe-json@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@walletconnect/safe-json/-/safe-json-1.0.1.tgz#9813fa0a7a544b16468730c2d7bed046ed160957" - integrity sha512-Fm7e31oSYY15NQr8SsLJheKAy5L744udZf2lJKcz6wFmPJEzf7hOF0866o/rrldRzJnjZ4H2GJ45pFudsnLW5A== +"@walletconnect/safe-json@^1.0.1", "@walletconnect/safe-json@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@walletconnect/safe-json/-/safe-json-1.0.2.tgz#7237e5ca48046e4476154e503c6d3c914126fa77" + integrity sha512-Ogb7I27kZ3LPC3ibn8ldyUr5544t3/STow9+lzz7Sfo808YD7SBWk7SAsdBFlYgP2zDRy2hS3sKRcuSRM0OTmA== dependencies: tslib "1.14.1" @@ -5453,10 +5476,15 @@ "@walletconnect/window-getters" "^1.0.1" tslib "1.14.1" +"@xmldom/xmldom@^0.8.8": + version "0.8.10" + resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99" + integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw== + "@xmldom/xmldom@~0.7.7": - version "0.7.10" - resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.10.tgz#b1f4a7dc63ac35b2750847644d5dacf5b4ead12f" - integrity sha512-hb9QhOg5MGmpVkFcoZ9XJMe1em5gd0e2eqqjK87O1dwULedXsnY/Zg/Ju6lcohA+t6jVkmKpe7I1etqhvdRdrQ== + version "0.7.13" + resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.13.tgz#ff34942667a4e19a9f4a0996a76814daac364cf3" + integrity sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g== "@yarnpkg/lockfile@^1.0.0", "@yarnpkg/lockfile@^1.1.0": version "1.1.0" @@ -5513,20 +5541,15 @@ acorn-jsx@^5.3.1: resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== -acorn-walk@^8.1.1: - version "8.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" - integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== - acorn@^7.4.0: version "7.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.4.1, acorn@^8.5.0: - version "8.8.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" - integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== +acorn@^8.8.2: + version "8.10.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" + integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== aes-js@3.0.0: version "3.0.0" @@ -5540,16 +5563,7 @@ agent-base@6: dependencies: debug "4" -agentkeepalive@^4.2.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255" - integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg== - dependencies: - debug "^4.1.0" - depd "^2.0.0" - humanize-ms "^1.2.1" - -agentkeepalive@^4.3.0: +agentkeepalive@^4.2.1, agentkeepalive@^4.3.0: version "4.5.0" resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz#2673ad1389b3c418c5a20c5d7364f93ca04be923" integrity sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew== @@ -5624,22 +5638,12 @@ anser@^1.4.9: resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b" integrity sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww== -ansi-colors@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" - integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - ansi-colors@^4.1.1: version "4.1.3" resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== -ansi-escapes@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" - integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - -ansi-escapes@^4.2.1, ansi-escapes@^4.3.0: +ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.2: version "4.3.2" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== @@ -5702,7 +5706,7 @@ anymatch@^2.0.0: micromatch "^3.1.4" normalize-path "^2.1.1" -anymatch@^3.0.3, anymatch@~3.1.2: +anymatch@^3.0.3: version "3.1.3" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== @@ -5759,11 +5763,6 @@ arg@4.1.0: resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.0.tgz#583c518199419e0037abb74062c37f8519e575f0" integrity sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg== -arg@^4.1.0: - version "4.1.3" - resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089" - integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== - argparse@^1.0.7: version "1.0.10" resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" @@ -5807,15 +5806,15 @@ array-buffer-byte-length@^1.0.0: call-bind "^1.0.2" is-array-buffer "^3.0.1" -array-includes@^3.1.4, array-includes@^3.1.5: - version "3.1.6" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f" - integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw== +array-includes@^3.1.4, array-includes@^3.1.5, array-includes@^3.1.6: + version "3.1.7" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.7.tgz#8cd2e01b26f7a3086cbc87271593fe921c62abda" + integrity sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" is-string "^1.0.7" array-union@^2.1.0: @@ -5828,37 +5827,50 @@ array-unique@^0.3.2: resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ== -array.prototype.flat@^1.2.5: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2" - integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA== +array.prototype.flat@^1.2.5, array.prototype.flat@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18" + integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" array.prototype.flatmap@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183" - integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ== + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" + integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-shim-unscopables "^1.0.0" -array.prototype.reduce@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz#6b20b0daa9d9734dd6bc7ea66b5bbce395471eac" - integrity sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q== +array.prototype.reduce@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz#63149931808c5fc1e1354814923d92d45f7d96d5" + integrity sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" es-array-method-boxes-properly "^1.0.0" is-string "^1.0.7" +arraybuffer.prototype.slice@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz#98bd561953e3e74bb34938e77647179dfe6e9f12" + integrity sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw== + dependencies: + array-buffer-byte-length "^1.0.0" + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" + is-array-buffer "^3.0.2" + is-shared-array-buffer "^1.0.2" + arweave-stream-tx@^1.1.0: version "1.2.2" resolved "https://registry.yarnpkg.com/arweave-stream-tx/-/arweave-stream-tx-1.2.2.tgz#2d5c66554301baacd02586a152fbb198b422112f" @@ -5867,9 +5879,9 @@ arweave-stream-tx@^1.1.0: exponential-backoff "^3.1.0" arweave@^1.10.13, arweave@^1.11.4: - version "1.13.5" - resolved "https://registry.yarnpkg.com/arweave/-/arweave-1.13.5.tgz#0bd28aae9d0e9fc66df45217661b08f57658c090" - integrity sha512-bxXoxmQF1OVXw2QFjD9m29Oo+lwUSvb2mzli494BRFGCfSSTBpE5Fp9f65HmmGEUURCL4xS17J6wBjLm1efrig== + version "1.14.4" + resolved "https://registry.yarnpkg.com/arweave/-/arweave-1.14.4.tgz#5ba22136aa0e7fd9495258a3931fb770c9d6bf21" + integrity sha512-tmqU9fug8XAmFETYwgUhLaD3WKav5DaM4p1vgJpEj/Px2ORPPMikwnSySlFymmL2qgRh2ZBcZsg11+RXPPGLsA== dependencies: arconnect "^0.4.2" asn1.js "^5.4.1" @@ -5910,11 +5922,6 @@ assert@^2.0.0: object.assign "^4.1.4" util "^0.12.5" -assertion-error@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b" - integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== - assign-symbols@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" @@ -5998,9 +6005,9 @@ avvio@^8.2.1: fastq "^1.6.1" aws-sdk@^2.1344.0: - version "2.1457.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1457.0.tgz#bd0956949e31d8b90153f6db1b2e39eec7752f09" - integrity sha512-Gj6R/YISU9L8XzFWJgOW6dKDAZciiCvHs0CGb9GCHsxHO2vgQf2rVrvxV8kg/5ISypOCRtqT9J1xY7HK35fYOA== + version "2.1462.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1462.0.tgz#7d5fd9aca5357098e940655fd4e541f1c58982b8" + integrity sha512-gEcp/YWUp0zrM/LujI3cTLbOTK6XLwGSHWQII57jjRvjsIMacLomnIcd7fGKSfREAIHr5saexISRsnXhfI+Vgw== dependencies: buffer "4.9.2" events "1.1.1" @@ -6014,11 +6021,11 @@ aws-sdk@^2.1344.0: xml2js "0.5.0" axe-core@^4.4.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.3.tgz#fc0db6fdb65cc7a80ccf85286d91d64ababa3ece" - integrity sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg== + version "4.8.2" + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" + integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== -axios-retry@^3.3.1: +axios-retry@^3.3.1, axios-retry@^3.4.0: version "3.8.0" resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.8.0.tgz#a174af633ef143a9f5642b9e4afe65c2017936b5" integrity sha512-CfIsQyWNc5/AE7x/UEReRUadiBmQeoBpSEC+4QyGLJMswTsP1tz0GW2YYPnE7w9+ESMef5zOgLDFpHynNyEZ1w== @@ -6026,14 +6033,6 @@ axios-retry@^3.3.1: "@babel/runtime" "^7.15.4" is-retry-allowed "^2.2.0" -axios-retry@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.4.0.tgz#f464dbe9408e5aa78fa319afd38bb69b533d8854" - integrity sha512-VdgaP+gHH4iQYCCNUWF2pcqeciVOdGrBBAYUfTY+wPcO5Ltvp/37MLFNCmJKo7Gj3SHvCSdL8ouI1qLYJN3liA== - dependencies: - "@babel/runtime" "^7.15.4" - is-retry-allowed "^2.2.0" - axios@1.3.2: version "1.3.2" resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.2.tgz#7ac517f0fa3ec46e0e636223fd973713a09c72b3" @@ -6073,6 +6072,15 @@ axios@^1.3.0, axios@^1.3.6: form-data "^4.0.0" proxy-from-env "^1.1.0" +axios@^1.5.0: + version "1.5.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" + integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== + dependencies: + follow-redirects "^1.15.0" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + axobject-query@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" @@ -6097,15 +6105,15 @@ babel-jest@26.6.3: graceful-fs "^4.2.4" slash "^3.0.0" -babel-jest@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.5.0.tgz#3fe3ddb109198e78b1c88f9ebdecd5e4fc2f50a5" - integrity sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q== +babel-jest@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.7.0.tgz#f4369919225b684c56085998ac63dbd05be020d5" + integrity sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg== dependencies: - "@jest/transform" "^29.5.0" + "@jest/transform" "^29.7.0" "@types/babel__core" "^7.1.14" babel-plugin-istanbul "^6.1.1" - babel-preset-jest "^29.5.0" + babel-preset-jest "^29.6.3" chalk "^4.0.0" graceful-fs "^4.2.9" slash "^3.0.0" @@ -6131,10 +6139,10 @@ babel-plugin-jest-hoist@^26.6.2: "@types/babel__core" "^7.0.0" "@types/babel__traverse" "^7.0.6" -babel-plugin-jest-hoist@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz#a97db437936f441ec196990c9738d4b88538618a" - integrity sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w== +babel-plugin-jest-hoist@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz#aadbe943464182a8922c3c927c3067ff40d24626" + integrity sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg== dependencies: "@babel/template" "^7.3.3" "@babel/types" "^7.3.3" @@ -6161,6 +6169,15 @@ babel-plugin-polyfill-corejs2@^0.3.3: "@babel/helper-define-polyfill-provider" "^0.3.3" semver "^6.1.1" +babel-plugin-polyfill-corejs2@^0.4.5: + version "0.4.5" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz#8097b4cb4af5b64a1d11332b6fb72ef5e64a054c" + integrity sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg== + dependencies: + "@babel/compat-data" "^7.22.6" + "@babel/helper-define-polyfill-provider" "^0.4.2" + semver "^6.3.1" + babel-plugin-polyfill-corejs3@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a" @@ -6169,6 +6186,14 @@ babel-plugin-polyfill-corejs3@^0.6.0: "@babel/helper-define-polyfill-provider" "^0.3.3" core-js-compat "^3.25.1" +babel-plugin-polyfill-corejs3@^0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz#b4f719d0ad9bb8e0c23e3e630c0c8ec6dd7a1c52" + integrity sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.4.2" + core-js-compat "^3.31.0" + babel-plugin-polyfill-regenerator@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747" @@ -6176,6 +6201,13 @@ babel-plugin-polyfill-regenerator@^0.4.1: dependencies: "@babel/helper-define-polyfill-provider" "^0.3.3" +babel-plugin-polyfill-regenerator@^0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz#80d0f3e1098c080c8b5a65f41e9427af692dc326" + integrity sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.4.2" + babel-plugin-react-native-web@~0.18.10: version "0.18.12" resolved "https://registry.yarnpkg.com/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.18.12.tgz#3e9764484492ea612a16b40135b07c2d05b7969d" @@ -6263,12 +6295,12 @@ babel-preset-jest@^26.6.2: babel-plugin-jest-hoist "^26.6.2" babel-preset-current-node-syntax "^1.0.0" -babel-preset-jest@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz#57bc8cc88097af7ff6a5ab59d1cd29d52a5916e2" - integrity sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg== +babel-preset-jest@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz#fa05fa510e7d493896d7b0dd2033601c840f171c" + integrity sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA== dependencies: - babel-plugin-jest-hoist "^29.5.0" + babel-plugin-jest-hoist "^29.6.3" babel-preset-current-node-syntax "^1.0.0" balanced-match@^1.0.0: @@ -6355,21 +6387,16 @@ bigint-buffer@^1.1.5: dependencies: bindings "^1.3.0" -bignumber.js@9.1.1, bignumber.js@^9.0.0, bignumber.js@^9.0.1, bignumber.js@^9.0.2: +bignumber.js@9.1.1: version "9.1.1" resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.1.tgz#c4df7dc496bd849d4c9464344c1aa74228b4dac6" integrity sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig== -bignumber.js@^9.1.1: +bignumber.js@^9.0.0, bignumber.js@^9.0.1, bignumber.js@^9.0.2, bignumber.js@^9.1.1: version "9.1.2" resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c" integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug== -binary-extensions@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" - integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== - bindings@^1.3.0: version "1.5.0" resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" @@ -6416,11 +6443,6 @@ bl@~0.8.1: dependencies: readable-stream "~1.0.26" -blakejs@^1.1.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.2.1.tgz#5057e4206eadb4a97f7c0b6e197a505042fc3814" - integrity sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ== - blueimp-md5@^2.10.0: version "2.19.0" resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz#b53feea5498dcb53dc6ec4b823adb84b729c4af0" @@ -6510,18 +6532,11 @@ bplist-parser@^0.3.1: brace-expansion@^1.1.7: version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -brace-expansion@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" - integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== dependencies: balanced-match "^1.0.0" + concat-map "0.0.1" braces@^2.3.1: version "2.3.2" @@ -6539,7 +6554,7 @@ braces@^2.3.1: split-string "^3.0.2" to-regex "^3.0.1" -braces@^3.0.2, braces@~3.0.2: +braces@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== @@ -6551,12 +6566,7 @@ brorand@^1.0.1, brorand@^1.1.0: resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w== -browser-stdout@1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" - integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw== - -browserify-aes@^1.0.0, browserify-aes@^1.0.4, browserify-aes@^1.2.0: +browserify-aes@^1.0.0, browserify-aes@^1.0.4: version "1.2.0" resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== @@ -6617,15 +6627,15 @@ browserify-zlib@0.1.4: dependencies: pako "~0.2.0" -browserslist@^4.21.3, browserslist@^4.21.5: - version "4.21.5" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7" - integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w== +browserslist@^4.21.10, browserslist@^4.21.9: + version "4.21.11" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.11.tgz#35f74a3e51adc4d193dcd76ea13858de7b8fecb8" + integrity sha512-xn1UXOKUz7DjdGlg9RrUr0GGiWzI97UQJnugHtH0OLDfJB7jMgoIkYvRIEO1l9EeEERVqeqLYOcFBW9ldjypbQ== dependencies: - caniuse-lite "^1.0.30001449" - electron-to-chromium "^1.4.284" - node-releases "^2.0.8" - update-browserslist-db "^1.0.10" + caniuse-lite "^1.0.30001538" + electron-to-chromium "^1.4.526" + node-releases "^2.0.13" + update-browserslist-db "^1.0.13" bs58@5.0.0, bs58@^5.0.0: version "5.0.0" @@ -6641,15 +6651,6 @@ bs58@^4.0.0, bs58@^4.0.1: dependencies: base-x "^3.0.2" -bs58check@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/bs58check/-/bs58check-2.1.2.tgz#53b018291228d82a5aa08e7d796fdafda54aebfc" - integrity sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA== - dependencies: - bs58 "^4.0.0" - create-hash "^1.1.0" - safe-buffer "^5.1.2" - bser@2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" @@ -6855,10 +6856,10 @@ camelcase@^6.0.0, camelcase@^6.2.0, camelcase@^6.3.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== -caniuse-lite@^1.0.30001449: - version "1.0.30001473" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz#3859898b3cab65fc8905bb923df36ad35058153c" - integrity sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg== +caniuse-lite@^1.0.30001538: + version "1.0.30001538" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001538.tgz#9dbc6b9af1ff06b5eb12350c2012b3af56744f3f" + integrity sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw== capability@^0.2.5: version "0.2.5" @@ -6872,20 +6873,7 @@ capture-exit@^2.0.0: dependencies: rsvp "^4.8.4" -chai@^4.3.7: - version "4.3.7" - resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51" - integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A== - dependencies: - assertion-error "^1.1.0" - check-error "^1.0.2" - deep-eql "^4.1.2" - get-func-name "^2.0.0" - loupe "^2.3.1" - pathval "^1.1.1" - type-detect "^4.0.5" - -chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2: +chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== @@ -6917,26 +6905,6 @@ charenc@0.0.2, charenc@~0.0.1: resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667" integrity sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA== -check-error@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82" - integrity sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA== - -chokidar@3.5.3: - version "3.5.3" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" - integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" - optionalDependencies: - fsevents "~2.3.2" - chownr@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" @@ -6961,9 +6929,9 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: safe-buffer "^5.0.1" cjs-module-lexer@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40" - integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== + version "1.2.3" + resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz#6c370ab19f8a3394e318fe682686ec0ac684d107" + integrity sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ== class-utils@^0.3.5: version "0.3.6" @@ -6995,9 +6963,9 @@ cli-cursor@^3.1.0: restore-cursor "^3.1.0" cli-spinners@^2.0.0, cli-spinners@^2.5.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" - integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== + version "2.9.1" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.1.tgz#9c0b9dad69a6d47cbb4333c14319b060ed395a35" + integrity sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ== cli-truncate@2.1.0, cli-truncate@^2.1.0: version "2.1.0" @@ -7021,15 +6989,6 @@ cliui@^6.0.0: strip-ansi "^6.0.0" wrap-ansi "^6.2.0" -cliui@^7.0.2: - version "7.0.4" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" - integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^7.0.0" - cliui@^8.0.1: version "8.0.1" resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" @@ -7089,9 +7048,9 @@ coa@^2.0.2: q "^1.1.2" collect-v8-coverage@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" - integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== + version "1.0.2" + resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9" + integrity sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q== collection-visit@^1.0.0: version "1.0.0" @@ -7155,9 +7114,9 @@ colorette@^1.0.7, colorette@^1.4.0: integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== colorette@^2.0.16: - version "2.0.19" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798" - integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== + version "2.0.20" + resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" + integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== colors@^1.1.2: version "1.4.0" @@ -7316,17 +7275,17 @@ copy-descriptor@^0.1.0: resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== -core-js-compat@^3.25.1: - version "3.29.1" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.29.1.tgz#15c0fb812ea27c973c18d425099afa50b934b41b" - integrity sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA== +core-js-compat@^3.25.1, core-js-compat@^3.31.0: + version "3.32.2" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.32.2.tgz#8047d1a8b3ac4e639f0d4f66d4431aa3b16e004c" + integrity sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ== dependencies: - browserslist "^4.21.5" + browserslist "^4.21.10" -core-js-pure@^3.25.1: - version "3.29.1" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.29.1.tgz#1be6ca2b8772f6b4df7fc4621743286e676c6162" - integrity sha512-4En6zYVi0i0XlXHVz/bi6l1XDjCqkKRq765NXuX+SnaIatlE96Odt5lMLjdxUiNI1v9OXI5DSLWYPlmTfkTktg== +core-js-pure@^3.30.2: + version "3.32.2" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.32.2.tgz#b7dbdac528625cf87eb0523b532eb61551b9a6d1" + integrity sha512-Y2rxThOuNywTjnX/PgA5vWM6CZ9QB9sz9oGeCixV8MqXZO70z/5SHzf9EeBrEBK0PN36DnEBBu9O/aGWzKuMZQ== core-js@^1.0.0: version "1.2.7" @@ -7398,10 +7357,18 @@ create-hmac@1.1.7, create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4, c safe-buffer "^5.0.1" sha.js "^2.4.8" -create-require@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" - integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== +create-jest@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320" + integrity sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q== + dependencies: + "@jest/types" "^29.6.3" + chalk "^4.0.0" + exit "^0.1.2" + graceful-fs "^4.2.9" + jest-config "^29.7.0" + jest-util "^29.7.0" + prompts "^2.0.1" cross-fetch@3.0.6: version "3.0.6" @@ -7411,11 +7378,11 @@ cross-fetch@3.0.6: node-fetch "2.6.1" cross-fetch@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f" - integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw== + version "3.1.8" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82" + integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg== dependencies: - node-fetch "2.6.7" + node-fetch "^2.6.12" cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" @@ -7532,34 +7499,34 @@ csso@^4.0.2: css-tree "^1.1.2" csstype@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9" - integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== + version "3.1.2" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" + integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== -csv-generate@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/csv-generate/-/csv-generate-4.2.2.tgz#b0ae1dca9f608fb8dfbb9df32949652d8f583ade" - integrity sha512-Ah/NcMxHMqwQsuL173yp8EOzHrbLh8iyScqTy990b+TJZNjHhy7gs5FfSmyQ2arLC2QVrueO3DYJVQnibJB3WQ== +csv-generate@^4.2.8: + version "4.2.8" + resolved "https://registry.yarnpkg.com/csv-generate/-/csv-generate-4.2.8.tgz#46be3772f1ec655853b68c4d3219716572bf988c" + integrity sha512-qQ5CUs4I58kfo90EDBKjdp0SpJ3xWnN1Xk1lZ1ITvfvMtNRf+jrEP8tNPeEPiI9xJJ6Bd/km/1hMjyYlTpY42g== -csv-parse@^5.3.6: - version "5.3.6" - resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.3.6.tgz#181d7c12300a60684bb51261ea9a5c3135ba8688" - integrity sha512-WI330GjCuEioK/ii8HM2YE/eV+ynpeLvU+RXw4R8bRU8R0laK5zO3fDsc4gH8s472e3Ga38rbIjCAiQh+tEHkw== +csv-parse@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.0.tgz#2313421e69b650dae32a79ac884b20b21ca1d9da" + integrity sha512-RxruSK3M4XgzcD7Trm2wEN+SJ26ChIb903+IWxNOcB5q4jT2Cs+hFr6QP39J05EohshRFEvyzEBoZ/466S2sbw== -csv-stringify@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.3.0.tgz#21ae523c5c0b25f16d8625bde45dc1b4b5b77eb0" - integrity sha512-kTnnBkkLmAR1G409aUdShppWUClNbBQZXhrKrXzKYBGw4yfROspiFvVmjbKonCrdGfwnqwMXKLQG7ej7K/jwjg== +csv-stringify@^6.4.2: + version "6.4.2" + resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.4.2.tgz#209cb17ab5520f51bd5a7edeb06ed6d4c322fce3" + integrity sha512-DXIdnnCUQYjDKTu6TgCSzRDiAuLxDjhl4ErFP9FGMF3wzBGOVMg9bZTLaUcYtuvhXgNbeXPKeaRfpgyqE4xySw== csv@^6.0.5: - version "6.2.8" - resolved "https://registry.yarnpkg.com/csv/-/csv-6.2.8.tgz#0eb831a4e0c64794ccd2990e5ddb5148b22d57a0" - integrity sha512-QGemEqFr5XgbHcufWwO+qnReFhClbd+6WywKDVqEXmRfGrJHl5fRrlphZUnsky2YAwcCxYJJilPUfaWbuBMfWA== + version "6.3.3" + resolved "https://registry.yarnpkg.com/csv/-/csv-6.3.3.tgz#259e1e8c128c7b490b156abc92f20ad6c31c2798" + integrity sha512-TuOM1iZgdDiB6IuwJA8oqeu7g61d9CU9EQJGzCJ1AE03amPSh/UK5BMjAVx+qZUBb/1XEo133WHzWSwifa6Yqw== dependencies: - csv-generate "^4.2.2" - csv-parse "^5.3.6" - csv-stringify "^6.3.0" - stream-transform "^3.2.2" + csv-generate "^4.2.8" + csv-parse "^5.5.0" + csv-stringify "^6.4.2" + stream-transform "^3.2.8" dag-map@~1.0.0: version "1.0.2" @@ -7577,14 +7544,16 @@ date-fns@2.29.2: integrity sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA== date-fns@^2.28.0: - version "2.29.3" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8" - integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA== + version "2.30.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0" + integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw== + dependencies: + "@babel/runtime" "^7.21.0" dayjs@^1.8.15: - version "1.11.7" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2" - integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ== + version "1.11.10" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0" + integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== debounce@^1.2.0: version "1.2.1" @@ -7598,7 +7567,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9: dependencies: ms "2.0.0" -debug@4, debug@4.3.4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4: +debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -7617,27 +7586,15 @@ decamelize@^1.2.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== -decamelize@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837" - integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== - decode-uri-component@^0.2.0, decode-uri-component@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== -dedent@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" - integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== - -deep-eql@^4.1.2: - version "4.1.3" - resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d" - integrity sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw== - dependencies: - type-detect "^4.0.0" +dedent@^1.0.0: + version "1.5.1" + resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.1.tgz#4f3fc94c8b711e9bb2800d185cd6ad20f2a90aff" + integrity sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg== deep-equal@^1.0.0: version "1.1.1" @@ -7693,16 +7650,26 @@ deferred-leveldown@~0.2.0: dependencies: abstract-leveldown "~0.12.1" +define-data-property@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.0.tgz#0db13540704e1d8d479a0656cf781267531b9451" + integrity sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g== + dependencies: + get-intrinsic "^1.2.1" + gopd "^1.0.1" + has-property-descriptors "^1.0.0" + define-lazy-prop@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== -define-properties@^1.1.3, define-properties@^1.1.4: - version "1.2.0" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" - integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== +define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== dependencies: + define-data-property "^1.0.1" has-property-descriptors "^1.0.0" object-keys "^1.1.1" @@ -7791,9 +7758,9 @@ dequal@^1.0.0: integrity sha512-Fx8jxibzkJX2aJgyfSdLhr9tlRoTnHKrRJuu2XHlAgKioN2j19/Bcbe0d4mFXYZ3+wpE2KVobUVTfDutcD17xQ== des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== + version "1.1.0" + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da" + integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg== dependencies: inherits "^2.0.1" minimalistic-assert "^1.0.0" @@ -7818,20 +7785,10 @@ diff-sequences@^26.6.2: resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== -diff-sequences@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2" - integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA== - -diff@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b" - integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w== - -diff@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" - integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== +diff-sequences@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921" + integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== diffie-hellman@^5.0.0: version "5.0.3" @@ -7843,9 +7800,9 @@ diffie-hellman@^5.0.0: randombytes "^2.0.0" dijkstrajs@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/dijkstrajs/-/dijkstrajs-1.0.2.tgz#2e48c0d3b825462afe75ab4ad5e829c8ece36257" - integrity sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg== + version "1.0.3" + resolved "https://registry.yarnpkg.com/dijkstrajs/-/dijkstrajs-1.0.3.tgz#4c8dbdea1f0f6478bff94d9c49c784d623e4fc23" + integrity sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA== dir-glob@^3.0.1: version "3.0.1" @@ -7905,7 +7862,7 @@ domelementtype@^2.0.1, domelementtype@^2.3.0: resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== -domhandler@^5.0.1, domhandler@^5.0.2: +domhandler@^5.0.2, domhandler@^5.0.3: version "5.0.3" resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31" integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w== @@ -7921,13 +7878,13 @@ domutils@^1.7.0: domelementtype "1" domutils@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz#696b3875238338cb186b6c0612bd4901c89a4f1c" - integrity sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q== + version "3.1.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e" + integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA== dependencies: dom-serializer "^2.0.0" domelementtype "^2.3.0" - domhandler "^5.0.1" + domhandler "^5.0.3" dot-case@^3.0.4: version "3.0.4" @@ -7947,7 +7904,7 @@ dotenv@^16.0.3: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== -dottie@^2.0.4: +dottie@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/dottie/-/dottie-2.0.6.tgz#34564ebfc6ec5e5772272d466424ad5b696484d4" integrity sha512-iGCHkfUc5kFekGiqhe8B/mdaurD+lakO9txNnTvKtA6PISrw86LgqHvRzWYPyoE2Ph5aMIrCw9/uko6XHTKCwA== @@ -7967,10 +7924,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== -electron-to-chromium@^1.4.284: - version "1.4.346" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.346.tgz#1a084516b5d62fb24ca65ba8e2ebe4a348ebb307" - integrity sha512-9ZpKQD8hyWAoYf5bccm2qpaWogAGxb833DVC0arHo9nIbiAMh+aAKHZWABR2P9sK4a3zoCq7eXg8tylqPAnuNw== +electron-to-chromium@^1.4.526: + version "1.4.527" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.527.tgz#5acf0bcc5bf015eb31dd2279989a3712e341a554" + integrity sha512-EafxEiEDzk2aLrdbtVczylHflHdHkNrpGNHIgDyA63sUQLQVS2ayj2hPw3RsVB42qkwURH+T2OxV7kGPUuYszA== elliptic@6.5.4, elliptic@^6.5.3, elliptic@^6.5.4: version "6.5.4" @@ -8035,11 +7992,12 @@ end-of-stream@^1.1.0, end-of-stream@^1.4.1: once "^1.4.0" enquirer@^2.3.5, enquirer@^2.3.6: - version "2.3.6" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" - integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== + version "2.4.1" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56" + integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ== dependencies: ansi-colors "^4.1.1" + strip-ansi "^6.0.1" entities@^2.0.0: version "2.2.0" @@ -8047,9 +8005,9 @@ entities@^2.0.0: integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== entities@^4.2.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174" - integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA== + version "4.5.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== env-editor@^0.4.1: version "0.4.2" @@ -8057,9 +8015,9 @@ env-editor@^0.4.1: integrity sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA== envinfo@^7.7.2: - version "7.8.1" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" - integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== + version "7.10.0" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.10.0.tgz#55146e3909cc5fe63c22da63fb15b05aeac35b13" + integrity sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw== eol@^0.9.1: version "0.9.1" @@ -8104,18 +8062,19 @@ errorhandler@^1.5.0: accepts "~1.3.7" escape-html "~1.0.3" -es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.20.4: - version "1.21.2" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.2.tgz#a56b9695322c8a185dc25975aa3b8ec31d0e7eff" - integrity sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg== +es-abstract@^1.17.2, es-abstract@^1.22.1: + version "1.22.2" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.2.tgz#90f7282d91d0ad577f505e423e52d4c1d93c1b8a" + integrity sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA== dependencies: array-buffer-byte-length "^1.0.0" + arraybuffer.prototype.slice "^1.0.2" available-typed-arrays "^1.0.5" call-bind "^1.0.2" es-set-tostringtag "^2.0.1" es-to-primitive "^1.2.1" - function.prototype.name "^1.1.5" - get-intrinsic "^1.2.0" + function.prototype.name "^1.1.6" + get-intrinsic "^1.2.1" get-symbol-description "^1.0.0" globalthis "^1.0.3" gopd "^1.0.1" @@ -8130,19 +8089,23 @@ es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.20.4: is-regex "^1.1.4" is-shared-array-buffer "^1.0.2" is-string "^1.0.7" - is-typed-array "^1.1.10" + is-typed-array "^1.1.12" is-weakref "^1.0.2" object-inspect "^1.12.3" object-keys "^1.1.1" object.assign "^4.1.4" - regexp.prototype.flags "^1.4.3" + regexp.prototype.flags "^1.5.1" + safe-array-concat "^1.0.1" safe-regex-test "^1.0.0" - string.prototype.trim "^1.2.7" - string.prototype.trimend "^1.0.6" - string.prototype.trimstart "^1.0.6" + string.prototype.trim "^1.2.8" + string.prototype.trimend "^1.0.7" + string.prototype.trimstart "^1.0.7" + typed-array-buffer "^1.0.0" + typed-array-byte-length "^1.0.0" + typed-array-byte-offset "^1.0.0" typed-array-length "^1.0.4" unbox-primitive "^1.0.2" - which-typed-array "^1.1.9" + which-typed-array "^1.1.11" es-array-method-boxes-properly@^1.0.0: version "1.0.0" @@ -8201,16 +8164,16 @@ escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== -escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + eslint-config-airbnb-base@^14.2.1: version "14.2.1" resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e" @@ -8242,18 +8205,18 @@ eslint-config-prettier@8.5.0: integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== eslint-import-resolver-node@^0.3.6: - version "0.3.7" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#83b375187d412324a1963d84fa664377a23eb4d7" - integrity sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA== + version "0.3.9" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac" + integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g== dependencies: debug "^3.2.7" - is-core-module "^2.11.0" - resolve "^1.22.1" + is-core-module "^2.13.0" + resolve "^1.22.4" eslint-module-utils@^2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974" - integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA== + version "2.8.0" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49" + integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== dependencies: debug "^3.2.7" @@ -8367,9 +8330,9 @@ eslint-visitor-keys@^2.0.0: integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== eslint-visitor-keys@^3.3.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc" - integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ== + version "3.4.3" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== eslint@7.32.0: version "7.32.0" @@ -8472,37 +8435,15 @@ ethereum-bloom-filters@^1.0.6: dependencies: js-sha3 "^0.8.0" -ethereum-cryptography@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/ethereum-cryptography/-/ethereum-cryptography-0.1.3.tgz#8d6143cfc3d74bf79bbd8edecdf29e4ae20dd191" - integrity sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ== - dependencies: - "@types/pbkdf2" "^3.0.0" - "@types/secp256k1" "^4.0.1" - blakejs "^1.1.0" - browserify-aes "^1.2.0" - bs58check "^2.1.2" - create-hash "^1.2.0" - create-hmac "^1.1.7" - hash.js "^1.1.7" - keccak "^3.0.0" - pbkdf2 "^3.0.17" - randombytes "^2.1.0" - safe-buffer "^5.1.2" - scrypt-js "^3.0.0" - secp256k1 "^4.0.1" - setimmediate "^1.0.5" - -ethereumjs-util@^7.1.0: - version "7.1.5" - resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz#9ecf04861e4fbbeed7465ece5f23317ad1129181" - integrity sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg== +ethereum-cryptography@^2.0.0, ethereum-cryptography@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ethereum-cryptography/-/ethereum-cryptography-2.1.2.tgz#18fa7108622e56481157a5cb7c01c0c6a672eb67" + integrity sha512-Z5Ba0T0ImZ8fqXrJbpHcbpAvIswRte2wGNR/KePnu8GbbvgJ47lMxT/ZZPG6i9Jaht4azPDop4HaM00J0J59ug== dependencies: - "@types/bn.js" "^5.1.0" - bn.js "^5.1.2" - create-hash "^1.1.2" - ethereum-cryptography "^0.1.3" - rlp "^2.2.4" + "@noble/curves" "1.1.0" + "@noble/hashes" "1.3.1" + "@scure/bip32" "1.3.1" + "@scure/bip39" "1.2.1" ethers@^5.5.1: version "5.7.2" @@ -8632,23 +8573,23 @@ expand-brackets@^2.1.4: snapdragon "^0.8.1" to-regex "^3.0.1" -expect@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-29.5.0.tgz#68c0509156cb2a0adb8865d413b137eeaae682f7" - integrity sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg== +expect@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc" + integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw== dependencies: - "@jest/expect-utils" "^29.5.0" - jest-get-type "^29.4.3" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" + "@jest/expect-utils" "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" expo-application@~5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-5.1.1.tgz#5206bf0cf89cb0e32d1f5037a0481e5c86b951ab" integrity sha512-aDatTcTTCdTbHw8h4/Tq2ilc6InM5ntF9xWCJdOcnUEcglxxGphVI/lzJKBaBF6mJECA8mEOjpVg2EGxOctTwg== -expo-asset@8.9.1, expo-asset@~8.9.1: +expo-asset@8.9.1: version "8.9.1" resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-8.9.1.tgz#ecd43d7e8ee879e5023e7ce9fbbd6d011dcaf988" integrity sha512-ugavxA7Scn96TBdeTYQA6xtHktnk0o/0xk7nFkxJKoH/t2cZDFSB05X0BI2/LDZY4iE6xTPOYw4C4mmourWfuA== @@ -8661,6 +8602,19 @@ expo-asset@8.9.1, expo-asset@~8.9.1: path-browserify "^1.0.0" url-parse "^1.5.9" +expo-asset@~8.9.1: + version "8.9.2" + resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-8.9.2.tgz#07f32d29d4f0ef99c80ffc831e81d62238f759a9" + integrity sha512-aHMaZkIG5/UoguINEHm2ln/KviU2m/yuryslnhCKR3KXRxiLnMhxmrONLGbknuNE0O1iCaprrl1w3y71u01Rpw== + dependencies: + blueimp-md5 "^2.10.0" + expo-constants "~14.3.0" + expo-file-system "~15.3.0" + invariant "^2.2.4" + md5-file "^3.2.3" + path-browserify "^1.0.0" + url-parse "^1.5.9" + expo-barcode-scanner@12.3.2: version "12.3.2" resolved "https://registry.yarnpkg.com/expo-barcode-scanner/-/expo-barcode-scanner-12.3.2.tgz#d0023e8c9a3a8cef769bbc2080b5c275188affe8" @@ -8684,6 +8638,14 @@ expo-constants@14.2.1, expo-constants@~14.2.0, expo-constants@~14.2.1: "@expo/config" "~8.0.0" uuid "^3.3.2" +expo-constants@~14.3.0: + version "14.3.0" + resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-14.3.0.tgz#56478ddbbff990273174819528d218f9576ac147" + integrity sha512-O8b+mZlPXZGH4wLLd+jMihGD0ZSMJRSmSsmcG7T60jHU3Dw4yDIuzHM/wMoBoL1pxLIbEwvcwDj0w8c+Sn+1sQ== + dependencies: + "@expo/config" "~8.0.0" + uuid "^3.3.2" + expo-file-system@~15.2.0, expo-file-system@~15.2.2: version "15.2.2" resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-15.2.2.tgz#a1ddf8aabf794f93888a146c4f5187e2004683a3" @@ -8691,6 +8653,13 @@ expo-file-system@~15.2.0, expo-file-system@~15.2.2: dependencies: uuid "^3.4.0" +expo-file-system@~15.3.0: + version "15.3.0" + resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-15.3.0.tgz#fae2806bbedee6c0c3ecf1a0f9015963f4c4d1df" + integrity sha512-YUvNZzZJlF5TZM+FoRW9biJPB7qEgZbGYm8xJpqnxpj70FkFhwwoKiXVduZk+KVNiIs7d0q7e+Jdvmcr+Id3FQ== + dependencies: + uuid "^3.4.0" + expo-font@~11.1.1: version "11.1.1" resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-11.1.1.tgz#268eed407e94f6e88083c01b68c357d010748d23" @@ -8850,9 +8819,9 @@ fast-base64-decode@^1.0.0: integrity sha512-qwaScUgUGBYeDNRnbc/KyllVU88Jk1pRHPStuF/lO7B0/RTRLj7U0lkdTAutlBblY08rwZDff6tNU9cjv6j//Q== fast-content-type-parse@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz#cddce00df7d7efb3727d375a598e4904bfcb751c" - integrity sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA== + version "1.1.0" + resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-1.1.0.tgz#4087162bf5af3294d4726ff29b334f72e3a1092c" + integrity sha512-fBHHqSTFLVnR61C+gltJuE5GkVQMV0S2nqUO8TJ+5Z3qAKG8vAx4FKai1s5jq/inV1+sREynIWSuQ6HgoSXpDQ== fast-decode-uri-component@^1.0.1: version "1.0.1" @@ -8865,14 +8834,14 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-diff@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" - integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== + version "1.3.0" + resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" + integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== fast-glob@^3.2.5, fast-glob@^3.2.9: - version "3.2.12" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" - integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== + version "3.3.1" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4" + integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" @@ -8886,9 +8855,9 @@ fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== fast-json-stringify@^5.7.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-5.7.0.tgz#b0a04c848fdeb6ecd83440c71a4db35067023bed" - integrity sha512-sBVPTgnAZseLu1Qgj6lUbQ0HfjFhZWXAmpZ5AaSGkyLh5gAXBga/uPJjQPHpDFjC9adWIpdOcCLSDTgrZ7snoQ== + version "5.8.0" + resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-5.8.0.tgz#b229ed01ac5f92f3b82001a916c31324652f46d7" + integrity sha512-VVwK8CFMSALIvt14U8AvrSzQAwN/0vaVRiFFUVlpnXSnDGrSkOAO5MtzyN8oQNjLd5AqTW5OZRgyjoNuAuR3jQ== dependencies: "@fastify/deepmerge" "^1.0.0" ajv "^8.10.0" @@ -8909,15 +8878,10 @@ fast-querystring@^1.0.0: dependencies: fast-decode-uri-component "^1.0.1" -fast-redact@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.1.2.tgz#d58e69e9084ce9fa4c1a6fa98a3e1ecf5d7839aa" - integrity sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw== - -fast-redact@^3.1.1: - version "3.2.0" - resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.2.0.tgz#b1e2d39bc731376d28bde844454fa23e26919987" - integrity sha512-zaTadChr+NekyzallAMXATXLOR8MNx3zqpZ0MUF2aGf4EathnG0f32VLODNlY8IuGY3HoRO2L6/6fSzNsLaHIw== +fast-redact@^3.0.0, fast-redact@^3.1.1: + version "3.3.0" + resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.3.0.tgz#7c83ce3a7be4898241a46560d51de10f653f7634" + integrity sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ== fast-stable-stringify@^1.0.0: version "1.0.0" @@ -8935,21 +8899,21 @@ fast-uri@^2.0.0, fast-uri@^2.1.0: integrity sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg== fast-xml-parser@^4.0.12: - version "4.2.2" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.2.tgz#cb7310d1e9cf42d22c687b0fae41f3c926629368" - integrity sha512-DLzIPtQqmvmdq3VUKR7T6omPK/VCRNqgFlGtbESfyhcH2R4I8EzK1/K6E8PkRCK2EabWrUHK32NjYRbEFnnz0Q== + version "4.3.0" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.0.tgz#fdaec352125c9f2157e472cd9894e84f91fd6da4" + integrity sha512-5Wln/SBrtlN37aboiNNFHfSALwLzpUx1vJhDgDVPKKG3JrNe8BWTUoNKqkeKk/HqNbKxC8nEAJaBydq30yHoLA== dependencies: strnum "^1.0.5" fastify-plugin@^4.0.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz#8b853923a0bba6ab6921bb8f35b81224e6988d91" - integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg== + version "4.5.1" + resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee" + integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ== fastify@^4.13.0: - version "4.23.1" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.23.1.tgz#72df21bdbd2502530e8d517c613a9d0b518ff5b5" - integrity sha512-JhZWyz2PgjzkDTrTX/PQ6+03s+/r2hC3RiOoF9WQUUHbPGiDJtQch1mg5IyJjUjwhug+/z1XHt5yweZNW4kbMg== + version "4.23.2" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.23.2.tgz#7072f04b544540d2523afb4a54d4095d187f5444" + integrity sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.2.0" @@ -9008,9 +8972,9 @@ fbjs@^0.8.4: ua-parser-js "^0.7.30" fbjs@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.4.tgz#e1871c6bd3083bac71ff2da868ad5067d37716c6" - integrity sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ== + version "3.0.5" + resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.5.tgz#aa0edb7d5caa6340011790bd9249dbef8a81128d" + integrity sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg== dependencies: cross-fetch "^3.1.5" fbjs-css-vars "^1.0.0" @@ -9018,7 +8982,7 @@ fbjs@^3.0.0: object-assign "^4.1.0" promise "^7.1.1" setimmediate "^1.0.5" - ua-parser-js "^0.7.30" + ua-parser-js "^1.0.35" fetch-retry@^4.1.1: version "4.1.1" @@ -9105,14 +9069,6 @@ find-my-way@^7.6.0: fast-querystring "^1.0.0" safe-regex2 "^2.0.0" -find-up@5.0.0, find-up@^5.0.0, find-up@~5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" - integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== - dependencies: - locate-path "^6.0.0" - path-exists "^4.0.0" - find-up@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" @@ -9128,6 +9084,14 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" +find-up@^5.0.0, find-up@~5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + find-yarn-workspace-root@^2.0.0, find-yarn-workspace-root@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd" @@ -9141,27 +9105,23 @@ findit@^2.0.0: integrity sha512-ENZS237/Hr8bjczn5eKuBohLgaD0JyUd0arxretR1f9RO46vZHA1b2y0VorgGV3WaOT3c+78P8h7v4JGJ1i/rg== flat-cache@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" - integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== + version "3.1.0" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.0.tgz#0e54ab4a1a60fe87e2946b6b00657f1c99e1af3f" + integrity sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew== dependencies: - flatted "^3.1.0" + flatted "^3.2.7" + keyv "^4.5.3" rimraf "^3.0.2" -flat@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" - integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== - -flatted@^3.1.0: - version "3.2.7" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" - integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== +flatted@^3.2.7: + version "3.2.9" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" + integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== flow-parser@0.*: - version "0.203.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.203.0.tgz#bd34370c76312522761fccc06daea8ee1e1d0621" - integrity sha512-VLEWgXfvDr6q0PkXuIsbQRmZQIr/LRq+ozZlAA7SoJp7Gvkjl4Znsq6LTdYqqqQ9FVRWaI76wYaL8tRVCJ+T1Q== + version "0.217.0" + resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.217.0.tgz#0e6bed214151fa3240dc9fd83ac8a9e050e523c5" + integrity sha512-hEa5n0dta1RcaDwJDWbnyelw07PK7+Vx0f9kDht28JOt2hXgKdKGaT3wM45euWV2DxOXtzDSTaUgGSD/FPvC2Q== flow-parser@^0.121.0: version "0.121.0" @@ -9174,9 +9134,9 @@ flow-parser@^0.185.0: integrity sha512-2hJ5ACYeJCzNtiVULov6pljKOLygy0zddoqSI1fFetM+XRPpRshFdGEijtqlamA1XwyZ+7rhryI6FQFzvtLWUQ== follow-redirects@^1.14.0, follow-redirects@^1.14.4, follow-redirects@^1.14.7, follow-redirects@^1.15.0: - version "1.15.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" - integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== + version "1.15.3" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" + integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== fontfaceobserver@^2.1.0: version "2.3.0" @@ -9311,32 +9271,32 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -fsevents@^2.1.2, fsevents@^2.3.2, fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== +fsevents@^2.1.2, fsevents@^2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== -function.prototype.name@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" - integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== +function.prototype.name@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd" + integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.0" - functions-have-names "^1.2.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + functions-have-names "^1.2.3" functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== -functions-have-names@^1.2.2: +functions-have-names@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== @@ -9374,18 +9334,14 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== -get-func-name@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" - integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig== - -get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f" - integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" + integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== dependencies: function-bind "^1.1.1" has "^1.0.3" + has-proto "^1.0.1" has-symbols "^1.0.3" get-own-enumerable-property-symbols@^3.0.0: @@ -9433,7 +9389,7 @@ getenv@^1.0.0: resolved "https://registry.yarnpkg.com/getenv/-/getenv-1.0.0.tgz#874f2e7544fbca53c7a4738f37de8605c3fcfc31" integrity sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg== -glob-parent@^5.1.2, glob-parent@~5.1.2: +glob-parent@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== @@ -9452,18 +9408,6 @@ glob@7.1.6: once "^1.3.0" path-is-absolute "^1.0.0" -glob@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" - integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - glob@^6.0.1: version "6.0.4" resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22" @@ -9493,9 +9437,9 @@ globals@^11.1.0: integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globals@^13.6.0, globals@^13.9.0: - version "13.20.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82" - integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ== + version "13.22.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.22.0.tgz#0c9fcb9c48a2494fbb5edbfee644285543eba9d8" + integrity sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw== dependencies: type-fest "^0.20.2" @@ -9547,7 +9491,7 @@ graphql@15.8.0: resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== -h3-js@^4.1.0: +h3-js@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/h3-js/-/h3-js-4.1.0.tgz#f8c4a8ad36612489a954f1a0bb3f4b7657d364e5" integrity sha512-LQhmMl1dRQQjMXPzJc7MpZ/CqPOWWuAvVEoVJM9n/s7vHypj+c3Pd5rLQCkAsOgAoAYKbNCsYFE++LF7MvSfCQ== @@ -9638,7 +9582,7 @@ hash-base@^3.0.0: readable-stream "^3.6.0" safe-buffer "^5.2.0" -hash.js@1.1.7, hash.js@^1.0.0, hash.js@^1.0.3, hash.js@^1.1.7: +hash.js@1.1.7, hash.js@^1.0.0, hash.js@^1.0.3: version "1.1.7" resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== @@ -9646,11 +9590,6 @@ hash.js@1.1.7, hash.js@^1.0.0, hash.js@^1.0.3, hash.js@^1.1.7: inherits "^2.0.3" minimalistic-assert "^1.0.1" -he@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" - integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - hermes-estree@0.8.0: version "0.8.0" resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.8.0.tgz#530be27243ca49f008381c1f3e8b18fb26bf9ec0" @@ -9891,9 +9830,9 @@ ini@~1.3.0: integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== inquirer@^8.2.0: - version "8.2.5" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.5.tgz#d8654a7542c35a9b9e069d27e2df4858784d54f8" - integrity sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ== + version "8.2.6" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562" + integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg== dependencies: ansi-escapes "^4.2.1" chalk "^4.1.1" @@ -9909,7 +9848,7 @@ inquirer@^8.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" through "^2.3.6" - wrap-ansi "^7.0.0" + wrap-ansi "^6.0.1" internal-ip@4.3.0: version "4.3.0" @@ -9919,7 +9858,7 @@ internal-ip@4.3.0: default-gateway "^4.2.0" ipaddr.js "^1.9.0" -internal-slot@^1.0.3, internal-slot@^1.0.5: +internal-slot@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986" integrity sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ== @@ -10008,13 +9947,6 @@ is-bigint@^1.0.1: dependencies: has-bigints "^1.0.1" -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - is-boolean-object@^1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" @@ -10040,10 +9972,10 @@ is-ci@^2.0.0: dependencies: ci-info "^2.0.0" -is-core-module@^2.11.0, is-core-module@^2.8.1, is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== +is-core-module@^2.13.0, is-core-module@^2.8.1, is-core-module@^2.9.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" + integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== dependencies: has "^1.0.3" @@ -10147,7 +10079,7 @@ is-glob@^2.0.0: dependencies: is-extglob "^1.0.0" -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== @@ -10289,16 +10221,12 @@ is-symbol@^1.0.2, is-symbol@^1.0.3: dependencies: has-symbols "^1.0.2" -is-typed-array@^1.1.10, is-typed-array@^1.1.3, is-typed-array@^1.1.9: - version "1.1.10" - resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f" - integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A== +is-typed-array@^1.1.10, is-typed-array@^1.1.12, is-typed-array@^1.1.3, is-typed-array@^1.1.9: + version "1.1.12" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" + integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== dependencies: - available-typed-arrays "^1.0.5" - call-bind "^1.0.2" - for-each "^0.3.3" - gopd "^1.0.1" - has-tostringtag "^1.0.0" + which-typed-array "^1.1.11" is-typedarray@^1.0.0: version "1.0.0" @@ -10356,6 +10284,11 @@ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== +isarray@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== + isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -10391,7 +10324,7 @@ istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== -istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: +istanbul-lib-instrument@^5.0.4: version "5.2.1" resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d" integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== @@ -10402,13 +10335,24 @@ istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: istanbul-lib-coverage "^3.2.0" semver "^6.3.0" +istanbul-lib-instrument@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.0.tgz#7a8af094cbfff1d5bb280f62ce043695ae8dd5b8" + integrity sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw== + dependencies: + "@babel/core" "^7.12.3" + "@babel/parser" "^7.14.7" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-coverage "^3.2.0" + semver "^7.5.4" + istanbul-lib-report@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" - integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== + version "3.0.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d" + integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== dependencies: istanbul-lib-coverage "^3.0.0" - make-dir "^3.0.0" + make-dir "^4.0.0" supports-color "^7.1.0" istanbul-lib-source-maps@^4.0.0: @@ -10421,9 +10365,9 @@ istanbul-lib-source-maps@^4.0.0: source-map "^0.6.1" istanbul-reports@^3.1.3: - version "3.1.5" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.5.tgz#cc9a6ab25cb25659810e4785ed9d9fb742578bae" - integrity sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w== + version "3.1.6" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.6.tgz#2544bcab4768154281a2f0870471902704ccaa1a" + integrity sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg== dependencies: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" @@ -10465,83 +10409,83 @@ jayson@^4.1.0: uuid "^8.3.2" ws "^7.4.5" -jest-changed-files@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.5.0.tgz#e88786dca8bf2aa899ec4af7644e16d9dcf9b23e" - integrity sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag== +jest-changed-files@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a" + integrity sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w== dependencies: execa "^5.0.0" + jest-util "^29.7.0" p-limit "^3.1.0" -jest-circus@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.5.0.tgz#b5926989449e75bff0d59944bae083c9d7fb7317" - integrity sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA== +jest-circus@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.7.0.tgz#b6817a45fcc835d8b16d5962d0c026473ee3668a" + integrity sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw== dependencies: - "@jest/environment" "^29.5.0" - "@jest/expect" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" co "^4.6.0" - dedent "^0.7.0" + dedent "^1.0.0" is-generator-fn "^2.0.0" - jest-each "^29.5.0" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-runtime "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" + jest-each "^29.7.0" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" p-limit "^3.1.0" - pretty-format "^29.5.0" + pretty-format "^29.7.0" pure-rand "^6.0.0" slash "^3.0.0" stack-utils "^2.0.3" jest-cli@^29.2.1: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.5.0.tgz#b34c20a6d35968f3ee47a7437ff8e53e086b4a67" - integrity sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw== + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995" + integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg== dependencies: - "@jest/core" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/core" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" chalk "^4.0.0" + create-jest "^29.7.0" exit "^0.1.2" - graceful-fs "^4.2.9" import-local "^3.0.2" - jest-config "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" - prompts "^2.0.1" + jest-config "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" yargs "^17.3.1" -jest-config@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.5.0.tgz#3cc972faec8c8aaea9ae158c694541b79f3748da" - integrity sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA== +jest-config@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.7.0.tgz#bcbda8806dbcc01b1e316a46bb74085a84b0245f" + integrity sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ== dependencies: "@babel/core" "^7.11.6" - "@jest/test-sequencer" "^29.5.0" - "@jest/types" "^29.5.0" - babel-jest "^29.5.0" + "@jest/test-sequencer" "^29.7.0" + "@jest/types" "^29.6.3" + babel-jest "^29.7.0" chalk "^4.0.0" ci-info "^3.2.0" deepmerge "^4.2.2" glob "^7.1.3" graceful-fs "^4.2.9" - jest-circus "^29.5.0" - jest-environment-node "^29.5.0" - jest-get-type "^29.4.3" - jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-runner "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" + jest-circus "^29.7.0" + jest-environment-node "^29.7.0" + jest-get-type "^29.6.3" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-runner "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" micromatch "^4.0.4" parse-json "^5.2.0" - pretty-format "^29.5.0" + pretty-format "^29.7.0" slash "^3.0.0" strip-json-comments "^3.1.1" @@ -10555,55 +10499,55 @@ jest-diff@^26.0.0: jest-get-type "^26.3.0" pretty-format "^26.6.2" -jest-diff@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.5.0.tgz#e0d83a58eb5451dcc1fa61b1c3ee4e8f5a290d63" - integrity sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw== +jest-diff@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a" + integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw== dependencies: chalk "^4.0.0" - diff-sequences "^29.4.3" - jest-get-type "^29.4.3" - pretty-format "^29.5.0" + diff-sequences "^29.6.3" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" -jest-docblock@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.4.3.tgz#90505aa89514a1c7dceeac1123df79e414636ea8" - integrity sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg== +jest-docblock@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.7.0.tgz#8fddb6adc3cdc955c93e2a87f61cfd350d5d119a" + integrity sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g== dependencies: detect-newline "^3.0.0" -jest-each@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.5.0.tgz#fc6e7014f83eac68e22b7195598de8554c2e5c06" - integrity sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA== +jest-each@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.7.0.tgz#162a9b3f2328bdd991beaabffbb74745e56577d1" + integrity sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" chalk "^4.0.0" - jest-get-type "^29.4.3" - jest-util "^29.5.0" - pretty-format "^29.5.0" - -jest-environment-node@^29.2.1, jest-environment-node@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.5.0.tgz#f17219d0f0cc0e68e0727c58b792c040e332c967" - integrity sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw== - dependencies: - "@jest/environment" "^29.5.0" - "@jest/fake-timers" "^29.5.0" - "@jest/types" "^29.5.0" + jest-get-type "^29.6.3" + jest-util "^29.7.0" + pretty-format "^29.7.0" + +jest-environment-node@^29.2.1, jest-environment-node@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.7.0.tgz#0b93e111dda8ec120bc8300e6d1fb9576e164376" + integrity sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" - jest-mock "^29.5.0" - jest-util "^29.5.0" + jest-mock "^29.7.0" + jest-util "^29.7.0" jest-get-type@^26.3.0: version "26.3.0" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== -jest-get-type@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.4.3.tgz#1ab7a5207c995161100b5187159ca82dd48b3dd5" - integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg== +jest-get-type@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" + integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== jest-haste-map@^26.6.2: version "26.6.2" @@ -10626,66 +10570,66 @@ jest-haste-map@^26.6.2: optionalDependencies: fsevents "^2.1.2" -jest-haste-map@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.5.0.tgz#69bd67dc9012d6e2723f20a945099e972b2e94de" - integrity sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA== +jest-haste-map@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.7.0.tgz#3c2396524482f5a0506376e6c858c3bbcc17b104" + integrity sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" "@types/graceful-fs" "^4.1.3" "@types/node" "*" anymatch "^3.0.3" fb-watchman "^2.0.0" graceful-fs "^4.2.9" - jest-regex-util "^29.4.3" - jest-util "^29.5.0" - jest-worker "^29.5.0" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" + jest-worker "^29.7.0" micromatch "^4.0.4" walker "^1.0.8" optionalDependencies: fsevents "^2.3.2" -jest-leak-detector@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz#cf4bdea9615c72bac4a3a7ba7e7930f9c0610c8c" - integrity sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow== +jest-leak-detector@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz#5b7ec0dadfdfec0ca383dc9aa016d36b5ea4c728" + integrity sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw== dependencies: - jest-get-type "^29.4.3" - pretty-format "^29.5.0" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" -jest-matcher-utils@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.5.0.tgz#d957af7f8c0692c5453666705621ad4abc2c59c5" - integrity sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw== +jest-matcher-utils@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12" + integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g== dependencies: chalk "^4.0.0" - jest-diff "^29.5.0" - jest-get-type "^29.4.3" - pretty-format "^29.5.0" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" -jest-message-util@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.5.0.tgz#1f776cac3aca332ab8dd2e3b41625435085c900e" - integrity sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA== +jest-message-util@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3" + integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w== dependencies: "@babel/code-frame" "^7.12.13" - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" "@types/stack-utils" "^2.0.0" chalk "^4.0.0" graceful-fs "^4.2.9" micromatch "^4.0.4" - pretty-format "^29.5.0" + pretty-format "^29.7.0" slash "^3.0.0" stack-utils "^2.0.3" -jest-mock@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.5.0.tgz#26e2172bcc71d8b0195081ff1f146ac7e1518aed" - integrity sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw== +jest-mock@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.7.0.tgz#4e836cf60e99c6fcfabe9f99d017f3fdd50a6347" + integrity sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" "@types/node" "*" - jest-util "^29.5.0" + jest-util "^29.7.0" jest-pnp-resolver@^1.2.2: version "1.2.3" @@ -10702,86 +10646,86 @@ jest-regex-util@^27.0.6: resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95" integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg== -jest-regex-util@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.4.3.tgz#a42616141e0cae052cfa32c169945d00c0aa0bb8" - integrity sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg== +jest-regex-util@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz#4a556d9c776af68e1c5f48194f4d0327d24e8a52" + integrity sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== -jest-resolve-dependencies@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.5.0.tgz#f0ea29955996f49788bf70996052aa98e7befee4" - integrity sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg== +jest-resolve-dependencies@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz#1b04f2c095f37fc776ff40803dc92921b1e88428" + integrity sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA== dependencies: - jest-regex-util "^29.4.3" - jest-snapshot "^29.5.0" + jest-regex-util "^29.6.3" + jest-snapshot "^29.7.0" -jest-resolve@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.5.0.tgz#b053cc95ad1d5f6327f0ac8aae9f98795475ecdc" - integrity sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w== +jest-resolve@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.7.0.tgz#64d6a8992dd26f635ab0c01e5eef4399c6bcbc30" + integrity sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA== dependencies: chalk "^4.0.0" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" + jest-haste-map "^29.7.0" jest-pnp-resolver "^1.2.2" - jest-util "^29.5.0" - jest-validate "^29.5.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" resolve "^1.20.0" resolve.exports "^2.0.0" slash "^3.0.0" -jest-runner@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.5.0.tgz#6a57c282eb0ef749778d444c1d758c6a7693b6f8" - integrity sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ== +jest-runner@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.7.0.tgz#809af072d408a53dcfd2e849a4c976d3132f718e" + integrity sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ== dependencies: - "@jest/console" "^29.5.0" - "@jest/environment" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/console" "^29.7.0" + "@jest/environment" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" emittery "^0.13.1" graceful-fs "^4.2.9" - jest-docblock "^29.4.3" - jest-environment-node "^29.5.0" - jest-haste-map "^29.5.0" - jest-leak-detector "^29.5.0" - jest-message-util "^29.5.0" - jest-resolve "^29.5.0" - jest-runtime "^29.5.0" - jest-util "^29.5.0" - jest-watcher "^29.5.0" - jest-worker "^29.5.0" + jest-docblock "^29.7.0" + jest-environment-node "^29.7.0" + jest-haste-map "^29.7.0" + jest-leak-detector "^29.7.0" + jest-message-util "^29.7.0" + jest-resolve "^29.7.0" + jest-runtime "^29.7.0" + jest-util "^29.7.0" + jest-watcher "^29.7.0" + jest-worker "^29.7.0" p-limit "^3.1.0" source-map-support "0.5.13" -jest-runtime@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.5.0.tgz#c83f943ee0c1da7eb91fa181b0811ebd59b03420" - integrity sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw== - dependencies: - "@jest/environment" "^29.5.0" - "@jest/fake-timers" "^29.5.0" - "@jest/globals" "^29.5.0" - "@jest/source-map" "^29.4.3" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" +jest-runtime@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.7.0.tgz#efecb3141cf7d3767a3a0cc8f7c9990587d3d817" + integrity sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/globals" "^29.7.0" + "@jest/source-map" "^29.6.3" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" cjs-module-lexer "^1.0.0" collect-v8-coverage "^1.0.0" glob "^7.1.3" graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - jest-message-util "^29.5.0" - jest-mock "^29.5.0" - jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" slash "^3.0.0" strip-bom "^4.0.0" @@ -10801,34 +10745,31 @@ jest-serializer@^27.0.6: "@types/node" "*" graceful-fs "^4.2.9" -jest-snapshot@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.5.0.tgz#c9c1ce0331e5b63cd444e2f95a55a73b84b1e8ce" - integrity sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g== +jest-snapshot@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.7.0.tgz#c2c574c3f51865da1bb329036778a69bf88a6be5" + integrity sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw== dependencies: "@babel/core" "^7.11.6" "@babel/generator" "^7.7.2" "@babel/plugin-syntax-jsx" "^7.7.2" "@babel/plugin-syntax-typescript" "^7.7.2" - "@babel/traverse" "^7.7.2" "@babel/types" "^7.3.3" - "@jest/expect-utils" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/babel__traverse" "^7.0.6" - "@types/prettier" "^2.1.5" + "@jest/expect-utils" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" babel-preset-current-node-syntax "^1.0.0" chalk "^4.0.0" - expect "^29.5.0" + expect "^29.7.0" graceful-fs "^4.2.9" - jest-diff "^29.5.0" - jest-get-type "^29.4.3" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" natural-compare "^1.4.0" - pretty-format "^29.5.0" - semver "^7.3.5" + pretty-format "^29.7.0" + semver "^7.5.3" jest-util@^26.6.2: version "26.6.2" @@ -10854,12 +10795,12 @@ jest-util@^27.2.0: graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-util@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f" - integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ== +jest-util@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc" + integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" ci-info "^3.2.0" @@ -10878,30 +10819,30 @@ jest-validate@^26.5.2: leven "^3.1.0" pretty-format "^26.6.2" -jest-validate@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.5.0.tgz#8e5a8f36178d40e47138dc00866a5f3bd9916ffc" - integrity sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ== +jest-validate@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.7.0.tgz#7bf705511c64da591d46b15fce41400d52147d9c" + integrity sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw== dependencies: - "@jest/types" "^29.5.0" + "@jest/types" "^29.6.3" camelcase "^6.2.0" chalk "^4.0.0" - jest-get-type "^29.4.3" + jest-get-type "^29.6.3" leven "^3.1.0" - pretty-format "^29.5.0" + pretty-format "^29.7.0" -jest-watcher@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.5.0.tgz#cf7f0f949828ba65ddbbb45c743a382a4d911363" - integrity sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA== +jest-watcher@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.7.0.tgz#7810d30d619c3a62093223ce6bb359ca1b28a2f2" + integrity sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g== dependencies: - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" emittery "^0.13.1" - jest-util "^29.5.0" + jest-util "^29.7.0" string-length "^4.0.1" jest-worker@^26.6.2: @@ -10922,13 +10863,13 @@ jest-worker@^27.2.0: merge-stream "^2.0.0" supports-color "^8.0.0" -jest-worker@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d" - integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA== +jest-worker@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a" + integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw== dependencies: "@types/node" "*" - jest-util "^29.5.0" + jest-util "^29.7.0" merge-stream "^2.0.0" supports-color "^8.0.0" @@ -10958,9 +10899,9 @@ jmespath@0.16.0: integrity sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw== joi@^17.2.1: - version "17.9.1" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.1.tgz#74899b9fa3646904afa984a11df648eca66c9018" - integrity sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw== + version "17.10.2" + resolved "https://registry.yarnpkg.com/joi/-/joi-17.10.2.tgz#4ecc348aa89ede0b48335aad172e0f5591e55b29" + integrity sha512-hcVhjBxRNW/is3nNLdGLIjkgXetkeGc2wyhydhz8KumG23Aerk4HPjU5zaPAMRqXQFc0xNqXTC7+zQjxr0GlKA== dependencies: "@hapi/hoek" "^9.0.0" "@hapi/topo" "^5.0.0" @@ -10998,13 +10939,6 @@ js-sha512@^0.8.0: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@4.1.0, js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== - dependencies: - argparse "^2.0.1" - js-yaml@^3.13.1: version "3.14.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" @@ -11013,11 +10947,23 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + jsc-android@^250231.0.0: version "250231.0.0" resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250231.0.0.tgz#91720f8df382a108872fa4b3f558f33ba5e95262" integrity sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw== +jsc-safe-url@^0.2.2: + version "0.2.4" + resolved "https://registry.yarnpkg.com/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz#141c14fbb43791e88d5dc64e85a374575a83477a" + integrity sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q== + jscodeshift@^0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.11.0.tgz#4f95039408f3f06b0e39bb4d53bc3139f5330e2f" @@ -11085,6 +11031,11 @@ json-bigint@^1.0.0: dependencies: bignumber.js "^9.0.0" +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== + json-parse-better-errors@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -11141,7 +11092,7 @@ json5@^1.0.2: dependencies: minimist "^1.2.0" -json5@^2.2.2: +json5@^2.2.2, json5@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== @@ -11175,17 +11126,19 @@ jsonparse@^1.2.0: integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== "jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.2: - version "3.3.3" - resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#76b3e6e6cece5c69d49a5792c3d01bd1a0cdc7ea" - integrity sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw== + version "3.3.5" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a" + integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ== dependencies: - array-includes "^3.1.5" - object.assign "^4.1.3" + array-includes "^3.1.6" + array.prototype.flat "^1.3.1" + object.assign "^4.1.4" + object.values "^1.1.6" -keccak@^3.0.0, keccak@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.3.tgz#4bc35ad917be1ef54ff246f904c2bbbf9ac61276" - integrity sha512-JZrLIAJWuZxKbCilMpNz5Vj7Vtb4scDG3dMXLOsbzBmQGyjwE61BbW7bJkfKKCShXiQZt3T6sBgALRtmd+nZaQ== +keccak@^3.0.2: + version "3.0.4" + resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.4.tgz#edc09b89e633c0549da444432ecf062ffadee86d" + integrity sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q== dependencies: node-addon-api "^2.0.0" node-gyp-build "^4.2.0" @@ -11196,6 +11149,13 @@ keymirror@^0.1.1: resolved "https://registry.yarnpkg.com/keymirror/-/keymirror-0.1.1.tgz#918889ea13f8d0a42e7c557250eee713adc95c35" integrity sha512-vIkZAFWoDijgQT/Nvl2AHCMmnegN2ehgTPYuyy2hWQkQSntI0S7ESYqdLkoSe1HyEBFHHkCgSIvVdSEiWwKvCg== +keyv@^4.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.3.tgz#00873d2b046df737963157bd04f294ca818c9c25" + integrity sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug== + dependencies: + json-buffer "3.0.1" + keyvaluestorage-interface@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/keyvaluestorage-interface/-/keyvaluestorage-interface-1.0.0.tgz#13ebdf71f5284ad54be94bd1ad9ed79adad515ff" @@ -11255,9 +11215,9 @@ language-subtag-registry@^0.3.20: integrity sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w== language-tags@^1.0.5: - version "1.0.8" - resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.8.tgz#042b4bdb0d4e771a9f8cc2fdc9bb26a52a367312" - integrity sha512-aWAZwgPLS8hJ20lNPm9HNVs4inexz6S2sQa3wx/+ycuutMNE5/IfYxiWYBbi+9UWCQVaXYCOPUl6gFrPR7+jGg== + version "1.0.9" + resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.9.tgz#1ffdcd0ec0fafb4b1be7f8b11f306ad0f9c08777" + integrity sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA== dependencies: language-subtag-registry "^0.3.20" @@ -11358,9 +11318,9 @@ levn@^0.4.1: type-check "~0.4.0" light-my-request@^5.9.1: - version "5.10.0" - resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-5.10.0.tgz#0a2bbc1d1bb573ed3b78143960920ecdc05bf157" - integrity sha512-ZU2D9GmAcOUculTTdH9/zryej6n8TzT+fNGdNtm6SDp5MMMpHrJJkvAdE3c6d8d2chE9i+a//dS9CWZtisknqA== + version "5.11.0" + resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-5.11.0.tgz#90e446c303b3a47b59df38406d5f5c2cf224f2d1" + integrity sha512-qkFCeloXCOMpmEdZ/MV91P8AT4fjwFXWaAFz3lUeStM8RcoM1ks4J/F8r1b3r6y/H4u3ACEJ1T+Gv5bopj7oDA== dependencies: cookie "^0.5.0" process-warning "^2.0.0" @@ -11462,14 +11422,6 @@ lodash@4.17.21, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17. resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -log-symbols@4.1.0, log-symbols@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" - integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== - dependencies: - chalk "^4.1.0" - is-unicode-supported "^0.1.0" - log-symbols@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" @@ -11477,6 +11429,14 @@ log-symbols@^2.2.0: dependencies: chalk "^2.0.1" +log-symbols@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== + dependencies: + chalk "^4.1.0" + is-unicode-supported "^0.1.0" + log-update@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1" @@ -11506,11 +11466,6 @@ long@^4.0.0: resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== -long@^5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/long/-/long-5.2.1.tgz#e27595d0083d103d2fa2c20c7699f8e0c92b897f" - integrity sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A== - loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" @@ -11518,12 +11473,10 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -loupe@^2.3.1: - version "2.3.6" - resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.6.tgz#76e4af498103c532d1ecc9be102036a21f787b53" - integrity sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA== - dependencies: - get-func-name "^2.0.0" +lottie-react-native@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/lottie-react-native/-/lottie-react-native-6.3.1.tgz#3ad152da79601e6a79ea811436a12a84fe1a4a72" + integrity sha512-M18nAVYeGMF//bhL27D2zuMcrFPH0jbD/deBvcWi0CCcfZf6LQfx45xt+cuDqwr5nh6dMm+ta8KfZJmkbNhtlg== lower-case@^2.0.2: version "2.0.2" @@ -11554,17 +11507,12 @@ make-dir@^2.0.0, make-dir@^2.1.0: pify "^4.0.1" semver "^5.6.0" -make-dir@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== +make-dir@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e" + integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== dependencies: - semver "^6.0.0" - -make-error@^1.1.1: - version "1.3.6" - resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" - integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== + semver "^7.5.3" makeerror@1.0.12: version "1.0.12" @@ -11696,6 +11644,16 @@ mersenne-twister@^1.1.0: resolved "https://registry.yarnpkg.com/mersenne-twister/-/mersenne-twister-1.1.0.tgz#f916618ee43d7179efcf641bec4531eb9670978a" integrity sha512-mUYWsMKNrm4lfygPkL3OfGzOPTR2DBlTkBNHM//F6hGp8cLThY897crAlk3/Jo17LEOOjQUrNAx6DvgO77QJkA== +metro-babel-transformer@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.73.10.tgz#b27732fa3869f397246ee8ecf03b64622ab738c1" + integrity sha512-Yv2myTSnpzt/lTyurLvqYbBkytvUJcLHN8XD3t7W6rGiLTQPzmf1zypHQLphvcAXtCWBOXFtH7KLOSi2/qMg+A== + dependencies: + "@babel/core" "^7.20.0" + hermes-parser "0.8.0" + metro-source-map "0.73.10" + nullthrows "^1.1.1" + metro-babel-transformer@0.73.9: version "0.73.9" resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.73.9.tgz#bec8aaaf1bbdc2e469fde586fde455f8b2a83073" @@ -11706,43 +11664,43 @@ metro-babel-transformer@0.73.9: metro-source-map "0.73.9" nullthrows "^1.1.1" -metro-cache-key@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.73.9.tgz#7d8c441a3b7150f7b201273087ef3cf7d3435d9f" - integrity sha512-uJg+6Al7UoGIuGfoxqPBy6y1Ewq7Y8/YapGYIDh6sohInwt/kYKnPZgLDYHIPvY2deORnQ/2CYo4tOeBTnhCXQ== +metro-cache-key@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.73.10.tgz#8d63591187d295b62a80aed64a87864b1e9d67a2" + integrity sha512-JMVDl/EREDiUW//cIcUzRjKSwE2AFxVWk47cFBer+KA4ohXIG2CQPEquT56hOw1Y1s6gKNxxs1OlAOEsubrFjw== -metro-cache@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.73.9.tgz#773c2df6ba53434e58ccbe421b0c54e6da8d2890" - integrity sha512-upiRxY8rrQkUWj7ieACD6tna7xXuXdu2ZqrheksT79ePI0aN/t0memf6WcyUtJUMHZetke3j+ppELNvlmp3tOw== +metro-cache@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.73.10.tgz#02e9cb7c1e42aab5268d2ecce35ad8f2c08891de" + integrity sha512-wPGlQZpdVlM404m7MxJqJ+hTReDr5epvfPbt2LerUAHY9RN99w61FeeAe25BMZBwgUgDtAsfGlJ51MBHg8MAqw== dependencies: - metro-core "0.73.9" + metro-core "0.73.10" rimraf "^3.0.2" -metro-config@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.73.9.tgz#6b43c70681bdd6b00f44400fc76dddbe53374500" - integrity sha512-NiWl1nkYtjqecDmw77tbRbXnzIAwdO6DXGZTuKSkH+H/c1NKq1eizO8Fe+NQyFtwR9YLqn8Q0WN1nmkwM1j8CA== +metro-config@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.73.10.tgz#a9ec3d0a1290369e3f46c467a4c4f6dd43acc223" + integrity sha512-wIlybd1Z9I8K2KcStTiJxTB7OK529dxFgogNpKCTU/3DxkgAASqSkgXnZP6kVyqjh5EOWAKFe5U6IPic7kXDdQ== dependencies: cosmiconfig "^5.0.5" jest-validate "^26.5.2" - metro "0.73.9" - metro-cache "0.73.9" - metro-core "0.73.9" - metro-runtime "0.73.9" + metro "0.73.10" + metro-cache "0.73.10" + metro-core "0.73.10" + metro-runtime "0.73.10" -metro-core@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.73.9.tgz#410c5c0aeae840536c10039f68098fdab3da568e" - integrity sha512-1NTs0IErlKcFTfYyRT3ljdgrISWpl1nys+gaHkXapzTSpvtX9F1NQNn5cgAuE+XIuTJhbsCdfIJiM2JXbrJQaQ== +metro-core@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.73.10.tgz#feb3c228aa8c0dde71d8e4cef614cc3a1dc3bbd7" + integrity sha512-5uYkajIxKyL6W45iz/ftNnYPe1l92CvF2QJeon1CHsMXkEiOJxEjo41l+iSnO/YodBGrmMCyupSO4wOQGUc0lw== dependencies: lodash.throttle "^4.1.1" - metro-resolver "0.73.9" + metro-resolver "0.73.10" -metro-file-map@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.73.9.tgz#09c04a8e8ef1eaa6ecb2b9cb8cb53bb0fa0167ec" - integrity sha512-R/Wg3HYeQhYY3ehWtfedw8V0ne4lpufG7a21L3GWer8tafnC9pmjoCKEbJz9XZkVj9i1FtxE7UTbrtZNeIILxQ== +metro-file-map@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.73.10.tgz#55bd906fb7c1bef8e1a31df4b29a3ef4b49f0b5a" + integrity sha512-XOMWAybeaXyD6zmVZPnoCCL2oO3rp4ta76oUlqWP0skBzhFxVtkE/UtDwApEMUY361JeBBago647gnKiARs+1g== dependencies: abort-controller "^3.0.0" anymatch "^3.0.3" @@ -11760,32 +11718,32 @@ metro-file-map@0.73.9: optionalDependencies: fsevents "^2.3.2" -metro-hermes-compiler@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.73.9.tgz#6f473e67e8f76066066f00e2e0ecce865f7d445d" - integrity sha512-5B3vXIwQkZMSh3DQQY23XpTCpX9kPLqZbA3rDuAcbGW0tzC3f8dCenkyBb0GcCzyTDncJeot/A7oVCVK6zapwg== +metro-hermes-compiler@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.73.10.tgz#4525a7835c803a5d0b3b05c6619202e2273d630f" + integrity sha512-rTRWEzkVrwtQLiYkOXhSdsKkIObnL+Jqo+IXHI7VEK2aSLWRAbtGNqECBs44kbOUypDYTFFE+WLtoqvUWqYkWg== -metro-inspector-proxy@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.73.9.tgz#8e11cd300adf3f904f1f5afe28b198312cdcd8c2" - integrity sha512-B3WrWZnlYhtTrv0IaX3aUAhi2qVILPAZQzb5paO1e+xrz4YZHk9c7dXv7qe7B/IQ132e3w46y3AL7rFo90qVjA== +metro-inspector-proxy@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.73.10.tgz#752fed2ab88199c9dcc3369c3d59da6c5b954a51" + integrity sha512-CEEvocYc5xCCZBtGSIggMCiRiXTrnBbh8pmjKQqm9TtJZALeOGyt5pXUaEkKGnhrXETrexsg6yIbsQHhEvVfvQ== dependencies: connect "^3.6.5" debug "^2.2.0" ws "^7.5.1" yargs "^17.5.1" -metro-minify-terser@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.73.9.tgz#301aef2e106b0802f7a14ef0f2b4883b20c80018" - integrity sha512-MTGPu2qV5qtzPJ2SqH6s58awHDtZ4jd7lmmLR+7TXDwtZDjIBA0YVfI0Zak2Haby2SqoNKrhhUns/b4dPAQAVg== +metro-minify-terser@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.73.10.tgz#557eab3a512b90b7779350ff5d25a215c4dbe61f" + integrity sha512-uG7TSKQ/i0p9kM1qXrwbmY3v+6BrMItsOcEXcSP8Z+68bb+t9HeVK0T/hIfUu1v1PEnonhkhfzVsaP8QyTd5lQ== dependencies: terser "^5.15.0" -metro-minify-uglify@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.73.9.tgz#cf4f8c19b688deea103905689ec736c2f2acd733" - integrity sha512-gzxD/7WjYcnCNGiFJaA26z34rjOp+c/Ft++194Wg91lYep3TeWQ0CnH8t2HRS7AYDHU81SGWgvD3U7WV0g4LGA== +metro-minify-uglify@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.73.10.tgz#4de79056d502479733854c90f2075374353ea154" + integrity sha512-eocnSeJKnLz/UoYntVFhCJffED7SLSgbCHgNvI6ju6hFb6EFHGJT9OLbkJWeXaWBWD3Zw5mYLS8GGqGn/CHZPA== dependencies: uglify-es "^3.1.9" @@ -11835,6 +11793,50 @@ metro-react-native-babel-preset@0.66.2: "@babel/template" "^7.0.0" react-refresh "^0.4.0" +metro-react-native-babel-preset@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.10.tgz#304b24bb391537d2c987732cc0a9774be227d3f6" + integrity sha512-1/dnH4EHwFb2RKEKx34vVDpUS3urt2WEeR8FYim+ogqALg4sTpG7yeQPxWpbgKATezt4rNfqAANpIyH19MS4BQ== + dependencies: + "@babel/core" "^7.20.0" + "@babel/plugin-proposal-async-generator-functions" "^7.0.0" + "@babel/plugin-proposal-class-properties" "^7.0.0" + "@babel/plugin-proposal-export-default-from" "^7.0.0" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" + "@babel/plugin-proposal-optional-chaining" "^7.0.0" + "@babel/plugin-syntax-dynamic-import" "^7.0.0" + "@babel/plugin-syntax-export-default-from" "^7.0.0" + "@babel/plugin-syntax-flow" "^7.18.0" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" + "@babel/plugin-syntax-optional-chaining" "^7.0.0" + "@babel/plugin-transform-arrow-functions" "^7.0.0" + "@babel/plugin-transform-async-to-generator" "^7.0.0" + "@babel/plugin-transform-block-scoping" "^7.0.0" + "@babel/plugin-transform-classes" "^7.0.0" + "@babel/plugin-transform-computed-properties" "^7.0.0" + "@babel/plugin-transform-destructuring" "^7.0.0" + "@babel/plugin-transform-flow-strip-types" "^7.0.0" + "@babel/plugin-transform-function-name" "^7.0.0" + "@babel/plugin-transform-literals" "^7.0.0" + "@babel/plugin-transform-modules-commonjs" "^7.0.0" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0" + "@babel/plugin-transform-parameters" "^7.0.0" + "@babel/plugin-transform-react-display-name" "^7.0.0" + "@babel/plugin-transform-react-jsx" "^7.0.0" + "@babel/plugin-transform-react-jsx-self" "^7.0.0" + "@babel/plugin-transform-react-jsx-source" "^7.0.0" + "@babel/plugin-transform-runtime" "^7.0.0" + "@babel/plugin-transform-shorthand-properties" "^7.0.0" + "@babel/plugin-transform-spread" "^7.0.0" + "@babel/plugin-transform-sticky-regex" "^7.0.0" + "@babel/plugin-transform-template-literals" "^7.0.0" + "@babel/plugin-transform-typescript" "^7.5.0" + "@babel/plugin-transform-unicode-regex" "^7.0.0" + "@babel/template" "^7.0.0" + react-refresh "^0.4.0" + metro-react-native-babel-preset@0.73.9: version "0.73.9" resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.9.tgz#ef54637dd20f025197beb49e71309a9c539e73e2" @@ -11879,6 +11881,19 @@ metro-react-native-babel-preset@0.73.9: "@babel/template" "^7.0.0" react-refresh "^0.4.0" +metro-react-native-babel-transformer@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.10.tgz#4e20a9ce131b873cda0b5a44d3eb4002134a64b8" + integrity sha512-4G/upwqKdmKEjmsNa92/NEgsOxUWOygBVs+FXWfXWKgybrmcjh3NoqdRYrROo9ZRA/sB9Y/ZXKVkWOGKHtGzgg== + dependencies: + "@babel/core" "^7.20.0" + babel-preset-fbjs "^3.4.0" + hermes-parser "0.8.0" + metro-babel-transformer "0.73.10" + metro-react-native-babel-preset "0.73.10" + metro-source-map "0.73.10" + nullthrows "^1.1.1" + metro-react-native-babel-transformer@0.73.9: version "0.73.9" resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.9.tgz#4f4f0cfa5119bab8b53e722fabaf90687d0cbff0" @@ -11892,13 +11907,21 @@ metro-react-native-babel-transformer@0.73.9: metro-source-map "0.73.9" nullthrows "^1.1.1" -metro-resolver@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.73.9.tgz#f3cf77e6c7606a34aa81bad40edb856aad671cf3" - integrity sha512-Ej3wAPOeNRPDnJmkK0zk7vJ33iU07n+oPhpcf5L0NFkWneMmSM2bflMPibI86UjzZGmRfn0AhGhs8yGeBwQ/Xg== +metro-resolver@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.73.10.tgz#c39a3bd8d33e5d78cb256110d29707d8d49ed0be" + integrity sha512-HeXbs+0wjakaaVQ5BI7eT7uqxlZTc9rnyw6cdBWWMgUWB++KpoI0Ge7Hi6eQAOoVAzXC3m26mPFYLejpzTWjng== dependencies: absolute-path "^0.0.0" +metro-runtime@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.73.10.tgz#c3de19d17e75ffe1a145778d99422e7ffc208768" + integrity sha512-EpVKm4eN0Fgx2PEWpJ5NiMArV8zVoOin866jIIvzFLpmkZz1UEqgjf2JAfUJnjgv3fjSV3JqeGG2vZCaGQBTow== + dependencies: + "@babel/runtime" "^7.0.0" + react-refresh "^0.4.0" + metro-runtime@0.73.9: version "0.73.9" resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.73.9.tgz#0b24c0b066b8629ee855a6e5035b65061fef60d5" @@ -11907,6 +11930,20 @@ metro-runtime@0.73.9: "@babel/runtime" "^7.0.0" react-refresh "^0.4.0" +metro-source-map@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.73.10.tgz#28e09a28f1a2f7a4f8d0845b845cbed74e2f48f9" + integrity sha512-NAGv14701p/YaFZ76KzyPkacBw/QlEJF1f8elfs23N1tC33YyKLDKvPAzFJiYqjdcFvuuuDCA8JCXd2TgLxNPw== + dependencies: + "@babel/traverse" "^7.20.0" + "@babel/types" "^7.20.0" + invariant "^2.2.4" + metro-symbolicate "0.73.10" + nullthrows "^1.1.1" + ob1 "0.73.10" + source-map "^0.5.6" + vlq "^1.0.0" + metro-source-map@0.73.9: version "0.73.9" resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.73.9.tgz#89ca41f6346aeb12f7f23496fa363e520adafebe" @@ -11921,6 +11958,18 @@ metro-source-map@0.73.9: source-map "^0.5.6" vlq "^1.0.0" +metro-symbolicate@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.73.10.tgz#7853a9a8fbfd615a5c9db698fffc685441ac880f" + integrity sha512-PmCe3TOe1c/NVwMlB+B17me951kfkB3Wve5RqJn+ErPAj93od1nxicp6OJe7JT4QBRnpUP8p9tw2sHKqceIzkA== + dependencies: + invariant "^2.2.4" + metro-source-map "0.73.10" + nullthrows "^1.1.1" + source-map "^0.5.6" + through2 "^2.0.1" + vlq "^1.0.0" + metro-symbolicate@0.73.9: version "0.73.9" resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.73.9.tgz#cb452299a36e5b86b2826e7426d51221635c48bf" @@ -11933,10 +11982,10 @@ metro-symbolicate@0.73.9: through2 "^2.0.1" vlq "^1.0.0" -metro-transform-plugins@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.73.9.tgz#9fffbe1b24269e3d114286fa681abc570072d9b8" - integrity sha512-r9NeiqMngmooX2VOKLJVQrMuV7PAydbqst5bFhdVBPcFpZkxxqyzjzo+kzrszGy2UpSQBZr2P1L6OMjLHwQwfQ== +metro-transform-plugins@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.73.10.tgz#1b762330cbbedb6c18438edc3d76b063c88882af" + integrity sha512-D4AgD3Vsrac+4YksaPmxs/0ocT67bvwTkFSIgWWeDvWwIG0U1iHzTS9f8Bvb4PITnXryDoFtjI6OWF7uOpGxpA== dependencies: "@babel/core" "^7.20.0" "@babel/generator" "^7.20.0" @@ -11944,29 +11993,29 @@ metro-transform-plugins@0.73.9: "@babel/traverse" "^7.20.0" nullthrows "^1.1.1" -metro-transform-worker@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.73.9.tgz#30384cef2d5e35a4abe91b15bf1a8344f5720441" - integrity sha512-Rq4b489sIaTUENA+WCvtu9yvlT/C6zFMWhU4sq+97W29Zj0mPBjdk+qGT5n1ZBgtBIJzZWt1KxeYuc17f4aYtQ== +metro-transform-worker@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.73.10.tgz#bb401dbd7b10a6fe443a5f7970cba38425efece0" + integrity sha512-IySvVubudFxahxOljWtP0QIMMpgUrCP0bW16cz2Enof0PdumwmR7uU3dTbNq6S+XTzuMHR+076aIe4VhPAWsIQ== dependencies: "@babel/core" "^7.20.0" "@babel/generator" "^7.20.0" "@babel/parser" "^7.20.0" "@babel/types" "^7.20.0" babel-preset-fbjs "^3.4.0" - metro "0.73.9" - metro-babel-transformer "0.73.9" - metro-cache "0.73.9" - metro-cache-key "0.73.9" - metro-hermes-compiler "0.73.9" - metro-source-map "0.73.9" - metro-transform-plugins "0.73.9" + metro "0.73.10" + metro-babel-transformer "0.73.10" + metro-cache "0.73.10" + metro-cache-key "0.73.10" + metro-hermes-compiler "0.73.10" + metro-source-map "0.73.10" + metro-transform-plugins "0.73.10" nullthrows "^1.1.1" -metro@0.73.9: - version "0.73.9" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.73.9.tgz#150e69a6735fab0bcb4f6ee97fd1efc65b3ec36f" - integrity sha512-BlYbPmTF60hpetyNdKhdvi57dSqutb+/oK0u3ni4emIh78PiI0axGo7RfdsZ/mn3saASXc94tDbpC5yn7+NpEg== +metro@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.73.10.tgz#d9a0efb1e403e3aee5cf5140e0a96a7220c23901" + integrity sha512-J2gBhNHFtc/Z48ysF0B/bfTwUwaRDLjNv7egfhQCc+934dpXcjJG2KZFeuybF+CvA9vo4QUi56G2U+RSAJ5tsA== dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.20.0" @@ -11989,24 +12038,25 @@ metro@0.73.9: image-size "^0.6.0" invariant "^2.2.4" jest-worker "^27.2.0" + jsc-safe-url "^0.2.2" lodash.throttle "^4.1.1" - metro-babel-transformer "0.73.9" - metro-cache "0.73.9" - metro-cache-key "0.73.9" - metro-config "0.73.9" - metro-core "0.73.9" - metro-file-map "0.73.9" - metro-hermes-compiler "0.73.9" - metro-inspector-proxy "0.73.9" - metro-minify-terser "0.73.9" - metro-minify-uglify "0.73.9" - metro-react-native-babel-preset "0.73.9" - metro-resolver "0.73.9" - metro-runtime "0.73.9" - metro-source-map "0.73.9" - metro-symbolicate "0.73.9" - metro-transform-plugins "0.73.9" - metro-transform-worker "0.73.9" + metro-babel-transformer "0.73.10" + metro-cache "0.73.10" + metro-cache-key "0.73.10" + metro-config "0.73.10" + metro-core "0.73.10" + metro-file-map "0.73.10" + metro-hermes-compiler "0.73.10" + metro-inspector-proxy "0.73.10" + metro-minify-terser "0.73.10" + metro-minify-uglify "0.73.10" + metro-react-native-babel-preset "0.73.10" + metro-resolver "0.73.10" + metro-runtime "0.73.10" + metro-source-map "0.73.10" + metro-symbolicate "0.73.10" + metro-transform-plugins "0.73.10" + metro-transform-worker "0.73.10" mime-types "^2.1.27" node-fetch "^2.2.0" nullthrows "^1.1.1" @@ -12019,6 +12069,11 @@ metro@0.73.9: ws "^7.5.1" yargs "^17.5.1" +micro-ftch@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/micro-ftch/-/micro-ftch-0.3.1.tgz#6cb83388de4c1f279a034fb0cf96dfc050853c5f" + integrity sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg== + micromatch@^3.1.10, micromatch@^3.1.4: version "3.1.10" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" @@ -12108,13 +12163,6 @@ minimalistic-crypto-utils@^1.0.1: dependencies: brace-expansion "^1.1.7" -minimatch@5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" - integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g== - dependencies: - brace-expansion "^2.0.1" - minimist@^1.1.1, minimist@^1.1.2, minimist@^1.2.0, minimist@^1.2.6: version "1.2.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" @@ -12155,10 +12203,10 @@ minipass@^3.0.0, minipass@^3.1.1: dependencies: yallist "^4.0.0" -minipass@^4.0.0: - version "4.2.5" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb" - integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q== +minipass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" + integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== minizlib@^2.1.1: version "2.1.2" @@ -12208,33 +12256,6 @@ mnemonist@0.39.5: dependencies: obliterator "^2.0.1" -mocha@^10.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8" - integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg== - dependencies: - ansi-colors "4.1.1" - browser-stdout "1.3.1" - chokidar "3.5.3" - debug "4.3.4" - diff "5.0.0" - escape-string-regexp "4.0.0" - find-up "5.0.0" - glob "7.2.0" - he "1.2.0" - js-yaml "4.1.0" - log-symbols "4.1.0" - minimatch "5.0.1" - ms "2.1.3" - nanoid "3.3.3" - serialize-javascript "6.0.0" - strip-json-comments "3.1.1" - supports-color "8.1.1" - workerpool "6.2.1" - yargs "16.2.0" - yargs-parser "20.2.4" - yargs-unparser "2.0.0" - moment-timezone@^0.5.43: version "0.5.43" resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790" @@ -12303,11 +12324,6 @@ mz@^2.7.0: object-assign "^4.0.1" thenify-all "^1.0.0" -nanoid@3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25" - integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w== - nanoid@^3.1.23, nanoid@^3.3.1: version "3.3.6" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" @@ -12426,10 +12442,10 @@ node-dir@^0.1.17: dependencies: minimatch "^3.0.2" -node-fetch@2, node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7: - version "2.6.9" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6" - integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg== +node-fetch@2, node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7: + version "2.7.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== dependencies: whatwg-url "^5.0.0" @@ -12438,13 +12454,6 @@ node-fetch@2.6.1: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== -node-fetch@2.6.7: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== - dependencies: - whatwg-url "^5.0.0" - node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -12453,32 +12462,25 @@ node-fetch@^1.0.1: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.6.12: - version "2.7.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" - integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== - dependencies: - whatwg-url "^5.0.0" - node-forge@^1.2.1, node-forge@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-gyp-build@^4.2.0, node-gyp-build@^4.3.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" - integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== + version "4.6.1" + resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.1.tgz#24b6d075e5e391b8d5539d98c7fc5c210cac8a3e" + integrity sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ== node-int64@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== -node-releases@^2.0.8: - version "2.0.10" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f" - integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== +node-releases@^2.0.13: + version "2.0.13" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" + integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== node-stream-zip@^1.9.1: version "1.15.0" @@ -12492,7 +12494,7 @@ normalize-path@^2.1.1: dependencies: remove-trailing-separator "^1.0.1" -normalize-path@^3.0.0, normalize-path@~3.0.0: +normalize-path@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== @@ -12555,6 +12557,11 @@ o3@^1.0.3: dependencies: capability "^0.2.5" +ob1@0.73.10: + version "0.73.10" + resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.73.10.tgz#bf0a2e8922bb8687ddca82327c5cf209414a1bd4" + integrity sha512-aO6EYC+QRRCkZxVJhCWhLKgVjhNuD6Gu1riGjxrIm89CqLsmKgxzYDDEsktmKsoDeRdWGQM5EdMzXDl5xcVfsw== + ob1@0.73.9: version "0.73.9" resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.73.9.tgz#d5677a0dd3e2f16ad84231278d79424436c38c59" @@ -12608,7 +12615,7 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" -object.assign@^4.1.2, object.assign@^4.1.3, object.assign@^4.1.4: +object.assign@^4.1.2, object.assign@^4.1.4: version "4.1.4" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== @@ -12619,40 +12626,41 @@ object.assign@^4.1.2, object.assign@^4.1.3, object.assign@^4.1.4: object-keys "^1.1.1" object.entries@^1.1.2, object.entries@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23" - integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w== + version "1.1.7" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.7.tgz#2b47760e2a2e3a752f39dd874655c61a7f03c131" + integrity sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" object.fromentries@^2.0.5: - version "2.0.6" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73" - integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg== + version "2.0.7" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.7.tgz#71e95f441e9a0ea6baf682ecaaf37fa2a8d7e616" + integrity sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" object.getownpropertydescriptors@^2.1.0: - version "2.1.5" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz#db5a9002489b64eef903df81d6623c07e5b4b4d3" - integrity sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw== + version "2.1.7" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz#7a466a356cd7da4ba8b9e94ff6d35c3eeab5d56a" + integrity sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g== dependencies: - array.prototype.reduce "^1.0.5" + array.prototype.reduce "^1.0.6" call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" + safe-array-concat "^1.0.0" object.hasown@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92" - integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw== + version "1.1.3" + resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.3.tgz#6a5f2897bb4d3668b8e79364f98ccf971bda55ae" + integrity sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA== dependencies: - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" object.pick@^1.1.1, object.pick@^1.3.0: version "1.3.0" @@ -12661,14 +12669,14 @@ object.pick@^1.1.1, object.pick@^1.3.0: dependencies: isobject "^3.0.1" -object.values@^1.1.0, object.values@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d" - integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw== +object.values@^1.1.0, object.values@^1.1.5, object.values@^1.1.6: + version "1.1.7" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.7.tgz#617ed13272e7e1071b43973aa1655d9291b8442a" + integrity sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" obliterator@^2.0.1: version "2.0.4" @@ -12755,16 +12763,16 @@ open@^8.0.4, open@^8.3.0: is-wsl "^2.2.0" optionator@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" - integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== + version "0.9.3" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: + "@aashutoshrathi/word-wrap" "^1.2.3" deep-is "^0.1.3" fast-levenshtein "^2.0.6" levn "^0.4.1" prelude-ls "^1.2.1" type-check "^0.4.0" - word-wrap "^1.2.3" ora@3.4.0: version "3.4.0" @@ -12937,12 +12945,12 @@ pascalcase@^0.1.1: integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw== password-prompt@^1.0.4: - version "1.1.2" - resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.2.tgz#85b2f93896c5bd9e9f2d6ff0627fa5af3dc00923" - integrity sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA== + version "1.1.3" + resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f" + integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw== dependencies: - ansi-escapes "^3.1.0" - cross-spawn "^6.0.5" + ansi-escapes "^4.3.2" + cross-spawn "^7.0.3" patch-package@6.4.7: version "6.4.7" @@ -13021,11 +13029,6 @@ path@^0.12.7: process "^0.11.1" util "^0.10.3" -pathval@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" - integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== - pbkdf2@3.0.8: version "3.0.8" resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.8.tgz#2f8abf16ebecc82277945d748aba1d78761f61e2" @@ -13033,7 +13036,7 @@ pbkdf2@3.0.8: dependencies: create-hmac "^1.1.2" -pbkdf2@^3.0.17, pbkdf2@^3.0.3, pbkdf2@^3.0.9: +pbkdf2@^3.0.3, pbkdf2@^3.0.9: version "3.1.2" resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075" integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA== @@ -13044,25 +13047,25 @@ pbkdf2@^3.0.17, pbkdf2@^3.0.3, pbkdf2@^3.0.9: safe-buffer "^5.0.1" sha.js "^2.4.8" -pg-cloudflare@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.0.tgz#833d70870d610d14bf9df7afb40e1cba310c17a0" - integrity sha512-tGM8/s6frwuAIyRcJ6nWcIvd3+3NmUKIs6OjviIm1HPPFEt5MzQDOTBQyhPWg/m0kCl95M6gA1JaIXtS8KovOA== +pg-cloudflare@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz#e6d5833015b170e23ae819e8c5d7eaedb472ca98" + integrity sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q== -pg-connection-string@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.0.tgz#12a36cc4627df19c25cc1b9b736cc39ee1f73ae8" - integrity sha512-x14ibktcwlHKoHxx9X3uTVW9zIGR41ZB6QNhHb21OPNdCCO3NaRnpJuwKIQSR4u+Yqjx4HCvy7Hh7VSy1U4dGg== +pg-connection-string@^2.6.1, pg-connection-string@^2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.2.tgz#713d82053de4e2bd166fab70cd4f26ad36aab475" + integrity sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA== pg-int8@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c" integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw== -pg-pool@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.6.0.tgz#3190df3e4747a0d23e5e9e8045bcd99bda0a712e" - integrity sha512-clFRf2ksqd+F497kWFyM21tMjeikn60oGDmqMT8UBrynEwVEX/5R5xd2sdvdo1cZCFlguORNpVuqxIj+aK4cfQ== +pg-pool@^3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.6.1.tgz#5a902eda79a8d7e3c928b77abf776b3cb7d351f7" + integrity sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og== pg-protocol@^1.6.0: version "1.6.0" @@ -13081,19 +13084,19 @@ pg-types@^2.1.0: postgres-interval "^1.1.0" pg@^8.9.0: - version "8.11.0" - resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.0.tgz#a37e534e94b57a7ed811e926f23a7c56385f55d9" - integrity sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA== + version "8.11.3" + resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.3.tgz#d7db6e3fe268fcedd65b8e4599cda0b8b4bf76cb" + integrity sha512-+9iuvG8QfaaUrrph+kpF24cXkH1YOOUeArRNYIxq1viYHZagBxrTno7cecY1Fa44tJeZvaoG+Djpkc3JwehN5g== dependencies: buffer-writer "2.0.0" packet-reader "1.0.0" - pg-connection-string "^2.6.0" - pg-pool "^3.6.0" + pg-connection-string "^2.6.2" + pg-pool "^3.6.1" pg-protocol "^1.6.0" pg-types "^2.1.0" pgpass "1.x" optionalDependencies: - pg-cloudflare "^1.1.0" + pg-cloudflare "^1.1.1" pgpass@1.x: version "1.0.5" @@ -13107,7 +13110,7 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: +picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -13125,10 +13128,10 @@ pino-abstract-transport@v0.5.0: duplexify "^4.1.2" split2 "^4.0.0" -pino-abstract-transport@v1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.0.0.tgz#cc0d6955fffcadb91b7b49ef220a6cc111d48bb3" - integrity sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA== +pino-abstract-transport@v1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8" + integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA== dependencies: readable-stream "^4.0.0" split2 "^4.0.0" @@ -13139,9 +13142,9 @@ pino-std-serializers@^4.0.0: integrity sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q== pino-std-serializers@^6.0.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.1.tgz#369f4ae2a19eb6d769ddf2c88a2164b76879a284" - integrity sha512-wHuWB+CvSVb2XqXM0W/WOYUkVSPbiJb9S5fNB7TBhd8s892Xq910bRxwHtC4l71hgztObTjXL6ZheZXFjhDrDQ== + version "6.2.2" + resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3" + integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== pino@7.11.0: version "7.11.0" @@ -13161,14 +13164,14 @@ pino@7.11.0: thread-stream "^0.15.1" pino@^8.12.0: - version "8.14.1" - resolved "https://registry.yarnpkg.com/pino/-/pino-8.14.1.tgz#bb38dcda8b500dd90c1193b6c9171eb777a47ac8" - integrity sha512-8LYNv7BKWXSfS+k6oEc6occy5La+q2sPwU3q2ljTX5AZk7v+5kND2o5W794FyRaqha6DJajmkNRsWtPpFyMUdw== + version "8.15.1" + resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.1.tgz#04b815ff7aa4e46b1bbab88d8010aaa2b17eaba4" + integrity sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA== dependencies: atomic-sleep "^1.0.0" fast-redact "^3.1.1" on-exit-leak-free "^2.1.0" - pino-abstract-transport v1.0.0 + pino-abstract-transport v1.1.0 pino-std-serializers "^6.0.0" process-warning "^2.0.0" quick-format-unescaped "^4.0.3" @@ -13178,9 +13181,9 @@ pino@^8.12.0: thread-stream "^2.0.0" pirates@^4.0.1, pirates@^4.0.4, pirates@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" - integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== + version "4.0.6" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" + integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== pkg-dir@^3.0.0: version "3.0.0" @@ -13211,10 +13214,11 @@ please-upgrade-node@^3.2.0: semver-compare "^1.0.0" plist@^3.0.5: - version "3.0.6" - resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.6.tgz#7cfb68a856a7834bca6dbfe3218eb9c7740145d3" - integrity sha512-WiIVYyrp8TD4w8yCvyeIr+lkmrGRd5u0VbRnU+tP/aRLxP/YadJUYOMZJ/6hIa3oUyVCsycXvtNRgd5XBJIbiA== + version "3.1.0" + resolved "https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz#797a516a93e62f5bde55e0b9cc9c967f860893c9" + integrity sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ== dependencies: + "@xmldom/xmldom" "^0.8.8" base64-js "^1.5.1" xmlbuilder "^15.1.1" @@ -13287,12 +13291,12 @@ pretty-format@^26.0.0, pretty-format@^26.5.2, pretty-format@^26.6.2: ansi-styles "^4.0.0" react-is "^17.0.1" -pretty-format@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.5.0.tgz#283134e74f70e2e3e7229336de0e4fce94ccde5a" - integrity sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw== +pretty-format@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812" + integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== dependencies: - "@jest/schemas" "^29.4.3" + "@jest/schemas" "^29.6.3" ansi-styles "^5.0.0" react-is "^18.0.0" @@ -13358,9 +13362,9 @@ prop-types@*, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1: react-is "^16.13.1" protobufjs@^6.11.3, protobufjs@^6.8.9: - version "6.11.3" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74" - integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg== + version "6.11.4" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.4.tgz#29a412c38bf70d89e537b6d02d904a6f448173aa" + integrity sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2" @@ -13435,9 +13439,9 @@ punycode@^2.1.0, punycode@^2.3.0: integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== pure-rand@^6.0.0: - version "6.0.2" - resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.2.tgz#a9c2ddcae9b68d736a8163036f088a2781c8b306" - integrity sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ== + version "6.0.3" + resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.3.tgz#3c9e6b53c09e52ac3cedffc85ab7c1c7094b38cb" + integrity sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w== q@^1.1.2: version "1.5.1" @@ -13450,9 +13454,9 @@ qrcode-terminal@0.11.0: integrity sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ== qrcode@^1.5.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.5.1.tgz#0103f97317409f7bc91772ef30793a54cd59f0cb" - integrity sha512-nS8NJ1Z3md8uTjKtP+SGGhfqmTCs5flU/xR623oI0JX+Wepz9R8UrRVCTBTJm3qGw3rH6jJ6MUHjkDx15cxSSg== + version "1.5.3" + resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.5.3.tgz#03afa80912c0dccf12bc93f615a535aad1066170" + integrity sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg== dependencies: dijkstrajs "^1.0.1" encode-utf8 "^1.0.3" @@ -13467,9 +13471,9 @@ qs@6.11.0: side-channel "^1.0.4" qs@^6.10.3, qs@^6.11.0, qs@^6.9.3: - version "6.11.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f" - integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ== + version "6.11.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" + integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== dependencies: side-channel "^1.0.4" @@ -13603,9 +13607,9 @@ react-async-hook@4.0.0, react-async-hook@^4.0.0: integrity sha512-97lgjFkOcHCTYSrsKBpsXg3iVWM0LnzedB749iP76sb3/8Ouu4nHIkCLEOrQWHVYqrYxjF05NN6GHoXWFkB3Kw== react-devtools-core@^4.26.1: - version "4.27.6" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.6.tgz#e5a613014f7506801ed6c1a97bd0e6316cc9c48a" - integrity sha512-jeFNhEzcSwpiqmw+zix5IFibNEPmUodICN7ClrlRKGktzO/3FMteMb52l1NRUiz/ABSYt9hOZ9IPgVDrg5pyUw== + version "4.28.0" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.0.tgz#3fa18709b24414adddadac33b6b9cea96db60f2f" + integrity sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg== dependencies: shell-quote "^1.6.1" ws "^7" @@ -13744,9 +13748,9 @@ react-native-get-random-values@1.8.0: fast-base64-decode "^1.0.0" react-native-gradle-plugin@^0.71.17: - version "0.71.17" - resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.17.tgz#cf780a27270f0a32dca8184eff91555d7627dd00" - integrity sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA== + version "0.71.19" + resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.19.tgz#3379e28341fcd189bc1f4691cefc84c1a4d7d232" + integrity sha512-1dVk9NwhoyKHCSxcrM6vY6cxmojeATsBobDicX0ZKr7DgUF2cBQRTKsimQFvzH8XhOVXyH8p4HyDSZNIFI8OlQ== react-native-icloudstore@0.9.0: version "0.9.0" @@ -13792,7 +13796,7 @@ react-native-localize@2.2.3: resolved "https://registry.yarnpkg.com/react-native-localize/-/react-native-localize-2.2.3.tgz#9666becaea5d6b8d968f037d82b2220ba52c463b" integrity sha512-DoEEk7s4p0BnCU2zS2yzC+bEUWSFhcuXoLidgHag1EQkaXJLiNos661h8nGZvWWrVK6zE+Cl2319bqG3FidkJQ== -react-native-mail@^6.1.1: +react-native-mail@6.1.1: version "6.1.1" resolved "https://registry.yarnpkg.com/react-native-mail/-/react-native-mail-6.1.1.tgz#f1b1f8034c84d2510a93e4a2a795f0db5a13595e" integrity sha512-pTs180wwyh7hN/iyTC9SfOX579U4YhDlHOLxi47IGvhPJENqO/QFdBq+wWKxyhNqdQuVSy+LoeIxLreWnIeYmg== @@ -13936,7 +13940,7 @@ react-native-tcp@3.3.2: process "^0.11.9" util "^0.10.3" -react-native-test-flight@^1.1.0: +react-native-test-flight@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/react-native-test-flight/-/react-native-test-flight-1.1.0.tgz#85e3b71daee00976b3e3cd65f6ffb27fbe896d86" integrity sha512-9mAjbtnklqhpDLz5whRWjPVPO2yGpKztFvp/JKWuN236jgHN/Zdv/e+PqmnD43pg+snl+O45UjYQTLzN0+KT3g== @@ -14130,14 +14134,15 @@ readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: util-deprecate "^1.0.1" readable-stream@^4.0.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.4.0.tgz#55ce132d60a988c460d75c631e9ccf6a7229b468" - integrity sha512-kDMOq0qLtxV9f/SQv522h8cxZBqNZXuXNyjyezmfAAuribMyVXziljpQ/uQhfE1XLg2/TLTW2DsnoE4VAi/krg== + version "4.4.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.4.2.tgz#e6aced27ad3b9d726d8308515b9a1b98dc1b9d13" + integrity sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA== dependencies: abort-controller "^3.0.0" buffer "^6.0.3" events "^3.3.0" process "^0.11.10" + string_decoder "^1.3.0" readable-stream@~1.0.26, readable-stream@~1.0.26-4: version "1.0.34" @@ -14149,13 +14154,6 @@ readable-stream@~1.0.26, readable-stream@~1.0.26-4: isarray "0.0.1" string_decoder "~0.10.x" -readdirp@~3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" - integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== - dependencies: - picomatch "^2.2.1" - readline@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/readline/-/readline-1.3.0.tgz#c580d77ef2cfc8752b132498060dc9793a7ac01c" @@ -14199,9 +14197,9 @@ redux@^4.2.0: "@babel/runtime" "^7.9.2" regenerate-unicode-properties@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c" - integrity sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ== + version "10.1.1" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz#6b0e05489d9076b04c436f318d9b067bba459480" + integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q== dependencies: regenerate "^1.4.2" @@ -14220,10 +14218,10 @@ regenerator-runtime@^0.14.0: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45" integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA== -regenerator-transform@^0.15.1: - version "0.15.1" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz#f6c4e99fc1b4591f780db2586328e4d9a9d8dc56" - integrity sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg== +regenerator-transform@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" + integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== dependencies: "@babel/runtime" "^7.8.4" @@ -14235,14 +14233,14 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" -regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" - integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== +regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.5.0, regexp.prototype.flags@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e" + integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.3" - functions-have-names "^1.2.2" + define-properties "^1.2.0" + set-function-name "^2.0.0" regexpp@^3.1.0: version "3.2.0" @@ -14318,9 +14316,9 @@ requires-port@^1.0.0: integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== reselect@^4.0.0, reselect@^4.1.7: - version "4.1.7" - resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.7.tgz#56480d9ff3d3188970ee2b76527bd94a95567a42" - integrity sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A== + version "4.1.8" + resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524" + integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ== resolve-cwd@^3.0.0: version "3.0.0" @@ -14354,21 +14352,12 @@ resolve.exports@^2.0.0: resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.2.tgz#f8c934b8e6a13f539e38b7098e2e36134f01e800" integrity sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg== -resolve@^1.13.1, resolve@^1.14.2, resolve@^1.22.0, resolve@^1.22.1: - version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== - dependencies: - is-core-module "^2.9.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -resolve@^1.20.0: - version "1.22.2" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" - integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== +resolve@^1.13.1, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.4: + version "1.22.6" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.6.tgz#dd209739eca3aef739c626fea1b4f3c506195362" + integrity sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw== dependencies: - is-core-module "^2.11.0" + is-core-module "^2.13.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" @@ -14480,13 +14469,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1: hash-base "^3.0.0" inherits "^2.0.1" -rlp@^2.2.4: - version "2.2.7" - resolved "https://registry.yarnpkg.com/rlp/-/rlp-2.2.7.tgz#33f31c4afac81124ac4b283e2bd4d9720b30beaf" - integrity sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ== - dependencies: - bn.js "^5.2.0" - rn-host-detect@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/rn-host-detect/-/rn-host-detect-1.2.0.tgz#8b0396fc05631ec60c1cb8789e5070cdb04d0da0" @@ -14513,9 +14495,9 @@ rn-swipe-button@1.3.7: integrity sha512-yRihErLQ6bs6aJU3QyiBdbd/TE5EmSK3cmifUzBgHN0UpcGEjpp7h3oYUM4D7hoXktd+vzR8U4YpIRsV00HHBQ== rpc-websockets@^7.5.0, rpc-websockets@^7.5.1: - version "7.5.1" - resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.5.1.tgz#e0a05d525a97e7efc31a0617f093a13a2e10c401" - integrity sha512-kGFkeTsmd37pHPMaHIgN1LVKXMi0JD782v4Ds9ZKtLlwdTKjn+CxM9A9/gLT2LaOuEcEFGL98h1QWQtlOIdW0w== + version "7.6.0" + resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-7.6.0.tgz#d3f4c0dac108ca35566b0e31552c32e58928cd04" + integrity sha512-Jgcs8q6t8Go98dEulww1x7RysgTkzpCMelVxZW4hvuyFtOGpeUz9prpr2KjUa/usqxgFCd9Tu3+yhHEP9GVmiQ== dependencies: "@babel/runtime" "^7.17.2" eventemitter3 "^4.0.7" @@ -14557,12 +14539,22 @@ rxjs@7.5.6: tslib "^2.1.0" rxjs@^7.5.1, rxjs@^7.5.5: - version "7.8.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4" - integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg== + version "7.8.1" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" + integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== dependencies: tslib "^2.1.0" +safe-array-concat@^1.0.0, safe-array-concat@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz#91686a63ce3adbea14d61b14c99572a8ff84754c" + integrity sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + has-symbols "^1.0.3" + isarray "^2.0.5" + safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" @@ -14656,12 +14648,12 @@ scheduler@^0.23.0: dependencies: loose-envify "^1.1.0" -scrypt-js@3.0.1, scrypt-js@^3.0.0: +scrypt-js@3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-3.0.1.tgz#d314a57c2aef69d1ad98a138a21fe9eafa9ee312" integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA== -secp256k1@^4.0.1, secp256k1@^4.0.2: +secp256k1@^4.0.2: version "4.0.3" resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.3.tgz#c4559ecd1b8d3c1827ed2d1b94190d69ce267303" integrity sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA== @@ -14685,7 +14677,7 @@ semver@7.3.2: resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== -semver@7.3.8, semver@^7.2.1, semver@^7.3.5, semver@^7.3.7: +semver@7.3.8: version "7.3.8" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== @@ -14693,19 +14685,19 @@ semver@7.3.8, semver@^7.2.1, semver@^7.3.5, semver@^7.3.7: lru-cache "^6.0.0" semver@^5.0.1, semver@^5.5.0, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@^6.1.1, semver@^6.1.2, semver@^6.3.0, semver@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.5.0, semver@^7.5.1: - version "7.5.3" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e" - integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ== +semver@^7.2.1, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4: + version "7.5.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== dependencies: lru-cache "^6.0.0" @@ -14739,21 +14731,21 @@ sequelize-pool@^7.1.0: integrity sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg== sequelize@^6.28.0: - version "6.32.1" - resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.32.1.tgz#8e8669a8d6cf711d2d94b33cc721928fad7487f6" - integrity sha512-3Iv0jruv57Y0YvcxQW7BE56O7DC1BojcfIrqh6my+IQwde+9u/YnuYHzK+8kmZLhLvaziRT1eWu38nh9yVwn/g== + version "6.33.0" + resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.33.0.tgz#45c70d52687f1c7eae3a0496f21f7055d99b46da" + integrity sha512-GkeCbqgaIcpyZ1EyXrDNIwktbfMldHAGOVXHGM4x8bxGSRAOql5htDWofPvwpfL/FoZ59CaFmfO3Mosv1lDbQw== dependencies: "@types/debug" "^4.1.8" "@types/validator" "^13.7.17" debug "^4.3.4" - dottie "^2.0.4" + dottie "^2.0.6" inflection "^1.13.4" lodash "^4.17.21" moment "^2.29.4" moment-timezone "^0.5.43" - pg-connection-string "^2.6.0" + pg-connection-string "^2.6.1" retry-as-promised "^7.0.4" - semver "^7.5.1" + semver "^7.5.4" sequelize-pool "^7.1.0" toposort-class "^1.0.1" uuid "^8.3.2" @@ -14772,13 +14764,6 @@ serialize-error@^2.1.0: resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" integrity sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw== -serialize-javascript@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" - integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== - dependencies: - randombytes "^2.1.0" - serve-static@^1.13.1: version "1.15.0" resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" @@ -14799,6 +14784,15 @@ set-cookie-parser@^2.4.1: resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz#131921e50f62ff1a66a461d7d62d7b21d5d15a51" integrity sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ== +set-function-name@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.1.tgz#12ce38b7954310b9f61faa12701620a0c882793a" + integrity sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA== + dependencies: + define-data-property "^1.0.1" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.0" + set-value@^2.0.0, set-value@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" @@ -14876,9 +14870,9 @@ shebang-regex@^3.0.0: integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== shell-quote@^1.6.1, shell-quote@^1.7.3: - version "1.8.0" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.0.tgz#20d078d0eaf71d54f43bd2ba14a1b5b9bfa5c8ba" - integrity sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ== + version "1.8.1" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680" + integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== side-channel@^1.0.4: version "1.0.4" @@ -14980,9 +14974,9 @@ snakecase-keys@5.4.2: type-fest "^2.5.2" snakecase-keys@^5.1.0: - version "5.4.5" - resolved "https://registry.yarnpkg.com/snakecase-keys/-/snakecase-keys-5.4.5.tgz#1d452c1557faf8d68f17f04a4991ccfd27afa239" - integrity sha512-qSQVcgcWk8mQUN1miVGnRMAUye1dbj9+F9PVkR7wZUXNCidQwrl/kOKmoYf+WbH2ju6c9pXnlmbS2he7pb2/9A== + version "5.4.7" + resolved "https://registry.yarnpkg.com/snakecase-keys/-/snakecase-keys-5.4.7.tgz#8b66d3360eb325669b97286992ec76e20cf39fb2" + integrity sha512-li/JvhIBDTbualWBSlUJoHws/kVqMYN9GSw//NyatvoAWBppiGRJVOOniMcRa/PNN5FCwOTYMoZT/SJ2IuBUBw== dependencies: map-obj "^4.1.0" snake-case "^3.0.4" @@ -15175,10 +15169,10 @@ stream-shift@^1.0.0: resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== -stream-transform@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/stream-transform/-/stream-transform-3.2.2.tgz#3d6083d6582eddac233645fcee574fc56ebeb184" - integrity sha512-DHZQPNxvjU2qdQlGcpitn8pkJHQVTqdshtgXaLz6Vc5VCAognbGuuwGS5ugeqGVnyw8j4h89QcV8cwm0D1+V0A== +stream-transform@^3.2.8: + version "3.2.8" + resolved "https://registry.yarnpkg.com/stream-transform/-/stream-transform-3.2.8.tgz#5f7dddd560e23e91c29bdf64f38c022eb0548991" + integrity sha512-NUx0mBuI63KbNEEh9Yj0OzKB7iMOSTpkuODM2G7By+TTVihEIJ0cYp5X+pq/TdJRlsznt6CYR8HqxexyC6/bTw== stream@0.0.2: version "0.0.2" @@ -15225,52 +15219,53 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: strip-ansi "^6.0.1" string.prototype.matchall@^4.0.7: - version "4.0.8" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3" - integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg== + version "4.0.10" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz#a1553eb532221d4180c51581d6072cd65d1ee100" + integrity sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" - get-intrinsic "^1.1.3" + define-properties "^1.2.0" + es-abstract "^1.22.1" + get-intrinsic "^1.2.1" has-symbols "^1.0.3" - internal-slot "^1.0.3" - regexp.prototype.flags "^1.4.3" + internal-slot "^1.0.5" + regexp.prototype.flags "^1.5.0" + set-function-name "^2.0.0" side-channel "^1.0.4" -string.prototype.trim@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#a68352740859f6893f14ce3ef1bb3037f7a90533" - integrity sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg== +string.prototype.trim@^1.2.8: + version "1.2.8" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd" + integrity sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" -string.prototype.trimend@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533" - integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ== +string.prototype.trimend@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e" + integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" -string.prototype.trimstart@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4" - integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA== +string.prototype.trimstart@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz#d4cdb44b83a4737ffbac2d406e405d43d0184298" + integrity sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg== dependencies: call-bind "^1.0.2" - define-properties "^1.1.4" - es-abstract "^1.20.4" + define-properties "^1.2.0" + es-abstract "^1.22.1" string_decoder@0.10.31, string_decoder@~0.10.x: version "0.10.31" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ== -string_decoder@^1.1.1: +string_decoder@^1.1.1, string_decoder@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== @@ -15334,7 +15329,7 @@ strip-hex-prefix@1.0.0: dependencies: is-hex-prefixed "1.0.0" -strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: +strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== @@ -15355,10 +15350,11 @@ structured-headers@^0.4.1: integrity sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg== sucrase@^3.20.0: - version "3.31.0" - resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.31.0.tgz#daae4fd458167c5d4ba1cce6aef57b988b417b33" - integrity sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ== + version "3.34.0" + resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.34.0.tgz#1e0e2d8fcf07f8b9c3569067d92fbd8690fb576f" + integrity sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw== dependencies: + "@jridgewell/gen-mapping" "^0.3.2" commander "^4.0.0" glob "7.1.6" lines-and-columns "^1.1.6" @@ -15461,13 +15457,13 @@ table@^6.0.9: strip-ansi "^6.0.1" tar@^6.0.2, tar@^6.0.5: - version "6.1.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b" - integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw== + version "6.2.0" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.0.tgz#b14ce49a79cb1cd23bc9b016302dea5474493f73" + integrity sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" - minipass "^4.0.0" + minipass "^5.0.0" minizlib "^2.1.1" mkdirp "^1.0.3" yallist "^4.0.0" @@ -15526,12 +15522,12 @@ terminal-link@^2.1.1: supports-hyperlinks "^2.0.0" terser@^5.15.0: - version "5.17.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.17.1.tgz#948f10830454761e2eeedc6debe45c532c83fd69" - integrity sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw== + version "5.20.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.20.0.tgz#ea42aea62578703e33def47d5c5b93c49772423e" + integrity sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ== dependencies: - "@jridgewell/source-map" "^0.3.2" - acorn "^8.5.0" + "@jridgewell/source-map" "^0.3.3" + acorn "^8.8.2" commander "^2.20.0" source-map-support "~0.5.20" @@ -15581,9 +15577,9 @@ thread-stream@^0.15.1: real-require "^0.1.0" thread-stream@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.3.0.tgz#4fc07fb39eff32ae7bad803cb7dd9598349fed33" - integrity sha512-kaDqm1DET9pp3NXwR8382WHbnpXnRkN9xGN9dQt3B2+dmXiW8X1SOwmFOxAErEQ47ObhZ96J6yhZNXuyCOL7KA== + version "2.4.0" + resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.4.0.tgz#5def29598d1d4171ba3bace7e023a71d87d99c07" + integrity sha512-xZYtOtmnA63zj04Q+F9bdEay5r47bvpo1CaNqsKi7TpoJHcotUez8Fkfo2RJWpW91lnnaApdpRbVwCWsy+ifcw== dependencies: real-require "^0.2.0" @@ -15720,25 +15716,6 @@ ts-interface-checker@^0.1.9: resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== -ts-node@^10.9.1: - version "10.9.1" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b" - integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw== - dependencies: - "@cspotcode/source-map-support" "^0.8.0" - "@tsconfig/node10" "^1.0.7" - "@tsconfig/node12" "^1.0.7" - "@tsconfig/node14" "^1.0.0" - "@tsconfig/node16" "^1.0.2" - acorn "^8.4.1" - acorn-walk "^8.1.1" - arg "^4.1.0" - create-require "^1.1.0" - diff "^4.0.1" - make-error "^1.1.1" - v8-compile-cache-lib "^3.0.1" - yn "3.1.1" - tsconfig-paths@^3.14.1: version "3.14.2" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088" @@ -15755,9 +15732,9 @@ tslib@1.14.1, tslib@^1.8.1, tslib@^1.9.0: integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" - integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== tsutils@^3.21.0: version "3.21.0" @@ -15783,7 +15760,7 @@ type-check@^0.4.0, type-check@~0.4.0: dependencies: prelude-ls "^1.2.1" -type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5: +type-detect@4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== @@ -15836,6 +15813,36 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" +typed-array-buffer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60" + integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + is-typed-array "^1.1.10" + +typed-array-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" + integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== + dependencies: + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + +typed-array-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" + integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + typed-array-length@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" @@ -15873,9 +15880,14 @@ u3@^0.1.1: integrity sha512-+J5D5ir763y+Am/QY6hXNRlwljIeRMZMGs0cT6qqZVVzzT3X3nFPXVyPOFRMOR4kupB0T8JnCdpWdp6Q/iXn3w== ua-parser-js@^0.7.30: - version "0.7.34" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.34.tgz#afb439e2e3e394bdc90080acb661a39c685b67d7" - integrity sha512-cJMeh/eOILyGu0ejgTKB95yKT3zOenSe9UGE3vj6WfiOwgGYnmATUsnDixMFvdU+rNMvWih83hrUP8VwhF9yXQ== + version "0.7.36" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.36.tgz#382c5d6fc09141b6541be2cae446ecfcec284db2" + integrity sha512-CPPLoCts2p7D8VbybttE3P2ylv0OBZEAy7a12DsulIEcAiMtWJy+PBgMXgWDI80D5UwqE8oQPHYnk13tm38M2Q== + +ua-parser-js@^1.0.35: + version "1.0.36" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.36.tgz#a9ab6b9bd3a8efb90bb0816674b412717b7c428c" + integrity sha512-znuyCIXzl8ciS3+y3fHJI/2OhQIXbXw9MWC/o3qwyR+RGppjZHrM27CGFSKCJXi2Kctiz537iOu2KnXs1lMQhw== uglify-es@^3.1.9: version "3.3.9" @@ -16003,10 +16015,10 @@ unset-value@^1.0.0: has-value "^0.3.1" isobject "^3.0.0" -update-browserslist-db@^1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" - integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== +update-browserslist-db@^1.0.13: + version "1.0.13" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4" + integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg== dependencies: escalade "^3.1.1" picocolors "^1.0.0" @@ -16050,9 +16062,9 @@ use-debounce@7.0.1: integrity sha512-fOrzIw2wstbAJuv8PC9Vg4XgwyTLEOdq4y/Z3IhVl8DAE4svRcgyEUvrEXu+BMNgMoc3YND6qLT61kkgEKXh7Q== use-latest-callback@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/use-latest-callback/-/use-latest-callback-0.1.5.tgz#a4a836c08fa72f6608730b5b8f4bbd9c57c04f51" - integrity sha512-HtHatS2U4/h32NlkhupDsPlrbiD27gSH5swBdtXbCAlc6pfOFzaj0FehW/FO12rx8j2Vy4/lJScCiJyM01E+bQ== + version "0.1.6" + resolved "https://registry.yarnpkg.com/use-latest-callback/-/use-latest-callback-0.1.6.tgz#3fa6e7babbb5f9bfa24b5094b22939e1e92ebcf6" + integrity sha512-VO/P91A/PmKH9bcN9a7O3duSuxe6M14ZoYXgA6a8dab8doWNdhiIHzEkX/jFeTTRBsX0Ubk6nG4q2NIjNsj+bg== use-sync-external-store@^1.0.0: version "1.2.0" @@ -16141,15 +16153,10 @@ uuid@^8.0.0, uuid@^8.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -v8-compile-cache-lib@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf" - integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== - v8-compile-cache@^2.0.3: - version "2.3.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" - integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== + version "2.4.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz#cdada8bec61e15865f05d097c5f4fd30e94dc128" + integrity sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw== v8-to-istanbul@^9.0.1: version "9.1.0" @@ -16173,9 +16180,9 @@ validate-npm-package-name@^3.0.0: builtins "^1.0.3" validator@^13.9.0: - version "13.9.0" - resolved "https://registry.yarnpkg.com/validator/-/validator-13.9.0.tgz#33e7b85b604f3bbce9bb1a05d5c3e22e1c2ff855" - integrity sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA== + version "13.11.0" + resolved "https://registry.yarnpkg.com/validator/-/validator-13.11.0.tgz#23ab3fd59290c61248364eabf4067f04955fbb1b" + integrity sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ== vary@^1, vary@~1.1.2: version "1.1.2" @@ -16224,13 +16231,14 @@ wcwidth@^1.0.1: defaults "^1.0.3" web3-utils@^1.3.4: - version "1.9.0" - resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.9.0.tgz#7c5775a47586cefb4ad488831be8f6627be9283d" - integrity sha512-p++69rCNNfu2jM9n5+VD/g26l+qkEOQ1m6cfRQCbH8ZRrtquTmrirJMgTmyOoax5a5XRYOuws14aypCOs51pdQ== + version "1.10.2" + resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.10.2.tgz#361103d28a94d5e2a87ba15d776a62c33303eb44" + integrity sha512-TdApdzdse5YR+5GCX/b/vQnhhbj1KSAtfrDtRW7YS0kcWp1gkJsN62gw6GzCaNTeXookB7UrLtmDUuMv65qgow== dependencies: + "@ethereumjs/util" "^8.1.0" bn.js "^5.2.1" ethereum-bloom-filters "^1.0.6" - ethereumjs-util "^7.1.0" + ethereum-cryptography "^2.1.2" ethjs-unit "0.1.6" number-to-bn "1.7.0" randombytes "^2.1.0" @@ -16242,9 +16250,9 @@ webidl-conversions@^3.0.0: integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0: - version "3.6.2" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" - integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== + version "3.6.19" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz#caefd92ae630b91c07345537e67f8354db470973" + integrity sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw== whatwg-url@^5.0.0: version "5.0.0" @@ -16266,21 +16274,20 @@ which-boxed-primitive@^1.0.2: is-symbol "^1.0.3" which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q== + version "2.0.1" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409" + integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== -which-typed-array@^1.1.2, which-typed-array@^1.1.9: - version "1.1.9" - resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6" - integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA== +which-typed-array@^1.1.11, which-typed-array@^1.1.2: + version "1.1.11" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a" + integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew== dependencies: available-typed-arrays "^1.0.5" call-bind "^1.0.2" for-each "^0.3.3" gopd "^1.0.1" has-tostringtag "^1.0.0" - is-typed-array "^1.1.10" which@^1.2.9: version "1.3.1" @@ -16308,22 +16315,12 @@ wonka@^4.0.14: resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.15.tgz#9aa42046efa424565ab8f8f451fcca955bf80b89" integrity sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg== -wonka@^6.1.2: - version "6.3.1" - resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.1.tgz#315b2a91e134c4032980836e6d97e13d0927634d" - integrity sha512-nJyGPcjuBiaLFn8QAlrHd+QjV9AlPO7snOWAhgx6aX0nQLMV6Wi0nqfrkmsXIH0efngbDOroOz2QyLnZMF16Hw== - -word-wrap@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -workerpool@6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343" - integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== +wonka@^6.3.2: + version "6.3.4" + resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.4.tgz#76eb9316e3d67d7febf4945202b5bdb2db534594" + integrity sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg== -wrap-ansi@^6.2.0: +wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== @@ -16391,9 +16388,9 @@ ws@^7, ws@^7.4.5, ws@^7.5.1: integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== ws@^8.12.1, ws@^8.5.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" - integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== + version "8.14.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f" + integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g== xcode@^3.0.0, xcode@^3.0.1: version "3.0.1" @@ -16489,11 +16486,6 @@ yaml@^1.10.0: resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yargs-parser@20.2.4: - version "20.2.4" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" - integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== - yargs-parser@^18.1.2: version "18.1.3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" @@ -16502,39 +16494,11 @@ yargs-parser@^18.1.2: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^20.2.2: - version "20.2.9" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" - integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== - yargs-parser@^21.1.1: version "21.1.1" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== -yargs-unparser@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb" - integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA== - dependencies: - camelcase "^6.0.0" - decamelize "^4.0.0" - flat "^5.0.2" - is-plain-obj "^2.1.0" - -yargs@16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" - integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== - dependencies: - cliui "^7.0.2" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.0" - y18n "^5.0.5" - yargs-parser "^20.2.2" - yargs@^15.1.0, yargs@^15.3.1: version "15.4.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" @@ -16565,11 +16529,6 @@ yargs@^17.3.1, yargs@^17.5.1: y18n "^5.0.5" yargs-parser "^21.1.1" -yn@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" - integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== - yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"