diff --git a/CHANGES b/CHANGES index ca215c9..cb0f6b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +3.10.0 - 2023-06-22 +- Added compliance information to the Reader information page. +- Added payment verification check for unlikely cases where a payment issue occurs mid-transaction which shows to the customer as failed, but still went through. + +3.8.0 - 2023-05-02 +- Decrease SDK binary size. +- Fix issue when no error is returned on Zettle flow start while another VC is being dismissed/shown (support issue https://github.com/iZettle/sdk-ios/issues/424). + 3.7.2 - 2023-04-04 - Fix for crash when calling charge while not being logged in. diff --git a/Example/iZettleSDKSample.xcodeproj/project.pbxproj b/Example/iZettleSDKSample.xcodeproj/project.pbxproj index e61e7b3..2b3f0b2 100644 --- a/Example/iZettleSDKSample.xcodeproj/project.pbxproj +++ b/Example/iZettleSDKSample.xcodeproj/project.pbxproj @@ -367,7 +367,6 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; DEVELOPMENT_TEAM = ""; - ENABLE_BITCODE = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/../**", @@ -381,6 +380,9 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.izettle.iZorn; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_OBJC_BRIDGING_HEADER = "iZettleSDKSample/iZettle SDK Sample-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; @@ -396,7 +398,6 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; DEVELOPMENT_TEAM = ""; - ENABLE_BITCODE = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/../**", @@ -410,6 +411,9 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.izettle.iZorn; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_OBJC_BRIDGING_HEADER = "iZettleSDKSample/iZettle SDK Sample-Bridging-Header.h"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; diff --git a/Gemfile.lock b/Gemfile.lock index 9257e80..d216e92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,12 +3,12 @@ GEM specs: CFPropertyList (3.0.6) rexml - activesupport (7.0.4.3) + activesupport (7.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.2) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) @@ -16,27 +16,27 @@ GEM artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.2.0) - aws-partitions (1.740.0) - aws-sdk-core (3.171.0) + aws-partitions (1.787.0) + aws-sdk-core (3.178.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.63.0) - aws-sdk-core (~> 3, >= 3.165.0) + aws-sdk-kms (1.71.0) + aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.120.0) - aws-sdk-core (~> 3, >= 3.165.0) + aws-sdk-s3 (1.130.0) + aws-sdk-core (~> 3, >= 3.177.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.4) - aws-sigv4 (1.5.2) + aws-sigv4 (~> 1.6) + aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) claide (1.1.0) - cocoapods (1.12.0) + cocoapods (1.12.1) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.12.0) + cocoapods-core (= 1.12.1) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.6.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -51,7 +51,7 @@ GEM nap (~> 1.0) ruby-macho (>= 2.3.0, < 3.0) xcodeproj (>= 1.21.0, < 2.0) - cocoapods-core (1.12.0) + cocoapods-core (1.12.1) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -76,7 +76,7 @@ GEM highline (~> 2.0.0) concurrent-ruby (1.2.2) declarative (0.0.20) - digest-crc (0.6.4) + digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -85,7 +85,7 @@ GEM escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) - excon (0.99.0) + excon (0.100.0) faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -114,8 +114,8 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - fastimage (2.2.6) - fastlane (2.212.1) + fastimage (2.2.7) + fastlane (2.214.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -139,7 +139,7 @@ GEM json (< 3.0.0) jwt (>= 2.1.0, < 3) mini_magick (>= 4.9.4, < 5.0.0) - multipart-post (~> 2.0.0) + multipart-post (>= 2.0.0, < 3.0.0) naturally (~> 2.2) optparse (~> 0.1.1) plist (>= 3.1.0, < 4.0.0) @@ -158,7 +158,7 @@ GEM fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) - google-apis-androidpublisher_v3 (0.38.0) + google-apis-androidpublisher_v3 (0.45.0) google-apis-core (>= 0.11.0, < 2.a) google-apis-core (0.11.0) addressable (~> 2.5, >= 2.5.1) @@ -189,7 +189,7 @@ GEM google-cloud-core (~> 1.6) googleauth (>= 0.16.2, < 2.a) mini_mime (~> 1.0) - googleauth (1.5.0) + googleauth (1.7.0) faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) memoist (~> 0.16) @@ -200,18 +200,18 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jmespath (1.6.2) json (2.6.3) - jwt (2.7.0) + jwt (2.7.1) memoist (0.16.2) mini_magick (4.12.0) mini_mime (1.1.2) - minitest (5.18.0) + minitest (5.18.1) molinillo (0.8.0) multi_json (1.15.0) - multipart-post (2.0.0) + multipart-post (2.3.0) nanaimo (0.3.0) nap (1.1.0) naturally (2.2.1) diff --git a/iZettleSDK.podspec b/iZettleSDK.podspec index a437aa0..726f9a8 100644 --- a/iZettleSDK.podspec +++ b/iZettleSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'iZettleSDK' - s.version = '3.7.2' + s.version = '3.10.0' s.summary = 'iZettle SDK for iOS' s.description = <<-DESC For detailed information, please see iZettleSDK documentation and Readme. diff --git a/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Info.plist b/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Info.plist index 1c6fd44..55bc320 100644 --- a/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Info.plist +++ b/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 3.7.2 + 3.10.0 CFBundleVersion 1 diff --git a/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Resources/DWARF/iZettlePayments b/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Resources/DWARF/iZettlePayments index 987f833..25dcd5c 100644 Binary files a/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Resources/DWARF/iZettlePayments and b/iZettleSDK/iZettlePayments.framework.dSYM/Contents/Resources/DWARF/iZettlePayments differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (history).mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (history).mom index 7a8cb1d..089f844 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (history).mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (history).mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new config).mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new config).mom index 89e51e6..4c00383 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new config).mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new config).mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new product library).mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new product library).mom index 61446ed..225f2fd 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new product library).mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account (new product library).mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.10 (cash register).mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.10 (cash register).mom index 98c5552..c1b248c 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.10 (cash register).mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.10 (cash register).mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.11 (inventory).mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.11 (inventory).mom index 26dcb47..55b4ce1 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.11 (inventory).mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 4.11 (inventory).mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.16.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.16.mom index 68934fa..a3119ec 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.16.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.16.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.19.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.19.mom index 8ef6fde..589df88 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.19.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.19.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.2.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.2.mom index 29eccab..84780e9 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.2.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.2.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.20.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.20.mom index 86f6363..f145934 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.20.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.20.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.21.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.21.mom index 82e2e0e..60e90a8 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.21.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.21.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3 (Report).mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3 (Report).mom index 5edbd1e..d4aeea3 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3 (Report).mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3 (Report).mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3.mom index e8bc8d7..b600812 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.3.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.32.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.32.mom index bfdebce..56d2c1e 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.32.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.32.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.4.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.4.mom index 9ee8316..fa1ca35 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.4.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.4.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.41.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.41.mom index 85bb9ec..accdd3d 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.41.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.41.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.42.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.42.mom index 402e35c..ea54df6 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.42.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.42.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.7.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.7.mom index a630c60..9eff2b6 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.7.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.7.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.8.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.8.mom index 8fb6919..46db5fe 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.8.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account 5.8.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account.mom index 4b54a75..0a52825 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/Account.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.1.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.1.mom index 30dfd91..6742543 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.1.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.1.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.mom b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.mom index 10d0a90..d513e81 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.mom and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Account.momd/SDK Account 3.0.3.mom differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Assets.car b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Assets.car index f6e6f44..5279ac7 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Assets.car and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Assets.car differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Headers/iZettlePayments-Swift.h b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Headers/iZettlePayments-Swift.h index 1a91cc0..b589657 100644 --- a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Headers/iZettlePayments-Swift.h +++ b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Headers/iZettlePayments-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) #ifndef IZETTLEPAYMENTS_SWIFT_H #define IZETTLEPAYMENTS_SWIFT_H #pragma clang diagnostic push @@ -23,7 +23,6 @@ # include #endif -#pragma clang diagnostic ignored "-Wduplicate-method-match" #pragma clang diagnostic ignored "-Wauto-import" #if defined(__OBJC__) #include @@ -32,10 +31,24 @@ #include #include #include +#include +#include +#include +#include #else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if __has_include() +# include +#else +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +#endif #endif #if !defined(SWIFT_TYPEDEFS) @@ -71,53 +84,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -137,28 +163,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -187,14 +210,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif #if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction #endif #endif #if !defined(SWIFT_EXTERN) @@ -207,34 +232,37 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_CALL) # define SWIFT_CALL __attribute__((swiftcall)) #endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif #if defined(__cplusplus) -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT noexcept -#endif #else -#if !defined(SWIFT_NOEXCEPT) # define SWIFT_NOEXCEPT #endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) #endif -#if defined(__cplusplus) -#if !defined(SWIFT_CXX_INT_DEFINED) -#define SWIFT_CXX_INT_DEFINED -namespace swift { -using Int = ptrdiff_t; -using UInt = size_t; -} +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL #endif #endif #if defined(__OBJC__) -#if __has_feature(modules) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif -@import AuthenticationServices; @import CoreFoundation; @import Foundation; @import ObjectiveC; @import UIKit; -@import WebKit; #endif diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Info.plist b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Info.plist index 5cf68fc..2e65669 100644 Binary files a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Info.plist and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Info.plist differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Loader.json b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Loader.json new file mode 100644 index 0000000..380cb84 --- /dev/null +++ b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Loader.json @@ -0,0 +1 @@ +{"v":"5.6.5","fr":60,"ip":0,"op":92,"w":280,"h":280,"nm":"Anim4_done","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Path 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[162.633,27.446,0],"ix":2},"a":{"a":0,"k":[22.633,-116.554,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":1,"k":[{"t":0,"s":[{"i":[[8.133,-1.975],[1.731,-0.995],[1.191,-1.267],[0.74,-1.388],[0.377,-1.359],[-1.107,-3.992],[-2.85,-2.427],[-3.693,-0.846],[-3.637,0.751],[-2.581,4.889],[1.02,5.548],[4.592,3.26]],"o":[[-2.358,0.572],[-1.731,0.995],[-1.191,1.267],[-0.74,1.389],[-1.537,5.542],[1.107,3.992],[2.85,2.427],[3.693,0.846],[6.214,-1.282],[2.581,-4.889],[-1.02,-5.548],[-4.592,-3.26]],"v":[[-6,-141],[-12.11,-138.611],[-16.471,-135.181],[-19.346,-131.16],[-21,-127],[-21.42,-112.695],[-15.261,-103.061],[-5.221,-98.147],[6,-98],[19.185,-107.993],[21.519,-124.385],[13.094,-138.335]],"c":true}],"h":1},{"t":1,"s":[{"i":[[5.117,-1.243],[1.73,-0.987],[1.187,-1.26],[0.739,-1.393],[0.385,-1.387],[-2.909,-4.743],[-5.338,-1.31],[-5.01,2.088],[-1.925,5.451],[0.616,4.094],[2.516,2.87],[4.017,1.091]],"o":[[-2.366,0.575],[-1.73,0.987],[-1.187,1.26],[-0.739,1.393],[-2.276,8.209],[2.909,4.743],[5.338,1.31],[5.01,-2.088],[1.683,-4.764],[-0.616,-4.094],[-2.516,-2.87],[-4.017,-1.091]],"v":[[-6,-141],[-12.12,-138.623],[-16.472,-135.219],[-19.338,-131.205],[-21,-127],[-19.361,-107.58],[-6.302,-98.509],[9.908,-99.683],[21,-111],[22.5,-124.427],[17.701,-135.011],[7.801,-141.09]],"c":true}],"h":1},{"t":2,"s":[{"i":[[4.305,-1.065],[1.844,-1.08],[1.351,-1.386],[0.831,-1.487],[0.286,-1.386],[-3.501,-4.603],[-5.786,-0.721],[-5.017,2.742],[-1.194,5.788],[1.176,3.822],[2.812,2.364],[3.855,0.735]],"o":[[-2.312,0.572],[-1.844,1.08],[-1.351,1.386],[-0.831,1.487],[-1.837,8.903],[3.501,4.603],[5.786,0.721],[5.017,-2.742],[1.054,-5.108],[-1.176,-3.822],[-2.812,-2.364],[-3.855,-0.735]],"v":[[-6,-141],[-12.241,-138.471],[-17.039,-134.721],[-20.318,-130.361],[-22,-126],[-18.741,-105.846],[-4.048,-97.964],[12.919,-101.1],[23,-114],[22.669,-127.437],[16.538,-136.759],[6.388,-141.451]],"c":true}],"h":1},{"t":3,"s":[{"i":[[7.806,-0.765],[2.845,-1.469],[1.694,-2.215],[0.628,-2.637],[-0.353,-2.737],[-1.248,-2.513],[-2.058,-1.966],[-2.782,-1.096],[-3.421,0.097],[-3.581,4.498],[0.321,5.762],[4.117,4.008]],"o":[[-4.082,0.4],[-2.845,1.469],[-1.694,2.215],[-0.628,2.637],[0.353,2.737],[1.248,2.513],[2.058,1.966],[2.782,1.096],[7.589,-0.216],[3.581,-4.498],[-0.321,-5.762],[-4.117,-4.008]],"v":[[-1,-142],[-11.37,-139.116],[-18.157,-133.51],[-21.618,-126.151],[-22.009,-118.009],[-19.586,-110.053],[-14.607,-103.253],[-7.326,-98.579],[2,-97],[18.729,-104.826],[23.594,-120.971],[16.911,-136.381]],"c":true}],"h":1},{"t":4,"s":[{"i":[[9.312,-1.464],[2.132,-0.887],[1.596,-1.193],[1.041,-1.334],[0.468,-1.31],[-0.629,-3.9],[-2.254,-2.615],[-2.998,-1.407],[-2.861,-0.276],[-4.583,4.506],[0.152,6.218],[4.783,4.229]],"o":[[-2.65,0.416],[-2.132,0.887],[-1.596,1.193],[-1.041,1.334],[-1.878,5.262],[0.629,3.9],[2.254,2.615],[2.998,1.407],[9.42,0.91],[4.583,-4.506],[-0.152,-6.218],[-4.783,-4.229]],"v":[[-2,-142],[-9.177,-140.003],[-14.773,-136.84],[-18.733,-133.008],[-21,-129],[-22.653,-115.276],[-18.108,-105.521],[-10.008,-99.506],[-1,-97],[19.978,-103.319],[26.598,-120.331],[19.169,-136.927]],"c":true}],"h":1},{"t":5,"s":[{"i":[[4.924,-0.986],[1.553,-0.515],[1.187,-0.651],[0.915,-0.81],[0.739,-0.993],[-2.689,-6.007],[-6.889,-2.712],[-6.756,2.026],[-2.29,8.208],[1.291,3.972],[3.246,2.611],[4.457,0.958]],"o":[[-2.014,0.403],[-1.553,0.515],[-1.187,0.651],[-0.915,0.81],[-5.844,7.859],[2.689,6.007],[6.889,2.712],[6.756,-2.026],[1.407,-5.043],[-1.291,-3.972],[-3.246,-2.611],[-4.457,-0.958]],"v":[[-3,-142],[-8.327,-140.628],[-12.413,-138.885],[-15.542,-136.7],[-18,-134],[-21.65,-112.839],[-6.201,-99.398],[15.349,-98.009],[30,-113],[29.987,-126.596],[22.996,-136.543],[11.257,-141.968]],"c":true}],"h":1},{"t":6,"s":[{"i":[[4.361,-0.914],[2.372,-5.856],[-3.139,-6.041],[-7.067,-2.54],[-9.412,4.647],[-1.718,1.598],[-1.357,2.323],[-0.461,2.939],[0.971,3.444],[2.284,2.417],[3.298,1.387],[3.99,0.277]],"o":[[-9.466,1.984],[-2.372,5.856],[3.139,6.041],[7.067,2.54],[1.543,-0.762],[1.718,-1.598],[1.357,-2.323],[0.461,-2.939],[-0.949,-3.365],[-2.284,-2.417],[-3.298,-1.387],[-3.99,-0.277]],"v":[[-3,-142],[-20.362,-129.318],[-18.817,-110.552],[-3.113,-96.76],[22,-99],[27.024,-102.567],[31.77,-108.476],[34.631,-116.398],[34,-126],[29.07,-134.693],[20.618,-140.419],[9.606,-142.936]],"c":true}],"h":1},{"t":7,"s":[{"i":[[5.168,-0.954],[1.663,-0.481],[1.232,-0.619],[0.952,-0.829],[0.825,-1.11],[-3.54,-6.175],[-8.27,-2.56],[-7.72,2.145],[-1.89,7.941],[1.948,4.288],[4.207,2.418],[5.28,0.671]],"o":[[-2.247,0.415],[-1.663,0.481],[-1.232,0.619],[-0.952,0.829],[-6.47,8.701],[3.54,6.175],[8.27,2.56],[7.72,-2.145],[1.495,-6.28],[-1.948,-4.288],[-4.207,-2.418],[-5.28,-0.671]],"v":[[-2,-142],[-7.828,-140.675],[-12.133,-139.043],[-15.371,-136.89],[-18,-134],[-21.075,-111.413],[-2.04,-98.038],[23.265,-97.143],[39,-112],[38.024,-127.822],[28.495,-137.851],[13.969,-142.454]],"c":true}],"h":1},{"t":8,"s":[{"i":[[4.677,-0.84],[1.967,-0.696],[1.438,-0.921],[1.002,-1.139],[0.658,-1.351],[-6.128,-6.072],[-10.18,-0.891],[-6.962,4.877],[3.526,11.231],[3.07,2.554],[4.289,1.405],[4.825,0.274]],"o":[[-2.59,0.465],[-1.967,0.696],[-1.438,0.921],[-1.002,1.139],[-5.195,10.666],[6.128,6.072],[10.18,0.891],[6.962,-4.877],[-1.168,-3.719],[-3.07,-2.554],[-4.289,-1.405],[-4.825,-0.274]],"v":[[-2,-142],[-8.812,-140.256],[-13.898,-137.828],[-17.534,-134.736],[-20,-131],[-16.784,-105.746],[9.495,-95.154],[37.027,-100.985],[44,-125],[37.473,-134.405],[26.264,-140.338],[12.423,-142.853]],"c":true}],"h":1},{"t":9,"s":[{"i":[[5.154,-0.925],[3.274,-2.649],[1.574,-3.765],[-0.862,-4.108],[-4.034,-3.678],[-6.65,-1.412],[-7.21,0.551],[-5.33,2.563],[-1.011,4.623],[3.175,4.553],[5.83,2.546],[6.49,0.72]],"o":[[-4.237,0.761],[-3.274,2.649],[-1.574,3.765],[0.862,4.108],[3.65,3.328],[6.65,1.412],[7.21,-0.551],[5.33,-2.563],[1.474,-6.74],[-3.175,-4.553],[-5.83,-2.546],[-6.49,-0.72]],"v":[[-2,-142],[-13.45,-136.691],[-20.906,-126.876],[-22.159,-114.873],[-15,-103],[1.06,-95.877],[22.459,-94.574],[41.879,-99.234],[52,-110],[48.949,-126.895],[34.942,-137.499],[15.964,-142.353]],"c":true}],"h":1},{"t":10,"s":[{"i":[[9.265,-1.663],[2.492,-1.243],[1.562,-1.738],[0.789,-2.126],[0.171,-2.407],[-7.643,-3.209],[-10.305,-0.834],[-5.08,-0.751],[-4.011,1.462],[-2.483,3.879],[0.978,6.373],[12.869,4.619]],"o":[[-3.579,0.642],[-2.492,1.243],[-1.562,1.738],[-0.789,2.126],[-0.877,12.331],[7.643,3.209],[5.668,0.459],[5.08,0.751],[3.049,-1.111],[2.482,-3.879],[-1.257,-8.187],[-12.87,-4.619]],"v":[[-2,-142],[-11.068,-139.145],[-17.111,-134.648],[-20.599,-128.826],[-22,-122],[-10.387,-100.377],[18,-96],[34.242,-93.56],[48,-94],[57.02,-101.553],[60,-117],[35.006,-136.888]],"c":true}],"h":1},{"t":11,"s":[{"i":[[8.014,-1.54],[3.155,-3.419],[0.354,-4.972],[-8.655,-2.822],[-11.338,-1.268],[-5.068,-1.55],[-4.406,1.021],[-2.632,3.021],[-0.385,4.2],[4.975,3.463],[6.913,2.296],[7.453,2.289]],"o":[[-7.027,1.35],[-3.155,3.419],[-0.957,13.445],[8.655,2.822],[7.322,0.819],[5.068,1.55],[3.087,-0.715],[2.632,-3.021],[0.811,-8.853],[-4.975,-3.463],[-7.177,-2.383],[-7.452,-2.289]],"v":[[-2,-142],[-17.005,-134.717],[-22,-122],[-8.721,-99.868],[23,-96],[41.187,-91.62],[55,-90],[64.027,-95.886],[69,-107],[61.793,-124.418],[43,-132],[21.128,-139.942]],"c":true}],"h":1},{"t":12,"s":[{"i":[[8.475,-1.586],[3.205,-3.275],[0.401,-5.63],[-11.293,-1.789],[-13.001,-3.336],[-4.063,-2.283],[-5.409,0.758],[-2.874,3.329],[-0.13,4.07],[5.406,2.949],[7.647,2.834],[6.856,2.968]],"o":[[-6.778,1.269],[-3.205,3.275],[-1.175,16.507],[11.293,1.789],[6.34,1.627],[4.063,2.283],[4.375,-0.614],[2.874,-3.329],[0.269,-8.37],[-5.405,-2.949],[-7.046,-2.611],[-8.369,-3.623]],"v":[[-2,-142],[-16.783,-135.27],[-22,-122],[-4.131,-98.622],[35,-95],[49.698,-88.211],[63,-85],[74.183,-91.408],[79,-103],[70.436,-118.652],[50,-126],[31,-138]],"c":true}],"h":1},{"t":13,"s":[{"i":[[14.399,-2.705],[3.269,-3.107],[0.453,-6.358],[-12.901,-1.627],[-13.634,-3.071],[-3.975,-3.91],[-6.427,0.144],[-3.179,3.225],[-0.296,3.989],[5.931,2.372],[7.072,2.737],[9.278,4.363]],"o":[[-6.47,1.216],[-3.27,3.107],[-1.239,17.419],[12.901,1.627],[6.672,1.502],[3.975,3.91],[4.987,-0.112],[3.179,-3.225],[0.797,-10.773],[-5.931,-2.372],[-8.552,-3.31],[-9.568,-4.5]],"v":[[-2,-142],[-16.513,-135.856],[-22,-122],[-1.155,-97.738],[42,-95],[56.684,-85.265],[71,-78],[83.519,-83.592],[89,-95],[79.902,-112.527],[59,-118],[37,-136]],"c":true}],"h":1},{"t":14,"s":[{"i":[[13.425,-2.637],[3.039,-1.892],[1.677,-3.615],[-7.895,-4.974],[-10.55,-0.891],[-3.764,-0.671],[-2.852,0.029],[-4.604,-1.272],[-23.499,5.017],[10.492,9.67],[11.11,4.908],[4.062,4.063]],"o":[[-4.169,0.819],[-3.039,1.892],[-6.129,13.215],[7.895,4.974],[4.09,0.346],[3.764,0.671],[5.772,-0.058],[12.617,3.486],[11.351,-2.423],[-7.71,-7.106],[-6.351,-2.806],[-7.252,-7.252]],"v":[[-2,-142],[-12.869,-138.097],[-20,-130],[-14.509,-103.757],[16,-96],[27.928,-94.22],[38,-93],[54,-95],[87,-70],[94,-102],[66,-107],[53,-128]],"c":true}],"h":1},{"t":15,"s":[{"i":[[2.061,-0.415],[3.494,-3.44],[0.211,-6.07],[-8.293,-2.818],[-11.262,-1.222],[-5.253,-1.3],[-3.971,0.963],[-1.924,6.224],[4.532,5.687],[8.677,3.309],[7.033,1.93],[3.925,0.132]],"o":[[-5.813,1.17],[-3.494,3.44],[-0.435,12.507],[8.293,2.817],[7.017,0.762],[5.253,1.3],[5.837,-1.416],[1.924,-6.224],[-2.261,-2.836],[-8.677,-3.309],[-3.241,-0.889],[-3.925,-0.132]],"v":[[-2,-142],[-16.202,-135.175],[-22,-121],[-8.773,-100.036],[22,-96],[40.284,-92.206],[54,-91],[66.277,-103.797],[63,-123],[44.579,-132.68],[19,-141],[7.615,-142.478]],"c":true}],"h":1},{"t":16,"s":[{"i":[[9.782,-1.623],[1.064,-9.439],[-11.34,-4.238],[-6.63,0.192],[-6.794,-1.644],[-4.185,-2.115],[-5.722,0.802],[-2.817,3.762],[0.169,4.264],[5.662,2.859],[7.044,2.823],[7.53,3.095]],"o":[[-12.085,2.005],[-1.064,9.439],[5.687,2.126],[6.63,-0.192],[5.538,1.34],[4.185,2.115],[4.901,-0.687],[2.817,-3.762],[-0.307,-7.74],[-5.662,-2.859],[-8.097,-3.245],[-7.53,-3.094]],"v":[[-1,-142],[-21.068,-121.675],[-6,-98],[12.67,-96.139],[33,-95],[46.862,-88.894],[61,-86],[72.803,-93.317],[77,-106],[67.053,-120.688],[47,-128],[24.263,-138.651]],"c":true}],"h":1},{"t":17,"s":[{"i":[[8.476,-1.369],[3.482,-3.337],[0.228,-6.548],[-12.442,-1.766],[-12.791,-2.817],[-4.432,-3.614],[-7.459,0.736],[-2.769,6.062],[5.079,6.162],[4.671,1.078],[5.117,2.02],[8.066,4.061]],"o":[[-6.843,1.106],[-3.482,3.337],[-0.561,16.118],[12.443,1.766],[5.811,1.279],[4.433,3.614],[6.004,-0.592],[2.769,-6.062],[-2.199,-2.667],[-4.671,-1.078],[-7.902,-3.12],[-9.361,-4.713]],"v":[[-1,-142],[-16.462,-135.582],[-22,-121],[-1.014,-98.025],[40,-95],[54.263,-85.989],[71,-80],[85.312,-91.323],[83,-111],[72.189,-115.985],[57,-120],[37,-136]],"c":true}],"h":1},{"t":18,"s":[{"i":[[11.943,-2.037],[2.884,-1.866],[1.822,-6.574],[-10.955,-4.33],[-12.41,-0.419],[-3.356,0.275],[-2.769,-0.972],[-2.951,-4.81],[-7.249,-1.025],[17.249,6.093],[6.595,2.444],[6.865,5.853]],"o":[[-5.644,0.963],[-2.884,1.866],[-4.23,15.26],[10.955,4.33],[3.805,0.129],[3.356,-0.275],[4.947,1.736],[2.951,4.81],[26.349,3.726],[-5.47,-1.932],[-8.335,-3.089],[-7.143,-6.09]],"v":[[-1,-142],[-13.366,-138.709],[-20,-127],[-6.48,-99.37],[32,-94],[42.777,-94.633],[52,-94],[62.274,-82.467],[76,-72],[85,-108],[66,-110],[50,-130]],"c":true}],"h":1},{"t":19,"s":[{"i":[[5.356,-0.715],[2.462,-0.924],[2.008,-1.547],[1.292,-2.225],[0.314,-2.957],[-8.031,-3.219],[-10.258,-1.126],[-7.512,-0.413],[-3.725,7.666],[7.01,5.039],[7.469,2.507],[5.043,1.385]],"o":[[-2.654,0.354],[-2.462,0.924],[-2.008,1.547],[-1.292,2.225],[-1.381,12.998],[8.031,3.219],[9.229,1.013],[7.512,0.413],[5.508,-11.337],[-7.01,-5.039],[-6.473,-2.173],[-5.043,-1.386]],"v":[[2,-142],[-5.739,-140.097],[-12.509,-136.404],[-17.525,-130.759],[-20,-123],[-8.229,-100.596],[21,-96],[46.628,-91.991],[64,-101],[58.733,-124.622],[34,-135],[17.163,-140.666]],"c":true}],"h":1},{"t":20,"s":[{"i":[[9.182,-2.068],[0.563,-8.804],[-9.519,-4.246],[-6.396,-0.048],[-6.782,-1.74],[-3.76,-1.753],[-4.346,0.453],[-2.93,3.812],[0.169,4.182],[5.976,2.646],[7.727,3.261],[6.773,2.557]],"o":[[-11.267,2.537],[-0.563,8.804],[4.633,2.067],[6.396,0.048],[5.614,1.441],[3.76,1.753],[5.451,-0.568],[2.929,-3.812],[-0.37,-9.155],[-5.976,-2.646],[-6.727,-2.839],[-6.773,-2.557]],"v":[[0,-141],[-17.589,-121.282],[-4,-99],[12.888,-96.755],[33,-95],[46.451,-89.579],[58,-87],[70.715,-94.29],[75,-107],[64.518,-122.92],[43,-130],[23.341,-139.181]],"c":true}],"h":1},{"t":21,"s":[{"i":[[8.473,-1.554],[2.995,-6.911],[-6.005,-6.883],[-8.341,-0.365],[-10.188,-2.294],[-4.03,-3.2],[-5.572,0.221],[-3.12,3.817],[0.182,4.505],[5.634,2.441],[7.129,2.909],[8.275,3.588]],"o":[[-8.023,1.471],[-2.995,6.911],[5.449,6.246],[8.341,0.365],[6.306,1.421],[4.03,3.2],[5.702,-0.227],[3.12,-3.817],[-0.337,-8.328],[-5.634,-2.441],[-8.395,-3.425],[-6.78,-2.94]],"v":[[4,-141],[-13.521,-127.059],[-10,-105],[10.945,-97.036],[39,-95],[53.55,-86.769],[67,-81],[80.413,-87.792],[85,-101],[75.094,-115.565],[55,-122],[34,-137]],"c":true}],"h":1},{"t":22,"s":[{"i":[[13.84,-3.357],[0.754,-8.405],[-7.537,-4.069],[-9.276,-0.017],[-5.677,-2.033],[-2.604,-4.155],[-5.231,-1.461],[-2.631,8.913],[10.62,3.725],[3.655,0.067],[2.669,1.428],[6.657,4.458]],"o":[[-9.523,2.31],[-0.753,8.405],[7.219,3.898],[9.276,0.017],[5.355,1.917],[2.603,4.155],[12.095,3.378],[2.631,-8.913],[-3.711,-1.302],[-3.655,-0.067],[-7.426,-3.974],[-9.689,-6.488]],"v":[[5,-140],[-10.294,-121.319],[0,-100],[26.157,-95.602],[50,-94],[60.592,-83.658],[71,-74],[94.036,-86.673],[83,-110],[71.719,-111.405],[62,-113],[46,-132]],"c":true}],"h":1},{"t":23,"s":[{"i":[[6.497,-1.576],[2.474,-2.425],[1.132,-3.301],[-0.534,-3.476],[-2.522,-2.95],[-4.067,-1.722],[-5.23,-1.357],[-4.923,-0.581],[-3.147,0.604],[-1.887,6.472],[4.962,5.688],[10.137,3.047]],"o":[[-3.494,0.847],[-2.474,2.425],[-1.132,3.301],[0.533,3.476],[1.434,1.677],[4.067,1.722],[5.23,1.357],[4.923,0.581],[7.413,-1.422],[1.887,-6.472],[-2.954,-3.387],[-10.137,-3.047]],"v":[[9,-139],[-0.034,-133.917],[-5.524,-125.154],[-6.502,-114.814],[-2,-105],[6.619,-99.798],[20.93,-95.078],[36.527,-92.069],[49,-92],[63.282,-105.3],[59,-125],[36.657,-135.722]],"c":true}],"h":1},{"t":24,"s":[{"i":[[6.058,-1.416],[2.516,-3.07],[0.347,-3.413],[-6.395,-2.996],[-8.596,-2.442],[-3.839,-1.489],[-3.957,0.573],[-2.992,3.401],[0.233,5.779],[5.49,2.997],[6.73,2.353],[4.036,1.76]],"o":[[-5.587,1.306],[-2.516,3.07],[-1.178,11.575],[6.396,2.996],[5.689,1.616],[3.839,1.489],[4.267,-0.618],[2.992,-3.401],[-0.309,-7.66],[-5.49,-2.997],[-6.797,-2.376],[-4.036,-1.76]],"v":[[15,-138],[3.071,-131.081],[-1,-121],[8.169,-101.151],[32,-95],[45.799,-89.858],[57,-88],[68.375,-94.13],[73,-108],[63.316,-122.981],[44,-130],[28.945,-136.845]],"c":true}],"h":1},{"t":25,"s":[{"i":[[7.032,-0.82],[3.377,-4.183],[-1.99,-8.511],[-5.759,-1.599],[-7.233,-2.201],[-3.284,-2.487],[-3.697,-0.478],[-3.991,3.208],[-0.036,6.076],[5.517,2.705],[6.981,2.591],[4.402,3.207]],"o":[[-6.483,0.755],[-3.377,4.183],[1.731,7.404],[5.759,1.599],[5.166,1.572],[3.284,2.487],[6.999,0.906],[3.991,-3.208],[0.052,-8.59],[-5.517,-2.705],[-5.36,-1.99],[-4.402,-3.207]],"v":[[24,-137],[8.645,-129.817],[6,-111],[17.873,-99.098],[38,-95],[50.102,-88.18],[60,-83],[76.722,-86.764],[83,-101],[73.775,-116.499],[54,-123],[40.254,-132.107]],"c":true}],"h":1},{"t":26,"s":[{"i":[[10.791,-2.575],[2.342,-3.269],[-0.008,-4.579],[-6.995,-1.724],[-6.998,-2.541],[-3.643,-4.265],[-7.091,0],[-3.213,4.16],[1.636,7.36],[5.454,1.349],[6.577,2.372],[4.228,4.986]],"o":[[-5.641,1.346],[-2.342,3.269],[0.02,11.563],[6.995,1.724],[5.337,1.938],[3.643,4.266],[6.785,0],[3.213,-4.16],[-1.608,-7.23],[-5.454,-1.349],[-7.296,-2.631],[-4.228,-4.986]],"v":[[28,-134],[16.263,-126.925],[13,-115],[25.267,-97.733],[48,-94],[60.184,-83.047],[75,-75],[90.316,-81.48],[93,-99],[81.727,-110.144],[63,-114],[48.121,-127.904]],"c":true}],"h":1},{"t":27,"s":[{"i":[[8.037,-1.804],[1.839,-1.224],[1.242,-1.708],[0.644,-1.999],[0.045,-2.098],[-0.556,-2.003],[-1.157,-1.716],[-1.76,-1.236],[-2.364,-0.563],[-4.29,3.725],[0.112,5.736],[4.221,3.893]],"o":[[-2.435,0.547],[-1.839,1.224],[-1.242,1.708],[-0.644,1.999],[-0.045,2.098],[0.556,2.003],[1.157,1.716],[1.76,1.236],[8.986,2.139],[4.29,-3.725],[-0.112,-5.736],[-4.221,-3.893]],"v":[[37,-131],[30.587,-128.296],[25.964,-123.85],[23.134,-118.242],[22.101,-112.048],[22.867,-105.849],[25.437,-100.222],[29.813,-95.746],[36,-93],[55.84,-96.343],[62.034,-111.498],[55.46,-126.904]],"c":true}],"h":1},{"t":28,"s":[{"i":[[3.963,-0.822],[1.736,-0.948],[1.27,-1.229],[0.774,-1.291],[0.247,-1.135],[-3.1,-4.069],[-5.127,-0.496],[-4.339,2.696],[-0.734,5.507],[0.916,3.033],[2.136,2.004],[3.152,0.719]],"o":[[-2.172,0.45],[-1.736,0.948],[-1.27,1.229],[-0.774,1.291],[-1.744,8.024],[3.1,4.069],[5.127,0.496],[4.339,-2.696],[0.507,-3.806],[-0.916,-3.033],[-2.136,-2.004],[-3.152,-0.719]],"v":[[47,-127],[41.129,-124.847],[36.612,-121.527],[33.538,-117.693],[32,-114],[34.739,-95.955],[47.783,-89.203],[62.686,-92.599],[71,-105],[70.335,-115.323],[65.705,-122.942],[57.723,-127.09]],"c":true}],"h":1},{"t":29,"s":[{"i":[[3.445,-0.743],[1.649,-0.874],[1.132,-1.058],[0.667,-1.03],[0.254,-0.79],[-3.076,-4.325],[-5.242,-1.115],[-4.295,2.768],[-0.235,7.322],[1.153,2.665],[2.167,1.692],[2.931,0.557]],"o":[[-2.218,0.478],[-1.649,0.874],[-1.132,1.058],[-0.667,1.03],[-2.203,6.863],[3.076,4.325],[5.242,1.115],[4.295,-2.768],[0.112,-3.473],[-1.153,-2.665],[-2.167,-1.692],[-2.931,-0.557]],"v":[[57,-121],[51.212,-118.919],[47.053,-115.968],[44.368,-112.783],[43,-110],[45.087,-93.049],[58.342,-84.722],[73.426,-87.033],[81,-102],[79.376,-111.248],[74.334,-117.824],[66.625,-121.238]],"c":true}],"h":1},{"t":30,"s":[{"i":[[3.914,-1.137],[1.355,-0.826],[1.042,-1.024],[0.666,-1.061],[0.226,-0.936],[-2.79,-4.142],[-4.729,-1.232],[-4.2,2.026],[-1.202,5.631],[0.97,3.215],[2.347,2.221],[3.328,0.771]],"o":[[-1.606,0.466],[-1.355,0.826],[-1.042,1.024],[-0.666,1.061],[-1.618,6.704],[2.79,4.142],[4.729,1.232],[4.2,-2.026],[0.801,-3.751],[-0.97,-3.215],[-2.347,-2.221],[-3.328,-0.771]],"v":[[66,-113],[61.543,-111.021],[57.931,-108.205],[55.353,-105.037],[54,-102],[56.374,-85.644],[68.269,-77.497],[82.28,-78.601],[91,-90],[90.647,-100.564],[85.573,-108.832],[76.962,-113.434]],"c":true}],"h":1},{"t":31,"s":[{"i":[[3.337,-0.418],[1.925,-0.844],[1.32,-1.297],[0.735,-1.68],[0.172,-1.991],[-3.3,-3.489],[-4.725,-0.256],[-3.688,2.861],[-0.188,5.861],[0.907,2.485],[1.815,1.716],[2.625,0.748]],"o":[[-2.55,0.319],[-1.925,0.844],[-1.32,1.297],[-0.735,1.68],[-0.589,6.839],[3.3,3.489],[4.725,0.256],[3.688,-2.861],[0.098,-3.055],[-0.907,-2.485],[-1.815,-1.716],[-2.625,-0.748]],"v":[[81,-104],[74.293,-102.237],[69.432,-99.008],[66.355,-94.524],[65,-89],[69.682,-73.538],[82.335,-67.95],[95.57,-71.888],[102,-85],[100.761,-93.359],[96.653,-99.709],[89.968,-103.455]],"c":true}],"h":1},{"t":32,"s":[{"i":[[6.831,-2.008],[1.506,-1.112],[0.976,-1.446],[0.482,-1.611],[0.025,-1.608],[-1.311,-2.608],[-2.173,-1.472],[-2.526,-0.503],[-2.369,0.299],[-2.201,4.036],[0.881,4.708],[3.891,2.693]],"o":[[-2.072,0.609],[-1.506,1.112],[-0.976,1.446],[-0.482,1.611],[-0.061,3.912],[1.311,2.608],[2.173,1.472],[2.526,0.503],[5.354,-0.677],[2.201,-4.036],[-0.881,-4.708],[-3.891,-2.693]],"v":[[88,-91],[82.642,-88.377],[78.929,-84.498],[76.751,-79.871],[76,-75],[78.003,-65.262],[83.356,-59.184],[90.531,-56.263],[98,-56],[109.315,-63.741],[111.278,-77.528],[104.102,-89.3]],"c":true}],"h":1},{"t":33,"s":[{"i":[[7.453,-2.191],[1.42,-1.165],[0.866,-1.57],[0.348,-1.805],[-0.136,-1.87],[-0.584,-1.765],[-0.997,-1.49],[-1.374,-1.045],[-1.717,-0.43],[-3.633,3.522],[0.125,5.264],[3.82,3.36]],"o":[[-2.009,0.591],[-1.42,1.165],[-0.866,1.57],[-0.348,1.805],[0.136,1.87],[0.584,1.765],[0.997,1.49],[1.374,1.045],[7.452,1.867],[3.633,-3.522],[-0.125,-5.264],[-3.82,-3.36]],"v":[[98,-76],[92.865,-73.324],[89.444,-69.178],[87.632,-64.074],[87.323,-58.519],[88.411,-53.024],[90.79,-48.1],[94.355,-44.255],[99,-42],[115.611,-45.394],[120.858,-59.485],[114.926,-73.334]],"c":true}],"h":1},{"t":34,"s":[{"i":[[6.169,-1.099],[1.866,-1.255],[1.03,-1.776],[0.271,-2.056],[-0.412,-2.097],[-1.019,-1.899],[-1.549,-1.461],[-2.002,-0.783],[-2.379,0.135],[-2.396,3.678],[0.332,4.579],[3.187,2.987]],"o":[[-2.779,0.495],[-1.866,1.255],[-1.03,1.776],[-0.271,2.056],[0.412,2.097],[1.019,1.899],[1.549,1.461],[2.002,0.783],[4.998,-0.283],[2.396,-3.678],[-0.332,-4.579],[-3.187,-2.987]],"v":[[109,-59],[102.051,-56.315],[97.725,-51.709],[95.793,-45.901],[96.025,-39.611],[98.191,-33.556],[102.062,-28.457],[107.408,-25.032],[114,-24],[125.123,-30.565],[128.251,-43.573],[123.003,-55.545]],"c":true}],"h":1},{"t":35,"s":[{"i":[[5.351,-0.902],[1.897,-1.288],[1.005,-1.829],[0.2,-2.106],[-0.52,-2.119],[-1.155,-1.869],[-1.703,-1.356],[-2.166,-0.579],[-2.543,0.462],[-1.872,3.625],[0.678,4.268],[3.086,2.759]],"o":[[-2.874,0.484],[-1.897,1.288],[-1.005,1.829],[-0.2,2.106],[0.52,2.119],[1.155,1.869],[1.703,1.356],[2.166,0.579],[4.564,-0.829],[1.872,-3.625],[-0.678,-4.268],[-3.086,-2.759]],"v":[[115,-39],[107.865,-36.275],[103.534,-31.533],[101.748,-25.565],[102.25,-19.16],[104.784,-13.111],[109.092,-8.208],[114.916,-5.241],[122,-5],[131.617,-12.219],[133.371,-24.596],[127.69,-35.676]],"c":true}],"h":1},{"t":36,"s":[{"i":[[6.1,-1.249],[1.675,-1.197],[1.025,-1.69],[0.402,-1.961],[-0.195,-2.009],[-0.766,-1.836],[-1.31,-1.44],[-1.828,-0.822],[-2.321,0.018],[-2.543,3.585],[0.073,4.552],[2.954,2.941]],"o":[[-2.35,0.481],[-1.675,1.197],[-1.025,1.69],[-0.402,1.961],[0.195,2.009],[0.766,1.836],[1.31,1.44],[1.828,0.822],[4.894,-0.039],[2.543,-3.585],[-0.073,-4.553],[-2.954,-2.941]],"v":[[117,-17],[110.97,-14.428],[106.927,-10.043],[104.792,-4.512],[104.488,1.498],[105.935,7.322],[109.056,12.291],[113.77,15.739],[120,17],[131.221,10.92],[134.991,-1.931],[130.516,-13.817]],"c":true}],"h":1},{"t":37,"s":[{"i":[[6.449,-2.03],[1.41,-1.232],[0.693,-1.585],[0.055,-1.755],[-0.503,-1.741],[-0.982,-1.542],[-1.382,-1.16],[-1.702,-0.594],[-1.943,0.156],[-2.207,3.515],[0.392,4.167],[3.278,2.318]],"o":[[-2.206,0.694],[-1.41,1.232],[-0.693,1.585],[-0.055,1.755],[0.503,1.741],[0.982,1.542],[1.382,1.16],[1.702,0.594],[4.519,-0.364],[2.206,-3.515],[-0.392,-4.167],[-3.278,-2.318]],"v":[[-124,3],[-129.403,5.935],[-132.537,10.207],[-133.638,15.263],[-132.946,20.552],[-130.698,25.522],[-127.132,29.621],[-122.487,32.298],[-117,33],[-106.84,26.557],[-104.047,14.409],[-109.481,4.057]],"c":true}],"h":1},{"t":38,"s":[{"i":[[5.351,-0.527],[1.785,-0.954],[1.121,-1.456],[0.493,-1.752],[-0.097,-1.842],[-0.652,-1.725],[-1.169,-1.402],[-1.651,-0.873],[-2.095,-0.138],[-2.591,3.011],[-0.112,4.087],[2.535,2.908]],"o":[[-2.485,0.245],[-1.785,0.954],[-1.121,1.456],[-0.493,1.752],[0.097,1.842],[0.652,1.725],[1.169,1.402],[1.651,0.873],[4.901,0.322],[2.591,-3.011],[0.112,-4.087],[-2.535,-2.908]],"v":[[-121,-11],[-127.395,-9.151],[-131.744,-5.485],[-134.156,-0.621],[-134.741,4.821],[-133.608,10.223],[-130.867,14.966],[-126.628,18.432],[-121,20],[-109.72,15.404],[-105.623,4.193],[-109.214,-6.865]],"c":true}],"h":1},{"t":39,"s":[{"i":[[2.751,-0.752],[1.366,-0.949],[0.845,-1.141],[0.432,-1.122],[0.127,-0.89],[-2.904,-3.099],[-4.206,-0.198],[-3.073,2.874],[0.493,6.12],[1.051,1.9],[1.764,1.218],[2.331,0.334]],"o":[[-1.995,0.545],[-1.366,0.949],[-0.845,1.141],[-0.432,1.122],[-0.83,5.826],[2.904,3.099],[4.206,0.198],[3.073,-2.874],[-0.192,-2.381],[-1.051,-1.9],[-1.764,-1.218],[-2.331,-0.334]],"v":[[-124,-23],[-129.013,-20.706],[-132.302,-17.518],[-134.189,-14.071],[-135,-11],[-131.28,2.431],[-120.007,7.419],[-108.48,3.449],[-104,-10],[-105.9,-16.472],[-110.16,-21.2],[-116.34,-23.577]],"c":true}],"h":1},{"t":40,"s":[{"i":[[6.519,-1.528],[1.624,-1.128],[0.877,-1.505],[0.231,-1.711],[-0.313,-1.747],[-0.755,-1.612],[-1.096,-1.306],[-1.334,-0.829],[-1.471,-0.182],[-2.976,3.256],[-0.128,4.427],[3.036,2.832]],"o":[[-2.473,0.58],[-1.624,1.128],[-0.877,1.505],[-0.231,1.711],[0.313,1.747],[0.755,1.612],[1.096,1.306],[1.334,0.829],[5.505,0.68],[2.976,-3.256],[0.128,-4.427],[-3.036,-2.832]],"v":[[-122,-35],[-128.12,-32.396],[-131.846,-28.404],[-133.482,-23.537],[-133.333,-18.306],[-131.705,-13.225],[-128.903,-8.805],[-125.233,-5.559],[-121,-4],[-108.199,-8.556],[-103.464,-20.772],[-107.746,-32.352]],"c":true}],"h":1},{"t":41,"s":[{"i":[[6.295,-1.239],[1.663,-1.133],[1.003,-1.593],[0.378,-1.845],[-0.215,-1.889],[-0.773,-1.724],[-1.298,-1.351],[-1.79,-0.77],[-2.247,0.02],[-2.573,3.395],[-0.016,4.299],[2.94,2.755]],"o":[[-2.356,0.464],[-1.663,1.133],[-1.003,1.593],[-0.378,1.845],[0.215,1.889],[0.773,1.724],[1.298,1.351],[1.79,0.77],[4.732,-0.042],[2.573,-3.395],[0.016,-4.299],[-2.94,-2.755]],"v":[[-119,-46],[-125.02,-43.553],[-129.011,-39.412],[-131.074,-34.203],[-131.31,-28.549],[-129.82,-23.077],[-126.704,-18.411],[-122.064,-15.177],[-116,-14],[-104.943,-19.768],[-100.96,-31.922],[-105.247,-43.115]],"c":true}],"h":1},{"t":42,"s":[{"i":[[6.465,-1.623],[1.527,-1.149],[0.942,-1.571],[0.374,-1.803],[-0.174,-1.843],[-0.704,-1.692],[-1.216,-1.35],[-1.71,-0.817],[-2.184,-0.093],[-2.751,3.464],[0.108,4.463],[3.18,2.767]],"o":[[-2.131,0.535],[-1.527,1.149],[-0.942,1.571],[-0.374,1.803],[0.174,1.843],[0.704,1.692],[1.216,1.35],[1.71,0.817],[5.395,0.23],[2.751,-3.464],[-0.108,-4.463],[-3.18,-2.767]],"v":[[-117,-56],[-122.483,-53.426],[-126.182,-49.298],[-128.152,-44.19],[-128.448,-38.674],[-127.125,-33.323],[-124.239,-28.712],[-119.846,-25.413],[-114,-24],[-101.727,-29.525],[-97.709,-42.09],[-102.587,-53.61]],"c":true}],"h":1},{"t":43,"s":[{"i":[[7.345,-2.13],[1.434,-1.208],[0.852,-1.631],[0.318,-1.866],[-0.168,-1.915],[-0.607,-1.777],[-0.999,-1.452],[-1.343,-0.94],[-1.639,-0.241],[-3.309,3.69],[-0.235,5],[3.317,3.059]],"o":[[-2.063,0.598],[-1.434,1.208],[-0.852,1.631],[-0.318,1.866],[0.168,1.915],[0.607,1.777],[0.999,1.452],[1.343,0.94],[5.906,0.869],[3.309,-3.69],[0.235,-5],[-3.317,-3.059]],"v":[[-114,-65],[-119.234,-62.244],[-122.651,-57.939],[-124.395,-52.647],[-124.608,-46.928],[-123.432,-41.343],[-121.01,-36.453],[-117.485,-32.818],[-113,-31],[-99.057,-36.045],[-93.622,-49.893],[-98.126,-62.794]],"c":true}],"h":1},{"t":44,"s":[{"i":[[4.237,-1.064],[0.063,-6.014],[1.638,-6.657],[3.153,-3.119],[0.633,-4.461],[-2.258,-3.304],[-3.713,-0.529],[-0.956,6.595],[-1.84,7.378],[-3.765,3.147],[0.179,7.929],[4.152,2.309]],"o":[[-9.108,2.287],[-0.063,6.014],[-0.754,3.062],[-3.153,3.119],[-0.746,5.255],[2.258,3.304],[12.335,1.758],[0.956,-6.595],[1.118,-4.483],[3.765,-3.147],[-0.154,-6.828],[-4.152,-2.309]],"v":[[-109,-74],[-120.102,-60.777],[-120,-41],[-127.09,-32.049],[-134,-21],[-131.344,-7.956],[-122,-2],[-105.129,-11.149],[-104,-34],[-95.026,-43.916],[-88,-59],[-95.438,-72.419]],"c":true}],"h":1},{"t":45,"s":[{"i":[[5.776,-1.044],[1.131,-4.96],[2.434,-7.707],[3,-3.231],[0.583,-3.591],[-3.153,-3.468],[-4.401,0.12],[-1.461,5.724],[-2.434,6.867],[-3.244,3.119],[-1.038,4.74],[3.7,3.464]],"o":[[-8.044,1.454],[-1.131,4.96],[-1.416,4.486],[-3,3.231],[-1.014,6.247],[3.153,3.468],[8.721,-0.238],[1.461,-5.724],[0.987,-2.784],[3.244,-3.119],[1.574,-7.189],[-3.7,-3.464]],"v":[[-103,-82],[-114.708,-72.19],[-118,-53],[-125.625,-41.829],[-132,-32],[-128.061,-17.224],[-116,-12],[-102.784,-22.028],[-99,-42],[-91.539,-50.533],[-84,-62],[-87.988,-78.175]],"c":true}],"h":1},{"t":46,"s":[{"i":[[4.117,-0.939],[1.569,-4.667],[2.519,-5.691],[3.283,-3.792],[-0.221,-5.115],[-2.82,-2.916],[-4.537,-0.057],[-2.205,5.443],[-2.743,5.336],[-3.325,3.37],[0.256,5.772],[4.148,2.346]],"o":[[-7.203,1.642],[-1.569,4.667],[-2.087,4.715],[-3.283,3.792],[0.185,4.277],[2.819,2.916],[8.436,0.107],[2.205,-5.443],[2.954,-5.746],[3.325,-3.37],[-0.291,-6.556],[-4.148,-2.346]],"v":[[-99,-89],[-110.513,-79.037],[-115,-63],[-124.231,-50.8],[-130,-38],[-125.265,-26.835],[-114,-22],[-99.73,-31.418],[-94,-49],[-83.592,-61.481],[-78,-74],[-85.631,-87.121]],"c":true}],"h":1},{"t":47,"s":[{"i":[[4.871,-1.264],[1.867,-3.84],[2.768,-5.142],[2.979,-3.418],[0.347,-4.24],[-2.645,-3.611],[-3.856,-0.248],[-3.1,4.869],[-3.775,5.962],[-3.242,3.226],[-0.227,5.662],[4.36,2.619]],"o":[[-5.764,1.496],[-1.867,3.84],[-2.738,5.087],[-2.979,3.418],[-0.434,5.309],[2.645,3.611],[6.827,0.44],[3.1,-4.869],[2.807,-4.434],[3.242,-3.226],[0.312,-7.79],[-4.36,-2.619]],"v":[[-95,-95],[-105.247,-86.734],[-111,-73],[-120.293,-60.865],[-126,-50],[-122.218,-36.204],[-112,-30],[-98.212,-37.699],[-89,-55],[-79.065,-65.579],[-73,-78],[-80.113,-93.291]],"c":true}],"h":1},{"t":48,"s":[{"i":[[11.053,-2.41],[2.38,-4.008],[4.088,-5.573],[2.632,-2.928],[0.535,-2.645],[1.242,-6.532],[-0.775,-12.032],[-1.703,18.166],[-1.495,6.211],[-4.468,5.531],[-3.721,4.829],[-0.888,8.736]],"o":[[-6.392,1.394],[-2.38,4.008],[-1.939,2.644],[-2.632,2.928],[-1.393,6.884],[-2.069,10.879],[1.335,20.73],[0.529,-5.638],[1.536,-6.382],[2.671,-3.306],[6.957,-9.03],[1.532,-15.066]],"v":[[-89,-101],[-100.728,-92.634],[-109,-78],[-116.553,-69.501],[-122,-61],[-120,-39],[-135,-14],[-103,-15],[-105,-33],[-92,-47],[-84,-61],[-68,-82]],"c":true}],"h":1},{"t":49,"s":[{"i":[[8.614,-1.857],[1.391,-0.449],[1.13,-0.922],[5.81,-7.707],[0.539,-2.361],[-0.137,-3.109],[0.921,-2.816],[3.085,-3.294],[-0.154,-5.279],[-5.587,14.148],[-2.535,7.228],[0.421,18.432]],"o":[[-1.306,0.281],[-1.391,0.449],[-2.222,1.813],[-5.81,7.707],[-0.627,2.747],[0.137,3.109],[-1.812,5.544],[-3.085,3.294],[0.54,18.594],[2.243,-5.68],[5.35,-15.251],[-0.309,-13.527]],"v":[[-84,-106],[-88.132,-104.98],[-92,-103],[-106.262,-85.911],[-118,-68],[-118.28,-59.051],[-119,-50],[-127.474,-37.801],[-133,-26],[-102,-20],[-100,-40],[-62,-90]],"c":true}],"h":1},{"t":50,"s":[{"i":[[7.159,-1.037],[7.106,-6.95],[1.555,-3.471],[0.459,-3.245],[1.205,-2.878],[3.048,-3.627],[-0.763,-6.354],[-2.961,-2.547],[-3.689,0.081],[-2.259,5.187],[-2.866,6.094],[1.784,22.16]],"o":[[-5.02,0.727],[-7.106,6.951],[-0.96,2.143],[-0.459,3.245],[-2.57,6.137],[-3.048,3.627],[0.468,3.892],[2.961,2.547],[7.1,-0.156],[2.259,-5.187],[8.396,-17.854],[-1.019,-12.662]],"v":[[-77,-111],[-97.099,-97.057],[-112,-79],[-113.817,-70.551],[-116,-61],[-125.499,-47.663],[-130,-34],[-124.416,-24.02],[-114,-20],[-101.325,-29.046],[-95,-47],[-57,-96]],"c":true}],"h":1},{"t":51,"s":[{"i":[[8.631,-1.128],[6.854,-5.99],[2.301,-4.351],[0.689,-2.695],[1.286,-2.41],[3.017,-3.538],[0.148,-4.633],[-2.622,-3.201],[-3.668,-0.326],[-3.027,5.074],[-3.234,5.383],[-2.531,17.247]],"o":[[-5.281,0.691],[-6.854,5.99],[-0.956,1.808],[-0.69,2.695],[-2.784,5.217],[-3.017,3.538],[-0.156,4.87],[2.622,3.201],[7.659,0.681],[3.027,-5.075],[9.622,-16.014],[2.49,-16.966]],"v":[[-72,-115],[-91.735,-103.245],[-107,-86],[-109.252,-78.952],[-112,-71],[-121.476,-58.562],[-127,-47],[-122.869,-34.592],[-113,-29],[-98.181,-36.953],[-90,-54],[-52,-94]],"c":true}],"h":1},{"t":52,"s":[{"i":[[12.715,-2.966],[5.755,-4.512],[2.977,-4.019],[3.128,-4.837],[0.861,-7.879],[1.176,-6.941],[-0.53,-13.099],[-3.208,12.35],[-1.03,6.722],[-5.733,7.741],[-2.757,3.724],[-0.81,18.607]],"o":[[-4.005,0.934],[-5.755,4.511],[-3.115,4.206],[-5.584,8.634],[-0.951,8.704],[-2.162,12.761],[0.807,19.921],[2.263,-8.711],[1.212,-7.91],[3.197,-4.317],[10.764,-14.536],[0.591,-13.574]],"v":[[-70,-118],[-85.771,-108.814],[-100,-95],[-107,-80],[-123,-57],[-120,-37],[-135,-12],[-104,-8],[-107,-30],[-92,-46],[-85,-60],[-46,-100]],"c":true}],"h":1},{"t":53,"s":[{"i":[[10.789,-2.546],[5.381,-4.053],[3.775,-4.679],[4.37,-4.983],[1.115,-5.399],[1.537,-5.528],[2.338,-3.382],[-16.324,-0.207],[-4.612,14.417],[-4.718,5.287],[-3.703,3.572],[-0.091,18.761]],"o":[[-4.7,1.109],[-5.381,4.053],[-3.766,4.668],[-5.376,6.13],[-1.084,5.252],[-1.451,5.217],[-7.143,10.331],[21.525,0.273],[1.406,-4.395],[4.185,-4.689],[12.701,-12.251],[0.069,-14.273]],"v":[[-66,-121],[-81.694,-112.677],[-96,-99],[-107,-82],[-119,-66],[-119,-48],[-128,-36],[-118,-8],[-101,-39],[-89,-53],[-77,-68],[-41,-104]],"c":true}],"h":1},{"t":54,"s":[{"i":[[12.045,-2.553],[4.297,-2.707],[3.561,-3.269],[5.462,-6.267],[1.445,-3.529],[0.273,-2.988],[1.07,-2.997],[-0.466,-11.118],[-8.177,0.42],[-5.644,12.994],[-10.124,7.768],[-1.993,13.48]],"o":[[-4.25,0.901],[-4.297,2.707],[-3.707,3.403],[-5.462,6.267],[-0.84,2.052],[-0.273,2.988],[-4.43,12.411],[0.368,8.792],[15.741,-0.809],[3.65,-8.403],[10.271,-7.881],[2.546,-17.219]],"v":[[-61,-124],[-74.016,-118.276],[-86,-109],[-101.197,-93.095],[-113,-77],[-114.328,-69.209],[-116,-60],[-131,-34],[-114,-18],[-96,-46],[-67,-75],[-37,-103]],"c":true}],"h":1},{"t":55,"s":[{"i":[[7.268,-0.636],[10.365,-8.524],[3.717,-6.133],[0.754,-3.169],[1.667,-3.152],[3.048,-3.357],[-0.096,-5.081],[-3.016,-3.159],[-3.853,0.018],[-6.839,11.612],[-11.251,7.419],[-0.983,13.741]],"o":[[-8.822,0.772],[-10.365,8.524],[-1.317,2.173],[-0.754,3.169],[-2.904,5.492],[-3.048,3.357],[0.083,4.384],[3.016,3.158],[14.31,-0.067],[4.781,-8.117],[11.24,-7.412],[1.198,-16.742]],"v":[[-53,-127],[-83.829,-110.521],[-107,-86],[-109.738,-77.734],[-113,-68],[-122.75,-55.692],[-128,-44],[-122.828,-32.198],[-112,-27],[-91,-53],[-61,-79],[-32,-107]],"c":true}],"h":1},{"t":56,"s":[{"i":[[12.827,-1.457],[7.089,-9.573],[3.147,-4.866],[0.143,-10.894],[1.437,-7.875],[0.596,-11.039],[-2.707,18.531],[-1.081,6.594],[-4.678,6.265],[-2.453,3.372],[-10.56,6.026],[0.774,15.888]],"o":[[-16.764,1.905],[-3.9,5.266],[-5.948,9.198],[-0.061,4.648],[-1.667,9.133],[-1.144,21.188],[1.274,-8.72],[1.123,-6.851],[3.533,-4.732],[6.683,-9.187],[12.568,-7.171],[-0.571,-11.722]],"v":[[-50,-129],[-101,-94],[-109,-77],[-124,-53],[-119,-34],[-135,-12],[-104,-8],[-109,-29],[-93,-44],[-86,-59],[-55,-84],[-27,-112]],"c":true}],"h":1},{"t":57,"s":[{"i":[[11.875,-1.271],[10.198,-9.725],[7.132,-8.593],[0.929,-5.489],[1.341,-6.178],[-0.53,-11.731],[-9.912,0.455],[-4.555,16.541],[-4.634,5.667],[-3.891,3.891],[-12.066,5.922],[1.798,18.232]],"o":[[-14.078,1.506],[-10.198,9.725],[-4.377,5.273],[-0.92,5.436],[-2.65,12.211],[0.33,7.302],[18.402,-0.844],[1.463,-5.314],[4.12,-5.038],[8.847,-8.847],[11.828,-5.805],[-1.093,-11.09]],"v":[[-46,-131],[-82.21,-111.815],[-108,-82],[-120,-64],[-119,-47],[-134,-21],[-117,-6],[-102,-37],[-89,-51],[-78,-67],[-47,-87],[-23,-115]],"c":true}],"h":1},{"t":58,"s":[{"i":[[11.651,-2.22],[9.401,-7.429],[6.12,-7.324],[2.799,-3.188],[0.757,-1.796],[2.188,-6.517],[-2.96,-14.225],[-8.009,1.731],[-4.818,11.751],[-10.309,8.228],[-12.348,5.745],[3.687,17.576]],"o":[[-10.278,1.959],[-9.401,7.429],[-2.049,2.452],[-2.799,3.188],[-1.89,4.485],[-4.642,13.827],[1.746,8.39],[13.929,-3.011],[3.752,-9.152],[8.724,-6.963],[10.479,-4.875],[-2.193,-10.452]],"v":[[-46,-132],[-76.118,-116.524],[-100,-93],[-107.969,-84.008],[-114,-76],[-117,-58],[-131,-28],[-111,-17],[-97,-44],[-69,-74],[-39,-91],[-19,-119]],"c":true}],"h":1},{"t":59,"s":[{"i":[[11.298,-1.142],[7.877,-4.139],[6.325,-5.721],[4.559,-4.881],[2.18,-4.331],[0.681,-2.843],[1.309,-2.707],[-0.857,-11.851],[-7.806,0.11],[-7.248,11.192],[-12.771,6.834],[-1.436,18.648]],"o":[[-7.167,0.725],[-7.877,4.139],[-4.582,4.145],[-4.559,4.881],[-0.966,1.919],[-0.681,2.843],[-5.516,11.41],[0.621,8.587],[17.296,-0.244],[5.696,-8.796],[14.655,-7.843],[1.254,-16.286]],"v":[[-39,-134],[-62.132,-126.247],[-84,-111],[-98.301,-97.139],[-109,-83],[-111.243,-75.591],[-114,-67],[-128,-41],[-112,-26],[-91,-53],[-54,-84],[-15,-113]],"c":true}],"h":1},{"t":60,"s":[{"i":[[18.682,-2.827],[12.139,-8.639],[5.081,-7.726],[0.999,-2.832],[1.77,-2.795],[3.006,-3.455],[-0.227,-5.118],[-3.179,-2.93],[-4.088,0.092],[-7.981,10.544],[-11.511,6.371],[-7.282,7.828]],"o":[[-11.364,1.719],[-12.139,8.639],[-1.235,1.878],[-0.999,2.832],[-3.204,5.061],[-3.006,3.455],[0.194,4.37],[3.179,2.93],[15.978,-0.36],[6.398,-8.452],[11.358,-6.286],[16.047,-17.249]],"v":[[-38,-135],[-75.212,-117.505],[-103,-91],[-106.099,-83.688],[-110,-75],[-120.074,-63.043],[-125,-51],[-119.421,-39.653],[-108,-35],[-86,-59],[-55,-83],[-17,-101]],"c":true}],"h":1},{"t":61,"s":[{"i":[[12.615,-1.737],[11.278,-7.063],[6.737,-8.352],[1.244,-2.499],[1.741,-2.413],[2.801,-3.1],[0.535,-4.08],[-3.251,-3.434],[-4.847,0.215],[-7.61,8.224],[-12.049,4.837],[-2.313,15.713]],"o":[[-10.15,1.397],[-11.278,7.063],[-1.284,1.591],[-1.244,2.499],[-3.261,4.52],[-2.801,3.1],[-0.85,6.477],[3.251,3.434],[12.848,-0.57],[6.345,-6.857],[14.918,-5.988],[2.878,-19.555]],"v":[[-35,-136],[-68.559,-122.216],[-97,-98],[-100.657,-91.616],[-105,-84],[-114.544,-73.17],[-120,-63],[-115.773,-47.981],[-103,-43],[-80,-65],[-44,-89],[-8,-113]],"c":true}],"h":1},{"t":62,"s":[{"i":[[12.048,-1.588],[9.67,-5.632],[6.407,-6.033],[2.323,-3.27],[3.337,-3.689],[2.563,-3.427],[-0.3,-4.919],[-2.442,-2.668],[-2.996,-0.467],[-8.012,7.384],[-14.559,5.036],[0.395,17.61]],"o":[[-10.914,1.439],[-9.67,5.632],[-2.37,2.232],[-2.323,3.27],[-3.049,3.371],[-2.563,3.427],[0.236,3.862],[2.442,2.668],[15.545,2.423],[8.592,-7.919],[12.275,-4.246],[-0.358,-15.933]],"v":[[-32,-137],[-63.38,-125.446],[-88,-107],[-94.775,-98.592],[-103,-88],[-112.012,-78.161],[-116,-66],[-111.57,-55.953],[-103,-51],[-74,-70],[-36,-91],[-4,-118]],"c":true}],"h":1},{"t":63,"s":[{"i":[[11.506,-1.361],[9.786,-5.087],[6.287,-5.522],[6.109,-7.584],[-1.353,-7.225],[-2.996,-2.361],[-3.37,-0.098],[-4.889,4.247],[-4.519,3.185],[-3.973,1.936],[-4.32,1.585],[0.736,20.917]],"o":[[-9.567,1.132],[-9.786,5.087],[-3.916,3.439],[-6.109,7.584],[0.647,3.456],[2.996,2.361],[5.924,0.172],[4.889,-4.247],[3.79,-2.671],[3.973,-1.936],[17.077,-6.265],[-0.56,-15.914]],"v":[[-29,-138],[-58.96,-127.792],[-84,-111],[-101.451,-93.34],[-111,-70],[-105.042,-60.981],[-95,-57],[-78.946,-64.482],[-65,-77],[-53.398,-83.814],[-41,-89],[-1,-119]],"c":true}],"h":1},{"t":64,"s":[{"i":[[11.506,-0.418],[9.066,-3.889],[7.181,-5.132],[7.097,-7.916],[-1.811,-8.178],[-3.18,-2.151],[-3.532,-0.022],[-3.669,2.351],[-3.369,2.62],[-3.581,2.149],[-4.372,1.837],[-3.856,16.199]],"o":[[-8.553,0.31],[-9.066,3.889],[-4.422,3.16],[-7.097,7.916],[0.748,3.375],[3.18,2.151],[3.953,0.024],[3.669,-2.351],[3.303,-2.569],[3.581,-2.149],[15.645,-6.571],[4.973,-20.888]],"v":[[-23,-139],[-50.029,-132.116],[-75,-118],[-95.175,-100.263],[-106,-75],[-99.589,-66.485],[-89,-63],[-77.562,-67.017],[-67,-75],[-56.802,-82.049],[-45,-88],[1,-112]],"c":true}],"h":1},{"t":65,"s":[{"i":[[7.34,-0.99],[7.203,-3.2],[7.608,-5.18],[6.315,-5.476],[0.691,-6.657],[-3.034,-3.461],[-4.475,-0.249],[-5.413,3.593],[-5.821,2.935],[-10.88,3.422],[-1.237,11.643],[5.943,3.385]],"o":[[-7.581,1.022],[-7.203,3.2],[-5.05,3.439],[-6.315,5.476],[-0.613,5.908],[3.035,3.461],[5.528,0.308],[5.413,-3.593],[11.242,-5.669],[10.88,-3.422],[1.111,-10.451],[-5.942,-3.385]],"v":[[-26,-139],[-47.98,-132.619],[-70,-120],[-88.77,-106.413],[-101,-88],[-96.816,-73.756],[-85,-68],[-68.72,-74.068],[-52,-85],[-16.497,-96.019],[4,-116],[-4.662,-136.08]],"c":true}],"h":1},{"t":66,"s":[{"i":[[6.578,-0.387],[7.108,-2.94],[7.749,-4.723],[6.216,-5.062],[0.604,-6.382],[-2.191,-3.451],[-3.742,-0.858],[-6.265,3.08],[-6.883,3.071],[-9.539,3.062],[-2.392,10.641],[5.385,3.991]],"o":[[-8.82,0.518],[-7.108,2.94],[-5.531,3.371],[-6.216,5.062],[-0.505,5.34],[2.191,3.45],[6.058,1.389],[6.265,-3.08],[11.453,-5.109],[9.539,-3.062],[2.118,-9.424],[-5.385,-3.991]],"v":[[-20,-140],[-43.303,-134.654],[-65,-123],[-84.195,-110.258],[-96,-93],[-93.186,-79.638],[-84,-73],[-65.619,-76.655],[-46,-87],[-13.204,-96.851],[6,-115],[-0.478,-134.858]],"c":true}],"h":1},{"t":67,"s":[{"i":[[6.637,-0.822],[6.784,-2.762],[4.971,-2.849],[5.795,-4.888],[0.52,-5.987],[-8.022,-0.953],[-7.017,3.534],[-3.99,1.517],[-4.346,1.072],[-7.146,3.889],[0.575,9.981],[5.963,2.737]],"o":[[-8.893,1.102],[-6.784,2.762],[-4.299,2.463],[-5.795,4.888],[-1.105,12.721],[8.022,0.953],[3.692,-1.859],[3.99,-1.517],[9.99,-2.464],[7.146,-3.889],[-0.511,-8.874],[-5.963,-2.737]],"v":[[-22,-140],[-45.442,-133.81],[-63,-125],[-79.834,-113.642],[-91,-97],[-78.091,-78.309],[-53,-84],[-41.491,-89.09],[-29,-93],[-2.077,-101.363],[9,-121],[-1.905,-137.772]],"c":true}],"h":1},{"t":68,"s":[{"i":[[9.05,-1.312],[6.458,-2.439],[5.658,-3.154],[5.192,-4.799],[-0.121,-6.379],[-2.891,-3.276],[-4.355,-0.562],[-5.185,2.388],[-6.596,2.179],[-9.34,3.115],[-0.198,11.759],[6.279,3.11]],"o":[[-7.512,1.089],[-6.457,2.439],[-4.353,2.427],[-5.192,4.799],[0.083,4.334],[2.891,3.276],[5.663,0.731],[5.185,-2.388],[11.442,-3.78],[9.34,-3.115],[0.166,-9.871],[-6.279,-3.11]],"v":[[-23,-140],[-43.891,-134.549],[-62,-126],[-77.856,-114.964],[-87,-98],[-82.204,-86.171],[-71,-80],[-55.2,-83.317],[-38,-91],[-5.067,-99.016],[11,-119],[0.913,-137.888]],"c":true}],"h":1},{"t":69,"s":[{"i":[[7.462,-0.654],[7.193,-2.106],[6.923,-3.553],[4.393,-4.795],[-0.395,-5.834],[-2.277,-2.893],[-2.652,-0.866],[-5.71,2.275],[-8.197,2.173],[-8.456,3.223],[0.54,12.002],[5.54,3.078]],"o":[[-5.204,0.456],[-7.193,2.106],[-6.923,3.553],[-4.393,4.795],[0.241,3.562],[2.277,2.893],[6.961,2.273],[5.71,-2.275],[11.715,-3.106],[8.457,-3.223],[-0.376,-8.344],[-5.54,-3.078]],"v":[[-17,-141],[-36.16,-137.106],[-57.898,-128.566],[-75.437,-115.994],[-82,-100],[-77.808,-89.978],[-70,-84],[-51.927,-85.165],[-32,-93],[-0.309,-100.328],[13,-121],[3.314,-137.748]],"c":true}],"h":1},{"t":70,"s":[{"i":[[8.832,-1.03],[6.669,-1.823],[6.114,-3.105],[3.763,-4.48],[-0.383,-5.947],[-3.838,-2.406],[-5.73,0.623],[-6.152,1.718],[-5.105,0.878],[-5.969,2.801],[-1.296,6.277],[6.388,4.118]],"o":[[-5.429,0.633],[-6.669,1.823],[-6.114,3.105],[-3.763,4.48],[0.475,7.371],[3.838,2.406],[5.73,-0.623],[6.152,-1.718],[8.827,-1.518],[5.969,-2.801],[2.386,-11.56],[-6.388,-4.118]],"v":[[-18,-141],[-36.595,-137.34],[-56.218,-129.972],[-71.482,-118.618],[-77,-103],[-70.163,-88.818],[-55.444,-86.627],[-37.253,-90.623],[-20,-95],[2.649,-100.931],[14,-114],[6.413,-136.942]],"c":true}],"h":1},{"t":71,"s":[{"i":[[9.707,-1.365],[6.018,-1.654],[5.497,-2.739],[3.481,-3.966],[-0.032,-5.333],[-2.863,-2.769],[-4.574,-0.186],[-5.174,1.051],[-4.664,0.942],[-8.113,3.203],[0.111,11.035],[6.299,3.199]],"o":[[-5.043,0.709],[-6.018,1.654],[-5.497,2.739],[-3.481,3.966],[0.041,6.698],[2.863,2.769],[4.574,0.186],[5.174,-1.051],[10.658,-2.154],[8.113,-3.203],[-0.096,-9.57],[-6.299,-3.199]],"v":[[-19,-141],[-35.966,-137.49],[-53.613,-130.935],[-67.454,-120.912],[-73,-107],[-68.368,-93.136],[-56.935,-89.04],[-42.035,-90.673],[-27,-94],[2.577,-100.339],[16,-120],[5.707,-138.701]],"c":true}],"h":1},{"t":72,"s":[{"i":[[9.252,-0.198],[6.215,-1.246],[5.733,-2.401],[3.901,-3.579],[0.721,-4.782],[-2.823,-3.408],[-5.232,-0.483],[-6.043,0.916],[-5.257,0.79],[-5.41,1.636],[-2.256,2.538],[5.294,6.929]],"o":[[-5.348,0.115],[-6.215,1.246],[-5.733,2.401],[-3.901,3.579],[-1.184,7.856],[2.823,3.408],[5.232,0.483],[6.043,-0.916],[6.104,-0.917],[5.41,-1.636],[8.428,-9.481],[-5.294,-6.929]],"v":[[-10,-142],[-27.683,-139.965],[-45.941,-134.5],[-60.729,-125.536],[-68,-113],[-65.143,-96.485],[-52.662,-91.03],[-35.35,-92.06],[-18,-95],[-0.114,-98.784],[12,-105],[14.259,-130.76]],"c":true}],"h":1},{"t":73,"s":[{"i":[[9.734,-0.683],[5.561,-1.216],[5.142,-2.189],[3.51,-3.253],[0.665,-4.408],[-2.756,-3.504],[-5.061,-0.779],[-5.774,0.614],[-4.898,0.676],[-5.488,1.759],[-2.392,3.182],[6.108,6.454]],"o":[[-4.768,0.334],[-5.561,1.216],[-5.142,2.189],[-3.51,3.253],[-1.14,7.559],[2.756,3.504],[5.061,0.779],[5.774,-0.614],[5.657,-0.781],[5.488,-1.759],[8.168,-10.865],[-6.108,-6.454]],"v":[[-12,-142],[-27.797,-139.697],[-44.154,-134.611],[-57.435,-126.469],[-64,-115],[-61.178,-98.738],[-49.056,-92.647],[-32.406,-92.732],[-16,-95],[1.449,-98.699],[14,-106],[14.427,-132.661]],"c":true}],"h":1},{"t":74,"s":[{"i":[[9.758,-0.811],[5.147,-1.091],[4.683,-1.971],[3.195,-3.019],[0.682,-4.236],[-0.47,-2.519],[-1.169,-1.967],[-1.614,-1.34],[-1.805,-0.638],[-12.876,2.743],[-3.023,4.021],[6.4,6.423]],"o":[[-4.586,0.382],[-5.147,1.091],[-4.683,1.971],[-3.195,3.019],[-0.483,2.996],[0.47,2.519],[1.169,1.967],[1.614,1.34],[8.473,2.993],[12.876,-2.743],[8.359,-11.119],[-6.4,-6.423]],"v":[[-12,-142],[-26.856,-139.833],[-41.856,-135.282],[-53.928,-127.84],[-60,-117],[-59.955,-108.71],[-57.432,-101.963],[-53.193,-96.985],[-48,-94],[-12.412,-94.739],[15,-106],[15.087,-132.948]],"c":true}],"h":1},{"t":75,"s":[{"i":[[12.496,-1.25],[5.033,-1.062],[4.289,-2.056],[2.612,-3.466],[0,-5.292],[-0.72,-2],[-1.226,-1.71],[-1.518,-1.23],[-1.597,-0.56],[-11.755,2.029],[-4.064,4.659],[5.987,7.143]],"o":[[-4.843,0.485],[-5.033,1.062],[-4.289,2.056],[-2.612,3.466],[0,2.101],[0.72,2],[1.226,1.71],[1.518,1.23],[7.915,2.776],[11.755,-2.029],[8.444,-9.68],[-5.987,-7.143]],"v":[[-13,-142],[-28.047,-139.784],[-42.264,-135.211],[-52.849,-127.033],[-57,-114],[-55.867,-107.801],[-52.895,-102.189],[-48.726,-97.733],[-44,-95],[-11.611,-94.424],[15,-105],[16.705,-131.697]],"c":true}],"h":1},{"t":76,"s":[{"i":[[5.338,-0.56],[4.404,-0.875],[3.697,-1.658],[2.444,-2.83],[0.646,-4.388],[-6.665,-4.038],[-9.582,0.553],[-7.376,4.44],[-0.048,7.622],[1.514,3.032],[2.922,1.831],[4.197,0.634]],"o":[[-4.565,0.478],[-4.404,0.875],[-3.697,1.658],[-2.444,2.83],[-1.374,9.335],[6.665,4.038],[9.582,-0.553],[7.376,-4.44],[0.027,-4.237],[-1.514,-3.032],[-2.922,-1.831],[-4.197,-0.634]],"v":[[-13,-142],[-26.59,-140.067],[-38.879,-136.365],[-48.228,-129.73],[-53,-119],[-43.784,-99.115],[-18.133,-94.064],[8.583,-101.731],[21,-120],[18.735,-130.901],[12.048,-138.194],[1.336,-141.89]],"c":true}],"h":1},{"t":77,"s":[{"i":[[4.392,-0.483],[4.272,-0.928],[3.479,-1.796],[2.092,-3.095],[0.112,-4.825],[-5.229,-3.717],[-7.599,-0.692],[-6.946,1.996],[-3.268,4.348],[1.751,6.282],[4.735,2.571],[3.812,0.164]],"o":[[-4.474,0.492],[-4.272,0.928],[-3.479,1.796],[-2.092,3.095],[-0.165,7.08],[5.229,3.717],[7.599,0.692],[6.946,-1.996],[4.738,-6.302],[-1.751,-6.282],[-3.361,-1.826],[-3.812,-0.164]],"v":[[-13,-142],[-26.267,-139.978],[-38.042,-136],[-46.546,-128.772],[-50,-117],[-41.648,-100.888],[-21.65,-94.358],[0.923,-96.399],[17,-106],[20.604,-125.798],[10,-140],[-0.727,-142.731]],"c":true}],"h":1},{"t":78,"s":[{"i":[[4.858,-0.584],[4.098,-1.07],[3.021,-1.871],[1.663,-2.99],[0.023,-4.428],[-6.461,-3.603],[-8.636,0.608],[-6.482,4.282],[0,7.42],[1.763,3.11],[3.16,1.742],[4.192,0.511]],"o":[[-4.892,0.588],[-4.098,1.07],[-3.021,1.871],[-1.663,2.99],[-0.043,8.351],[6.461,3.603],[8.636,-0.608],[6.482,-4.282],[0,-4.614],[-1.763,-3.11],[-3.16,-1.742],[-4.192,-0.511]],"v":[[-13,-142],[-26.555,-139.592],[-37.304,-135.26],[-44.401,-128.048],[-47,-117],[-36.291,-99.203],[-12.564,-94.844],[11.195,-102.313],[22,-120],[19.264,-131.552],[11.787,-138.797],[0.667,-142.143]],"c":true}],"h":1},{"t":79,"s":[{"i":[[5.497,-0.698],[3.844,-1.057],[2.936,-1.981],[1.499,-3.308],[-0.469,-5.038],[-6.312,-3.323],[-8.084,0.456],[-5.979,4.176],[0,7.837],[1.564,3.094],[3.001,1.84],[4.312,0.576]],"o":[[-4.223,0.536],[-3.844,1.057],[-2.936,1.981],[-1.499,3.308],[0.666,7.162],[6.312,3.323],[8.084,-0.456],[5.979,-4.176],[0,-4.337],[-1.564,-3.094],[-3.001,-1.84],[-4.312,-0.576]],"v":[[-13,-142],[-25.234,-139.711],[-35.537,-135.253],[-42.322,-127.419],[-44,-115],[-32.564,-99.288],[-10.001,-95.003],[12.062,-101.966],[22,-120],[19.623,-131.148],[12.745,-138.552],[1.745,-142.179]],"c":true}],"h":1},{"t":80,"s":[{"i":[[5.483,-0.771],[3.753,-1.229],[2.838,-2.263],[1.166,-3.653],[-1.262,-5.398],[-6.175,-2.778],[-7.517,0.631],[-5.458,4.094],[0,7.611],[1.568,3.107],[3.004,1.872],[4.309,0.579]],"o":[[-3.91,0.55],[-3.753,1.229],[-2.838,2.263],[-1.166,3.653],[1.434,6.133],[6.175,2.778],[7.517,-0.631],[5.458,-4.094],[0,-4.285],[-1.568,-3.107],[-3.004,-1.872],[-4.309,-0.579]],"v":[[-13,-142],[-24.684,-139.42],[-34.759,-134.272],[-40.954,-125.487],[-41,-112],[-28.736,-98.619],[-7.349,-95.384],[12.963,-102.457],[22,-120],[19.615,-131.102],[12.724,-138.584],[1.721,-142.274]],"c":true}],"h":1},{"t":81,"s":[{"i":[[5.499,-0.863],[3.261,-1.133],[2.433,-1.975],[1.206,-3.104],[-0.421,-4.521],[-5.842,-3.416],[-7.46,0.301],[-5.513,4.066],[0,7.88],[1.563,3.128],[3,1.905],[4.312,0.575]],"o":[[-3.69,0.579],[-3.261,1.133],[-2.433,1.975],[-1.206,3.104],[0.659,7.083],[5.842,3.416],[7.46,-0.301],[5.513,-4.066],[0,-4.242],[-1.563,-3.128],[-3,-1.905],[-4.312,-0.575]],"v":[[-13,-142],[-23.525,-139.503],[-32.165,-134.913],[-37.723,-127.366],[-39,-116],[-28.357,-100.24],[-7.512,-95.555],[12.839,-102.093],[22,-120],[19.624,-131.081],[12.749,-138.657],[1.748,-142.405]],"c":true}],"h":1},{"t":82,"s":[{"i":[[4.814,-0.765],[3.85,-2.408],[2.174,-3.532],[-0.388,-4.107],[-3.837,-4.136],[-5.592,-1.157],[-5.54,1.481],[-3.803,3.647],[-0.38,5.343],[1.622,3.35],[3.128,2.044],[4.192,0.672]],"o":[[-4.639,0.738],[-3.85,2.408],[-2.174,3.532],[0.388,4.107],[3.958,4.266],[5.592,1.157],[5.54,-1.481],[3.803,-3.647],[0.326,-4.59],[-1.622,-3.35],[-3.128,-2.044],[-4.192,-0.672]],"v":[[-12,-142],[-24.956,-137.144],[-34.214,-128.097],[-37.116,-116.501],[-31,-104],[-16.254,-95.984],[0.866,-96.587],[15.303,-104.397],[22,-118],[19.946,-129.925],[12.71,-138.032],[1.619,-142.123]],"c":true}],"h":1},{"t":83,"s":[{"i":[[4.863,-0.749],[2.589,-0.969],[1.922,-1.375],[1.247,-1.719],[0.564,-1.999],[-4.528,-4.841],[-7.44,-0.715],[-6.192,3.359],[-0.784,7.379],[1.475,3.505],[3.041,2.076],[4.17,0.658]],"o":[[-3.246,0.5],[-2.589,0.969],[-1.922,1.375],[-1.248,1.719],[-2.543,9.02],[4.528,4.841],[7.44,0.715],[6.192,-3.359],[0.526,-4.946],[-1.475,-3.505],[-3.041,-2.076],[-4.17,-0.658]],"v":[[-11,-142],[-19.755,-139.781],[-26.524,-136.249],[-31.281,-131.592],[-34,-126],[-29.983,-105.222],[-10.991,-96.901],[10.496,-100.88],[22,-117],[20.466,-129.674],[13.583,-138.042],[2.659,-142.14]],"c":true}],"h":1},{"t":84,"s":[{"i":[[5.267,-0.899],[2.791,-1.096],[2.053,-1.8],[1.11,-2.679],[-0.037,-3.734],[-5.006,-3.757],[-6.726,-0.15],[-5.232,3.556],[-0.524,7.364],[1.294,3.369],[2.763,2.107],[4.087,0.684]],"o":[[-3.326,0.567],[-2.791,1.096],[-2.053,1.8],[-1.11,2.679],[0.072,7.263],[5.006,3.757],[6.726,0.15],[5.232,-3.556],[0.318,-4.472],[-1.294,-3.369],[-2.763,-2.107],[-4.087,-0.684]],"v":[[-10,-142],[-19.227,-139.549],[-26.544,-135.25],[-31.339,-128.576],[-33,-119],[-24.58,-102.446],[-6.178,-96.561],[12.562,-101.645],[22,-118],[20.5,-129.802],[14.377,-138.056],[4.067,-142.282]],"c":true}],"h":1},{"t":85,"s":[{"i":[[5.106,-0.837],[2.759,-1.125],[1.975,-1.882],[0.978,-2.816],[-0.23,-3.927],[-4.884,-3.565],[-6.394,-0.077],[-4.938,3.526],[-0.516,7.245],[1.253,3.324],[2.675,2.127],[3.96,0.74]],"o":[[-3.332,0.546],[-2.759,1.125],[-1.975,1.882],[-0.978,2.816],[0.407,6.936],[4.884,3.565],[6.394,0.077],[4.938,-3.526],[0.308,-4.331],[-1.253,-3.324],[-2.675,-2.127],[-3.96,-0.74]],"v":[[-9,-142],[-18.189,-139.537],[-25.343,-135.071],[-29.825,-128.069],[-31,-118],[-22.323,-102.221],[-4.664,-96.729],[13.077,-101.872],[22,-118],[20.549,-129.529],[14.622,-137.751],[4.634,-142.098]],"c":true}],"h":1},{"t":86,"s":[{"i":[[4.955,-0.792],[2.453,-1.08],[1.747,-1.562],[1.046,-1.951],[0.35,-2.246],[-4.306,-4.466],[-6.564,-0.266],[-5.351,3.459],[-0.666,6.707],[1.179,3.448],[2.625,2.18],[3.884,0.767]],"o":[[-3.164,0.506],[-2.453,1.08],[-1.746,1.562],[-1.046,1.951],[-1.424,9.143],[4.306,4.466],[6.564,0.266],[5.351,-3.459],[0.454,-4.571],[-1.179,-3.448],[-2.625,-2.18],[-3.884,-0.767]],"v":[[-8,-142],[-16.424,-139.597],[-22.722,-135.61],[-26.908,-130.318],[-29,-124],[-23.809,-103.704],[-6.636,-96.725],[12.106,-101.633],[22,-117],[20.866,-129.066],[15.114,-137.545],[5.305,-142.002]],"c":true}],"h":1},{"t":87,"s":[{"i":[[4.161,-0.654],[2.766,-1.228],[1.965,-2.078],[0.842,-3.061],[-0.605,-4.177],[-4.657,-3.162],[-5.851,0.104],[-4.519,3.339],[-0.659,6.542],[1.333,3.397],[2.699,2.157],[3.642,0.807]],"o":[[-3.243,0.51],[-2.766,1.228],[-1.966,2.078],[-0.842,3.061],[0.936,6.459],[4.657,3.162],[5.851,-0.104],[4.519,-3.339],[0.456,-4.526],[-1.333,-3.397],[-2.699,-2.157],[-3.642,-0.807]],"v":[[-7,-142],[-16.095,-139.427],[-23.273,-134.501],[-27.564,-126.824],[-28,-116],[-18.979,-101.578],[-2.585,-96.999],[13.602,-102.171],[22,-117],[20.579,-128.912],[14.426,-137.27],[4.81,-141.743]],"c":true}],"h":1},{"t":88,"s":[{"i":[[8.928,-1.325],[2.661,-1.56],[1.583,-2.247],[0.569,-2.626],[-0.381,-2.697],[-1.265,-2.46],[-2.085,-1.914],[-2.841,-1.06],[-3.532,0.102],[-3.772,4.675],[0.328,5.9],[4.561,3.9]],"o":[[-3.804,0.564],[-2.661,1.56],[-1.583,2.247],[-0.569,2.626],[0.381,2.697],[1.265,2.46],[2.085,1.914],[2.841,1.06],[7.739,-0.224],[3.772,-4.675],[-0.328,-5.9],[-4.561,-3.9]],"v":[[-6,-142],[-15.682,-138.737],[-22.032,-132.949],[-25.243,-125.562],[-25.508,-117.501],[-23.023,-109.689],[-17.981,-103.052],[-10.575,-98.514],[-1,-97],[16.301,-105.154],[21.501,-121.822],[14.201,-137.33]],"c":true}],"h":1},{"t":89,"s":[{"i":[[7.835,-0.868],[2.76,-1.476],[1.726,-2.209],[0.731,-2.624],[-0.226,-2.722],[-1.146,-2.502],[-2.027,-1.965],[-2.87,-1.109],[-3.676,0.064],[-3.69,4.516],[0.447,5.807],[4.288,4.012]],"o":[[-3.832,0.425],[-2.76,1.476],[-1.726,2.209],[-0.731,2.624],[0.226,2.722],[1.146,2.502],[2.027,1.965],[2.87,1.109],[8.122,-0.141],[3.69,-4.516],[-0.447,-5.807],[-4.288,-4.012]],"v":[[-4,-142],[-13.878,-139.07],[-20.598,-133.464],[-24.274,-126.135],[-25.022,-118.035],[-22.954,-110.119],[-18.185,-103.339],[-10.829,-98.648],[-1,-97],[16.644,-104.757],[21.434,-121.013],[14.258,-136.513]],"c":true}],"h":1},{"t":90,"s":[{"i":[[3.551,-0.323],[2.733,-1.078],[1.923,-1.888],[0.978,-2.741],[-0.101,-3.637],[-5.009,-3.524],[-6.271,0.641],[-4.002,4.72],[1.798,8.712],[1.32,2.019],[2.122,1.523],[2.866,0.742]],"o":[[-3.409,0.31],[-2.733,1.078],[-1.923,1.888],[-0.978,2.741],[0.215,7.776],[5.009,3.524],[6.271,-0.641],[4.002,-4.72],[-0.461,-2.232],[-1.32,-2.019],[-2.122,-1.523],[-2.866,-0.742]],"v":[[-3,-142],[-12.247,-139.928],[-19.265,-135.49],[-23.65,-128.556],[-25,-119],[-16.281,-102.071],[1.52,-97.768],[17.812,-105.831],[22,-126],[19.314,-132.449],[14.135,-137.833],[6.639,-141.301]],"c":true}],"h":1},{"t":91,"s":[{"i":[[4.399,-1.067],[2.096,-1.134],[1.456,-1.697],[0.757,-2.34],[0,-3.061],[-3.928,-3.689],[-5.442,-0.558],[-4.543,2.66],[-1.231,5.966],[1.15,3.806],[2.784,2.386],[3.868,0.762]],"o":[[-2.677,0.649],[-2.096,1.134],[-1.456,1.697],[-0.757,2.34],[0,6.732],[3.928,3.689],[5.442,0.558],[4.543,-2.66],[1.037,-5.023],[-1.15,-3.806],[-2.784,-2.386],[-3.868,-0.762]],"v":[[-7,-141],[-14.174,-138.345],[-19.516,-134.118],[-22.85,-128.082],[-24,-120],[-17.505,-104.347],[-2.847,-97.953],[12.735,-101.084],[22,-114],[21.692,-127.295],[15.654,-136.635],[5.538,-141.407]],"c":true}],"h":1}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588235294,0.364705882353,0.862745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 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":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":92,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Path 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[232.086,67.147,0],"ix":2},"a":{"a":0,"k":[92.086,-76.853,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Linear Wipe","np":5,"mn":"ADBE Linear Wipe","ix":1,"en":1,"ef":[{"ty":0,"nm":"Transition Completion","mn":"ADBE Linear Wipe-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"Wipe Angle","mn":"ADBE Linear Wipe-0002","ix":2,"v":{"a":0,"k":90,"ix":2}},{"ty":0,"nm":"Feather","mn":"ADBE Linear Wipe-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":15,"s":[{"i":[[11.001,-2.569],[0.782,-3.884],[11.921,30.884]],"o":[[-7.824,1.827],[-6.6,32.769],[-2.645,-6.853]],"v":[[87,-94],[74,-82],[109,-84]],"c":true}],"h":1},{"t":16,"s":[{"i":[[11.98,-0.927],[0.972,-3.959],[-0.87,22.923]],"o":[[-9.431,0.729],[-7.444,30.318],[0.468,-12.331]],"v":[[101,-80],[85,-69],[120,-61]],"c":true}],"h":1},{"t":17,"s":[{"i":[[12.941,-3.803],[0.604,-3.001],[-2.013,21.707]],"o":[[-6.657,1.956],[-5.73,28.45],[1.313,-14.163]],"v":[[105,-62],[94,-51],[128,-43]],"c":true}],"h":1},{"t":18,"s":[{"i":[[23.278,-5.124],[-2.201,-8.349],[-10.007,1.774]],"o":[[-10.812,2.38],[2.201,8.349],[17.934,-3.179]],"v":[[113,-43],[101.386,-22.885],[121,-9]],"c":true}],"h":1},{"t":19,"s":[{"i":[[26.388,-7.998],[-3.009,-8.285],[-9.685,1.389]],"o":[[-10.722,3.25],[3.009,8.285],[23.215,-3.331]],"v":[[83,-96],[73.195,-75.02],[94,-61]],"c":true}],"h":1},{"t":20,"s":[{"i":[[14.035,-1.837],[-4.846,-9.795],[-11.034,10.197]],"o":[[-15.417,2.018],[4.846,9.795],[14.281,-13.197]],"v":[[98,-83],[85.662,-58.339],[113,-52]],"c":true}],"h":1},{"t":21,"s":[{"i":[[15.407,-4.138],[0,-7.209],[-4.142,16.941]],"o":[[-8.666,2.327],[0,22.27],[3.777,-15.448]],"v":[[104,-66],[92,-50],[126,-43]],"c":true}],"h":1},{"t":22,"s":[{"i":[[23.572,-5.189],[-2.276,-8.333],[-9.891,1.753]],"o":[[-10.995,2.42],[2.276,8.333],[18.671,-3.31]],"v":[[112,-47],[100.335,-26.87],[120,-13]],"c":true}],"h":1},{"t":23,"s":[{"i":[[11.801,-2.119],[0.442,-5.654],[5.006,30.624]],"o":[[-10.929,1.962],[-2.074,26.55],[-1.759,-10.758]],"v":[[83,-99],[69,-85],[106,-85]],"c":true}],"h":1},{"t":24,"s":[{"i":[[9.395,-1.21],[-23.964,6.313],[1.565,9.304]],"o":[[-25.578,3.294],[7.654,-2.016],[-1.711,-10.172]],"v":[[96,-86],[105,-51],[116,-72]],"c":true}],"h":1},{"t":25,"s":[{"i":[[25.116,-3.337],[-0.895,-8.26],[-9.334,-0.511]],"o":[[-10.913,1.45],[0.895,8.26],[23.026,1.26]],"v":[[105,-70],[90.814,-51.796],[107,-35]],"c":true}],"h":1},{"t":26,"s":[{"i":[[23.221,-4.801],[-2.351,-8.365],[-9.922,1.803]],"o":[[-11.326,2.342],[2.351,8.365],[18.791,-3.415]],"v":[[111,-51],[99.064,-30.891],[119,-17]],"c":true}],"h":1},{"t":27,"s":[{"i":[[11.916,-2.698],[1.617,-3.217],[5.387,35.075]],"o":[[-5.281,1.196],[-14.488,28.829],[-1.72,-11.201]],"v":[[79,-101],[68,-95],[104,-87]],"c":true}],"h":1},{"t":28,"s":[{"i":[[29.042,-8.684],[-1.853,-8.026],[-9.269,0]],"o":[[-9.681,2.895],[1.853,8.026],[23.177,0]],"v":[[90,-88],[79.287,-68.329],[97,-53]],"c":true}],"h":1},{"t":29,"s":[{"i":[[27.191,-6.689],[-1.65,-8.166],[-9.361,0.114]],"o":[[-9.96,2.45],[1.65,8.166],[21.367,-0.259]],"v":[[101,-73],[89.51,-53.577],[107,-38]],"c":true}],"h":1},{"t":30,"s":[{"i":[[25.859,-4.674],[-0.633,-7.773],[-8.029,-1.18]],"o":[[-9.561,1.728],[0.633,7.773],[24.681,3.628]],"v":[[110,-55],[97.308,-37.589],[111,-21]],"c":true}],"h":1},{"t":31,"s":[{"i":[[24.441,-7.306],[-2.841,-8.092],[-9.843,2.421]],"o":[[-10.208,3.052],[2.841,8.092],[16.917,-4.162]],"v":[[113,-34],[103.462,-13.395],[124,-1]],"c":true}],"h":1},{"t":32,"s":[{"i":[[24.46,-5.881],[-1.853,-8.054],[-9.576,1.618]],"o":[[-9.989,2.402],[1.853,8.054],[16.994,-2.871]],"v":[[116,-12],[104.826,7.515],[123,21]],"c":true}],"h":1},{"t":33,"s":[{"i":[[25.024,-5.372],[0.379,-7.207],[-8.451,-1.466]],"o":[[-7.936,1.704],[-0.379,7.207],[22.961,3.984]],"v":[[114,11],[101.209,27.178],[113,43]],"c":true}],"h":1},{"t":34,"s":[{"i":[[23.654,-6.197],[-1.433,-7.57],[-9.828,1.786]],"o":[[-9.559,2.504],[1.433,7.571],[16.153,-2.936]],"v":[[106,34],[94.46,52.718],[112,65]],"c":true}],"h":1},{"t":35,"s":[{"i":[[20.126,-3.432],[-2.002,-7.383],[-8.507,1.326]],"o":[[-10.517,1.794],[2.002,7.383],[17.279,-2.693]],"v":[[-114,30],[-125.268,47.34],[-108,60]],"c":true}],"h":1},{"t":36,"s":[{"i":[[24.981,-3.616],[-0.228,-6.818],[-5.279,-1.396]],"o":[[-9.192,1.331],[0.228,6.818],[22.899,6.055]],"v":[[-118,16],[-130.354,30.951],[-121,46]],"c":true}],"h":1},{"t":37,"s":[{"i":[[23.01,-3.68],[-0.488,-7.933],[-9.627,0.265]],"o":[[-9.579,1.532],[0.488,7.933],[18.228,-0.502]],"v":[[116,6],[102.595,23.848],[118,39]],"c":true}],"h":1},{"t":38,"s":[{"i":[[23.231,-3.595],[0.241,-7.409],[-7.992,-0.965]],"o":[[-9.027,1.397],[-0.241,7.41],[21.828,2.636]],"v":[[110,29],[96.236,45.324],[108,61]],"c":true}],"h":1},{"t":39,"s":[{"i":[[22.687,-4.01],[-1.063,-7.088],[-8.076,0]],"o":[[-9.328,1.648],[1.063,7.088],[18.606,0]],"v":[[-113,33],[-124.553,49.236],[-110,63]],"c":true}],"h":1},{"t":40,"s":[{"i":[[22.279,-4.091],[-0.681,-6.951],[-8.364,-0.526]],"o":[[-9.089,1.669],[0.681,6.951],[20.34,1.279]],"v":[[-118,19],[-130.089,34.857],[-116,49]],"c":true}],"h":1},{"t":41,"s":[{"i":[[10.23,-1.859],[-2.557,-10.414],[-0.779,17.817]],"o":[[-10.891,1.979],[3.77,15.352],[0.496,-11.339]],"v":[[-121,5],[-133,25],[-103,21]],"c":true}],"h":1},{"t":42,"s":[{"i":[[17.203,-5.707],[-3.726,-7.538],[-8.787,4.698]],"o":[[-10.692,3.547],[3.726,7.538],[17.379,-9.293]],"v":[[-125,-8],[-133.109,12.684],[-112,21]],"c":true}],"h":1},{"t":43,"s":[{"i":[[8.792,-1.663],[1.143,-4.726],[0.66,20.698]],"o":[[-8.545,1.616],[-6.834,28.261],[-0.34,-10.651]],"v":[[-121,-23],[-135,-11],[-104,-7]],"c":true}],"h":1},{"t":44,"s":[{"i":[[23.827,-5.461],[-1.163,-6.999],[-8.089,0]],"o":[[-8.742,2.003],[1.163,6.999],[18.683,0]],"v":[[-118,22],[-128.623,38.503],[-114,52]],"c":true}],"h":1},{"t":45,"s":[{"i":[[11.628,-3.063],[0.148,-6.459],[5.561,23.461]],"o":[[-7.719,2.033],[-0.567,24.758],[-1.492,-6.294]],"v":[[-122,8],[-133,22],[-103,18]],"c":true}],"h":1},{"t":46,"s":[{"i":[[24.298,-4.265],[-0.493,-7.136],[-7.127,-0.861]],"o":[[-9.1,1.597],[0.493,7.136],[21.483,2.594]],"v":[[-122,-6],[-134.171,10.052],[-122,25]],"c":true}],"h":1},{"t":47,"s":[{"i":[[8.584,-1.263],[0.898,-3.657],[0.221,22.1]],"o":[[-8.004,1.177],[-6.974,28.402],[-0.093,-9.351]],"v":[[-121,-20],[-135,-9],[-104,-4]],"c":true}],"h":1},{"t":48,"s":[{"i":[[24.294,-6.943],[-1.661,-6.984],[-7.962,0.394]],"o":[[-8.606,2.459],[1.661,6.984],[17.883,-0.885]],"v":[[-118,25],[-127.425,42.14],[-112,55]],"c":true}],"h":1},{"t":49,"s":[{"i":[[24.594,-7.029],[-1.079,-6.849],[-7.621,-0.335]],"o":[[-7.937,2.268],[1.079,6.849],[20.86,0.918]],"v":[[-122,11],[-131.669,27.449],[-118,41]],"c":true}],"h":1},{"t":50,"s":[{"i":[[24.047,-5.789],[-0.96,-7.263],[-8.847,0.142]],"o":[[-8.688,2.091],[0.96,7.263],[18.692,-0.301]],"v":[[-123,-3],[-134.15,14.175],[-119,28]],"c":true}],"h":1},{"t":51,"s":[{"i":[[19.836,-3.804],[-0.574,-7.551],[-9.069,0]],"o":[[-9.364,1.796],[0.574,7.551],[22.027,0]],"v":[[-122,-17],[-134.825,0.347],[-120,15]],"c":true}],"h":1},{"t":52,"s":[{"i":[[13.1,-4.346],[0.795,-3.385],[1.47,22.357]],"o":[[-4.524,1.501],[-5.962,25.394],[-0.609,-9.262]],"v":[[-118,28],[-127,37],[-97,41]],"c":true}],"h":1},{"t":53,"s":[{"i":[[26.131,-8.405],[-2.345,-6.755],[-6.201,0.1]],"o":[[-9.582,3.082],[2.345,6.755],[18.281,-0.295]],"v":[[-122,14],[-130.837,31.387],[-116,44]],"c":true}],"h":1},{"t":54,"s":[{"i":[[21.48,-6.473],[0.546,-2.631],[-8.666,2.201]],"o":[[-6.13,1.847],[-3.807,18.345],[16.733,-4.25]],"v":[[-124,0],[-134,10],[-114,30]],"c":true}],"h":1},{"t":55,"s":[{"i":[[8.976,-2.016],[-2.685,-10.708],[6.053,24.651]],"o":[[-10.349,2.324],[4.163,16.598],[-1.742,-7.095]],"v":[[-123,-14],[-135,7],[-105,-4]],"c":true}],"h":1}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588235294,0.364705882353,0.862745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 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":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":15,"op":56,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Path 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[259.717,139.163,0],"ix":2},"a":{"a":0,"k":[119.717,-4.837,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Linear Wipe","np":5,"mn":"ADBE Linear Wipe","ix":1,"en":1,"ef":[{"ty":0,"nm":"Transition Completion","mn":"ADBE Linear Wipe-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"Wipe Angle","mn":"ADBE Linear Wipe-0002","ix":2,"v":{"a":0,"k":90,"ix":2}},{"ty":0,"nm":"Feather","mn":"ADBE Linear Wipe-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":19,"s":[{"i":[[26.464,-7.449],[-0.534,-7.435],[-7.757,-1.04]],"o":[[-7.892,2.221],[0.534,7.435],[24.78,3.322]],"v":[[115,-21],[104.263,-3.614],[117,12]],"c":true}],"h":1},{"t":20,"s":[{"i":[[24.747,-7.277],[-1.752,-7.801],[-9.976,1.846]],"o":[[-8.983,2.642],[1.752,7.801],[16.311,-3.018]],"v":[[114,2],[103.78,21.366],[122,34]],"c":true}],"h":1},{"t":21,"s":[{"i":[[24.546,-6.794],[-0.647,-7.553],[-9.424,0.43]],"o":[[-8.013,2.218],[0.647,7.553],[19.809,-0.903]],"v":[[109,25],[97.923,42.985],[113,57]],"c":true}],"h":1},{"t":22,"s":[{"i":[[24.559,-5.568],[-0.289,-7.296],[-9.228,0.085]],"o":[[-8.383,1.901],[0.289,7.296],[19.287,-0.179]],"v":[[100,47],[87.792,63.99],[102,78]],"c":true}],"h":1},{"t":23,"s":[{"i":[[24.256,-4.031],[-0.653,-8.029],[-9.197,-0.253]],"o":[[-9.809,1.63],[0.653,8.029],[20.791,0.572]],"v":[[117,-26],[103.745,-7.967],[119,8]],"c":true}],"h":1},{"t":24,"s":[{"i":[[24.448,-5.249],[-1.252,-7.985],[-9.674,1.02]],"o":[[-9.684,2.079],[1.252,7.985],[17.37,-1.831]],"v":[[116,-3],[103.982,15.824],[121,30]],"c":true}],"h":1},{"t":25,"s":[{"i":[[12.778,-2.649],[0.699,-6.254],[-0.637,19.365]],"o":[[-8.627,1.788],[-2.979,26.645],[0.349,-10.606]],"v":[[112,20],[99,34],[130,36]],"c":true}],"h":1},{"t":26,"s":[{"i":[[25.258,-7.427],[-0.417,-7.201],[-8.8,0]],"o":[[-7.469,2.197],[0.417,7.201],[20.563,0]],"v":[[101,43],[90.298,60.147],[104,74]],"c":true}],"h":1},{"t":27,"s":[{"i":[[25.972,-6.244],[-1.303,-7.998],[-9.183,0.25]],"o":[[-9.394,2.258],[1.303,7.998],[19.002,-0.517]],"v":[[115,-30],[103.568,-11.119],[120,4]],"c":true}],"h":1},{"t":28,"s":[{"i":[[17.665,-2.521],[-1.802,-8.615],[-11.063,3.069]],"o":[[-11.272,1.609],[1.802,8.615],[17.23,-4.781]],"v":[[118,-8],[104.749,12.009],[125,25]],"c":true}],"h":1},{"t":29,"s":[{"i":[[25.89,-7.895],[-0.768,-7.392],[-8.713,-0.059]],"o":[[-7.786,2.374],[0.768,7.392],[20.373,0.139]],"v":[[111,16],[100.625,33.736],[115,48]],"c":true}],"h":1},{"t":30,"s":[{"i":[[23.806,-3.863],[-0.285,-7.666],[-9.315,0.199]],"o":[[-9.454,1.535],[0.285,7.666],[17.19,-0.367]],"v":[[106,38],[92.423,55.3],[107,70]],"c":true}],"h":1},{"t":31,"s":[{"i":[[11.979,-2.698],[-0.692,-10.627],[2.575,20.856]],"o":[[-8.048,1.812],[1.382,21.21],[-0.901,-7.295]],"v":[[92,59],[79,76],[110,70]],"c":true}],"h":1},{"t":32,"s":[{"i":[[22.556,-4.676],[-0.924,-6.6],[-6.963,-0.804]],"o":[[-8.66,1.796],[0.924,6.6],[21.079,2.436]],"v":[[-88,71],[-98.717,86.243],[-86,100]],"c":true}],"h":1},{"t":33,"s":[{"i":[[12.964,-3.296],[-0.112,-6.917],[-3.396,15.588]],"o":[[-7.493,1.905],[0.291,18.049],[2.808,-12.889]],"v":[[-100,58],[-111,72],[-81,77]],"c":true}],"h":1},{"t":34,"s":[{"i":[[20.442,-2.959],[-1.462,-7.248],[-8.634,0.511]],"o":[[-10.481,1.517],[1.462,7.248],[17.588,-1.04]],"v":[[-107,44],[-119.336,60.521],[-103,74]],"c":true}],"h":1},{"t":35,"s":[{"i":[[24.74,-5.437],[-0.011,-7.27],[-9.087,-0.134]],"o":[[-8.13,1.787],[0.011,7.27],[19.048,0.281]],"v":[[95,55],[82.588,71.74],[96,86]],"c":true}],"h":1},{"t":36,"s":[{"i":[[13.265,-3.767],[0,-5.389],[-0.781,17.748]],"o":[[-7.528,2.138],[0,20.697],[0.462,-10.491]],"v":[[-87,74],[-97,87],[-67,89]],"c":true}],"h":1},{"t":37,"s":[{"i":[[23.254,-7.13],[-1.806,-6.73],[-8.13,0.481]],"o":[[-8.353,2.561],[1.806,6.73],[18.168,-1.075]],"v":[[-99,61],[-107.862,77.781],[-92,90]],"c":true}],"h":1},{"t":38,"s":[{"i":[[9.741,-1.722],[0.216,-4.712],[-0.26,20.452]],"o":[[-9.966,1.761],[-0.96,20.932],[0.141,-11.069]],"v":[[-106,47],[-118,60],[-88,62]],"c":true}],"h":1},{"t":39,"s":[{"i":[[23.327,-4.905],[-0.291,-7.417],[-9.533,0.498]],"o":[[-8.697,1.828],[0.291,7.417],[18.418,-0.961]],"v":[[98,51],[85.328,68.244],[100,82]],"c":true}],"h":1},{"t":40,"s":[{"i":[[23.134,-3.616],[0.744,-6.989],[-9.005,-0.791]],"o":[[-8.03,1.255],[-0.744,6.989],[20.84,1.831]],"v":[[84,70],[70.223,85.348],[82,100]],"c":true}],"h":1},{"t":41,"s":[{"i":[[6.781,-0.66],[-2.561,-10.41],[5.837,23.724]],"o":[[-11.812,1.149],[3.781,15.371],[-1.797,-7.303]],"v":[[-93,63],[-106,82],[-77,73]],"c":true}],"h":1},{"t":42,"s":[{"i":[[20.371,-5.642],[0.5,-3.733],[-8.271,2.026]],"o":[[-6.923,1.917],[-2.269,16.923],[16.516,-4.047]],"v":[[-106,50],[-116,61],[-96,79]],"c":true}],"h":1},{"t":43,"s":[{"i":[[12.984,-3.302],[0,-6.642],[-2.069,17.132]],"o":[[-7.549,1.919],[0,20.451],[1.423,-11.781]],"v":[[-113,36],[-124,50],[-94,53]],"c":true}],"h":1},{"t":44,"s":[{"i":[[13.611,-4.003],[0.936,-3.022],[-4.305,16.28]],"o":[[-4.536,1.334],[-6.757,21.806],[3.772,-14.267]],"v":[[-82,79],[-91,86],[-62,98]],"c":true}],"h":1},{"t":45,"s":[{"i":[[21.532,-4.66],[-1.996,-6.876],[-7.835,0.63]],"o":[[-9.819,2.125],[1.996,6.876],[18.071,-1.454]],"v":[[-93,66],[-103.24,82.567],[-87,95]],"c":true}],"h":1},{"t":46,"s":[{"i":[[23.147,-7.445],[-2.464,-6.853],[-8.042,1.275]],"o":[[-8.898,2.862],[2.464,6.853],[16.059,-2.546]],"v":[[-105,53],[-113.205,70.603],[-96,82]],"c":true}],"h":1},{"t":47,"s":[{"i":[[21.004,-5.59],[-2.632,-7.211],[-9.251,2.446]],"o":[[-9.777,2.602],[2.632,7.211],[14.872,-3.932]],"v":[[-112,39],[-121.271,57.286],[-102,68]],"c":true}],"h":1},{"t":48,"s":[{"i":[[26.384,-7.748],[-1.313,-6.128],[-4.148,-1.02]],"o":[[-8.401,2.467],[1.313,6.128],[24.156,5.943]],"v":[[-79,81],[-87.912,96.085],[-78,109]],"c":true}],"h":1},{"t":49,"s":[{"i":[[25.273,-7.222],[-2.272,-6.6],[-6.33,0.092]],"o":[[-9.419,2.692],[2.272,6.6],[18.064,-0.262]],"v":[[-92,69],[-100.812,85.588],[-86,98]],"c":true}],"h":1},{"t":50,"s":[{"i":[[19.844,-1.823],[-1.307,-7.262],[-7.798,0.061]],"o":[[-11.028,1.013],[1.307,7.262],[18.373,-0.145]],"v":[[-99,55],[-112.119,70.806],[-97,85]],"c":true}],"h":1},{"t":51,"s":[{"i":[[12.884,-3.682],[0.455,-3.771],[1.324,20.321]],"o":[[-6.884,1.967],[-3.057,25.314],[-0.61,-9.368]],"v":[[-111,42],[-121,53],[-91,55]],"c":true}],"h":1}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588235294,0.364705882353,0.862745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 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":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":19,"op":52,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Path 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[228.012,225.607,0],"ix":2},"a":{"a":0,"k":[88.012,81.607,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Linear Wipe","np":5,"mn":"ADBE Linear Wipe","ix":1,"en":1,"ef":[{"ty":0,"nm":"Transition Completion","mn":"ADBE Linear Wipe-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"Wipe Angle","mn":"ADBE Linear Wipe-0002","ix":2,"v":{"a":0,"k":90,"ix":2}},{"ty":0,"nm":"Feather","mn":"ADBE Linear Wipe-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":23,"s":[{"i":[[26.263,-6.551],[-0.552,-6.97],[-8.32,0.008]],"o":[[-8.526,2.126],[0.552,6.97],[18.213,-0.017]],"v":[[85,67],[73.366,83.601],[87,97]],"c":true}],"h":1},{"t":24,"s":[{"i":[[24.75,-5.313],[0.744,-6.61],[-9.035,-1.044]],"o":[[-7.057,1.515],[-0.744,6.61],[21.28,2.459]],"v":[[68,83],[55.431,97.853],[67,112]],"c":true}],"h":1},{"t":25,"s":[{"i":[[6.45,-0.501],[-0.591,-8.546],[5.464,23.568]],"o":[[-11.782,0.916],[1.28,18.507],[-1.516,-6.538]],"v":[[50,95],[34,111],[65,104]],"c":true}],"h":1},{"t":26,"s":[{"i":[[22.15,-3.695],[-0.855,-6.634],[-8.523,0.195]],"o":[[-9.941,1.659],[0.855,6.634],[19.391,-0.444]],"v":[[26,103],[13.152,118.39],[28,131]],"c":true}],"h":1},{"t":27,"s":[{"i":[[25.011,-5.586],[0.499,-6.845],[-8.386,-0.969]],"o":[[-7.388,1.65],[-0.499,6.845],[21.559,2.491]],"v":[[89,63],[76.669,78.511],[88,93]],"c":true}],"h":1},{"t":28,"s":[{"i":[[12.693,-2.539],[0.774,-6.616],[-2.187,15.943]],"o":[[-8.136,1.627],[-2.757,23.564],[1.609,-11.733]],"v":[[72,80],[59,93],[89,96]],"c":true}],"h":1},{"t":29,"s":[{"i":[[7.102,-0.935],[0.672,-4.799],[7.199,25.352]],"o":[[-10.549,1.389],[-3.378,24.104],[-1.714,-6.035]],"v":[[53,93],[39,105],[69,101]],"c":true}],"h":1},{"t":30,"s":[{"i":[[24.972,-4.957],[-0.592,-6.245],[-5.292,-1.302]],"o":[[-8.66,1.719],[0.592,6.245],[23.055,5.672]],"v":[[-58,93],[-68.964,107.313],[-59,121]],"c":true}],"h":1},{"t":31,"s":[{"i":[[23.482,-5.653],[-1.383,-6.631],[-7.267,-0.359]],"o":[[-8.799,2.118],[1.383,6.631],[19.651,0.973]],"v":[[-75,83],[-85.049,98.819],[-71,112]],"c":true}],"h":1},{"t":32,"s":[{"i":[[9.105,-2.08],[0.938,-3.028],[6.122,27.64]],"o":[[-8.06,1.841],[-7.246,23.404],[-1.653,-7.462]],"v":[[75,77],[63,87],[93,86]],"c":true}],"h":1},{"t":33,"s":[{"i":[[12.097,-2.335],[-2.074,-11.713],[0.858,18.098]],"o":[[-8.492,1.639],[2.945,16.632],[-0.371,-7.835]],"v":[[56,91],[43,109],[74,103]],"c":true}],"h":1},{"t":34,"s":[{"i":[[13.117,-3.586],[0.39,-3.812],[-1.713,16.649]],"o":[[-6.971,1.906],[-2.301,22.485],[1.171,-11.383]],"v":[[-56,95],[-66,106],[-36,111]],"c":true}],"h":1},{"t":35,"s":[{"i":[[10.64,-2.011],[-0.28,-7.739],[4.059,22.894]],"o":[[-7.694,1.454],[0.719,19.871],[-1.21,-6.825]],"v":[[-71,85],[-83,99],[-53,96]],"c":true}],"h":1},{"t":36,"s":[{"i":[[12.747,-3.423],[-1.103,-10.719],[2.017,19.805]],"o":[[-7.7,2.068],[2.008,19.509],[-0.794,-7.796]],"v":[[78,74],[66,91],[97,85]],"c":true}],"h":1},{"t":37,"s":[{"i":[[13.595,-3.996],[-1.625,-10.614],[0.529,18.052]],"o":[[-7.256,2.132],[2.679,17.501],[-0.26,-8.854]],"v":[[58,89],[47,106],[78,101]],"c":true}],"h":1},{"t":38,"s":[{"i":[[20.39,-5.996],[-3.702,-6.664],[-7.904,2.806]],"o":[[-10.71,3.15],[3.702,6.664],[14.73,-5.23]],"v":[[-53,97],[-60.961,114.967],[-41,124]],"c":true}],"h":1},{"t":39,"s":[{"i":[[19.18,-2.737],[-2.02,-7.059],[-7.924,0.807]],"o":[[-11.002,1.571],[2.019,7.059],[17.735,-1.806]],"v":[[-67,87],[-78.695,103.283],[-62,116]],"c":true}],"h":1},{"t":40,"s":[{"i":[[13.699,-2.965],[0.732,-5.924],[-0.413,20.246]],"o":[[-6.933,1.501],[-2.628,21.275],[0.183,-8.954]],"v":[[-83,76],[-94,87],[-64,91]],"c":true}],"h":1},{"t":41,"s":[{"i":[[9.841,-2.067],[0.224,-6.159],[1.991,21.395]],"o":[[-9.907,2.081],[-0.766,21.05],[-0.825,-8.864]],"v":[[64,86],[51,100],[82,97]],"c":true}],"h":1},{"t":42,"s":[{"i":[[10.402,-1.199],[-0.294,-10.018],[1.1,19.434]],"o":[[-9.005,1.038],[0.573,19.535],[-0.424,-7.485]],"v":[[45,97],[30,112],[61,109]],"c":true}],"h":1},{"t":43,"s":[{"i":[[8.362,-1.193],[-1.604,-9.049],[-0.503,17.982]],"o":[[-10.753,1.535],[2.732,15.412],[0.304,-10.865]],"v":[[-64,89],[-76,106],[-46,104]],"c":true}],"h":1},{"t":44,"s":[{"i":[[13.596,-4.064],[-0.432,-7.64],[-0.351,17.514]],"o":[[-7.205,2.154],[1.06,18.739],[0.194,-9.67]],"v":[[-4,107],[-14,121],[17,120]],"c":true}],"h":1},{"t":45,"s":[{"i":[[12.839,-2.867],[0.586,-3.784],[-1.479,16.564]],"o":[[-7.43,1.66],[-3.615,23.355],[1.004,-11.245]],"v":[[-24,105],[-35,115],[-5,120]],"c":true}],"h":1},{"t":46,"s":[{"i":[[20.94,-6.835],[-3.606,-6.447],[-7.857,2.144]],"o":[[-10.282,3.356],[3.606,6.447],[15.577,-4.25]],"v":[[-46,100],[-53.604,117.625],[-34,127]],"c":true}],"h":1},{"t":47,"s":[{"i":[[8.868,-1.418],[0.303,-4.258],[1.671,22.141]],"o":[[-9.922,1.587],[-1.474,20.745],[-0.759,-10.054]],"v":[[-61,91],[-73,103],[-43,104]],"c":true}],"h":1}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588235294,0.364705882353,0.862745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 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":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":23,"op":48,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Path 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[145.522,263.944,0],"ix":2},"a":{"a":0,"k":[5.522,119.944,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Linear Wipe","np":5,"mn":"ADBE Linear Wipe","ix":1,"en":1,"ef":[{"ty":0,"nm":"Transition Completion","mn":"ADBE Linear Wipe-0001","ix":1,"v":{"a":0,"k":0,"ix":1}},{"ty":0,"nm":"Wipe Angle","mn":"ADBE Linear Wipe-0002","ix":2,"v":{"a":0,"k":90,"ix":2}},{"ty":0,"nm":"Feather","mn":"ADBE Linear Wipe-0003","ix":3,"v":{"a":0,"k":0,"ix":3}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"t":27,"s":[{"i":[[13.133,-3.492],[-0.55,-7.955],[1.983,20.254]],"o":[[-7.134,1.897],[1.242,17.959],[-0.792,-8.084]],"v":[[1,107],[-10,121],[21,118]],"c":true}],"h":1},{"t":28,"s":[{"i":[[11.771,-3.335],[0.192,-4.301],[-2.521,16.286]],"o":[[-8.232,2.333],[-0.811,18.131],[1.996,-12.899]],"v":[[-21,106],[-31,118],[-1,122]],"c":true}],"h":1},{"t":29,"s":[{"i":[[22.648,-6.192],[-1.826,-6.431],[-7.792,0.209]],"o":[[-9.095,2.487],[1.826,6.431],[19.336,-0.52]],"v":[[-41,101],[-50.665,117.022],[-35,129]],"c":true}],"h":1},{"t":30,"s":[{"i":[[11.458,-2.071],[0,-9.195],[2.081,19.738]],"o":[[-8.332,1.506],[0,20.802],[-0.763,-7.239]],"v":[[30,102],[17,116],[48,113]],"c":true}],"h":1},{"t":31,"s":[{"i":[[13.771,-2.239],[0.625,-6.417],[-2.427,16.961]],"o":[[-8.512,1.384],[-1.888,19.389],[1.414,-9.878]],"v":[[8,106],[-5,118],[25,122]],"c":true}],"h":1},{"t":32,"s":[{"i":[[11.574,-2.186],[0.034,-7.464],[0.522,18.372]],"o":[[-8.135,1.537],[-0.095,20.483],[-0.247,-8.707]],"v":[[-15,106],[-27,119],[4,119]],"c":true}],"h":1},{"t":33,"s":[{"i":[[9.907,-2.054],[0.625,-3.715],[-0.097,21.117]],"o":[[-7.864,1.63],[-3.432,20.396],[0.05,-10.755]],"v":[[-36,102],[-47,112],[-17,116]],"c":true}],"h":1},{"t":34,"s":[{"i":[[11.722,-2.98],[-0.634,-9.161],[5.405,22.005]],"o":[[-7.466,1.898],[1.323,19.13],[-1.293,-5.264]],"v":[[33,101],[21,116],[52,109]],"c":true}],"h":1},{"t":35,"s":[{"i":[[12.939,-3.689],[-0.264,-7.819],[1.947,19.888]],"o":[[-6.897,1.966],[0.641,18.996],[-0.802,-8.192]],"v":[[10,106],[-1,120],[30,117]],"c":true}],"h":1},{"t":36,"s":[{"i":[[19.824,-1.407],[-0.449,-6.734],[-8.866,-0.305]],"o":[[-10.663,0.757],[0.449,6.734],[19.552,0.674]],"v":[[-8,106],[-22.647,120.339],[-8,134]],"c":true}],"h":1},{"t":37,"s":[{"i":[[9.907,-2.054],[0.625,-3.715],[-0.097,21.117]],"o":[[-7.864,1.63],[-3.432,20.396],[0.05,-10.755]],"v":[[-32,103],[-43,113],[-13,117]],"c":true}],"h":1},{"t":38,"s":[{"i":[[11.543,-2.086],[0.669,-6.107],[1.047,18.479]],"o":[[-8.461,1.529],[-2.681,24.485],[-0.448,-7.899]],"v":[[39,99],[26,111],[57,111]],"c":true}],"h":1},{"t":39,"s":[{"i":[[9.86,-2.039],[0.563,-3.937],[-3.061,16.792]],"o":[[-9.059,1.873],[-2.76,19.287],[2.371,-13.009]],"v":[[16,105],[4,116],[34,121]],"c":true}],"h":1},{"t":40,"s":[{"i":[[13.654,-3.893],[0.502,-3.241],[-1.83,16.115]],"o":[[-6.61,1.885],[-3.62,23.387],[1.314,-11.571]],"v":[[-8,107],[-18,117],[12,122]],"c":true}],"h":1},{"t":41,"s":[{"i":[[9.763,-2.149],[0.513,-3.05],[2.218,22.653]],"o":[[-8.212,1.808],[-3.659,21.745],[-0.94,-9.603]],"v":[[-28,104],[-39,114],[-9,116]],"c":true}],"h":1},{"t":42,"s":[{"i":[[12.095,-2.16],[0,-7.799],[-2.587,16.713]],"o":[[-8.187,1.462],[0,17.904],[1.829,-11.821]],"v":[[-47,98],[-59,111],[-29,115]],"c":true}],"h":1},{"t":43,"s":[{"i":[[8.627,-1.092],[-0.455,-7.686],[1.286,20.104]],"o":[[-11.01,1.393],[1.053,17.795],[-0.622,-9.718]],"v":[[22,104],[8,119],[39,116]],"c":true}],"h":1}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.470588235294,0.364705882353,0.862745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 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":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":27,"op":44,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/LoaderSmall.json b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/LoaderSmall.json new file mode 100644 index 0000000..7bae923 --- /dev/null +++ b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/LoaderSmall.json @@ -0,0 +1 @@ +{"v":"5.6.5","fr":59.9400024414062,"ip":0,"op":76.0000030955435,"w":16,"h":16,"nm":"Small","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"003","sr":1,"ks":{"o":{"a":0,"k":100},"r":{"a":0,"k":0},"p":{"a":0,"k":[8,8,0]},"a":{"a":0,"k":[1.721,32.705,0]},"s":{"a":0,"k":[100,100,100]}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ks":{"a":0,"k":{"i":[[-3.866,0],[0,-3.866],[3.866,0],[0,3.866]],"o":[[3.866,0],[0,3.866],[-3.866,0],[0,-3.866]],"v":[[0,-7],[7,0],[0,7],[-7,0]],"c":true}},"nm":"Path 1","hd":false},{"ty":"st","c":{"a":0,"k":[0.470588237047,0.364705890417,0.86274510622,1]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","hd":false},{"ty":"tr","p":{"a":0,"k":[1.721,32.705]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0},"nm":"Transform"}],"nm":"Ellipse 1","bm":0,"hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.37],"y":[1.001]},"o":{"x":[0.702],"y":[0.005]},"t":0,"s":[2]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.162],"y":[-0.006]},"t":54,"s":[100]},{"t":75.0000030548126,"s":[100]}]},"e":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.261],"y":[0.996]},"o":{"x":[0.666],"y":[0]},"t":20,"s":[1]},{"t":75.0000030548126,"s":[98]}]},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[-10]},{"t":75.0000030548126,"s":[0]}]},"m":2,"nm":"Trim Paths 1","hd":false}],"ip":0,"op":77.0000031362743,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Zen-Medium.otf b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Zen-Medium.otf new file mode 100644 index 0000000..b1c4f0e Binary files /dev/null and b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/Zen-Medium.otf differ diff --git a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/acknowledgements.html b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/acknowledgements.html index c4edda5..ad0fa29 100644 --- a/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/acknowledgements.html +++ b/iZettleSDK/iZettlePayments.xcframework/ios-arm64/iZettlePayments.framework/acknowledgements.html @@ -6,13 +6,11 @@ Acknowledgements